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
  • Loading branch information
snyk-bot committed Sep 12, 2024
1 parent 7d33baa commit 42d125f
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 46 deletions.
116 changes: 72 additions & 44 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 @@ -47,10 +47,10 @@
},
"homepage": "https://github.com/davesag/api-server-boilerplate#readme",
"dependencies": {
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.0",
"express-openapi-validator": "^5.1.6",
"http-status-codes": "^2.3.0",
"node-http-error": "^2.0.0",
Expand Down

0 comments on commit 42d125f

Please sign in to comment.