From 1e94a461c83a766515bc6cf385a96171d293f5f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 May 2022 06:25:36 +0000 Subject: [PATCH] Bump mongoose from 6.3.1 to 6.3.2 Bumps [mongoose](https://github.com/Automattic/mongoose) from 6.3.1 to 6.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/6.3.1...6.3.2) --- 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 01ab02a..b85c8c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "colours.js": "^3.1.2", "discord-api-types": "^0.31.2", "discord.js": "^13.6.0", - "mongoose": "^6.3.1", + "mongoose": "^6.3.2", "redis": "^4.0.6" }, "devDependencies": { @@ -584,14 +584,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.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.2.tgz", + "integrity": "sha512-4SEa8ynhJYkGMMbx6KOZ5kJz6qhKIYM8nAGufGq3xh+gNrKP3QwthNfc0X4DvTKhE0DQLMS1/Oy3cMl0AXm5RQ==", "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" @@ -610,9 +610,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" } @@ -1314,14 +1314,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.2", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-6.3.2.tgz", + "integrity": "sha512-4SEa8ynhJYkGMMbx6KOZ5kJz6qhKIYM8nAGufGq3xh+gNrKP3QwthNfc0X4DvTKhE0DQLMS1/Oy3cMl0AXm5RQ==", "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" @@ -1335,9 +1335,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 d692d7c..7e41780 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "colours.js": "^3.1.2", "discord-api-types": "^0.31.2", "discord.js": "^13.6.0", - "mongoose": "^6.3.1", + "mongoose": "^6.3.2", "redis": "^4.0.6" }, "publishConfig": {