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

Bump mongoose from 6.2.7 to 6.2.8

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

---
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-03-23 03:01:23 +00:00
committed by GitHub
parent 323ccf3b25
commit e4e6b5426e
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -32,7 +32,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.2.7",
"mongoose": "^6.2.8",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",
@@ -9312,9 +9312,9 @@
}
},
"node_modules/mongoose": {
"version": "6.2.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.7.tgz",
"integrity": "sha512-yqTZcM3u0+aLzl6cirtXy6vr24kt+kFyTucCQ3pyncvO1jGn/M1R09qkC/v54QoPXeVJdpcuS5eQWn0NLlDvKA==",
"version": "6.2.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.8.tgz",
"integrity": "sha512-Wq6HG0sOJEQHp5YqMlxrnf93vBFwdY2zlAwqI97EPPSt69kiVV21pTv4cDanrCNWi4upG8ajQ/p9jpDjcECjkQ==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.4",
@@ -20160,9 +20160,9 @@
}
},
"mongoose": {
"version": "6.2.7",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.7.tgz",
"integrity": "sha512-yqTZcM3u0+aLzl6cirtXy6vr24kt+kFyTucCQ3pyncvO1jGn/M1R09qkC/v54QoPXeVJdpcuS5eQWn0NLlDvKA==",
"version": "6.2.8",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.8.tgz",
"integrity": "sha512-Wq6HG0sOJEQHp5YqMlxrnf93vBFwdY2zlAwqI97EPPSt69kiVV21pTv4cDanrCNWi4upG8ajQ/p9jpDjcECjkQ==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.4",

View File

@@ -70,7 +70,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.2.7",
"mongoose": "^6.2.8",
"nanoid": "3.3.1",
"nconf": "^0.11.3",
"query-string": "7.1.1",