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

Bump mongoose from 6.2.10 to 6.2.11

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

---
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-04-14 03:01:21 +00:00
committed by GitHub
parent 7dbac5d848
commit 56d3d38cad
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.2",
"mongoose": "^6.2.10",
"mongoose": "^6.2.11",
"nanoid": "3.3.2",
"nconf": "^0.11.4",
"query-string": "7.1.1",
@@ -9404,9 +9404,9 @@
}
},
"node_modules/mongoose": {
"version": "6.2.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.10.tgz",
"integrity": "sha512-Yp+6UH5M0AlxAVGdC2/Deq0St+2qW73oKCnhJDr83bOZ12eflTLTT5uQF0p6KzvtFj86XWbq/7ApvO4yW6h1sA==",
"version": "6.2.11",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.11.tgz",
"integrity": "sha512-YqYAFTOqKthsFduM1IZCArIAwScFJKWoE3pEwmnR7UMw9mynEnOc6c4gBvAon+NtPdB0RAP6ppd3aOvLrVth2g==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.5",
@@ -20354,9 +20354,9 @@
}
},
"mongoose": {
"version": "6.2.10",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.10.tgz",
"integrity": "sha512-Yp+6UH5M0AlxAVGdC2/Deq0St+2qW73oKCnhJDr83bOZ12eflTLTT5uQF0p6KzvtFj86XWbq/7ApvO4yW6h1sA==",
"version": "6.2.11",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.2.11.tgz",
"integrity": "sha512-YqYAFTOqKthsFduM1IZCArIAwScFJKWoE3pEwmnR7UMw9mynEnOc6c4gBvAon+NtPdB0RAP6ppd3aOvLrVth2g==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.5",

View File

@@ -74,7 +74,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.2",
"mongoose": "^6.2.10",
"mongoose": "^6.2.11",
"nanoid": "3.3.2",
"nconf": "^0.11.4",
"query-string": "7.1.1",