From 0cdbdd19e2238e95026eb621a9cfe4e01203eec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:27:32 +0000 Subject: [PATCH] chore(deps): bump grpc-js-reflection-client from 1.2.22 to 1.2.23 Bumps [grpc-js-reflection-client](https://github.com/gawsoftpl/grpc-js-reflection-api-client) from 1.2.22 to 1.2.23. - [Release notes](https://github.com/gawsoftpl/grpc-js-reflection-api-client/releases) - [Commits](https://github.com/gawsoftpl/grpc-js-reflection-api-client/compare/v1.2.22...v1.2.23) --- updated-dependencies: - dependency-name: grpc-js-reflection-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"