Skip to content

Commit b05bc23

Browse files
authored
Update dependencies in package.json files (#275)
# Problem Update dependencies to support gateway. Link to GitHub Issue(s): ProjectLibertyLabs/gateway#655 # Solution - `ncu -i` - Only `@polkadot` updated through Major versions, all others only minor or patch updates.
1 parent 59d356a commit b05bc23

File tree

7 files changed

+8770
-10175
lines changed

7 files changed

+8770
-10175
lines changed

.github/workflows/verify-pr-v2-tool-generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [22.x]
1616
runs-on: ubuntu-latest
1717
container:
18-
image: mcr.microsoft.com/playwright:v1.48.2-jammy
18+
image: mcr.microsoft.com/playwright:v1.51.0-noble
1919

2020
steps:
2121
- name: Checkout

libraries/js/package-lock.json

Lines changed: 2365 additions & 2836 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/js/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,37 +31,37 @@
3131
},
3232
"homepage": "https://github.com/ProjectLibertyLabs/siwf#readme",
3333
"devDependencies": {
34-
"@eslint/js": "^9.14.0",
34+
"@eslint/js": "^9.22.0",
3535
"@types/eslint__js": "^8.42.3",
3636
"@vitest/coverage-v8": "^2.1.4",
3737
"@vitest/ui": "^2.1.4",
38-
"eslint": "^9.14.0",
39-
"prettier": "3.3.3",
40-
"tsup": "^8.3.5",
41-
"typescript": "^5.6.3",
42-
"typescript-eslint": "^8.13.0",
38+
"eslint": "^9.22.0",
39+
"prettier": "3.5.3",
40+
"tsup": "^8.4.0",
41+
"typescript": "^5.8.2",
42+
"typescript-eslint": "^8.26.1",
4343
"vite": "^5.4.10",
4444
"vitest": "^2.1.4"
4545
},
4646
"dependencies": {
47-
"@digitalbazaar/ed25519-multikey": "^1.3.0",
47+
"@digitalbazaar/ed25519-multikey": "^1.3.1",
4848
"@digitalbazaar/security-context": "^1.0.1",
4949
"@digitalcredentials/jsonld": "^9.0.0",
5050
"@digitalcredentials/jsonld-signatures": "^12.0.1",
5151
"@digitalcredentials/sha256-universal": "^1.1.1",
5252
"@digitalcredentials/vc": "^9.0.1",
53-
"@polkadot/keyring": "^13.2.2",
54-
"@polkadot/types": "^14.2.2",
55-
"@polkadot/types-codec": "^14.2.2",
56-
"@polkadot/util": "^13.2.2",
57-
"@polkadot/util-crypto": "^13.2.2",
58-
"base-x": "^5.0.0",
53+
"@polkadot/keyring": "^13.4.3",
54+
"@polkadot/types": "^15.8.1",
55+
"@polkadot/types-codec": "^15.8.1",
56+
"@polkadot/util": "^13.4.3",
57+
"@polkadot/util-crypto": "^13.4.3",
58+
"base-x": "^5.0.1",
5959
"base64url": "^3.0.1",
6060
"bs58": "^6.0.0",
6161
"rdf-canonize": "^4.0.1",
6262
"tweetnacl": "^1.0.3"
6363
},
6464
"optionalDependencies": {
65-
"@rollup/rollup-linux-x64-gnu": "^4.24.4"
65+
"@rollup/rollup-linux-x64-gnu": "^4.35.0"
6666
}
6767
}

0 commit comments

Comments
 (0)