From 3bc07af519522b3a999a9cb76566e43b593e29ea Mon Sep 17 00:00:00 2001 From: Pitos Date: Mon, 23 Sep 2024 14:56:37 +0200 Subject: [PATCH] Upgrade grpc/js version to 1.11.3 Add node 22 to tests pipeline --- .github/workflows/ci.yml | 2 +- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 414d04f..dbbb64b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x, 21.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/package-lock.json b/package-lock.json index bd77c8e..337d340 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "grpc-js-reflection-client", - "version": "1.2.16", + "version": "1.2.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "grpc-js-reflection-client", - "version": "1.2.16", + "version": "1.2.18", "license": "MIT", "dependencies": { - "@grpc/grpc-js": "^1.11.2", + "@grpc/grpc-js": "^1.11.3", "@types/lodash": "^4.17.7", "lodash": "^4.17.21", "protobufjs": "^7.4.0" @@ -620,9 +620,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.11.2", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.2.tgz", - "integrity": "sha512-DWp92gDD7/Qkj7r8kus6/HCINeo3yPZWZ3paKgDgsbKbSpoxKg1yvN8xe2Q8uE3zOsPe3bX8FQX2+XValq2yTw==", + "version": "1.11.3", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz", + "integrity": "sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", diff --git a/package.json b/package.json index 6fe53a6..c7360f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpc-js-reflection-client", - "version": "1.2.17", + "version": "1.2.18", "description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.", "author": "gawsoft.com", "main": "dist/index.js", @@ -27,7 +27,7 @@ "url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git" }, "dependencies": { - "@grpc/grpc-js": "^1.11.2", + "@grpc/grpc-js": "^1.11.3", "@types/lodash": "^4.17.7", "lodash": "^4.17.21", "protobufjs": "^7.4.0"