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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GOT-2932019
- https://snyk.io/vuln/SNYK-JS-QS-3153490
This commit is contained in:
Snyk bot 2022-12-07 15:52:48 +01:00 committed by GitHub
parent 4a56a31b07
commit 829a68b3e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1285 additions and 617 deletions

1898
backend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -22,7 +22,7 @@
"cors": "2.8.5",
"cron": "2.1.0",
"dotenv": "10.0.0",
"express": "4.17.1",
"express": "4.17.3",
"express-rate-limit": "6.2.1",
"firebase-admin": "11.2.1",
"helmet": "4.6.0",
@ -32,7 +32,7 @@
"lru-cache": "7.10.1",
"mongodb": "4.4.0",
"node-fetch": "2.6.7",
"nodemon": "2.0.7",
"nodemon": "2.0.17",
"object-hash": "3.0.0",
"path": "0.12.7",
"prom-client": "14.0.1",