fix(core): update

This commit is contained in:
2020-09-24 14:10:54 +00:00
parent 4c375f8465
commit 105f69d1c9
3 changed files with 25 additions and 23 deletions

View File

@ -29,7 +29,7 @@
"@types/lodash": "^4.14.161",
"@types/mongodb": "^3.5.27",
"lodash": "^4.17.20",
"mongodb": "^3.6.1",
"mongodb": "^3.6.2",
"runtime-type-checks": "0.0.4"
},
"devDependencies": {
@ -39,9 +39,9 @@
"@pushrocks/smartunique": "^3.0.3",
"@pushrocks/tapbundle": "^3.2.9",
"@types/mongodb-memory-server": "^2.3.0",
"@types/node": "^14.6.4",
"@types/node": "^14.11.2",
"@types/shortid": "0.0.29",
"mongodb-memory-server": "^6.7.2",
"mongodb-memory-server": "^6.8.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0"
},