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

Bump mongoose from 6.1.2 to 6.1.3

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.1.2 to 6.1.3.
- [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.1.2...6.1.3)

---
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-12-22 03:00:58 +00:00
committed by GitHub
parent aba2f58fc4
commit 8a695c14d7
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.1.2",
"mongoose": "^6.1.3",
"nanoid": "3.1.30",
"nconf": "^0.11.3",
"prop-types": "15.7.2",
@@ -6485,9 +6485,9 @@
}
},
"node_modules/mongoose": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.1.2.tgz",
"integrity": "sha512-/CNxPVSPnaRNKndlhVOblFSB8kfpHWuAiJSEoVqs/pjS42actV7m/Wk0o0RbsndUvJ1WUenoXpbG8lrD9atGlQ==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.1.3.tgz",
"integrity": "sha512-EK3IBmQcIZEhnX3HQYge82hF0ukAnrxnJovBUFwAEkoe3SZ3VJb2k1eMF4MOKEo5mF/h3auxzKJhItaXc3dfmg==",
"dependencies": {
"bson": "^4.2.2",
"kareem": "2.3.2",
@@ -14545,9 +14545,9 @@
}
},
"mongoose": {
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.1.2.tgz",
"integrity": "sha512-/CNxPVSPnaRNKndlhVOblFSB8kfpHWuAiJSEoVqs/pjS42actV7m/Wk0o0RbsndUvJ1WUenoXpbG8lrD9atGlQ==",
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.1.3.tgz",
"integrity": "sha512-EK3IBmQcIZEhnX3HQYge82hF0ukAnrxnJovBUFwAEkoe3SZ3VJb2k1eMF4MOKEo5mF/h3auxzKJhItaXc3dfmg==",
"requires": {
"bson": "^4.2.2",
"kareem": "2.3.2",

View File

@@ -63,7 +63,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.1",
"mongoose": "^6.1.2",
"mongoose": "^6.1.3",
"nanoid": "3.1.30",
"nconf": "^0.11.3",
"prop-types": "15.7.2",