diff --git a/package-lock.json b/package-lock.json index 5a601c84..6ef34405 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1115,9 +1115,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.12.4", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.4.tgz", - "integrity": "sha512-NBhrxEWnFh0FxeA0d//YP95lRFsSx2TNLEUQg4/W+5f/BMxcCjgOOIT24iD+ZB/tZw057j44DaIxja7w4XMrhg==", + "version": "1.12.5", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", + "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", "dependencies": { "@grpc/proto-loader": "^0.7.13", "@js-sdsl/ordered-map": "^4.4.2" @@ -5074,11 +5074,11 @@ } }, "node_modules/grpc-js-reflection-client": { - "version": "1.2.22", - "resolved": "https://registry.npmjs.org/grpc-js-reflection-client/-/grpc-js-reflection-client-1.2.22.tgz", - "integrity": "sha512-gPNolf0Pgbls9Z4mlG8to06cYwSh586QVWaf1wC0AM7Fw+IuhnmqEAeTUwCe/tU+Xamdz8Qb/Zmt4VYS3nnd2A==", + "version": "1.2.23", + "resolved": "https://registry.npmjs.org/grpc-js-reflection-client/-/grpc-js-reflection-client-1.2.23.tgz", + "integrity": "sha512-4ezbJ/cuzeiyfEsSDemOdY5RLBHJO4GgfgmACHrU67xkmdxcBFqRTfbb895uNVUFQi8/QIWvwbLQrtMW6AyX9Q==", "dependencies": { - "@grpc/grpc-js": "^1.12.3", + "@grpc/grpc-js": "^1.12.5", "@types/lodash": "^4.17.13", "lodash": "^4.17.21", "protobufjs": "^7.4.0"