From ab50d39ce6cbf68883c0aa9bc3b2c4fe18da8eb3 Mon Sep 17 00:00:00 2001 From: Corey Daley Date: Wed, 12 Jun 2024 20:06:40 -0400 Subject: [PATCH] fix: mitigate CVE-2024-37168 --- gax/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gax/package.json b/gax/package.json index 78531eb89..6816943f5 100644 --- a/gax/package.json +++ b/gax/package.json @@ -10,7 +10,7 @@ "!build/src/**/*.map" ], "dependencies": { - "@grpc/grpc-js": "~1.10.3", + "@grpc/grpc-js": "~1.10.9", "@grpc/proto-loader": "^0.7.13", "@types/long": "^4.0.0", "abort-controller": "^3.0.0",