diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-06 22:12:58 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-04-06 22:12:58 +0200 |
commit | 731ea2e751342ccae68a422ea3104195138e6521 (patch) | |
tree | 2c982717fe257e3256ef656fe028a4c6b94064dd /package.json | |
parent | resolve deprecation warnings (diff) | |
download | server-731ea2e751342ccae68a422ea3104195138e6521.tar.xz |
update mongoose version to get rid of circular dependency issue
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 4e2b4c1e..0ac2c9ce 100644 --- a/package.json +++ b/package.json @@ -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", |