chore(deps): install auth dependencies

This commit is contained in:
karishmas6
2024-09-23 23:34:08 +05:30
parent 3807876a81
commit 12dc3ccf42

View File

@@ -14,6 +14,7 @@
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1", "@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0", "@testing-library/user-event": "^13.5.0",
"@types/csurf": "^1.11.5",
"@types/jest": "^27.4.1", "@types/jest": "^27.4.1",
"@types/node": "^16.11.27", "@types/node": "^16.11.27",
"@types/react": "^18.0.5", "@types/react": "^18.0.5",
@@ -23,8 +24,10 @@
"axios": "^0.26.0", "axios": "^0.26.0",
"buffer": "^6.0.3", "buffer": "^6.0.3",
"bullmq": "^5.12.15", "bullmq": "^5.12.15",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"cross-fetch": "^4.0.0", "cross-fetch": "^4.0.0",
"csurf": "^1.11.0",
"dotenv": "^16.0.0", "dotenv": "^16.0.0",
"express": "^4.17.2", "express": "^4.17.2",
"fortawesome": "^0.0.1-security", "fortawesome": "^0.0.1-security",