[addon] disable mongo unifiedTopology

This commit is contained in:
TheBeastLT
2020-03-31 11:53:59 +02:00
parent 1719a199b0
commit 6b36667b7f
3 changed files with 16 additions and 3 deletions

View File

@@ -232,6 +232,18 @@
"cache-manager": "^2.9.0",
"lodash": "^4.17.15",
"mongodb": "^3.1.13"
},
"dependencies": {
"cache-manager": {
"version": "2.11.1",
"resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.11.1.tgz",
"integrity": "sha512-XhUuc9eYwkzpK89iNewFwtvcDYMUsvtwzHeyEOPJna/WsVsXcrzsA1ft2M0QqPNunEzLhNCYPo05tEfG+YuNow==",
"requires": {
"async": "1.5.2",
"lodash.clonedeep": "4.5.0",
"lru-cache": "4.0.0"
}
}
}
},
"callsites": {