From 4aaac6b8a5f56777ae78556d1661fd2f146c8f50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 17:57:21 +0000 Subject: [PATCH] Bump discord-hybrid-sharding from 2.2.6 to 3.0.0 Bumps [discord-hybrid-sharding](https://github.com/meister03/discord-hybrid-sharding) from 2.2.6 to 3.0.0. - [Release notes](https://github.com/meister03/discord-hybrid-sharding/releases) - [Changelog](https://github.com/meister03/discord-hybrid-sharding/blob/ts-rewrite/changes.md) - [Commits](https://github.com/meister03/discord-hybrid-sharding/commits) --- updated-dependencies: - dependency-name: discord-hybrid-sharding dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8081e2c..d238843 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "axios": "^1.9.0", - "discord-hybrid-sharding": "^2.2.6", + "discord-hybrid-sharding": "^3.0.0", "discord.js": "^14.19.3", "dotenv": "^16.5.0", "google-search-url": "^0.1.8",