diff --git a/node/package-lock.json b/node/package-lock.json index 14010cde..d43d3543 100644 --- a/node/package-lock.json +++ b/node/package-lock.json @@ -452,9 +452,9 @@ } }, "@grpc/grpc-js": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.8.tgz", - "integrity": "sha512-9C1xiCbnYe/3OFpSuRqz2JgFSOxv6+SlqFhXgRC1nHfXYbLnXvtmsI/NpaMs6k9ZNyV4gyaOOh5Z4McfegQGew==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.2.11.tgz", + "integrity": "sha512-DZqx3nHBm2OGY7NKq4sppDEfx4nBAsQH/d/H/yxo/+BwpVLWLGs+OorpwQ+Fqd6EgpDEoi4MhqndjGUeLl/5GA==", "dev": true, "requires": { "@types/node": ">=12.12.47", @@ -2151,9 +2151,9 @@ } }, "gaxios": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.1.0.tgz", - "integrity": "sha512-vb0to8xzGnA2qcgywAjtshOKKVDf2eQhJoiL6fHhgW5tVN7wNk7egnYIO9zotfn3lQ3De1VPdf7V5/BWfCtCmg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/gaxios/-/gaxios-4.2.0.tgz", + "integrity": "sha512-Ms7fNifGv0XVU+6eIyL9LB7RVESeML9+cMvkwGS70xyD6w2Z80wl6RiqiJ9k1KFlJCUTQqFFc8tXmPQfSKUe8g==", "dev": true, "requires": { "abort-controller": "^3.0.0", diff --git a/node/package.json b/node/package.json index 61813974..7d8d108b 100644 --- a/node/package.json +++ b/node/package.json @@ -9,7 +9,7 @@ "update": "npx npm-check --update" }, "devDependencies": { - "@grpc/grpc-js": "1.2.8", + "@grpc/grpc-js": "1.2.11", "@types/google-protobuf": "3.7.4", "@types/jest": "26.0.20", "google-protobuf": "3.15.3",