Skip to content

Commit

Permalink
fix: package.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-COOKIE-8163060
  • Loading branch information
snyk-bot committed Oct 8, 2024
1 parent b3fc134 commit 8ee3c70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"dependencies": {
"body-parser": "^1.19.0",
"configure-env": "^1.0.0",
"cookie-parser": "~1.4.4",
"cookie-parser": "~1.4.7",
"debug": ">=4.1.1",
"dotenv-safe": "^8.2.0",
"express": "^4.17.1",
"express": "^4.21.1",
"lowdb": "^1.0.0",
"moment": "^2.24.0",
"morgan": "^1.9.1",
Expand Down

0 comments on commit 8ee3c70

Please sign in to comment.