Skip to content

Commit

Permalink
Merge pull request #331 from harvard-lil/dependabot
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
matteocargnelutti committed May 7, 2024
2 parents a465005 + 7b3781f commit b9914b4
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node: [ 18, 20, 21 ]
node: [ 18, 20, 22 ]

name: Node.js ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [ 18, 20, 21 ]
node: [ 18, 20, 22 ]

name: Node.js ${{ matrix.node }}

Expand Down
6 changes: 3 additions & 3 deletions .services/signer/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .services/signer/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "signer"
version = "0.2.3"
version = "0.2.4"
description = ""
authors = ["Library Innovation Lab <lil@law.harvard.edu>"]
readme = "README.md"
Expand Down
6 changes: 3 additions & 3 deletions .services/signer/requirements.txt
Expand Up @@ -187,9 +187,9 @@ cryptography==42.0.5 ; python_version >= "3.9" and python_version < "4.0" \
flask==2.3.2 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:77fd4e1249d8c9923de34907236b747ced06e5467ecac1a7bb7115ae0e9670b0 \
--hash=sha256:8c2f9abd47a9e8df7f0c3f091ce9497d011dc3b31effcf4c85a6e2b50f4114ef
idna==3.4 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4 \
--hash=sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
idna==3.7 ; python_version >= "3.9" and python_version < "4.0" \
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
importlib-metadata==6.0.0 ; python_version >= "3.9" and python_version < "3.10" \
--hash=sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad \
--hash=sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -49,7 +49,7 @@
"@harvard-lil/portal": "^0.0.2",
"@laverdet/beaugunderson-ip-address": "^8.1.0",
"@playwright/browser-chromium": "^1.43.0",
"browsertrix-behaviors": "0.5.3",
"browsertrix-behaviors": "0.6.0",
"chalk": "^5.2.0",
"commander": "^12.0.0",
"get-os-info": "^1.0.2",
Expand Down

0 comments on commit b9914b4

Please sign in to comment.