From 5dccccc24d9fd0c78b3de8bf917b9e21630b9cad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 06:17:50 +0000 Subject: [PATCH] Bump mongoose from 5.13.13 to 5.13.15 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.13.13 to 5.13.15. - [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/5.13.13...5.13.15) --- updated-dependencies: - dependency-name: mongoose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46e4aab..b8c2078 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "got": "^9.6.0", "humanize-duration": "^3.18.0", "languagedetect": "^1.3.0", - "mongoose": "^5.7.7", + "mongoose": "^5.13.15", "sharp": "^0.29.3", "telegraf": "^3.33.3", "telegraf-i18n": "^6.5.0", @@ -2144,9 +2144,9 @@ } }, "node_modules/mongoose": { - "version": "5.13.13", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.13.tgz", - "integrity": "sha512-M55tpCr/p5i6vdJ54nm4MG6/7SKV4JqlWnqbx6yCRuAuW05CZ7u+gNuHVPQVF9dZ59ALXjOtPEUl+OXklAa7ng==", + "version": "5.13.15", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.15.tgz", + "integrity": "sha512-cxp1Gbb8yUWkaEbajdhspSaKzAvsIvOtRlYD87GN/P2QEUhpd6bIvebi36T6M0tIVAMauNaK9SPA055N3PwF8Q==", "dependencies": { "@types/bson": "1.x || 4.0.x", "@types/mongodb": "^3.5.27", @@ -5126,9 +5126,9 @@ } }, "mongoose": { - "version": "5.13.13", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.13.tgz", - "integrity": "sha512-M55tpCr/p5i6vdJ54nm4MG6/7SKV4JqlWnqbx6yCRuAuW05CZ7u+gNuHVPQVF9dZ59ALXjOtPEUl+OXklAa7ng==", + "version": "5.13.15", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.15.tgz", + "integrity": "sha512-cxp1Gbb8yUWkaEbajdhspSaKzAvsIvOtRlYD87GN/P2QEUhpd6bIvebi36T6M0tIVAMauNaK9SPA055N3PwF8Q==", "requires": { "@types/bson": "1.x || 4.0.x", "@types/mongodb": "^3.5.27", diff --git a/package.json b/package.json index da01c85..d43850b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "got": "^9.6.0", "humanize-duration": "^3.18.0", "languagedetect": "^1.3.0", - "mongoose": "^5.7.7", + "mongoose": "^5.13.15", "sharp": "^0.29.3", "telegraf": "^3.33.3", "telegraf-i18n": "^6.5.0",