Skip to content

Commit

Permalink
fix: package.json & package-lock.json to reduce vulnerabilities (#722)
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-PROTOBUFJS-5756498

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Nobuji Saito <14101642+albertosaito@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 2, 2023
1 parent e226a50 commit bacf8ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 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
Expand Up @@ -61,7 +61,7 @@
"lru-cache": "^6.0.0",
"lzutf8": "^0.6.1",
"project-name": "^1.0.0",
"protobufjs": "^6.11.3",
"protobufjs": "^7.2.4",
"short-uuid": "^4.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit bacf8ff

Please sign in to comment.