Skip to content
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

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

Merged
merged 2 commits into from
Jun 16, 2024
Merged
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
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/[email protected]...@grpc/[email protected])

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

Signed-off-by: dependabot[bot] <[email protected]>
```
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