0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +00:00

Bump mongoose from 7.5.1 to 7.5.2

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.5.1 to 7.5.2.
- [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/7.5.1...7.5.2)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-09-18 03:54:17 +00:00
committed by GitHub
parent 63a5e9f817
commit 1a24709da0
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.5.1",
"mongoose": "^7.5.2",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^10.1.0",
@@ -10481,9 +10481,9 @@
}
},
"node_modules/mongoose": {
"version": "7.5.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.1.tgz",
"integrity": "sha512-gJCkUtW3KgAu7Uf8HTVv+S3wf9+xldR5LFYM6mABJJQHQB0aWUGyC3bWsl2X/6dVHZSoQq3wh5UV7rWC4FrewA==",
"version": "7.5.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.5.2.tgz",
"integrity": "sha512-yEkmI1jfiog7QUvMWz3eB/XoA3/5DrVvSz+z3V5hnq8VtZIHC7ujEV0RKzRXwr8QNMOs+OTB7+aK7R/N/V3yXA==",
"dependencies": {
"bson": "^5.4.0",
"kareem": "2.5.1",

View File

@@ -103,7 +103,7 @@
"marked-smartypants-lite": "^1.0.0",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.5.1",
"mongoose": "^7.5.2",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^10.1.0",