Skip to content

Commit

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


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)

Updates `vite` from 5.1.7 to 5.2.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.6/packages/vite)

---
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
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 740c061 commit f7d63be
Show file tree
Hide file tree
Showing 14 changed files with 375 additions and 126 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
2 changes: 1 addition & 1 deletion packages/cacti-ledger-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
"@types/sort-by": "1",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.2.2",
"vite": "5.1.7"
"vite": "5.2.6"
}
}
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 @@ -64,7 +64,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.10.10",
"@grpc/proto-loader": "0.7.8",
"@hyperledger/cactus-common": "2.0.0-rc.1",
"@hyperledger/cactus-core": "2.0.0-rc.1",
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.10.10",
"@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 @@ -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.10.10",
"@hyperledger/cactus-common": "2.0.0-rc.1",
"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 @@ -58,7 +58,7 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.10.10",
"@hyperledger/cactus-common": "2.0.0-rc.1",
"@hyperledger/cactus-core": "2.0.0-rc.1",
"@hyperledger/cactus-core-api": "2.0.0-rc.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@hyperledger/cactus-core": "2.0.0-rc.1",
"@hyperledger/cactus-core-api": "2.0.0-rc.1",
"axios": "1.7.2",
"bl": "6.0.12",
"bl": "6.0.0",
"bn.js": "4.12.0",
"elliptic": "6.5.4",
"express": "4.19.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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": "4.13.1",
"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.10.10",
"@hyperledger/cactus-cmd-api-server": "2.0.0-rc.1",
"@hyperledger/cactus-common": "2.0.0-rc.1",
"@hyperledger/cactus-core": "2.0.0-rc.1",
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.10.10",
"@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.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.10.10",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1",
"@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.1",
"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.10.10",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1",
"@hyperledger/cacti-weaver-sdk-fabric": "2.0.0-rc.1",
"dotenv": "8.6.0",
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.10.10",
"@grpc/proto-loader": "0.7.8",
"@hyperledger/cacti-weaver-protos-js": "2.0.0-rc.1",
"elliptic": "6.5.4",
Expand Down
Loading

0 comments on commit f7d63be

Please sign in to comment.