From 0caf4edc42f86477efe908254c1b903787dc430c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:18:13 +0000 Subject: [PATCH] fix(deps): update dependency @sapphire/stopwatch to v1.5.4 --- pnpm-lock.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8027d3e..d6962ab 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -34,7 +34,7 @@ dependencies: version: 6.0.2 '@sapphire/stopwatch': specifier: ^1.5.1 - version: 1.5.1 + version: 1.5.4 '@sapphire/time-utilities': specifier: ^1.7.11 version: 1.7.11 @@ -421,7 +421,7 @@ packages: '@sapphire/pieces': 4.2.0 '@sapphire/ratelimits': 2.4.8 '@sapphire/result': 2.6.5 - '@sapphire/stopwatch': 1.5.1 + '@sapphire/stopwatch': 1.5.4 '@sapphire/utilities': 3.15.2 dev: false @@ -504,11 +504,11 @@ packages: engines: {node: '>=v14.0.0', npm: '>=7.0.0'} dev: false - /@sapphire/stopwatch@1.5.1: - resolution: {integrity: sha512-DoBcYUp7zb2bxmZghDjePobemApng6Tu8BGRy3qTCrq41ylsvyiUqGcvaMLGX4MIJ0EaDNyG4AEYe0xoC6Mz0Q==} + /@sapphire/stopwatch@1.5.4: + resolution: {integrity: sha512-IVI48D2yAz411bSttXyTkBH0p2vhrXoqWLn5loDDSAAEUGkM1r5KNCX2027ifQ8svdoMkUfIGjFueR+satLeWw==} engines: {node: '>=v14.0.0', npm: '>=7.0.0'} dependencies: - tslib: 2.6.2 + tslib: 2.8.1 dev: false /@sapphire/time-utilities@1.7.11: @@ -2190,6 +2190,10 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + /tslib@2.8.1: + resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==} + dev: false + /type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'}