From 277cb6c4364d96eaac0b22384c0275c6fcecb352 Mon Sep 17 00:00:00 2001 From: Pitos Date: Tue, 8 Oct 2024 06:02:16 +0200 Subject: [PATCH] Upgrade dendencies and prepare new version --- package-lock.json | 16 ++++++++-------- package.json | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 337d340..f44b3c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.2.18", "license": "MIT", "dependencies": { - "@grpc/grpc-js": "^1.11.3", - "@types/lodash": "^4.17.7", + "@grpc/grpc-js": "^1.12.0", + "@types/lodash": "^4.17.10", "lodash": "^4.17.21", "protobufjs": "^7.4.0" }, @@ -620,9 +620,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.11.3", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.11.3.tgz", - "integrity": "sha512-i9UraDzFHMR+Iz/MhFLljT+fCpgxZ3O6CxwGJ8YuNYHJItIHUzKJpW2LvoFZNnGPwqc9iWy9RAucxV0JoR9aUQ==", + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.12.0.tgz", + "integrity": "sha512-eWdP97A6xKtZXVP/ze9y8zYRB2t6ugQAuLXFuZXAsyqmyltaAjl4yPkmIfc0wuTFJMOUF1AdvIFQCL7fMtaX6g==", "license": "Apache-2.0", "dependencies": { "@grpc/proto-loader": "^0.7.13", @@ -1341,9 +1341,9 @@ "peer": true }, "node_modules/@types/lodash": { - "version": "4.17.7", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.7.tgz", - "integrity": "sha512-8wTvZawATi/lsmNu10/j2hk1KEP0IvjubqPE3cu1Xz7xfXXt5oCq3SNUz4fMIP4XGF9Ky+Ue2tBA3hcS7LSBlA==", + "version": "4.17.10", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.10.tgz", + "integrity": "sha512-YpS0zzoduEhuOWjAotS6A5AVCva7X4lVlYLF0FYHAY9sdraBfnatttHItlWeZdGhuEkf+OzMNg2ZYAx8t+52uQ==", "license": "MIT" }, "node_modules/@types/long": { diff --git a/package.json b/package.json index c7360f5..2352cb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpc-js-reflection-client", - "version": "1.2.18", + "version": "1.2.19", "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,8 +27,8 @@ "url": "https://github.com/gawsoftpl/grpc-js-reflection-api-client.git" }, "dependencies": { - "@grpc/grpc-js": "^1.11.3", - "@types/lodash": "^4.17.7", + "@grpc/grpc-js": "^1.12.0", + "@types/lodash": "^4.17.10", "lodash": "^4.17.21", "protobufjs": "^7.4.0" },