Merge pull request #104 from veganhacktivists/renovate/sapphire-plugin-scheduled-tasks-6.x-lockfile

fix(deps): update dependency @sapphire/plugin-scheduled-tasks to v6.0.1
This commit is contained in:
Anthony Berg 2023-05-03 01:26:41 +01:00 committed by GitHub
commit fdf13e91d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
package-lock.json generated
View File

@ -538,13 +538,13 @@
}
},
"node_modules/@sapphire/plugin-scheduled-tasks": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.0.tgz",
"integrity": "sha512-R9rga1aZk3GSXkmGfBMQR8Ng4ou36l5WGWoDvPaq1xNb56wZJ2zPZPsQHV6lxNoyOT++M8GFhVhh9OUB+xwEXg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.1.tgz",
"integrity": "sha512-JOrk+MmdgEMcG4ruC8bEVQTrSjXya/s5mTgd0CGQsIFx30U2uee/lv83sP5Gz7EhZCCixiMbrdPLYlutuLNV+g==",
"dependencies": {
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/utilities": "^3.11.0",
"tslib": "^2.4.0"
"@sapphire/utilities": "^3.11.1",
"tslib": "^2.5.0"
},
"engines": {
"node": ">=v14.18.0",
@ -4282,13 +4282,13 @@
}
},
"@sapphire/plugin-scheduled-tasks": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.0.tgz",
"integrity": "sha512-R9rga1aZk3GSXkmGfBMQR8Ng4ou36l5WGWoDvPaq1xNb56wZJ2zPZPsQHV6lxNoyOT++M8GFhVhh9OUB+xwEXg==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-6.0.1.tgz",
"integrity": "sha512-JOrk+MmdgEMcG4ruC8bEVQTrSjXya/s5mTgd0CGQsIFx30U2uee/lv83sP5Gz7EhZCCixiMbrdPLYlutuLNV+g==",
"requires": {
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/utilities": "^3.11.0",
"tslib": "^2.4.0"
"@sapphire/utilities": "^3.11.1",
"tslib": "^2.5.0"
}
},
"@sapphire/plugin-subcommands": {