From 3848d3072c89a8a6caf97fcba7f07975041f61a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 21:48:49 +0000 Subject: [PATCH] Bump @discordx/pagination from 3.5.4 to 3.5.5 Bumps [@discordx/pagination](https://github.com/discordx-ts/discordx) from 3.5.4 to 3.5.5. - [Release notes](https://github.com/discordx-ts/discordx/releases) - [Commits](https://github.com/discordx-ts/discordx/commits) --- updated-dependencies: - dependency-name: "@discordx/pagination" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 550f378..c38a24b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@discordx/importer": "^1.3.1", - "@discordx/pagination": "^3.5.4", + "@discordx/pagination": "^3.5.5", "@discordx/utilities": "^7.0.1", "discord-api-types": "^0.37.94", "discord.js": "^14.16.1", @@ -204,9 +204,9 @@ } }, "node_modules/@discordx/pagination": { - "version": "3.5.4", - "resolved": "https://registry.npmjs.org/@discordx/pagination/-/pagination-3.5.4.tgz", - "integrity": "sha512-O/qkjSKYRJIT6VMg3cN7DSVyPTXVJ06KPUcg6MmR3lNNXRq17DS1eVz1E8VoifCTJ2gd7CiX+7ABoYxKmhjX9A==", + "version": "3.5.5", + "resolved": "https://registry.npmjs.org/@discordx/pagination/-/pagination-3.5.5.tgz", + "integrity": "sha512-ozxzjgqHbDevfhxcs5UQ8HrqzFuh8U6XZJ6UjZupDgTK2c+r0KiaCGHMIEWCBRUIQtL1DzwdefNCs9DUBm6BDw==", "dependencies": { "lodash": "^4.17.21" }, diff --git a/package.json b/package.json index 5e77fee..6d14c9f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": { "@discordx/importer": "^1.3.1", - "@discordx/pagination": "^3.5.4", + "@discordx/pagination": "^3.5.5", "@discordx/utilities": "^7.0.1", "discord-api-types": "^0.37.94", "discord.js": "^14.16.1",