Update mongo

This commit is contained in:
2026-03-25 20:13:45 +01:00
parent 5517fb5e0f
commit cf25ee6d7f
11 changed files with 34 additions and 27 deletions
+8 -8
View File
@@ -125,7 +125,7 @@
"moment": "^2.24.0",
"mongoose": "^5.6.11",
"morgan": "^1.9.1",
"ngx-bootstrap": "^12.0.0",
"ngx-bootstrap": "^18.0.1",
"node-ipc": "^9.1.1",
"parallel-webpack": "^2.4.0",
"passport": "^0.4.0",
@@ -24143,18 +24143,18 @@
"integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw="
},
"node_modules/ngx-bootstrap": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/ngx-bootstrap/-/ngx-bootstrap-12.0.0.tgz",
"integrity": "sha512-6/Hs+FT6peMc+Y2uiOm3IawG06Jh3gLQwwKRBF0U1OMlRbpx4KIyHS9GpZtMevtZaBsCRNfHKiSxwsnvn9wx0Q==",
"version": "18.0.1",
"resolved": "https://registry.npmjs.org/ngx-bootstrap/-/ngx-bootstrap-18.0.1.tgz",
"integrity": "sha512-qAni2dMp/MEFkAcwr6TjRmExlFYo1ea+TGyO99ssQg6AXwWmXGI/4Z/FrT60mI54kmJV9IYTjiJjote3bjQtbg==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/animations": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"rxjs": "^6.5.3 || ^7.4.0"
}
},