Skip to content
Closed
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
1,784 changes: 911 additions & 873 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"packages/cli-tools"
],
"devDependencies": {
"@eslint/js": "^9.36.0",
"@eslint/js": "^9.38.0",
"@manypkg/cli": "^0.25.1",
"@protobuf-ts/plugin": "^2.11.1",
"@stylistic/eslint-plugin": "^5.4.0",
"@stylistic/eslint-plugin": "^5.5.0",
"@tsconfig/node20": "^20.1.6",
"@types/eslint__js": "^9.14.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.5.2",
"@types/node": "^24.9.1",
"cli-table": "^0.3.6",
"eslint": "^9.14.0",
"eslint-config-streamr-ts": "^7.0.0",
Expand All @@ -49,11 +49,11 @@
"jest-extended": "^6.0.0",
"jest-mock-extended": "^4.0.0",
"lerna": "^9.0.0",
"semver": "^7.7.2",
"ts-jest": "^29.4.4",
"semver": "^7.7.3",
"ts-jest": "^29.4.5",
"typescript": "^5.8.2",
"typescript-eslint": "^8.44.1",
"typescript-eslint": "^8.46.2",
"yarn": "^1.22.22",
"zx": "^8.8.4"
"zx": "^8.8.5"
}
}
4 changes: 2 additions & 2 deletions packages/autocertifier-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"test-integration": "jest test/integration"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.896.0",
"@aws-sdk/client-route-53": "^3.917.0",
"@streamr/autocertifier-client": "103.1.0",
"@streamr/dht": "103.1.0",
"@streamr/proto-rpc": "103.1.0",
"@streamr/utils": "103.1.0",
"acme-client": "^5.4.0",
"body-parser": "^2.2.0",
"dns2": "^2.1.0",
"dotenv": "^17.2.2",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"lodash": "^4.17.21",
"sqlite": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser-test-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"karma-spec-reporter": "^0.0.36",
"karma-webpack": "^5.0.1",
"node-polyfill-webpack-plugin": "^4.1.0",
"webpack": "^5.101.3",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/cli-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@
"@streamr/sdk": "103.1.0",
"@streamr/trackerless-network": "103.1.0",
"@streamr/utils": "103.1.0",
"commander": "^14.0.1",
"commander": "^14.0.2",
"easy-table": "^1.1.1",
"ethers": "^6.13.0",
"event-stream": "^4.0.1",
"lodash": "^4.17.21",
"semver": "^7.7.2"
"semver": "^7.7.3"
},
"devDependencies": {
"@streamr/test-utils": "103.1.0",
"@types/event-stream": "^4.0.5",
"@types/event-stream": "^4.0.6",
"@types/lodash": "^4.17.20",
"@types/merge2": "^1.4.4",
"@types/semver": "^7.7.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"author": "Streamr Network AG <contact@streamr.network>",
"license": "STREAMR NETWORK OPEN SOURCE LICENSE",
"dependencies": {
"@inquirer/prompts": "^7.8.0",
"@inquirer/prompts": "^7.9.0",
"@streamr/config": "^5.9.0",
"@streamr/dht": "103.1.0",
"@streamr/sdk": "103.1.0",
Expand All @@ -47,7 +47,7 @@
"ajv-formats": "^3.0.1",
"cassandra-driver": "^4.8.0",
"chalk": "^4.0.0",
"commander": "^14.0.1",
"commander": "^14.0.2",
"consistent-hash": "^1.1.1",
"cors": "^2.8.5",
"ethers": "^6.13.0",
Expand All @@ -60,10 +60,10 @@
"qs": "^6.14.0",
"uuid": "^11.1.0",
"ws": "^8.18.3",
"zod": "^4.1.11"
"zod": "^4.1.12"
},
"devDependencies": {
"@inquirer/testing": "^2.1.50",
"@inquirer/testing": "^2.1.51",
"@streamr/network-contracts": "^9.1.0",
"@streamr/test-utils": "103.1.0",
"@types/cors": "^2.8.19",
Expand Down
14 changes: 7 additions & 7 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"author": "Streamr Network AG <contact@streamr.network>",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/core": "^7.28.5",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-typescript": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@jest/globals": "^30.0.5",
"@streamr/test-utils": "103.1.0",
"@types/heap": "^0.2.34",
Expand All @@ -85,7 +85,7 @@
"ts-node": "^10.9.2",
"util": "^0.12.4",
"weak-napi": "^2.0.2",
"webpack": "^5.101.3",
"webpack": "^5.102.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
Expand All @@ -103,7 +103,7 @@
"@streamr/proto-rpc": "103.1.0",
"@streamr/trackerless-network": "103.1.0",
"@streamr/utils": "103.1.0",
"core-js": "^3.45.1",
"core-js": "^3.46.0",
"env-paths": "^2.2.1",
"ethers": "^6.13.0",
"eventemitter3": "^5.0.0",
Expand All @@ -120,7 +120,7 @@
"ts-toolbelt": "^9.6.0",
"tsyringe": "^4.10.0",
"uuid": "^11.1.0",
"zod": "^4.1.11"
"zod": "^4.1.12"
},
"optionalDependencies": {
"bufferutil": "^4.0.9",
Expand Down
6 changes: 3 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"@noble/post-quantum": "^0.4.1",
"eventemitter3": "^5.0.0",
"lodash": "^4.17.21",
"pino": "^9.12.0",
"pino-pretty": "^13.1.1",
"pino": "^10.1.0",
"pino-pretty": "^13.1.2",
"secp256k1": "^5.0.1",
"sha3": "^2.1.4"
},
"devDependencies": {
"@streamr/browser-test-runner": "^0.0.1",
"@types/lodash": "^4.17.20",
"@types/secp256k1": "^4.0.6"
"@types/secp256k1": "^4.0.7"
}
}
Loading