Skip to content

Commit ee776e1

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 6bfa7a1 commit ee776e1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dotenv": "^8.2.0",
1414
"express": "^4.21.2",
1515
"mongodb": "^3.7.4",
16-
"mongoose": "^6.13.5",
16+
"mongoose": "^6.13.6",
1717
"pine": "^1.1.1",
1818
"swagger-ui-express": "^4.6.3",
1919
"yamljs": "^0.3.0"

0 commit comments

Comments
 (0)