mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-6240864 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 - https://snyk.io/vuln/SNYK-JS-IP-7148531
This commit is contained in:
@@ -21,13 +21,13 @@
|
||||
"homepage": "https://github.com/SrIzan10/api#readme",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.4.2",
|
||||
"axios": "^1.2.5",
|
||||
"axios": "^1.6.8",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.0.3",
|
||||
"express": "^4.18.1",
|
||||
"express-file-routing": "^3.0.3",
|
||||
"express-rate-limit": "^6.6.0",
|
||||
"mongoose": "^6.6.5",
|
||||
"mongoose": "^8.0.0",
|
||||
"prisma": "^5.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user