From 4a56d3111cf8d8128d900dcc42064a9c5ab0084f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2020 03:32:26 +0000 Subject: [PATCH] Bump mongoose from 5.9.23 to 5.9.24 Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.9.23 to 5.9.24. - [Release notes](https://github.com/Automattic/mongoose/releases) - [Changelog](https://github.com/Automattic/mongoose/blob/master/History.md) - [Commits](https://github.com/Automattic/mongoose/compare/5.9.23...5.9.24) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a5760c2..8946e49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3885,9 +3885,9 @@ } }, "mongoose": { - "version": "5.9.23", - "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.23.tgz", - "integrity": "sha512-fMYlMRJz0T6Ax2K2P0jt+kxXd4qaRxyfZCha1YBMczmA2EBlT5SnBlcDyJ4YQa4/z+GoDh06uH090w7BfBcdWg==", + "version": "5.9.24", + "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.9.24.tgz", + "integrity": "sha512-uxTLy/ExYmOfKvvbjn1PHbjSJg0SQzff+dW6jbnywtbBcfPRC/3etnG9hPv6KJe/5TFZQGxCyiSezkqa0+iJAQ==", "requires": { "bson": "^1.1.4", "kareem": "2.3.1", diff --git a/package.json b/package.json index 18daaed..f302e54 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "axios": "^0.19.2", "dotenv": "^8.2.0", - "mongoose": "^5.9.23", + "mongoose": "^5.9.24", "node-telegram-bot-api": "^0.50.0" }, "devDependencies": {