diff --git a/console/package-lock.json b/console/package-lock.json index 4b33c089f6a..4b133a41e44 100644 --- a/console/package-lock.json +++ b/console/package-lock.json @@ -8876,9 +8876,9 @@ } }, "google-protobuf": { - "version": "3.13.0", - "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.13.0.tgz", - "integrity": "sha512-ZIf3qfLFayVrPvAjeKKxO5FRF1/NwRxt6Dko+fWEMuHwHbZx8/fcaAao9b0wCM6kr8qeg2te8XTpyuvKuD9aKw==" + "version": "3.15.6", + "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.15.6.tgz", + "integrity": "sha512-p65NyhIZFHFUxbIPOm6cygg2rCjK+2uDCxruOG3RaWKM9R4rBGX0STmlJoSOhoyAG8Fha7U8FP4pQomAV1JXsA==" }, "graceful-fs": { "version": "4.2.3", diff --git a/console/package.json b/console/package.json index 63b98698f6f..58ca6916de8 100644 --- a/console/package.json +++ b/console/package.json @@ -32,7 +32,7 @@ "cors": "^2.8.5", "file-saver": "^2.0.5", "google-proto-files": "^2.4.0", - "google-protobuf": "^3.13.0", + "google-protobuf": "^3.15.6", "grpc": "^1.24.5", "grpc-web": "^1.2.1", "moment": "^2.29.1",