Skip to content

Commit ab85a1e

Browse files
committed
fix: package.json & package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MONGOOSE-8623536
1 parent 49ad53d commit ab85a1e

File tree

2 files changed

+55
-207
lines changed

2 files changed

+55
-207
lines changed

package-lock.json

Lines changed: 54 additions & 206 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"http-proxy-middleware": "^2.0.6",
2525
"jsonwebtoken": "^9.0.2",
2626
"modern-normalize": "^3.0.1",
27-
"mongoose": "^8.5.3",
27+
"mongoose": "^8.9.5",
2828
"nodemon": "^2.0.22",
2929
"parcel": "^2.6.0",
3030
"supervisor": "^0.12.0"

0 commit comments

Comments
 (0)