update mongoose version to get rid of circular dependency issue

This commit is contained in:
Flam3rboy 2021-04-06 22:12:58 +02:00
parent 49f931197c
commit 731ea2e751
2 changed files with 2 additions and 1 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -23,7 +23,8 @@
"jsonwebtoken": "^8.5.1",
"lambert-db": "^1.1.7",
"missing-native-js-functions": "^1.2.2",
"mongodb": "^3.6.4"
"mongodb": "^3.6.4",
"mongoose": "^5.12.3"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",