build(bump): update outdated packages

This commit is contained in:
Ritesh Ghosh
2024-01-19 19:53:57 +05:30
parent 0f24bcbe61
commit 20b788b3ce
+15 -15
View File
@@ -28,27 +28,27 @@
"author": "https://github.com/ghoshRitesh12",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"axios": "^1.6.5",
"cheerio": "1.0.0-rc.12",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-rate-limit": "^6.11.0",
"express-rate-limit": "^7.1.5",
"http-errors": "^2.0.0",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/crypto-js": "^4.1.1",
"@types/express": "^4.17.17",
"@types/http-errors": "^2.0.1",
"@types/jest": "^29.5.3",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.5",
"husky": "^8.0.0",
"tsx": "^4.2.0",
"typescript": "^5.3.2",
"vitest": "^1.1.3"
"@types/cors": "^2.8.17",
"@types/crypto-js": "^4.2.1",
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/jest": "^29.5.11",
"@types/morgan": "^1.9.9",
"@types/node": "^20.11.5",
"husky": "^8.0.3",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
}
}