aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index f68a408..4455724 100644
--- a/package.json
+++ b/package.json
@@ -24,33 +24,33 @@
"dependencies": {
"@types/express": "^4.17.6",
"@types/jsdom": "^12.2.4",
- "@types/mongodb": "^3.5.14",
+ "@types/mongodb": "^3.5.16",
"badgen": "^3.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-winston": "^4.0.3",
"handlebars": "^4.7.6",
"jsdom": "^15.2.1",
- "mongodb": "^3.5.6",
+ "mongodb": "^3.5.7",
"typescript": "^3.8.3",
"winston": "^3.2.1"
},
"devDependencies": {
"@microsoft/tsdoc": "^0.12.19",
"@types/jest": "^25.2.1",
- "@types/supertest": "^2.0.8",
+ "@types/supertest": "^2.0.9",
"@types/triple-beam": "^1.3.0",
- "@typescript-eslint/eslint-plugin": "^2.30.0",
- "@typescript-eslint/parser": "^2.30.0",
+ "@typescript-eslint/eslint-plugin": "^2.31.0",
+ "@typescript-eslint/parser": "^2.31.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-tsdoc": "^0.2.4",
- "jest": "^25.4.0",
+ "jest": "^25.5.4",
"prettier": "^1.19.1",
"supertest": "^4.0.2",
"triple-beam": "^1.3.0",
- "ts-jest": "^25.4.0",
+ "ts-jest": "^25.5.0",
"tsc-watch": "^4.2.3",
"typedoc": "^0.17.6"
},