From 2aaf0fddf09a8e974c49b004a7c86cb5d0315fb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:40:27 +0000 Subject: [PATCH] fix(deps): update dependency @sapphire/plugin-scheduled-tasks to v7.1.2 --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2a7ff25..f8c168b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -571,14 +571,14 @@ } }, "node_modules/@sapphire/plugin-scheduled-tasks": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-7.1.1.tgz", - "integrity": "sha512-2LVoskdi7++glZf2dTyJloQYzbFZNuc9cSAflIN5QGRRZlkBV5yW3PHKa3DmJn113gzfN5B5eAiUnEDsuTC/bw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-7.1.2.tgz", + "integrity": "sha512-+I+PGHIGiJ4OSZYbQpcnHG8/d2NWYlqT/fAowlftohQ9nyQZJ39iLcGk9iDFx3I4xa/Ho9T8fSnuLE0F3RmrGQ==", "dependencies": { "@sapphire/stopwatch": "^1.5.0", "@sapphire/utilities": "^3.13.0", "bullmq": "3.15.8", - "tslib": "^2.6.0" + "tslib": "^2.6.2" }, "engines": { "node": ">=v14.18.0", @@ -4219,14 +4219,14 @@ } }, "@sapphire/plugin-scheduled-tasks": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-7.1.1.tgz", - "integrity": "sha512-2LVoskdi7++glZf2dTyJloQYzbFZNuc9cSAflIN5QGRRZlkBV5yW3PHKa3DmJn113gzfN5B5eAiUnEDsuTC/bw==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-7.1.2.tgz", + "integrity": "sha512-+I+PGHIGiJ4OSZYbQpcnHG8/d2NWYlqT/fAowlftohQ9nyQZJ39iLcGk9iDFx3I4xa/Ho9T8fSnuLE0F3RmrGQ==", "requires": { "@sapphire/stopwatch": "^1.5.0", "@sapphire/utilities": "^3.13.0", "bullmq": "3.15.8", - "tslib": "^2.6.0" + "tslib": "^2.6.2" }, "dependencies": { "bullmq": {