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-TYPEORM-590152
- https://snyk.io/vuln/npm:adm-zip:20180415
  • Loading branch information
snyk-bot committed Apr 30, 2024
1 parent d240896 commit fb931af
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 42 deletions.
67 changes: 27 additions & 40 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "snyk test"
},
"dependencies": {
"adm-zip": "0.4.7",
"adm-zip": "0.4.11",
"body-parser": "1.9.0",
"cfenv": "^1.0.4",
"consolidate": "0.14.5",
Expand Down Expand Up @@ -45,7 +45,7 @@
"st": "0.2.4",
"stream-buffers": "^3.0.1",
"tap": "^11.1.3",
"typeorm": "^0.2.24",
"typeorm": "^0.2.25",
"validator": "^13.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit fb931af

Please sign in to comment.