fix(deps): update dependency @sapphire/stopwatch to v1.5.1

This commit is contained in:
renovate[bot] 2023-12-09 12:03:58 +00:00 committed by GitHub
parent e936fe49b1
commit 779f8de43f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package-lock.json generated
View File

@ -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": {