Skip to content

Commit

Permalink
fix: logistics-backend/package.json & logistics-backend/package-lock.…
Browse files Browse the repository at this point in the history
…json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504
  • Loading branch information
snyk-bot committed Dec 6, 2024
1 parent ecc29bd commit a46d36d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions logistics-backend/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 logistics-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"csurf": "^1.10.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"mongoose": "^8.4.1",
"mongoose": "^8.8.3",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"ts-node-dev": "^2.0.0",
Expand Down

0 comments on commit a46d36d

Please sign in to comment.