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

Bump mongoose from 6.0.5 to 6.0.6

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

---
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-09-15 18:40:48 +00:00
committed by GitHub
parent 3b64cb43c1
commit 1f2809a913
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -30,7 +30,7 @@
"marked": "3.0.4",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.5",
"mongoose": "^6.0.6",
"nanoid": "3.1.25",
"nconf": "^0.11.3",
"prop-types": "15.7.2",
@@ -6321,9 +6321,9 @@
}
},
"node_modules/mongoose": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.5.tgz",
"integrity": "sha512-1MoG52oosjEK8z45DHQVbakP6DJG1sbQI/ZASBW8sZRV+rCaG/pC3L3wWjrsiped/2+uhvanWM9C89F2n6bQ3w==",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.6.tgz",
"integrity": "sha512-8lHgva/q5msZT16KOKDl+26Mh7uzTrmznup0p/TMqDCt7Y41voP7rZ0sTW/6tk2nsrmmMlJzzThJ8vexq7aQtQ==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.2",
@@ -14352,9 +14352,9 @@
}
},
"mongoose": {
"version": "6.0.5",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.5.tgz",
"integrity": "sha512-1MoG52oosjEK8z45DHQVbakP6DJG1sbQI/ZASBW8sZRV+rCaG/pC3L3wWjrsiped/2+uhvanWM9C89F2n6bQ3w==",
"version": "6.0.6",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.0.6.tgz",
"integrity": "sha512-8lHgva/q5msZT16KOKDl+26Mh7uzTrmznup0p/TMqDCt7Y41voP7rZ0sTW/6tk2nsrmmMlJzzThJ8vexq7aQtQ==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.2",

View File

@@ -61,7 +61,7 @@
"marked": "3.0.4",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.0.5",
"mongoose": "^6.0.6",
"nanoid": "3.1.25",
"nconf": "^0.11.3",
"prop-types": "15.7.2",