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-ASYNC-7414156
  • Loading branch information
snyk-bot committed Jul 2, 2024
1 parent d2a3aac commit edfdda8
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 @@ -34,7 +34,7 @@
"method-override": "latest",
"moment": "2.15.1",
"mongodb": "^3.5.9",
"mongoose": "4.2.4",
"mongoose": "5.7.3",
"morgan": "latest",
"ms": "^0.7.1",
"mysql": "^2.18.1",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"browserify": "^13.1.1",
"snyk": "^1.244.0"
"snyk": "^1.996.0"
},
"license": "Apache-2.0"
}

0 comments on commit edfdda8

Please sign in to comment.