Skip to content

Commit

Permalink
npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9 (#96)
Browse files Browse the repository at this point in the history
* npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.8...@grpc/grpc-js@1.10.9)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Jun 16, 2024
1 parent 4e2844b commit dbef33d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .changelog/96.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
```release-note:enhancement
ci/dependabot: npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9

npm:(deps): bump @grpc/grpc-js from 1.10.8 to 1.10.9

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.10.8 to 1.10.9.
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.8...@grpc/grpc-js@1.10.9)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
```
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@achrinza/node-ipc": "^10.1.11",
"@grpc/grpc-js": "^1.10.8",
"@grpc/grpc-js": "^1.10.9",
"@primer/octicons": "^19.7.0",
"cronstrue": "^2.50.0",
"google-protobuf": "^3.21.2",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -924,13 +924,13 @@ __metadata:
languageName: node
linkType: hard

"@grpc/grpc-js@npm:^1.10.8":
version: 1.10.8
resolution: "@grpc/grpc-js@npm:1.10.8"
"@grpc/grpc-js@npm:^1.10.9":
version: 1.10.9
resolution: "@grpc/grpc-js@npm:1.10.9"
dependencies:
"@grpc/proto-loader": "npm:^0.7.13"
"@js-sdsl/ordered-map": "npm:^4.4.2"
checksum: 600ccd5fc1f4d5e49b52c1ac8fd656b4583d81e6f9708a75459861dbf55251e7c0378ff6ba0043c140916f22dee195119cec6535c7b7e8a0a9da244d48cacc9e
checksum: 4f161015878057ad55ac84299fdbc4e74798bdb25aa5a078978b87b9ce521d11b4b33baa196d5092385f463020cd2dedbad121de22509e23a0996387001393e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -6231,7 +6231,7 @@ __metadata:
"@connectrpc/connect": "npm:^1.4.0"
"@connectrpc/connect-web": "npm:^1.4.0"
"@connectrpc/protoc-gen-connect-es": "npm:^1.4.0"
"@grpc/grpc-js": "npm:^1.10.8"
"@grpc/grpc-js": "npm:^1.10.9"
"@originjs/vite-plugin-commonjs": "npm:^1.0.3"
"@primer/octicons": "npm:^19.7.0"
"@vitejs/plugin-vue": "npm:^5.0.5"
Expand Down

0 comments on commit dbef33d

Please sign in to comment.