fix: package.json & package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BODYPARSER-7926860
- https://snyk.io/vuln/SNYK-JS-EXPRESS-7926867
- https://snyk.io/vuln/SNYK-JS-SEND-7926862
- https://snyk.io/vuln/SNYK-JS-SERVESTATIC-7926865
This commit is contained in:
Snyk Bot
2024-09-12 10:11:38 +00:00
parent f28653546b
commit a299fac852
2 changed files with 194 additions and 127 deletions

View File

@@ -26,7 +26,7 @@
"aws4": "^1.12.0",
"axios": "^1.6.2",
"bluebird": "^3.7.2",
"body-parser": "^1.20.2",
"body-parser": "^1.20.3",
"cloudinary": "^1.41.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
@@ -34,7 +34,7 @@
"csrf": "^3.1.0",
"dinero.js": "^1.9.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express": "^4.21.0",
"firebase-admin": "^11.11.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",