Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
1024961bb2 Bump mongoose from 8.9.3 to 8.9.5
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.9.3 to 8.9.5.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.9.3...8.9.5)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-17 06:46:38 +00:00
2 changed files with 6480 additions and 6481 deletions

9
package-lock.json generated
View File

@@ -23,7 +23,7 @@
"jsdom": "^25.0.1", "jsdom": "^25.0.1",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.15",
"mediaplex": "^1.0.0", "mediaplex": "^1.0.0",
"mongoose": "^8.9.3", "mongoose": "^8.9.5",
"parse-torrent": "^9.1.5", "parse-torrent": "^9.1.5",
"require-all": "^3.0.0", "require-all": "^3.0.0",
"rss-parser": "^3.13.0", "rss-parser": "^3.13.0",
@@ -4076,10 +4076,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "8.9.3", "version": "8.9.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.3.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-8.9.5.tgz",
"integrity": "sha512-G50GNPdMqhoiRAJ/24GYAzg13yxXDD3FOOFeYiFwtHmHpAJem3hxbYIxAhLJGWbYEiUZL0qFMu2LXYkgGAmo+Q==", "integrity": "sha512-SPhOrgBm0nKV3b+IIHGqpUTOmgVL5Z3OO9AwkFEmvOZznXTvplbomstCnPOGAyungtRXE5pJTgKpKcZTdjeESg==",
"license": "MIT",
"dependencies": { "dependencies": {
"bson": "^6.10.1", "bson": "^6.10.1",
"kareem": "2.6.3", "kareem": "2.6.3",

View File

@@ -33,7 +33,7 @@
"jsdom": "^25.0.1", "jsdom": "^25.0.1",
"libsodium-wrappers": "^0.7.15", "libsodium-wrappers": "^0.7.15",
"mediaplex": "^1.0.0", "mediaplex": "^1.0.0",
"mongoose": "^8.9.3", "mongoose": "^8.9.5",
"parse-torrent": "^9.1.5", "parse-torrent": "^9.1.5",
"require-all": "^3.0.0", "require-all": "^3.0.0",
"rss-parser": "^3.13.0", "rss-parser": "^3.13.0",