From 779f8de43f0f9ea84079a7e86ca1f5086bd5781c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:03:58 +0000 Subject: [PATCH] fix(deps): update dependency @sapphire/stopwatch to v1.5.1 --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f40718..4bef4c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -670,11 +670,11 @@ } }, "node_modules/@sapphire/stopwatch": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.0.tgz", - "integrity": "sha512-DtyKugdy3JTqm6JnEepTY64fGJAqlusDVrlrzifEgSCfGYCqpvB+SBldkWtDH+z+zLcp+PyaFLq7xpVfkhmvGg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.1.tgz", + "integrity": "sha512-DoBcYUp7zb2bxmZghDjePobemApng6Tu8BGRy3qTCrq41ylsvyiUqGcvaMLGX4MIJ0EaDNyG4AEYe0xoC6Mz0Q==", "dependencies": { - "tslib": "^2.4.0" + "tslib": "^2.6.2" }, "engines": { "node": ">=v14.0.0", @@ -3062,11 +3062,11 @@ "integrity": "sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==" }, "@sapphire/stopwatch": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.0.tgz", - "integrity": "sha512-DtyKugdy3JTqm6JnEepTY64fGJAqlusDVrlrzifEgSCfGYCqpvB+SBldkWtDH+z+zLcp+PyaFLq7xpVfkhmvGg==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.1.tgz", + "integrity": "sha512-DoBcYUp7zb2bxmZghDjePobemApng6Tu8BGRy3qTCrq41ylsvyiUqGcvaMLGX4MIJ0EaDNyG4AEYe0xoC6Mz0Q==", "requires": { - "tslib": "^2.4.0" + "tslib": "^2.6.2" } }, "@sapphire/time-utilities": {