0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 18:22:42 +00:00

Bump mongoose from 7.2.3 to 7.3.0

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

---
updated-dependencies:
- dependency-name: mongoose
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-15 03:57:03 +00:00
committed by GitHub
parent 9202f9c8eb
commit caff1d8e2b
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"marked-gfm-heading-id": "^3.0.4",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.2.3",
"mongoose": "^7.3.0",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.7.1",
@@ -10044,9 +10044,9 @@
}
},
"node_modules/mongodb": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.5.0.tgz",
"integrity": "sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ==",
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.6.0.tgz",
"integrity": "sha512-z8qVs9NfobHJm6uzK56XBZF8XwM9H294iRnB7wNjF0SnY93si5HPziIJn+qqvUR5QOff/4L0gCD6SShdR/GtVQ==",
"dependencies": {
"bson": "^5.3.0",
"mongodb-connection-string-url": "^2.6.0",
@@ -10085,13 +10085,13 @@
}
},
"node_modules/mongoose": {
"version": "7.2.3",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.3.tgz",
"integrity": "sha512-ClHD73HiqMk4hcOhdlZxluldokZfXvkrxjdKuqI7UQWLM71OIoy+n+OS+OHz4qJhS+/UaPzemQDKYtVrl4l0Ig==",
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.3.0.tgz",
"integrity": "sha512-gvkV5qxmBkGohlk7VTeePMPM2OkQPeqVYZHvjoM4goOIK6G1eSfJMZwXV21asivXxlaz6OuP29TfGAKrKooDAg==",
"dependencies": {
"bson": "^5.3.0",
"kareem": "2.5.1",
"mongodb": "5.5.0",
"mongodb": "5.6.0",
"mpath": "0.9.0",
"mquery": "5.0.0",
"ms": "2.1.3",

View File

@@ -102,7 +102,7 @@
"marked-gfm-heading-id": "^3.0.4",
"markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4",
"mongoose": "^7.2.3",
"mongoose": "^7.3.0",
"nanoid": "3.3.4",
"nconf": "^0.12.0",
"npm": "^9.7.1",