Skip to content

Commit 973f501

Browse files
Bump @grpc/grpc-js from 1.9.4 to 1.9.15
Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.9.4 to 1.9.15. - [Release notes](https://github.com/grpc/grpc-node/releases) - [Commits](https://github.com/grpc/grpc-node/compare/@grpc/[email protected]...@grpc/[email protected]) --- updated-dependencies: - dependency-name: "@grpc/grpc-js" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29b7acf commit 973f501

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

packages/models/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@grpc/grpc-js": "^1.9.4",
8+
"@grpc/grpc-js": "^1.9.15",
99
"@grpc/proto-loader": "^0.7.10",
1010
"@sensebox/osem-protos": "^1.1.0",
1111
"@sensebox/sketch-templater": "1.13.1",

yarn.lock

+5-10
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
minimatch "^3.0.4"
3939
strip-json-comments "^3.1.1"
4040

41-
"@grpc/grpc-js@^1.9.4":
42-
version "1.9.4"
43-
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.4.tgz#6cf152869910c2ac3429eee08c1dbdc84e7bafea"
44-
integrity sha512-oEnzYiDuEsBydZBtP84BkpduLsE1nSAO4KrhTLHRzNrIQE647fhchmosTQsJdCo8X9zBBt+l5+fNk+m/yCFJ/Q==
41+
"@grpc/grpc-js@^1.9.15":
42+
version "1.9.15"
43+
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.15.tgz#433d7ac19b1754af690ea650ab72190bd700739b"
44+
integrity sha512-nqE7Hc0AzI+euzUwDAy0aY5hCp10r734gMGRdU+qOPX0XSceI2ULrcXB5U2xSc5VkWwalCj4M7GzCAygZl2KoQ==
4545
dependencies:
4646
"@grpc/proto-loader" "^0.7.8"
4747
"@types/node" ">=12.12.47"
@@ -430,12 +430,7 @@
430430
"@types/bson" "*"
431431
"@types/node" "*"
432432

433-
"@types/node@*":
434-
version "13.13.4"
435-
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
436-
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==
437-
438-
"@types/node@>=12.12.47", "@types/node@>=13.7.0":
433+
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
439434
version "16.6.0"
440435
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.0.tgz#0d5685f85066f94e97f19e8a67fe003c5fadacc4"
441436
integrity sha512-OyiZPohMMjZEYqcVo/UJ04GyAxXOJEZO/FpzyXxcH4r/ArrVoXHf4MbUrkLp0Tz7/p1mMKpo5zJ6ZHl8XBNthQ==

0 commit comments

Comments
 (0)