Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GRPCGRPCJS-7242922
  • Loading branch information
snyk-bot committed Jun 13, 2024
1 parent 7350742 commit 2aca927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"author": "Xavier Geerinck",
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "^1.9.3",
"@grpc/grpc-js": "^1.9.15",
"@js-temporal/polyfill": "^0.3.0",
"@types/google-protobuf": "^3.15.5",
"@types/node-fetch": "^2.6.2",
Expand Down

0 comments on commit 2aca927

Please sign in to comment.