From c4652cf1cbf7a57237ccb4a32c90d8475da165fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 20:26:18 +0900 Subject: [PATCH] chore(deps): bump mongoose from 6.9.0 to 6.11.2 (#601) Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.9.0 to 6.11.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/6.9.0...6.11.2) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 4417283..e5bf5d5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "josa": "3.0.1", "jsonwebtoken": "^9.0.0", "knex": "^2.4.0", - "mongoose": "6.9.0", + "mongoose": "6.11.2", "mysql": "2.18.1", "next": "^12.3.2", "next-connect": "0.10.1", diff --git a/yarn.lock b/yarn.lock index c9c6b03..7a864b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3727,7 +3727,7 @@ bser@2.1.1: dependencies: node-int64 "^0.4.0" -bson@^4.7.0: +bson@^4.7.2: version "4.7.2" resolved "https://registry.yarnpkg.com/bson/-/bson-4.7.2.tgz#320f4ad0eaf5312dd9b45dc369cc48945e2a5f2e" integrity sha512-Ry9wCtIZ5kGqkJoi6aD8KjxFZEx78guTQDnpXWiNthsxzrxAK/i8E6pCHAIZTbaEFWcOCvbecMukfK7XUvyLpQ== @@ -7065,26 +7065,26 @@ mongodb-connection-string-url@^2.5.4: "@types/whatwg-url" "^8.2.1" whatwg-url "^11.0.0" -mongodb@4.13.0: - version "4.13.0" - resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.13.0.tgz#2aa832b827e2891eb2e52e8235c201cbb4701ed2" - integrity sha512-+taZ/bV8d1pYuHL4U+gSwkhmDrwkWbH1l4aah4YpmpscMwgFBkufIKxgP/G7m87/NUuQzc2Z75ZTI7ZOyqZLbw== +mongodb@4.16.0: + version "4.16.0" + resolved "https://registry.yarnpkg.com/mongodb/-/mongodb-4.16.0.tgz#8b0043de7b577c6a7e0ce44a2ca7315b9c0a7927" + integrity sha512-0EB113Fsucaq1wsY0dOhi1fmZOwFtLOtteQkiqOXGklvWMnSH3g2QS53f0KTP+/6qOkuoXE2JksubSZNmxeI+g== dependencies: - bson "^4.7.0" + bson "^4.7.2" mongodb-connection-string-url "^2.5.4" socks "^2.7.1" optionalDependencies: "@aws-sdk/credential-providers" "^3.186.0" saslprep "^1.0.3" -mongoose@6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.9.0.tgz#cfc5acb2e4aa8188eb248e98a920a829ffcc273d" - integrity sha512-5tu6+trwjk5TIH6b6iYgAwmzZ0RNOxFoqXQb9h21Oi45DeM1rWM/niHxJ4ROqBISDfQMwRvLSABHTsyn3AzoFQ== +mongoose@6.11.2: + version "6.11.2" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.11.2.tgz#29b4933de3bcbbd5ebd5e3d979791d827f9d527e" + integrity sha512-BJHQerozE+qIVdH8Hn9niMVMUzRNcjmwU7hFEzER1+aYtGmVJgGsXBd9wJ9GnrHrbCsYmKlRy8aTuxEdlEtfow== dependencies: - bson "^4.7.0" + bson "^4.7.2" kareem "2.5.1" - mongodb "4.13.0" + mongodb "4.16.0" mpath "0.9.0" mquery "4.0.3" ms "2.1.3"