fix: backend/package.json & backend/package-lock.json to reduce vulnerabilities (#5051)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
- https://snyk.io/vuln/SNYK-JS-NODEMAILER-6219989
- https://snyk.io/vuln/SNYK-JS-REQUEST-3361831
- https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Jack 2024-02-14 12:13:39 +01:00 committed by GitHub
parent 933df63ecc
commit 8bf3edaeb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1101 additions and 1708 deletions

2801
backend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -25,17 +25,17 @@
"dotenv": "10.0.0",
"express": "4.17.3",
"express-rate-limit": "6.2.1",
"firebase-admin": "11.11.0",
"firebase-admin": "12.0.0",
"helmet": "4.6.0",
"ioredis": "4.28.5",
"joi": "17.6.0",
"lodash": "4.17.21",
"lru-cache": "7.10.1",
"mjml": "4.13.0",
"mjml": "4.15.0",
"mongodb": "4.17.1",
"mustache": "4.2.0",
"node-fetch": "2.6.7",
"nodemailer": "6.9.1",
"nodemailer": "6.9.9",
"nodemon": "3.0.1",
"object-hash": "3.0.0",
"path": "0.12.7",
@ -43,7 +43,7 @@
"rate-limiter-flexible": "2.3.7",
"simple-git": "3.16.0",
"string-similarity": "4.0.4",
"swagger-stats": "0.99.4",
"swagger-stats": "0.99.5",
"swagger-ui-express": "4.3.0",
"ua-parser-js": "0.7.28",
"uuid": "9.0.1",