0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 15:02:38 +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", "marked-extended-tables": "^1.0.3",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^6.4.2", "mongoose": "^6.4.4",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"react": "^16.14.0", "react": "^16.14.0",
@@ -9065,9 +9065,9 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "6.4.2", "version": "6.4.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.2.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.4.tgz",
"integrity": "sha512-VRotms+XC42vPlS3Tr2GTg0qkppHzWob62sUjdC22ir8aqWVrbCsHjEuMsL6zZlKSIj8zNBODm9hRV+RHRiLRQ==", "integrity": "sha512-r6sp96veRNhNIWFtHHe4Lqak+ilgiExYnnMLhYTGdzjIMR90G1ayx0JKFVdHuC6dKNHGFX0ETJGbf36N8Romjg==",
"dependencies": { "dependencies": {
"bson": "^4.6.2", "bson": "^4.6.2",
"kareem": "2.4.1", "kareem": "2.4.1",
@@ -19460,9 +19460,9 @@
} }
}, },
"mongoose": { "mongoose": {
"version": "6.4.2", "version": "6.4.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.2.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.4.4.tgz",
"integrity": "sha512-VRotms+XC42vPlS3Tr2GTg0qkppHzWob62sUjdC22ir8aqWVrbCsHjEuMsL6zZlKSIj8zNBODm9hRV+RHRiLRQ==", "integrity": "sha512-r6sp96veRNhNIWFtHHe4Lqak+ilgiExYnnMLhYTGdzjIMR90G1ayx0JKFVdHuC6dKNHGFX0ETJGbf36N8Romjg==",
"requires": { "requires": {
"bson": "^4.6.2", "bson": "^4.6.2",
"kareem": "2.4.1", "kareem": "2.4.1",

View File

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