0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 11:42:39 +00:00

Bump mongoose from 6.6.1 to 6.6.5

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

---
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]
2022-10-06 03:02:20 +00:00
committed by GitHub
parent a3c7e2f807
commit a67b1b9c12
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.6.1",
"mongoose": "^6.6.5",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",
@@ -8843,9 +8843,9 @@
}
},
"node_modules/mongoose": {
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.1.tgz",
"integrity": "sha512-hPDamnn6quL9TjIrOudqUS5sMilENmP/gfxoCIb+rDmlzawtM7+MVCAWrM9930fzD20N7qAema/zE9QIDuifhQ==",
"version": "6.6.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.5.tgz",
"integrity": "sha512-iA/oDpWOc+K2QYzA4Eq7Z1oUBQOz9FGDmUwPLgw872Bfs/qizA5Db+gJorAn+TnnGu3VoCK8iP4Y+TECUelwjA==",
"dependencies": {
"bson": "^4.6.5",
"kareem": "2.4.1",
@@ -18920,9 +18920,9 @@
}
},
"mongoose": {
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.1.tgz",
"integrity": "sha512-hPDamnn6quL9TjIrOudqUS5sMilENmP/gfxoCIb+rDmlzawtM7+MVCAWrM9930fzD20N7qAema/zE9QIDuifhQ==",
"version": "6.6.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.5.tgz",
"integrity": "sha512-iA/oDpWOc+K2QYzA4Eq7Z1oUBQOz9FGDmUwPLgw872Bfs/qizA5Db+gJorAn+TnnGu3VoCK8iP4Y+TECUelwjA==",
"requires": {
"bson": "^4.6.5",
"kareem": "2.4.1",

View File

@@ -74,7 +74,7 @@
"marked-extended-tables": "^1.0.5",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.6.1",
"mongoose": "^6.6.5",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",