From 3383fa57e655d74d49d2594e232e5a28cce7006b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:21:58 +0000 Subject: [PATCH] chore(deps): bump @grpc/grpc-js from 1.12.5 to 1.12.6 Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.12.5 to 1.12.6. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.12.5...@grpc/grpc-js@1.12.6) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a63edc5..cea8cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "@grpc/grpc-js": "^1.12.5", + "@grpc/grpc-js": "^1.12.6", "@yandex-cloud/nodejs-sdk": "^2.7.7", "mustache": "^4.2.0" }, @@ -873,9 +873,9 @@ "dev": true }, "node_modules/@grpc/grpc-js": { - "version": "1.12.5", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.5.tgz", - "integrity": "sha512-d3iiHxdpg5+ZcJ6jnDSOT8Z0O0VMVGy34jAnYLUX8yd36b1qn8f1TwOA/Lc7TsOh03IkPJ38eGI5qD2EjNkoEA==", + "version": "1.12.6", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.6.tgz", + "integrity": "sha512-JXUj6PI0oqqzTGvKtzOkxtpsyPRNsrmhh41TtIz/zEB6J+AUiZZ0dxWzcMwO9Ns5rmSPuMdghlTbUuqIM48d3Q==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", diff --git a/package.json b/package.json index 23aa061..2c6b769 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "dependencies": { "@actions/core": "^1.11.1", "@actions/github": "^6.0.0", - "@grpc/grpc-js": "^1.12.5", + "@grpc/grpc-js": "^1.12.6", "@yandex-cloud/nodejs-sdk": "^2.7.7", "mustache": "^4.2.0" },