diff --git a/package-lock.json b/package-lock.json index 477b8a4..41082b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -538,13 +538,13 @@ } }, "node_modules/@sapphire/plugin-scheduled-tasks": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.0.tgz", - "integrity": "sha512-R9rga1aZk3GSXkmGfBMQR8Ng4ou36l5WGWoDvPaq1xNb56wZJ2zPZPsQHV6lxNoyOT++M8GFhVhh9OUB+xwEXg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.1.tgz", + "integrity": "sha512-JOrk+MmdgEMcG4ruC8bEVQTrSjXya/s5mTgd0CGQsIFx30U2uee/lv83sP5Gz7EhZCCixiMbrdPLYlutuLNV+g==", "dependencies": { "@sapphire/stopwatch": "^1.5.0", - "@sapphire/utilities": "^3.11.0", - "tslib": "^2.4.0" + "@sapphire/utilities": "^3.11.1", + "tslib": "^2.5.0" }, "engines": { "node": ">=v14.18.0", @@ -4282,13 +4282,13 @@ } }, "@sapphire/plugin-scheduled-tasks": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.0.tgz", - "integrity": "sha512-R9rga1aZk3GSXkmGfBMQR8Ng4ou36l5WGWoDvPaq1xNb56wZJ2zPZPsQHV6lxNoyOT++M8GFhVhh9OUB+xwEXg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.1.tgz", + "integrity": "sha512-JOrk+MmdgEMcG4ruC8bEVQTrSjXya/s5mTgd0CGQsIFx30U2uee/lv83sP5Gz7EhZCCixiMbrdPLYlutuLNV+g==", "requires": { "@sapphire/stopwatch": "^1.5.0", - "@sapphire/utilities": "^3.11.0", - "tslib": "^2.4.0" + "@sapphire/utilities": "^3.11.1", + "tslib": "^2.5.0" } }, "@sapphire/plugin-subcommands": {