npm audit fix

This commit is contained in:
StarAppeal
2025-09-06 04:29:34 +02:00
parent 3a939c2b36
commit b2238bbe65
3 changed files with 1695 additions and 1353 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
"clean": "rimraf dist",
"build": "npm run clean & tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:watch": "vitest run --watch",
"test:coverage": "vitest run --coverage"
},
"keywords": [],
@@ -25,12 +25,12 @@
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "5.0.0",
"express": "^5.1.0",
"express-rate-limit": "^8.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.8.2",
"openweather-api-node": "^3.1.5",
"pm2": "^5.4.3",
"pm2": "^6.0.10",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"ws": "8.17.1"
@@ -41,6 +41,6 @@
"cross-env": "^7.0.3",
"prettier": "^3.2.5",
"supertest": "^7.1.4",
"vitest": "^2.1.9"
"vitest": "^3.2.4"
}
}