Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: package.json to reduce vulnerabilities
  • Loading branch information
snyk-bot committed Jul 19, 2025
commit 871b22f1ee07dbd043587faed2a3b5d1e9cbe2ad
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-eslint": "^10.1.0",
"babel-preset-env": "^1.6.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
Expand All @@ -14,7 +14,7 @@
"express": "^4.16.3",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.11",
"morgan": "^1.9.0"
"morgan": "^1.10.1"
},
"license": "MIT",
"devDependencies": {
Expand Down