From 37a4d8edca889914420bcbed43c1fdf054b41866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 16:22:58 +0000 Subject: [PATCH] Bump mongoose from 6.3.1 to 6.3.3 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.3.1 to 6.3.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.3.1...6.3.3) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index d4d2ae412..d792b6c61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "marked-extended-tables": "^1.0.3", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.3", - "mongoose": "^6.3.1", + "mongoose": "^6.3.3", "nanoid": "3.3.4", "nconf": "^0.12.0", "query-string": "7.1.1", @@ -8962,14 +8962,14 @@ } }, "node_modules/mongoose": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz", - "integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz", + "integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==", "dependencies": { "bson": "^4.6.2", "kareem": "2.3.5", "mongodb": "4.5.0", - "mpath": "0.8.4", + "mpath": "0.9.0", "mquery": "4.0.2", "ms": "2.1.3", "sift": "16.0.0" @@ -8988,9 +8988,9 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, "node_modules/mpath": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", - "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", + "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==", "engines": { "node": ">=4.0.0" } @@ -19379,14 +19379,14 @@ } }, "mongoose": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.1.tgz", - "integrity": "sha512-bknh/VzU/7mBudfE4/5N7NR2Bpjvuxl93iePvyCGLhjeHF6w+mCRmucYGQkG6wEbCmEUVmBQrcgr2b40krMo/Q==", + "version": "6.3.3", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.3.tgz", + "integrity": "sha512-bAGuf+6mXuVjKReNcOGjdI05y9g0JXnRpZ3/PBN3kVXIn3rbhbFwR/lPbuwtsBsWhlblMK8tieDeFAVzV6yhww==", "requires": { "bson": "^4.6.2", "kareem": "2.3.5", "mongodb": "4.5.0", - "mpath": "0.8.4", + "mpath": "0.9.0", "mquery": "4.0.2", "ms": "2.1.3", "sift": "16.0.0" @@ -19400,9 +19400,9 @@ } }, "mpath": { - "version": "0.8.4", - "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", - "integrity": "sha512-DTxNZomBcTWlrMW76jy1wvV37X/cNNxPW1y2Jzd4DZkAaC5ZGsm8bfGfNOthcDuRJujXLqiuS6o3Tpy0JEoh7g==" + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.9.0.tgz", + "integrity": "sha512-ikJRQTk8hw5DEoFVxHG1Gn9T/xcjtdnOKIU1JTmGjZZlg9LST2mBLmcX3/ICIbgJydT2GOc15RnNy5mHmzfSew==" }, "mquery": { "version": "4.0.2", diff --git a/package.json b/package.json index dbdbd5e12..15867243c 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "marked-extended-tables": "^1.0.3", "markedLegacy": "npm:marked@^0.3.19", "moment": "^2.29.3", - "mongoose": "^6.3.1", + "mongoose": "^6.3.3", "nanoid": "3.3.4", "nconf": "^0.12.0", "query-string": "7.1.1",