0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +00:00

Bump mongoose from 6.0.9 to 6.0.10

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

---
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]
2021-10-11 03:00:44 +00:00
committed by GitHub
parent f90f956364
commit 9900e3194e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -31,7 +31,7 @@
"marked": "3.0.7",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.9",
"mongoose": "^6.0.10",
"nanoid": "3.1.29",
"nconf": "^0.11.3",
"prop-types": "15.7.2",
@@ -6338,9 +6338,9 @@
}
},
"node_modules/mongoose": {
"version": "6.0.9",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.9.tgz",
"integrity": "sha512-j9wcL8sltyIPBzMv785HFuGOdO8a5b70HX+e1q5QOogJxFofEXQoCcuurGlFSOe6j8M25qxHLzeVeKVcITeviQ==",
"version": "6.0.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.10.tgz",
"integrity": "sha512-p/wiEDUXoQuyb/xQx8QW/YGN92ZsojJ5E/DDgMCUU0WOGxc5uhcWoZ7ijLu6Ssjq8UkwVSv+jzkYp4Wbr+NqBg==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.2",
@@ -14387,9 +14387,9 @@
}
},
"mongoose": {
"version": "6.0.9",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.9.tgz",
"integrity": "sha512-j9wcL8sltyIPBzMv785HFuGOdO8a5b70HX+e1q5QOogJxFofEXQoCcuurGlFSOe6j8M25qxHLzeVeKVcITeviQ==",
"version": "6.0.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.10.tgz",
"integrity": "sha512-p/wiEDUXoQuyb/xQx8QW/YGN92ZsojJ5E/DDgMCUU0WOGxc5uhcWoZ7ijLu6Ssjq8UkwVSv+jzkYp4Wbr+NqBg==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.2",

View File

@@ -61,7 +61,7 @@
"marked": "3.0.7",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.9",
"mongoose": "^6.0.10",
"nanoid": "3.1.29",
"nconf": "^0.11.3",
"prop-types": "15.7.2",