mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency mongoose to v9.1.4
This commit is contained in:
42
package-lock.json
generated
42
package-lock.json
generated
@@ -113,7 +113,7 @@
|
||||
"lint-staged": "16.2.7",
|
||||
"markdown-table": "2.0.0",
|
||||
"mocha": "11.7.5",
|
||||
"mongoose": "9.1.3",
|
||||
"mongoose": "9.1.4",
|
||||
"mqtt": "5.14.1",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.16.1",
|
||||
@@ -15984,6 +15984,17 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/whatwg-url": {
|
||||
"version": "11.0.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-11.0.5.tgz",
|
||||
"integrity": "sha512-coYR071JRaHa+xoEvvYqvnIHaVqaYrLPbsufM9BF63HkwI5Lgmy2QR8Q5K/lYDYo5AK82wOvSOS0UsLTpTG7uQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@types/webidl-conversions": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/ws": {
|
||||
"version": "8.18.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
||||
@@ -18834,6 +18845,17 @@
|
||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||
}
|
||||
},
|
||||
"node_modules/bson": {
|
||||
"version": "6.10.4",
|
||||
"resolved": "https://registry.npmjs.org/bson/-/bson-6.10.4.tgz",
|
||||
"integrity": "sha512-WIsKqkSC0ABoBJuT1LEX+2HEvNmNKKgnTAyd0fL8qzK4SH2i9NXg+t08YtdZp/V9IZ33cxe3iV4yM0qg8lMQng==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"engines": {
|
||||
"node": ">=16.20.1"
|
||||
}
|
||||
},
|
||||
"node_modules/buffer": {
|
||||
"version": "5.7.1",
|
||||
"resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
|
||||
@@ -33740,10 +33762,22 @@
|
||||
"node": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/mongodb-connection-string-url": {
|
||||
"version": "3.0.2",
|
||||
"resolved": "https://registry.npmjs.org/mongodb-connection-string-url/-/mongodb-connection-string-url-3.0.2.tgz",
|
||||
"integrity": "sha512-rMO7CGo/9BFwyZABcKAWL8UJwH/Kc2x0g72uhDWzG48URRax5TCIcJ7Rc3RZqffZzO/Gwff/jyKwCU9TN8gehA==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"@types/whatwg-url": "^11.0.2",
|
||||
"whatwg-url": "^14.1.0 || ^13.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/mongoose": {
|
||||
"version": "9.1.3",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.3.tgz",
|
||||
"integrity": "sha512-vIKt/qjdgXt0C/75g8/ROLY+o5rrVsjqwmo1C9qpGYIpJQI9KLZjuBXJTyL+8RXH2cGFumADCd7PIE3mry3ibw==",
|
||||
"version": "9.1.4",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.1.4.tgz",
|
||||
"integrity": "sha512-V8JIyoWKWW+R2COlOsh6gaYw9TvczSiP/cN3Yuk1pv7ws5VNFAy5GPrK8jfz9tVYovmqdWOJRurMjL4ilYn9wA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
|
||||
@@ -162,7 +162,7 @@
|
||||
"lint-staged": "16.2.7",
|
||||
"markdown-table": "2.0.0",
|
||||
"mocha": "11.7.5",
|
||||
"mongoose": "9.1.3",
|
||||
"mongoose": "9.1.4",
|
||||
"mqtt": "5.14.1",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.16.1",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@nestjs/core": "11.1.12",
|
||||
"@nestjs/mongoose": "11.0.4",
|
||||
"@nestjs/platform-express": "11.1.12",
|
||||
"mongoose": "9.1.3",
|
||||
"mongoose": "9.1.4",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@nestjs/common": "11.1.12",
|
||||
"@nestjs/core": "11.1.12",
|
||||
"@nestjs/platform-express": "11.1.12",
|
||||
"mongoose": "9.1.3",
|
||||
"mongoose": "9.1.4",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2"
|
||||
|
||||
Reference in New Issue
Block a user