Skip to content

Commit b679278

Browse files
committed
fix: bug type cors
1 parent d2564ca commit b679278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"@types/bcrypt": "^3.0.0",
8686
"@types/body-parser": "^1.19.0",
8787
"@types/cookie-parser": "^1.4.2",
88-
"@types/cors": "^2.8.9",
88+
"@types/cors": "^2.8.8",
8989
"@types/dotenv": "^8.2.0",
9090
"@types/express": "^4.17.9",
9191
"@types/helmet": "^4.0.0",
@@ -96,7 +96,7 @@
9696
"@types/morgan": "^1.9.2",
9797
"@types/ms": "^0.7.31",
9898
"@types/multer": "^1.4.4",
99-
"@types/node": "^14.14.12",
99+
"@types/node": "^14.14.10",
100100
"@types/nodemailer": "^6.4.0",
101101
"@types/nodemailer-mailgun-transport": "^1.4.2",
102102
"@types/redis": "^2.8.28",

0 commit comments

Comments
 (0)