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

Bump mongoose from 6.4.2 to 6.4.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.4.2 to 6.4.4.
- [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.4.2...6.4.4)

---
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-07-08 17:45:19 +00:00
committed by GitHub
parent b257b4c0fc
commit 3fe43a1f4d
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.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.4.2",
"mongoose": "^6.4.4",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",
@@ -9065,9 +9065,9 @@
}
},
"node_modules/mongoose": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.2.tgz",
"integrity": "sha512-VRotms+XC42vPlS3Tr2GTg0qkppHzWob62sUjdC22ir8aqWVrbCsHjEuMsL6zZlKSIj8zNBODm9hRV+RHRiLRQ==",
"version": "6.4.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.4.tgz",
"integrity": "sha512-r6sp96veRNhNIWFtHHe4Lqak+ilgiExYnnMLhYTGdzjIMR90G1ayx0JKFVdHuC6dKNHGFX0ETJGbf36N8Romjg==",
"dependencies": {
"bson": "^4.6.2",
"kareem": "2.4.1",
@@ -19460,9 +19460,9 @@
}
},
"mongoose": {
"version": "6.4.2",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.2.tgz",
"integrity": "sha512-VRotms+XC42vPlS3Tr2GTg0qkppHzWob62sUjdC22ir8aqWVrbCsHjEuMsL6zZlKSIj8zNBODm9hRV+RHRiLRQ==",
"version": "6.4.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.4.tgz",
"integrity": "sha512-r6sp96veRNhNIWFtHHe4Lqak+ilgiExYnnMLhYTGdzjIMR90G1ayx0JKFVdHuC6dKNHGFX0ETJGbf36N8Romjg==",
"requires": {
"bson": "^4.6.2",
"kareem": "2.4.1",

View File

@@ -74,7 +74,7 @@
"marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^6.4.2",
"mongoose": "^6.4.4",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"react": "^16.14.0",