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-COOKIE-8163060
snyk-bot committed Oct 15, 2024
1 parent 173a906 commit 7a91f61
Showing 2 changed files with 103 additions and 52 deletions.
153 changes: 102 additions & 51 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.5.1",
"prom-client": "^15.1.3"

0 comments on commit 7a91f61

Please sign in to comment.