Skip to content

Commit a98ce6a

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-8446504
1 parent 49ad53d commit a98ce6a

File tree

2 files changed

+22
-174
lines changed

2 files changed

+22
-174
lines changed

package-lock.json

Lines changed: 21 additions & 173 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.8.3",
2828
"nodemon": "^2.0.22",
2929
"parcel": "^2.6.0",
3030
"supervisor": "^0.12.0"

0 commit comments

Comments
 (0)