From 134beec7e6c4ba0231e501f37c4792a57126e8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 09:23:10 +0800 Subject: [PATCH] Bump @grpc/grpc-js from 1.8.14 to 1.8.22 in /source/agent/quic (#1384) Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.8.14 to 1.8.22. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.8.14...@grpc/grpc-js@1.8.22) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- source/agent/quic/package-lock.json | 8 ++++---- source/agent/quic/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/agent/quic/package-lock.json b/source/agent/quic/package-lock.json index aca7a9efc..4cb4a3bb8 100644 --- a/source/agent/quic/package-lock.json +++ b/source/agent/quic/package-lock.json @@ -8,7 +8,7 @@ "name": "OWT-Server-QUIC-Agent", "version": "5.1.0", "dependencies": { - "@grpc/grpc-js": "^1.1.0", + "@grpc/grpc-js": "^1.8.22", "@grpc/proto-loader": "^0.7.8", "amqplib": "^0.7.0", "log4js": "^6.4.0", @@ -46,9 +46,9 @@ "dev": true }, "node_modules/@grpc/grpc-js": { - "version": "1.8.14", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.8.14.tgz", - "integrity": "sha512-w84maJ6CKl5aApCMzFll0hxtFNT6or9WwMslobKaqWUEf1K+zhlL43bSQhFreyYWIWR+Z0xnVFC1KtLm4ZpM/A==", + "version": "1.8.22", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.8.22.tgz", + "integrity": "sha512-oAjDdN7fzbUi+4hZjKG96MR6KTEubAeMpQEb+77qy+3r0Ua5xTFuie6JOLr4ZZgl5g+W5/uRTS2M1V8mVAFPuA==", "dependencies": { "@grpc/proto-loader": "^0.7.0", "@types/node": ">=12.12.47" diff --git a/source/agent/quic/package.json b/source/agent/quic/package.json index c9c09910b..9f9c2c185 100644 --- a/source/agent/quic/package.json +++ b/source/agent/quic/package.json @@ -7,7 +7,7 @@ "node-getopt": "*", "toml": "*", "@grpc/proto-loader": "^0.7.8", - "@grpc/grpc-js": "^1.1.0" + "@grpc/grpc-js": "^1.8.22" }, "devDependencies": { "browserify": "^17.0.0",