Skip to content

build(deps): bump the dependencies group across 1 directory with 13 updates #3130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
889 changes: 451 additions & 438 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"packages/cli-tools"
],
"devDependencies": {
"@eslint/js": "^9.26.0",
"@eslint/js": "^9.27.0",
"@manypkg/cli": "^0.24.0",
"@protobuf-ts/plugin": "^2.10.0",
"@stylistic/eslint-plugin": "^4.2.0",
Expand All @@ -40,19 +40,19 @@
"cli-table": "^0.3.6",
"eslint": "^9.14.0",
"eslint-config-streamr-ts": "^7.0.0",
"eslint-import-resolver-typescript": "^4.3.4",
"eslint-import-resolver-typescript": "^4.3.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-promise": "^7.2.1",
"globals": "^16.1.0",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"jest-extended": "^5.0.2",
"jest-mock-extended": "^3.0.5",
"lerna": "^8.2.2",
"semver": "^7.7.1",
"ts-jest": "^29.3.2",
"semver": "^7.7.2",
"ts-jest": "^29.3.4",
"typescript": "^5.8.2",
"typescript-eslint": "^8.32.0",
"typescript-eslint": "^8.32.1",
"yarn": "^1.22.22",
"zx": "^8.5.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test-integration": "jest test/integration"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.806.0",
"@aws-sdk/client-route-53": "^3.812.0",
"@streamr/autocertifier-client": "103.0.0-rc.18",
"@streamr/dht": "103.0.0-rc.18",
"@streamr/proto-rpc": "103.0.0-rc.18",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@
"author": "Streamr Network AG <contact@streamr.com>",
"license": "AGPL-3.0",
"dependencies": {
"@streamr/config": "^5.5.6",
"@streamr/config": "^5.6.0",
"@streamr/dht": "103.0.0-rc.18",
"@streamr/network-contracts": "^9.1.0",
"@streamr/sdk": "103.0.0-rc.18",
"@streamr/trackerless-network": "103.0.0-rc.18",
"@streamr/utils": "103.0.0-rc.18",
"commander": "^13.1.0",
"commander": "^14.0.0",
"easy-table": "^1.1.1",
"ethers": "^6.13.0",
"event-stream": "^4.0.1",
"lodash": "^4.17.21",
"semver": "^7.7.1"
"semver": "^7.7.2"
},
"devDependencies": {
"@streamr/test-utils": "103.0.0-rc.18",
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "STREAMR NETWORK OPEN SOURCE LICENSE",
"dependencies": {
"@inquirer/prompts": "^7.5.1",
"@streamr/config": "^5.5.6",
"@streamr/config": "^5.6.0",
"@streamr/dht": "103.0.0-rc.18",
"@streamr/sdk": "103.0.0-rc.18",
"@streamr/utils": "103.0.0-rc.18",
Expand All @@ -47,7 +47,7 @@
"ajv-formats": "^3.0.1",
"cassandra-driver": "^4.8.0",
"chalk": "^4.0.0",
"commander": "^13.1.0",
"commander": "^14.0.0",
"consistent-hash": "^1.1.1",
"cors": "^2.8.5",
"ethers": "^6.13.0",
Expand All @@ -60,7 +60,7 @@
"qs": "^6.14.0",
"uuid": "^11.1.0",
"ws": "^8.18.2",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"devDependencies": {
"@inquirer/testing": "^2.1.46",
Expand All @@ -71,7 +71,7 @@
"@types/heap": "^0.2.34",
"@types/lodash": "^4.17.16",
"@types/merge2": "^1.4.4",
"@types/qs": "^6.9.18",
"@types/qs": "^6.14.0",
"@types/stream-to-array": "^2.3.3",
"@types/supertest": "^6.0.3",
"@types/ws": "^8.18.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@noble/post-quantum": "^0.4.1",
"@protobuf-ts/runtime": "^2.8.2",
"@protobuf-ts/runtime-rpc": "^2.8.2",
"@streamr/config": "^5.5.6",
"@streamr/config": "^5.6.0",
"@streamr/dht": "103.0.0-rc.18",
"@streamr/network-contracts": "^9.1.0",
"@streamr/proto-rpc": "103.0.0-rc.18",
Expand All @@ -120,7 +120,7 @@
"ts-toolbelt": "^9.6.0",
"tsyringe": "^4.10.0",
"uuid": "^11.1.0",
"zod": "^3.24.4"
"zod": "^3.25.7"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Streamr Network AG <contact@streamr.network>",
"license": "Apache-2.0",
"dependencies": {
"@streamr/config": "^5.5.6",
"@streamr/config": "^5.6.0",
"@streamr/network-contracts": "^9.1.0",
"@streamr/utils": "103.0.0-rc.18",
"cors": "^2.8.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"author": "Streamr Network AG <contact@streamr.network>",
"license": "Apache-2.0",
"dependencies": {
"@noble/curves": "^1.9.0",
"@noble/curves": "^1.9.1",
"@noble/post-quantum": "^0.4.1",
"eventemitter3": "^5.0.0",
"lodash": "^4.17.21",
"pino": "^9.6.0",
"pino": "^9.7.0",
"pino-pretty": "^13.0.0",
"secp256k1": "^5.0.1",
"sha3": "^2.1.4"
Expand Down
Loading