0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Bump mongoose from 7.6.3 to 7.6.4

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.6.3 to 7.6.4.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/7.6.4/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/7.6.3...7.6.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]
2023-10-31 03:59:26 +00:00
committed by GitHub
parent 9d43588f44
commit 4720aced6c
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@@ -35,7 +35,7 @@
"marked-smartypants-lite": "^1.0.1",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.6.3",
"mongoose": "^7.6.4",
"nanoid": "3.3.4",
"nconf": "^0.12.1",
"react": "^18.2.0",
@@ -10445,9 +10445,9 @@
}
},
"node_modules/mongoose": {
"version": "7.6.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.3.tgz",
"integrity": "sha512-moYP2qWCOdWRDeBxqB/zYwQmQnTBsF5DoolX5uPyI218BkiA1ujGY27P0NTd4oWIX+LLkZPw0LDzlc/7oh1plg==",
"version": "7.6.4",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.6.4.tgz",
"integrity": "sha512-kadPkS/f5iZJrrMxxOvSoOAErXmdnb28lMvHmuYgmV1ZQTpRqpp132PIPHkJMbG4OC2H0eSXYw/fNzYTH+LUcw==",
"dependencies": {
"bson": "^5.5.0",
"kareem": "2.5.1",

View File

@@ -104,7 +104,7 @@
"marked-smartypants-lite": "^1.0.1",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.6.3",
"mongoose": "^7.6.4",
"nanoid": "3.3.4",
"nconf": "^0.12.1",
"react": "^18.2.0",