fix(deps): update dependency mongoose to v9.2.2

This commit is contained in:
renovate[bot]
2026-02-23 23:07:22 +00:00
committed by GitHub
parent c7c1b41272
commit 7a990527c8
4 changed files with 7 additions and 7 deletions

8
package-lock.json generated
View File

@@ -101,7 +101,7 @@
"lint-staged": "16.2.7",
"markdown-table": "2.0.0",
"mocha": "11.7.5",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"mqtt": "5.15.0",
"multer": "2.0.2",
"mysql2": "3.17.5",
@@ -18916,9 +18916,9 @@
}
},
"node_modules/mongoose": {
"version": "9.2.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.2.1.tgz",
"integrity": "sha512-fmNLwgct5km7iL1MqvTMncarR1E1TIw2lmc9A4UoDVdS7AQe95K+DnRK0qATkSUdwUC9V/5wlDcqnkQQjbSRkA==",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.2.2.tgz",
"integrity": "sha512-e06XdPPlH/L9aEq4vcnqIz5AxFFdfhlqrmymYDO7fZwnqwVp/u8pAH/cCEvvpXg0VlV0Tt5qwu6RUk8lhu6ifg==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -150,7 +150,7 @@
"lint-staged": "16.2.7",
"markdown-table": "2.0.0",
"mocha": "11.7.5",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"mqtt": "5.15.0",
"multer": "2.0.2",
"mysql2": "3.17.5",

View File

@@ -23,7 +23,7 @@
"@nestjs/core": "11.1.14",
"@nestjs/mongoose": "11.0.4",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"

View File

@@ -22,7 +22,7 @@
"@nestjs/common": "11.1.14",
"@nestjs/core": "11.1.14",
"@nestjs/platform-express": "11.1.14",
"mongoose": "9.2.1",
"mongoose": "9.2.2",
"reflect-metadata": "0.2.2",
"rimraf": "6.1.3",
"rxjs": "7.8.2"