diff --git a/.DS_Store b/.DS_Store index 6c7b803..9766867 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/package.json b/package.json index e07d6e5..ea82a02 100755 --- a/package.json +++ b/package.json @@ -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",