diff --git a/package-lock.json b/package-lock.json index 8c9b0226ca8..6a0f208b970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@fluent/syntax": "^0.19.0", "@google-cloud/logging-winston": "^6.0.1", "@google-cloud/pubsub": "^5.0.0", - "@grpc/grpc-js": "1.13.3", + "@grpc/grpc-js": "1.13.4", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.5", "@next/third-parties": "15.5.3", @@ -4539,9 +4539,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.3.tgz", - "integrity": "sha512-FTXHdOoPbZrBjlVLHuKbDZnsTxXv2BlHF57xw6LuThXacXvtkahEPED0CKMk6obZDf65Hv4k3z62eyPNpvinIg==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.13.4.tgz", + "integrity": "sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", diff --git a/package.json b/package.json index 0e4a26b7be5..4db0d060daf 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@fluent/syntax": "^0.19.0", "@google-cloud/logging-winston": "^6.0.1", "@google-cloud/pubsub": "^5.0.0", - "@grpc/grpc-js": "1.13.3", + "@grpc/grpc-js": "1.13.4", "@leeoniya/ufuzzy": "^1.0.18", "@mozilla/glean": "^5.0.5", "@next/third-parties": "15.5.3",