0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-11 06:52:38 +00:00

Bump mongoose from 7.1.2 to 7.2.0

Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.1.2 to 7.2.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.1.2...7.2.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-05-22 03:57:23 +00:00
committed by GitHub
parent 95376db055
commit 06f74c6b64
2 changed files with 15 additions and 15 deletions

28
package-lock.json generated
View File

@@ -33,7 +33,7 @@
"marked-extended-tables": "^1.0.6", "marked-extended-tables": "^1.0.6",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^7.1.2", "mongoose": "^7.2.0",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"npm": "^9.6.7", "npm": "^9.6.7",
@@ -4119,9 +4119,9 @@
} }
}, },
"node_modules/bson": { "node_modules/bson": {
"version": "5.2.0", "version": "5.3.0",
"resolved": "https://registry.npmjs.org/bson/-/bson-5.2.0.tgz", "resolved": "https://registry.npmjs.org/bson/-/bson-5.3.0.tgz",
"integrity": "sha512-HevkSpDbpUfsrHWmWiAsNavANKYIErV2ePXllp1bwq5CDreAaFVj6RVlZpJnxK4WWDCJ/5jMUpaY6G526q3Hjg==", "integrity": "sha512-ukmCZMneMlaC5ebPHXIkP8YJzNl5DC41N5MAIvKDqLggdao342t4McltoJBQfQya/nHBWAcSsYRqlXPoQkTJag==",
"engines": { "engines": {
"node": ">=14.20.1" "node": ">=14.20.1"
} }
@@ -9962,11 +9962,11 @@
} }
}, },
"node_modules/mongodb": { "node_modules/mongodb": {
"version": "5.3.0", "version": "5.5.0",
"resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.3.0.tgz", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-5.5.0.tgz",
"integrity": "sha512-Wy/sbahguL8c3TXQWXmuBabiLD+iVmz+tOgQf+FwkCjhUIorqbAxRbbz00g4ZoN4sXIPwpAlTANMaGRjGGTikQ==", "integrity": "sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ==",
"dependencies": { "dependencies": {
"bson": "^5.2.0", "bson": "^5.3.0",
"mongodb-connection-string-url": "^2.6.0", "mongodb-connection-string-url": "^2.6.0",
"socks": "^2.7.1" "socks": "^2.7.1"
}, },
@@ -10003,20 +10003,20 @@
} }
}, },
"node_modules/mongoose": { "node_modules/mongoose": {
"version": "7.1.2", "version": "7.2.0",
"resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.1.2.tgz", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-7.2.0.tgz",
"integrity": "sha512-89+rFzYphsOCdIDam03ryECeOy4bFKvZqnu4NDdUduoOt2ip0/otIqVBBrjQ1Owz1xza6zy4VTifxBG/jNaJNQ==", "integrity": "sha512-sNNsPinfwBiqEZx24kBWZamebORFJ89wr0szw8SFzdy8OZLMxSDKwGUpfa8cLPsCV57z/beGUnaa0ZUGktNmcQ==",
"dependencies": { "dependencies": {
"bson": "^5.2.0", "bson": "^5.3.0",
"kareem": "2.5.1", "kareem": "2.5.1",
"mongodb": "5.3.0", "mongodb": "5.5.0",
"mpath": "0.9.0", "mpath": "0.9.0",
"mquery": "5.0.0", "mquery": "5.0.0",
"ms": "2.1.3", "ms": "2.1.3",
"sift": "16.0.1" "sift": "16.0.1"
}, },
"engines": { "engines": {
"node": ">=14.0.0" "node": ">=14.20.1"
}, },
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",

View File

@@ -101,7 +101,7 @@
"marked-extended-tables": "^1.0.6", "marked-extended-tables": "^1.0.6",
"markedLegacy": "npm:marked@^0.3.19", "markedLegacy": "npm:marked@^0.3.19",
"moment": "^2.29.4", "moment": "^2.29.4",
"mongoose": "^7.1.2", "mongoose": "^7.2.0",
"nanoid": "3.3.4", "nanoid": "3.3.4",
"nconf": "^0.12.0", "nconf": "^0.12.0",
"npm": "^9.6.7", "npm": "^9.6.7",