From dd27d3b3c692a07267e923cfca840e52b382a1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 10:37:29 +0000 Subject: [PATCH] build(deps): bump mongoose from 7.2.0 to 7.3.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.2.0 to 7.3.2. - [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.0...7.3.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 232b854..713b116 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "framer-motion": "^10.12.16", "markdown-to-jsx": "^7.2.1", "md5": "^2.3.0", - "mongoose": "^7.2.0", + "mongoose": "^7.3.2", "next": "^13.4.4", "next-recaptcha-v3": "^1.1.5", "next-translate": "^2.0.6", diff --git a/yarn.lock b/yarn.lock index 16a66c4..d4e365f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2535,10 +2535,10 @@ mongodb-connection-string-url@^2.6.0: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb@5.5.0: - version "5.5.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.5.0.tgz#5d213ef68f6b48610909d98d537059f2d7f374a1" - integrity sha512-XgrkUgAAdfnZKQfk5AsYL8j7O99WHd4YXPxYxnh8dZxD+ekYWFRA3JktUsBnfg+455Smf75/+asoU/YLwNGoQQ== +mongodb@5.6.0: + version "5.6.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-5.6.0.tgz#caff5278341bfc0f1ef6f394bb403d207de03d1e" + integrity sha512-z8qVs9NfobHJm6uzK56XBZF8XwM9H294iRnB7wNjF0SnY93si5HPziIJn+qqvUR5QOff/4L0gCD6SShdR/GtVQ== dependencies: bson "^5.3.0" mongodb-connection-string-url "^2.6.0" @@ -2546,14 +2546,14 @@ mongodb@5.5.0: optionalDependencies: saslprep "^1.0.3" -mongoose@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.2.0.tgz#87913b226c29fd8af92fa0354914d7b629c73743" - integrity sha512-sNNsPinfwBiqEZx24kBWZamebORFJ89wr0szw8SFzdy8OZLMxSDKwGUpfa8cLPsCV57z/beGUnaa0ZUGktNmcQ== +mongoose@^7.3.2: + version "7.3.2" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.3.2.tgz#0dcc720fbc684d21d391e5e8a8edad2df7236313" + integrity sha512-Z86m5ASwYYFyT++wPQTtuTl5Jh052w6G1IM8LxPu/6iuqxQo6nUOaEoGZfMy0ovw3Dyw3415Jue3pYXkRqPkfA== 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"