Skip to content

Commit

Permalink
fix: api/package.json & api/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
  • Loading branch information
snyk-bot authored and saileshbro committed Nov 3, 2024
1 parent 9889288 commit f41515e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 72 deletions.
131 changes: 61 additions & 70 deletions api/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 api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"dependencies": {
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"debug": "^4.3.6",
"dotenv": "^10.0.0",
"express": "~4.19.2",
"express": "~4.21.1",
"form-data": "^4.0.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
Expand Down

0 comments on commit f41515e

Please sign in to comment.