typescript hotfix
This commit is contained in:
+5
-5
@@ -4,7 +4,7 @@
|
||||
"main": "index.js",
|
||||
"license": "GNU General Public License v3.0",
|
||||
"engines": {
|
||||
"node": "15.4.0"
|
||||
"node": "^15.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"server": "live-server public/",
|
||||
@@ -51,8 +51,8 @@
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/helmet": "0.0.45",
|
||||
"@types/jsonwebtoken": "^8.3.9",
|
||||
"@types/mongodb": "^3.5.5",
|
||||
"@types/mongoose": "^5.10.3",
|
||||
"@types/mongodb": "3.5.33",
|
||||
"@types/mongoose": "5.10.0",
|
||||
"@types/node": "^13.13.13",
|
||||
"@types/redis": "^2.8.26",
|
||||
"@types/request": "^2.48.5",
|
||||
@@ -85,8 +85,8 @@
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"mini-css-extract-plugin": "^0.8.2",
|
||||
"moment": "^2.24.0",
|
||||
"mongodb": "^3.5.3",
|
||||
"mongoose": "~5.10.11",
|
||||
"mongodb": "3.6.3",
|
||||
"mongoose": "5.10.13",
|
||||
"normalize.css": "^8.0.1",
|
||||
"npm": "^7.3.0",
|
||||
"password-prompt": "^1.1.2",
|
||||
|
||||
Reference in New Issue
Block a user