Skip to content

Commit 51b8020

Browse files
committed
feat: bump grpc-tools @mapbox/node-pre-gyp version
fixes: #2968
1 parent dac1da4 commit 51b8020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/grpc-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grpc-tools",
3-
"version": "1.13.0",
3+
"version": "1.13.1",
44
"author": "Google Inc.",
55
"description": "Tools for developing with gRPC on Node.js",
66
"homepage": "https://grpc.io/",
@@ -24,7 +24,7 @@
2424
"prepublishOnly": "git submodule update --init --recursive && node copy_well_known_protos.js"
2525
},
2626
"dependencies": {
27-
"@mapbox/node-pre-gyp": "^1.0.5"
27+
"@mapbox/node-pre-gyp": "^2.0.0"
2828
},
2929
"binary": {
3030
"module_name": "grpc_tools",

0 commit comments

Comments
 (0)