chore: npm update #2512

Merged
Sainan merged 5 commits from npm-update into main 2025-07-20 00:28:47 -07:00
2 changed files with 11 additions and 11 deletions
Showing only changes of commit f01a8f5e4a - Show all commits

20
package-lock.json generated
View File

@ -18,7 +18,7 @@
"crc-32": "^1.2.2", "crc-32": "^1.2.2",
"express": "^5", "express": "^5",
"json-with-bigint": "^3.4.4", "json-with-bigint": "^3.4.4",
"mongoose": "^8.11.0", "mongoose": ">=8.11.0 <8.16.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"typescript": "^5.5", "typescript": "^5.5",
@ -3833,13 +3833,13 @@
} }
}, },
"node_modules/mongodb": { "node_modules/mongodb": {
"version": "6.17.0", "version": "6.16.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.17.0.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-6.16.0.tgz",
"integrity": "sha512-neerUzg/8U26cgruLysKEjJvoNSXhyID3RvzvdcpsIi2COYM3FS3o9nlH7fxFtefTb942dX3W9i37oPfCVj4wA==", "integrity": "sha512-D1PNcdT0y4Grhou5Zi/qgipZOYeWrhLEpk33n3nm6LGtz61jvO88WlrWCK/bigMjpnOdAUKKQwsGIl0NtWMyYw==",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@mongodb-js/saslprep": "^1.1.9", "@mongodb-js/saslprep": "^1.1.9",
"bson": "^6.10.4", "bson": "^6.10.3",
"mongodb-connection-string-url": "^3.0.0" "mongodb-connection-string-url": "^3.0.0"
}, },
"engines": { "engines": {
@ -3889,14 +3889,14 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "8.16.4", "version": "8.15.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.16.4.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.15.2.tgz",
"integrity": "sha512-jslgdQ8pY2vcNSKPv3Dbi5ogo/NT8zcvf6kPDyD8Sdsjsa1at3AFAF0F5PT+jySPGSPbvlNaQ49nT9h+Kx2UDA==", "integrity": "sha512-GLwghI2dS/n5BTBljspF4+FsCEBeHgnMQyX8GloYkLkl+MKljKkjcP9DhLr47Yod2RO1RCr4vZ3evUZAyuoILw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"bson": "^6.10.4", "bson": "^6.10.3",
"kareem": "2.6.3", "kareem": "2.6.3",
"mongodb": "~6.17.0", "mongodb": "~6.16.0",
"mpath": "0.9.0", "mpath": "0.9.0",
"mquery": "5.0.0", "mquery": "5.0.0",
"ms": "2.1.3", "ms": "2.1.3",

View File

@ -35,7 +35,7 @@
"crc-32": "^1.2.2", "crc-32": "^1.2.2",
"express": "^5", "express": "^5",
"json-with-bigint": "^3.4.4", "json-with-bigint": "^3.4.4",
"mongoose": "^8.11.0", "mongoose": ">=8.11.0 <8.16.0",
"morgan": "^1.10.0", "morgan": "^1.10.0",
"ncp": "^2.0.0", "ncp": "^2.0.0",
"typescript": "^5.5", "typescript": "^5.5",