Skip to content

Commit

Permalink
build: bump the npm_and_yarn group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the npm_and_yarn group with 3 updates in the / directory:
[@grpc/grpc-js](https://github.com/grpc/grpc-node),
[bl](https://github.com/rvagg/bl) and [qs](https://github.com/ljharb/qs).

Updates `@grpc/grpc-js` from 1.10.9 to 1.10.10
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected])

Updates `bl` from 5.1.0 to 6.0.0
- [Release notes](https://github.com/rvagg/bl/releases)
- [Changelog](https://github.com/rvagg/bl/blob/master/CHANGELOG.md)
- [Commits](rvagg/bl@v5.1.0...v6.0.0)

Updates `qs` from 6.8.3 to 6.9.7
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.8.3...v6.9.7)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: bl
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: qs
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Co-authored-by: Peter Somogyvari <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sandeep Nishad <[email protected]>
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
dependabot[bot] authored and petermetz committed Aug 8, 2024
1 parent 053224f commit 2e90198
Show file tree
Hide file tree
Showing 16 changed files with 42 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"http-status-codes": "2.1.4",
"jose": "4.15.5",
"json-stable-stringify": "1.0.2",
"qs": "6.8.3"
"qs": "6.9.7"
},
"engines": {
"node": ">=18",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
externals: {
"@fidm/x509": "@fidm/x509",
"@grpc/grpc-js": "1.10.3",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "@grpc/proto-loader",
busboy: "busboy",
child_process: "child_process",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@connectrpc/connect-express": "1.4.0",
"@connectrpc/connect-fastify": "1.4.0",
"@connectrpc/connect-node": "1.4.0",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.8",
"@hyperledger/cactus-common": "2.0.0-rc.3",
"@hyperledger/cactus-core": "2.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"sha3": "2.1.4"
},
"devDependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@types/json-stable-stringify": "1.0.33",
"@types/sanitize-html": "2.9.5",
"@types/secp256k1": "4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cactus-common": "2.0.0-rc.3",
"axios": "1.7.2",
"google-protobuf": "3.21.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-plugin-ledger-connector-besu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cactus-common": "2.0.0-rc.3",
"@hyperledger/cactus-core": "2.0.0-rc.3",
"@hyperledger/cactus-core-api": "2.0.0-rc.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@polkadot/types": "10.9.1",
"@polkadot/util": "12.6.2",
"axios": "1.6.0",
"bl": "5.1.0",
"bl": "6.0.0",
"express": "4.19.2",
"express-openapi-validator": "5.2.0",
"form-data": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cactus-cmd-api-server": "2.0.0-rc.3",
"@hyperledger/cactus-common": "2.0.0-rc.3",
"@hyperledger/cactus-core": "2.0.0-rc.3",
Expand Down
2 changes: 1 addition & 1 deletion weaver/common/protos-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.8",
"google-protobuf": "3.21.2",
"grpc-tools": "1.12.4"
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/drivers/fabric-driver/package-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fidm/x509": "1.2.1",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cacti-weaver-protos-js": "file:./protos-js",
"@hyperledger/cacti-weaver-sdk-fabric": "file:./cacti-weaver-sdk-fabric",
"dotenv": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/drivers/fabric-driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fidm/x509": "1.2.1",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.3",
"@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.3",
"dotenv": "8.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fidm/x509": "1.2.1",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cacti-weaver-protos-js": "file:./protos-js",
"@hyperledger/cacti-weaver-sdk-fabric": "file:./cacti-weaver-sdk-fabric",
"dotenv": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion weaver/core/identity-management/iin-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fidm/x509": "1.2.1",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.3",
"@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.3",
"dotenv": "8.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.8",
"@hyperledger/cacti-weaver-protos-js": "file:./protos-js",
"elliptic": "6.5.4",
Expand Down
2 changes: 1 addition & 1 deletion weaver/sdks/fabric/interoperation-node-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@grpc/proto-loader": "0.7.8",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.3",
"elliptic": "6.5.4",
Expand Down
54 changes: 27 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8800,13 +8800,13 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:1.10.9":
version: 1.10.9
resolution: "@grpc/grpc-js@npm:1.10.9"
"@grpc/grpc-js@npm:1.11.1":
version: 1.11.1
resolution: "@grpc/grpc-js@npm:1.11.1"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 10/8991a997798f19ae849d0f274280f5fdba981048f77211744a301e22207620bb24661d0dfaea51ee6259c5c8e6c159b62fe2499c879d9f14decf20957c219124
checksum: 10/28fb8d0bbccc0a8f9f73899e6f982e5e762e8f0c009eb9234d4067021f96896479be76463f8a02b80d13ecfd52817ae6d0a189f6cfe22fd32df0505bf577a720
languageName: node
linkType: hard

Expand Down Expand Up @@ -9166,7 +9166,7 @@ __metadata:
resolution: "@hyperledger/cacti-weaver-driver-fabric@workspace:weaver/core/drivers/fabric-driver"
dependencies:
"@fidm/x509": "npm:1.2.1"
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.3"
"@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.3"
"@types/node": "npm:18.11.9"
Expand Down Expand Up @@ -9214,7 +9214,7 @@ __metadata:
resolution: "@hyperledger/cacti-weaver-iin-agent@workspace:weaver/core/identity-management/iin-agent"
dependencies:
"@fidm/x509": "npm:1.2.1"
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.3"
"@hyperledger/cacti-weaver-sdk-fabric": "npm:2.0.0-rc.3"
"@types/jsrsasign": "npm:10.5.11"
Expand Down Expand Up @@ -9245,7 +9245,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperledger/cacti-weaver-protos-js@workspace:weaver/common/protos-js"
dependencies:
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@grpc/proto-loader": "npm:0.7.8"
google-protobuf: "npm:3.21.2"
grpc-tools: "npm:1.12.4"
Expand Down Expand Up @@ -9279,7 +9279,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperledger/cacti-weaver-sdk-fabric@workspace:weaver/sdks/fabric/interoperation-node-sdk"
dependencies:
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@grpc/proto-loader": "npm:0.7.8"
"@hyperledger/cacti-weaver-protos-js": "npm:2.0.0-rc.3"
"@types/node": "npm:18.11.9"
Expand Down Expand Up @@ -9338,7 +9338,7 @@ __metadata:
"@connectrpc/connect-fastify": "npm:1.4.0"
"@connectrpc/connect-node": "npm:1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:1.4.0"
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@grpc/proto-loader": "npm:0.7.8"
"@hyperledger/cactus-common": "npm:2.0.0-rc.3"
"@hyperledger/cactus-core": "npm:2.0.0-rc.3"
Expand Down Expand Up @@ -9467,7 +9467,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperledger/cactus-common@workspace:packages/cactus-common"
dependencies:
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@types/json-stable-stringify": "npm:1.0.33"
"@types/sanitize-html": "npm:2.9.5"
"@types/secp256k1": "npm:4.0.3"
Expand All @@ -9491,7 +9491,7 @@ __metadata:
dependencies:
"@bufbuild/protobuf": "npm:1.10.0"
"@connectrpc/connect": "npm:1.4.0"
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@grpc/proto-loader": "npm:0.7.8"
"@hyperledger/cactus-common": "npm:2.0.0-rc.3"
"@types/express": "npm:4.17.21"
Expand Down Expand Up @@ -9562,7 +9562,7 @@ __metadata:
jose: "npm:4.15.5"
json-stable-stringify: "npm:1.0.2"
openapi-types: "npm:12.1.3"
qs: "npm:6.8.3"
qs: "npm:6.9.7"
typescript-optional: "npm:2.0.1"
uuid: "npm:10.0.0"
web3-core: "npm:1.6.1"
Expand Down Expand Up @@ -10205,7 +10205,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperledger/cactus-plugin-ledger-connector-besu@workspace:packages/cactus-plugin-ledger-connector-besu"
dependencies:
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@hyperledger/cactus-common": "npm:2.0.0-rc.3"
"@hyperledger/cactus-core": "npm:2.0.0-rc.3"
"@hyperledger/cactus-core-api": "npm:2.0.0-rc.3"
Expand Down Expand Up @@ -10453,7 +10453,7 @@ __metadata:
"@types/temp": "npm:0.9.1"
"@types/uuid": "npm:10.0.0"
axios: "npm:1.6.0"
bl: "npm:5.1.0"
bl: "npm:6.0.0"
express: "npm:4.19.2"
express-openapi-validator: "npm:5.2.0"
form-data: "npm:4.0.0"
Expand Down Expand Up @@ -10783,7 +10783,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@hyperledger/cactus-test-plugin-ledger-connector-besu@workspace:packages/cactus-test-plugin-ledger-connector-besu"
dependencies:
"@grpc/grpc-js": "npm:1.10.9"
"@grpc/grpc-js": "npm:1.11.1"
"@hyperledger/cactus-cmd-api-server": "npm:2.0.0-rc.3"
"@hyperledger/cactus-common": "npm:2.0.0-rc.3"
"@hyperledger/cactus-core": "npm:2.0.0-rc.3"
Expand Down Expand Up @@ -17641,12 +17641,12 @@ __metadata:
linkType: hard

"@types/readable-stream@npm:^4.0.0":
version: 4.0.14
resolution: "@types/readable-stream@npm:4.0.14"
version: 4.0.15
resolution: "@types/readable-stream@npm:4.0.15"
dependencies:
"@types/node": "npm:*"
safe-buffer: "npm:~5.1.1"
checksum: 10/5ec03edfc96653866d45c6dca54c16f890e7d1bf9ab837f520d056bd55de257a2c177ba9ba8831dae9ded73887ed4fd31320e5a6bb3b4304bf88ca59519b68c0
checksum: 10/33a273dcd74bec84f0d7d507c0d719487f9d0b4f48cd9e3fd2b0c6e848f23ce0c6cac1250be03c94df29e78cfd29940aae80ed2a4407fe4188eb959d15b32646
languageName: node
linkType: hard

Expand Down Expand Up @@ -21106,14 +21106,14 @@ __metadata:
languageName: node
linkType: hard

"bl@npm:5.1.0":
version: 5.1.0
resolution: "bl@npm:5.1.0"
"bl@npm:6.0.0":
version: 6.0.0
resolution: "bl@npm:6.0.0"
dependencies:
buffer: "npm:^6.0.3"
inherits: "npm:^2.0.4"
readable-stream: "npm:^3.4.0"
checksum: 10/0340d3d70def4213cd9cbcd8592f7c5922d3668e7b231286c354613fac4a8411ad373cff26e06162da7423035bbd5caafce3e140a5f397be72fcd1e9d86f1179
readable-stream: "npm:^4.2.0"
checksum: 10/e74d9d3cb897023e051ed7db6a889b487a9ef2fc81037e71769774c7551b7789dc3102d129ea7e9718632657c7ea97a8ab546dc924fd9a758c66b3a689affb8f
languageName: node
linkType: hard

Expand Down Expand Up @@ -44801,10 +44801,10 @@ __metadata:
languageName: node
linkType: hard

"qs@npm:6.8.3":
version: 6.8.3
resolution: "qs@npm:6.8.3"
checksum: 10/ba108daa907e6e532af3caa8e8ff7d46a133850b51dcde2b1a8596f3eec9c6e77f82ac9b07120c96145b7a7239a98712617b9d2942289b2a30818e7a6ad364d2
"qs@npm:6.9.7":
version: 6.9.7
resolution: "qs@npm:6.9.7"
checksum: 10/fb364b54bf4f092a095554968f5abf06036cfe359c9aba258a81b0c0366f625a46098fe1224b2a71ee2f88642470af391c7a8a1496508eca29c37093293f91a9
languageName: node
linkType: hard

Expand Down

0 comments on commit 2e90198

Please sign in to comment.