From d9bf8e653ba4bd0fb77377cdfb5406af3f851069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 05:07:08 +0000 Subject: [PATCH] Bump mongoose from 7.3.0 to 7.3.1 Bumps [mongoose](https://github.com/Automattic/mongoose) from 7.3.0 to 7.3.1. - [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.3.0...7.3.1) --- 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 c5ee580..88577f2 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "bcrypt": "^5.1.0", "express": "^4.18.2", "joi": "^17.9.2", - "mongoose": "^7.3.0", + "mongoose": "^7.3.1", "mongoose-field-encryption": "^6.1.0", "nodemailer": "^6.9.3", "speakeasy": "^2.0.0" diff --git a/yarn.lock b/yarn.lock index 14e6ce5..166cc7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1382,10 +1382,10 @@ mongoose-field-encryption@^6.1.0: resolved "https://registry.yarnpkg.com/mongoose-field-encryption/-/mongoose-field-encryption-6.1.0.tgz#4c615de453a52a89333d2c00d646e8884774a704" integrity sha512-SkrdFsQZ3xDU9B/KnPAHlTFA1DOIt3M+yeCVcAI7ej7WL8vTQ1py/36vODkHLpGriLUXYtczo+wIYyiPqMpixQ== -mongoose@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.3.0.tgz#976f1085b1d7caa2ad9b9822f420f3eb439d896d" - integrity sha512-gvkV5qxmBkGohlk7VTeePMPM2OkQPeqVYZHvjoM4goOIK6G1eSfJMZwXV21asivXxlaz6OuP29TfGAKrKooDAg== +mongoose@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/mongoose/-/mongoose-7.3.1.tgz#833bfc29a4f5cc7c4eacf4b1495d1ebe206ec409" + integrity sha512-6289bmSIhvR8xMHsYe2/CuzN7wHK+2RHcK7idDdzniCPC5zix5JH0Hc4k3CmXlr/9zQ2250gUQiUWtvDB0vF1Q== dependencies: bson "^5.3.0" kareem "2.5.1"