From 7a8fa64b53b30f84dc9c25cfe2378a7f05730413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:27:48 +0000 Subject: [PATCH] Bump stargate-mongoose from 0.6.5 to 0.6.6 in /discord-bot Bumps [stargate-mongoose](https://github.com/stargate/stargate-mongoose) from 0.6.5 to 0.6.6. - [Commits](https://github.com/stargate/stargate-mongoose/compare/rel-0.6.5...rel-0.6.6) --- updated-dependencies: - dependency-name: stargate-mongoose dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- discord-bot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bot/package.json b/discord-bot/package.json index 7e161ac..7fc375d 100644 --- a/discord-bot/package.json +++ b/discord-bot/package.json @@ -22,7 +22,7 @@ "dotenv": "16.4.5", "eslint": "8.57.1", "mongoose": "^8.1", - "stargate-mongoose": "0.6.5" + "stargate-mongoose": "0.6.6" }, "devDependencies": { "mocha": "10.7.3",