Merge pull request #172 from veganhacktivists/renovate/sapphire-stopwatch-1.x-lockfile

fix(deps): update dependency @sapphire/stopwatch to v1.5.1
This commit is contained in:
Anthony Berg 2024-01-02 23:27:26 +00:00 committed by GitHub
commit 54f1c23c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
package-lock.json generated
View File

@ -675,11 +675,11 @@
} }
}, },
"node_modules/@sapphire/stopwatch": { "node_modules/@sapphire/stopwatch": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.1.tgz",
"integrity": "sha512-DtyKugdy3JTqm6JnEepTY64fGJAqlusDVrlrzifEgSCfGYCqpvB+SBldkWtDH+z+zLcp+PyaFLq7xpVfkhmvGg==", "integrity": "sha512-DoBcYUp7zb2bxmZghDjePobemApng6Tu8BGRy3qTCrq41ylsvyiUqGcvaMLGX4MIJ0EaDNyG4AEYe0xoC6Mz0Q==",
"dependencies": { "dependencies": {
"tslib": "^2.4.0" "tslib": "^2.6.2"
}, },
"engines": { "engines": {
"node": ">=v14.0.0", "node": ">=v14.0.0",
@ -3098,11 +3098,11 @@
"integrity": "sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA==" "integrity": "sha512-BxcYGzgEsdlG0dKAyOm0ehLGm2CafIrfQTZGWgkfKYbj+pNNsorZ7EotuZukc2MT70E0UbppVbtpBrqpzVzjNA=="
}, },
"@sapphire/stopwatch": { "@sapphire/stopwatch": {
"version": "1.5.0", "version": "1.5.1",
"resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/stopwatch/-/stopwatch-1.5.1.tgz",
"integrity": "sha512-DtyKugdy3JTqm6JnEepTY64fGJAqlusDVrlrzifEgSCfGYCqpvB+SBldkWtDH+z+zLcp+PyaFLq7xpVfkhmvGg==", "integrity": "sha512-DoBcYUp7zb2bxmZghDjePobemApng6Tu8BGRy3qTCrq41ylsvyiUqGcvaMLGX4MIJ0EaDNyG4AEYe0xoC6Mz0Q==",
"requires": { "requires": {
"tslib": "^2.4.0" "tslib": "^2.6.2"
} }
}, },
"@sapphire/time-utilities": { "@sapphire/time-utilities": {