mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
fix(deps): update dependency mongoose to v9.2.1
This commit is contained in:
42
package-lock.json
generated
42
package-lock.json
generated
@@ -101,7 +101,7 @@
|
||||
"lint-staged": "16.2.7",
|
||||
"markdown-table": "2.0.0",
|
||||
"mocha": "11.7.5",
|
||||
"mongoose": "9.2.0",
|
||||
"mongoose": "9.2.1",
|
||||
"mqtt": "5.15.0",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.17.0",
|
||||
@@ -5727,17 +5727,6 @@
|
||||
"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",
|
||||
@@ -7274,17 +7263,6 @@
|
||||
"integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==",
|
||||
"dev": true
|
||||
},
|
||||
"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",
|
||||
@@ -19112,22 +19090,10 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"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.2.0",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.2.0.tgz",
|
||||
"integrity": "sha512-lc1uFbtZHp1FqP8UCzRs9JZLhbBEmDt1l6B2MYmbD07Lp99yppQUwg2yPPyB3NO18EE5nQAoGCRiTf5v6vuJBQ==",
|
||||
"version": "9.2.1",
|
||||
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-9.2.1.tgz",
|
||||
"integrity": "sha512-fmNLwgct5km7iL1MqvTMncarR1E1TIw2lmc9A4UoDVdS7AQe95K+DnRK0qATkSUdwUC9V/5wlDcqnkQQjbSRkA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
@@ -150,7 +150,7 @@
|
||||
"lint-staged": "16.2.7",
|
||||
"markdown-table": "2.0.0",
|
||||
"mocha": "11.7.5",
|
||||
"mongoose": "9.2.0",
|
||||
"mongoose": "9.2.1",
|
||||
"mqtt": "5.15.0",
|
||||
"multer": "2.0.2",
|
||||
"mysql2": "3.17.0",
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
"@nestjs/core": "11.1.13",
|
||||
"@nestjs/mongoose": "11.0.4",
|
||||
"@nestjs/platform-express": "11.1.13",
|
||||
"mongoose": "9.2.0",
|
||||
"mongoose": "9.2.1",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2"
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
"@nestjs/common": "11.1.13",
|
||||
"@nestjs/core": "11.1.13",
|
||||
"@nestjs/platform-express": "11.1.13",
|
||||
"mongoose": "9.2.0",
|
||||
"mongoose": "9.2.1",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rimraf": "6.1.2",
|
||||
"rxjs": "7.8.2"
|
||||
|
||||
Reference in New Issue
Block a user