fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
This commit is contained in:
snyk-bot
2023-10-27 16:31:33 +00:00
parent 539710076f
commit 2ffc407a42

View File

@@ -21,7 +21,7 @@
"homepage": "https://github.com/SrIzan10/api#readme", "homepage": "https://github.com/SrIzan10/api#readme",
"dependencies": { "dependencies": {
"@prisma/client": "^5.4.2", "@prisma/client": "^5.4.2",
"axios": "^1.2.5", "axios": "^1.6.0",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"express": "^4.18.1", "express": "^4.18.1",