From 631c6161b643f12869561b0d50938f74e683127a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 10:43:47 +0000 Subject: [PATCH] Bump mongoose from 6.7.2 to 6.7.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.7.2 to 6.7.3. - [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.7.2...6.7.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8fbbd4a..f78d0db 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "ffprobe-static": "^3.1.0", "http-status-codes": "^2.2.0", "moment": "^2.29.4", - "mongoose": "^6.7.2", + "mongoose": "^6.7.3", "multer": "^1.4.5-lts.1", "next": "13.0.3", "next-auth": "^4.16.4", diff --git a/yarn.lock b/yarn.lock index c66b6c8..ea35e25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3377,10 +3377,10 @@ mongodb@4.11.0: "@aws-sdk/credential-providers" "^3.186.0" saslprep "^1.0.3" -mongoose@^6.7.2: - version "6.7.2" - resolved "https://registry.npmjs.org/mongoose/-/mongoose-6.7.2.tgz" - integrity sha512-lrP2V5U1qhaf+z33fiIn7aYAZZ1fVDly+TkFRjTujNBF/FIHESATj2RbgAOSlWqv32fsZXkXejXzeVfjbv35Ow== +mongoose@^6.7.3: + version "6.7.3" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-6.7.3.tgz#1ec0d8cabcb53ecc171d17baaf4a68356ab470ed" + integrity sha512-bLC2Pt6Vpoov+1kBYvQgJXG/2DWXbfIvfK4Gh68kCdYGh6CVO31YxYuIGz70hyGwX2g4DmSzbs5IA8Px2neMCQ== dependencies: bson "^4.7.0" kareem "2.4.1"