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",