SIGN IN SIGN UP

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.
N
nicktrn committed
a302f650b93c223abf1f9d394df50563d6cb0cab
Parent: 32e647e
Committed by GitHub <noreply@github.com> on 8/19/2026, 1:57:36 PM