From 66dd42dd0987fb14b6ec2d5b0acfb04e1de1d234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 02:14:25 +0000 Subject: [PATCH] Bump @grpc/grpc-js from 1.9.13 to 1.9.15 in /client Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.13 to 1.9.15. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.9.13...@grpc/grpc-js@1.9.15) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e2172c8..024fd9b 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8,7 +8,7 @@ "name": "svelte-start", "version": "0.0.1", "dependencies": { - "@grpc/grpc-js": "^1.9.0", + "@grpc/grpc-js": "^1.9.15", "@grpc/proto-loader": "^0.7.8", "jsonwebtoken": "^9.0.1", "pino": "^8.15.1", @@ -493,9 +493,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.9.13", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.13.tgz", - "integrity": "sha512-OEZZu9v9AA+7/tghMDE8o5DAMD5THVnwSqDWuh7PPYO5287rTyqy0xEHT6/e4pbqSrhyLPdQFsam4TwFQVVIIw==", + "version": "1.9.15", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.9.15.tgz", + "integrity": "sha512-nqE7Hc0AzI+euzUwDAy0aY5hCp10r734gMGRdU+qOPX0XSceI2ULrcXB5U2xSc5VkWwalCj4M7GzCAygZl2KoQ==", "dependencies": { "@grpc/proto-loader": "^0.7.8", "@types/node": ">=12.12.47" diff --git a/client/package.json b/client/package.json index cc95fdc..9beac92 100644 --- a/client/package.json +++ b/client/package.json @@ -34,7 +34,7 @@ }, "type": "module", "dependencies": { - "@grpc/grpc-js": "^1.9.0", + "@grpc/grpc-js": "^1.9.15", "@grpc/proto-loader": "^0.7.8", "jsonwebtoken": "^9.0.1", "pino": "^8.15.1",