diff --git a/package-lock.json b/package-lock.json index 9daa078..51e2fc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "1.1.3", "jose": "4.10.4", "long": "5.2.0", - "nice-grpc": "2.0.0", + "nice-grpc": "2.0.1", "node-rsa": "1.1.1", "openid-client": "5.2.1", "protobufjs": "7.1.2" @@ -148,9 +148,9 @@ } }, "node_modules/@grpc/grpc-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.1.tgz", - "integrity": "sha512-GVtMU4oh/TeKkWGzXUEsyZtyvSUIT1z49RtGH1UnEGeL+sLuxKl8QH3KZTlSB329R1sWJmesm5hQ5CxXdYH9dg==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz", + "integrity": "sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==", "dependencies": { "@grpc/proto-loader": "^0.7.0", "@types/node": ">=12.12.47" @@ -2343,11 +2343,11 @@ "dev": true }, "node_modules/nice-grpc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.0.0.tgz", - "integrity": "sha512-BEQgQi5Km9OV2SEv3CsHMrMifP6RiLE0DhjFaxef7UgIBV/6CVtnk/EFhH8gG5+C3xBK8w+2Lwind/W6GdczAQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.0.1.tgz", + "integrity": "sha512-Q5CGXO08STsv+HAkXeFgRayANT62X1LnIDhNXdCf+LP0XaP7EiHM0Cr3QefnoFjDZAx/Kxq+qiQfY66BrtKcNQ==", "dependencies": { - "@grpc/grpc-js": "^1.6.1", + "@grpc/grpc-js": "^1.7.3", "abort-controller-x": "^0.4.0", "nice-grpc-common": "^2.0.0" } @@ -3947,9 +3947,9 @@ } }, "@grpc/grpc-js": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.1.tgz", - "integrity": "sha512-GVtMU4oh/TeKkWGzXUEsyZtyvSUIT1z49RtGH1UnEGeL+sLuxKl8QH3KZTlSB329R1sWJmesm5hQ5CxXdYH9dg==", + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.7.3.tgz", + "integrity": "sha512-H9l79u4kJ2PVSxUNA08HMYAnUBLj9v6KjYQ7SQ71hOZcEXhShE/y5iQCesP8+6/Ik/7i2O0a10bPquIcYfufog==", "requires": { "@grpc/proto-loader": "^0.7.0", "@types/node": ">=12.12.47" @@ -5579,11 +5579,11 @@ "dev": true }, "nice-grpc": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.0.0.tgz", - "integrity": "sha512-BEQgQi5Km9OV2SEv3CsHMrMifP6RiLE0DhjFaxef7UgIBV/6CVtnk/EFhH8gG5+C3xBK8w+2Lwind/W6GdczAQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/nice-grpc/-/nice-grpc-2.0.1.tgz", + "integrity": "sha512-Q5CGXO08STsv+HAkXeFgRayANT62X1LnIDhNXdCf+LP0XaP7EiHM0Cr3QefnoFjDZAx/Kxq+qiQfY66BrtKcNQ==", "requires": { - "@grpc/grpc-js": "^1.6.1", + "@grpc/grpc-js": "^1.7.3", "abort-controller-x": "^0.4.0", "nice-grpc-common": "^2.0.0" } diff --git a/package.json b/package.json index f07ac25..ba22684 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "axios": "1.1.3", "jose": "4.10.4", "long": "5.2.0", - "nice-grpc": "2.0.0", + "nice-grpc": "2.0.1", "node-rsa": "1.1.1", "openid-client": "5.2.1", "protobufjs": "7.1.2"