Skip to content

Commit

Permalink
Bump @grpc/grpc-js from 1.9.4 to 1.9.15
Browse files Browse the repository at this point in the history
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/grpc-js@1.9.4...@grpc/grpc-js@1.9.15)

---
updated-dependencies:
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent d39da28 commit 9a40b32
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.9.4",
"@grpc/grpc-js": "^1.9.15",
"@grpc/proto-loader": "^0.7.10",
"@sensebox/osem-protos": "^1.1.0",
"@sensebox/sketch-templater": "1.13.1",
Expand Down
37 changes: 27 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
minimatch "^3.0.4"
strip-json-comments "^3.1.1"

"@grpc/grpc-js@^1.9.4":
version "1.9.4"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.4.tgz#6cf152869910c2ac3429eee08c1dbdc84e7bafea"
integrity sha512-oEnzYiDuEsBydZBtP84BkpduLsE1nSAO4KrhTLHRzNrIQE647fhchmosTQsJdCo8X9zBBt+l5+fNk+m/yCFJ/Q==
"@grpc/grpc-js@^1.9.15", "@grpc/grpc-js@^1.9.4":
version "1.9.15"
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.9.15.tgz#433d7ac19b1754af690ea650ab72190bd700739b"
integrity sha512-nqE7Hc0AzI+euzUwDAy0aY5hCp10r734gMGRdU+qOPX0XSceI2ULrcXB5U2xSc5VkWwalCj4M7GzCAygZl2KoQ==
dependencies:
"@grpc/proto-loader" "^0.7.8"
"@types/node" ">=12.12.47"
Expand Down Expand Up @@ -173,6 +173,28 @@
resolved "https://registry.yarnpkg.com/@sensebox/eslint-config-sensebox/-/eslint-config-sensebox-1.1.0.tgz#2fec4ec7945f34e7296c619fabd589d722ecd984"
integrity sha512-MhwFHGmt7X/Wb/aISS/pJvBuO8HqpkVfB8GsUKOosWEfvug4cTN7N/pXBOxINukG34LcKDLp1xdyxuEo64CMSw==

"@sensebox/opensensemap-api-models@3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@sensebox/opensensemap-api-models/-/opensensemap-api-models-3.2.0.tgz#5e2a130e485b568212e56c8fa2d04d89fef3647c"
integrity sha512-hfRxYEpIEzuaszYOT1f0SIM4TvmGRz8PafYVENawvaHxDSV/gAmDx/pZNKvSlPNJn2TERuwreEO3MB8RS+1tPQ==
dependencies:
"@grpc/grpc-js" "^1.9.4"
"@grpc/proto-loader" "^0.7.10"
"@sensebox/osem-protos" "^1.1.0"
"@sensebox/sketch-templater" "1.13.1"
bcrypt "^5.1.1"
bullmq "^4.12.3"
config "^3.3.6"
got "^11.8.2"
isemail "^3.0.0"
jsonpath "^1.1.1"
lodash.isequal "^4.5.0"
moment "^2.29.4"
mongoose "^5.13.20"
mongoose-timestamp "^0.6"
pino "^8.8.0"
uuid "^8.3.2"

"@sensebox/osem-protos@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@sensebox/osem-protos/-/osem-protos-1.1.0.tgz#a7de8bc6be867953f1309181a012063c23299e79"
Expand Down Expand Up @@ -430,12 +452,7 @@
"@types/bson" "*"
"@types/node" "*"

"@types/node@*":
version "13.13.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.13.4.tgz#1581d6c16e3d4803eb079c87d4ac893ee7501c2c"
integrity sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA==

"@types/node@>=12.12.47", "@types/node@>=13.7.0":
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0":
version "16.6.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.6.0.tgz#0d5685f85066f94e97f19e8a67fe003c5fadacc4"
integrity sha512-OyiZPohMMjZEYqcVo/UJ04GyAxXOJEZO/FpzyXxcH4r/ArrVoXHf4MbUrkLp0Tz7/p1mMKpo5zJ6ZHl8XBNthQ==
Expand Down

0 comments on commit 9a40b32

Please sign in to comment.