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-EXPRESS-6474509
  • Loading branch information
snyk-bot committed Mar 27, 2024
1 parent b063bc2 commit 7063a56
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 64 deletions.
189 changes: 126 additions & 63 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 @@ -28,7 +28,7 @@
"homepage": "https://github.com/deawar/DaBurgerApp#readme",
"dependencies": {
"dotenv": "^8.6.0",
"express": "^4.18.1",
"express": "^4.19.2",
"express-handlebars": "^5.3.1",
"mysql": "^2.18.1"
},
Expand Down

0 comments on commit 7063a56

Please sign in to comment.