0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Bump mongoose from 6.6.0 to 6.6.1

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

---
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-09-15 03:02:23 +00:00
committed by GitHub
parent c8742289de
commit f940a9181a
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.0",
"mongoose": "^6.6.1",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",
@@ -9282,9 +9282,9 @@
}
},
"node_modules/mongoose": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.0.tgz",
"integrity": "sha512-5sS0D7qbmfT4G/nODkJhx5l2qvhqLMplhMlp08Wea8eoi6O/B6b+o1ukUEKjjm1MV8dAS3w8kx47R/klYKLPpQ==",
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.1.tgz",
"integrity": "sha512-hPDamnn6quL9TjIrOudqUS5sMilENmP/gfxoCIb+rDmlzawtM7+MVCAWrM9930fzD20N7qAema/zE9QIDuifhQ==",
"dependencies": {
"bson": "^4.6.5",
"kareem": "2.4.1",
@@ -19904,9 +19904,9 @@
}
},
"mongoose": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.0.tgz",
"integrity": "sha512-5sS0D7qbmfT4G/nODkJhx5l2qvhqLMplhMlp08Wea8eoi6O/B6b+o1ukUEKjjm1MV8dAS3w8kx47R/klYKLPpQ==",
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.6.1.tgz",
"integrity": "sha512-hPDamnn6quL9TjIrOudqUS5sMilENmP/gfxoCIb+rDmlzawtM7+MVCAWrM9930fzD20N7qAema/zE9QIDuifhQ==",
"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.0",
"mongoose": "^6.6.1",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",