Skip to content

Commit a302f65

Browse files
authored
chore(deps): upgrade grpc-js to 1.12.7 (#4707)
`@grpc/grpc-js` sat at 1.12.6 in the lockfile. `dockerode` is the only consumer and already declares `^1.11.1`, so a scoped override is enough: ```json "@grpc/grpc-js@>=1.12.0 <1.12.7": "1.12.7" ``` Pinned exactly to stay on the 1.12 line; a caret would pull 1.14.x.
1 parent 32e647e commit a302f65

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"picomatch@>=4 <4.0.4": "^4.0.4",
124124
"minimatch@>=3 <3.1.3": "^3.1.3",
125125
"protobufjs@>=7 <7.6.5": "^7.6.5",
126+
"@grpc/grpc-js@>=1.12.0 <1.12.7": "1.12.7",
126127
"fast-xml-parser@>=4 <4.5.5": "^4.5.5",
127128
"fast-xml-parser@>=5 <5.7.0": "^5.7.0",
128129
"path-to-regexp@>=0.1 <0.1.13": "^0.1.13",

pnpm-lock.yaml

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)