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

fix(deps): update dependency @sapphire/plugin-scheduled-tasks to v10.0.1
This commit is contained in:
Anthony Berg 2024-01-21 23:36:26 +00:00 committed by GitHub
commit e7839552f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

74
package-lock.json generated
View File

@ -622,13 +622,13 @@
} }
}, },
"node_modules/@sapphire/plugin-scheduled-tasks": { "node_modules/@sapphire/plugin-scheduled-tasks": {
"version": "10.0.0", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-10.0.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-10.0.1.tgz",
"integrity": "sha512-al3ZH0+mn/b7Z7iA6nX1QeYoTt14ntFF+WeJzZ4a6zfLEA9QGxbJEGtUQjDGAGmxYVAqZgGmeapJOBmn1l+WCQ==", "integrity": "sha512-/wS4mlyh5oRo3ADmkDEywNyb0hdUUJuudc5Nz9kuYWSpYZMWhecI24N6m8i4ktMdclLriV+ppW3jxZzGyD22LQ==",
"dependencies": { "dependencies": {
"@sapphire/stopwatch": "^1.5.1", "@sapphire/stopwatch": "^1.5.2",
"@sapphire/utilities": "^3.14.0", "@sapphire/utilities": "^3.15.3",
"bullmq": "5.1.0", "bullmq": "5.1.3",
"tslib": "^2.6.2" "tslib": "^2.6.2"
}, },
"engines": { "engines": {
@ -636,22 +636,6 @@
"npm": ">=7" "npm": ">=7"
} }
}, },
"node_modules/@sapphire/plugin-scheduled-tasks/node_modules/bullmq": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.0.tgz",
"integrity": "sha512-08rTUvXlAFIhKNIHVRL6KTc0xJf2pxVxnMH0Bvlq6WfKgW3uTWmTjw+oj1NDYCK5BTr3F8ih7dV2exoM8prA2w==",
"dependencies": {
"cron-parser": "^4.6.0",
"glob": "^8.0.3",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"msgpackr": "^1.6.2",
"node-abort-controller": "^3.1.1",
"semver": "^7.5.4",
"tslib": "^2.0.0",
"uuid": "^9.0.0"
}
},
"node_modules/@sapphire/plugin-subcommands": { "node_modules/@sapphire/plugin-subcommands": {
"version": "6.0.3", "version": "6.0.3",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-6.0.3.tgz", "resolved": "https://registry.npmjs.org/@sapphire/plugin-subcommands/-/plugin-subcommands-6.0.3.tgz",
@ -1174,15 +1158,15 @@
} }
}, },
"node_modules/bullmq": { "node_modules/bullmq": {
"version": "5.1.1", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.1.tgz", "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.3.tgz",
"integrity": "sha512-j3zbNEQWsyHjpqGWiem2XBfmxAjYcArbwsmGlkM1E9MAVcrqB5hQUsXmyy9gEBAdL+PVotMICr7xTquR4Y2sKQ==", "integrity": "sha512-safpGwiwKHsNPW01Wk8FPxdWbPS2mA0HZKqIhdQB10J4wWRSDWPeQE2p+YYnAmqEsk0FwJdZnzVcwCfn7w5cVA==",
"dependencies": { "dependencies": {
"cron-parser": "^4.6.0", "cron-parser": "^4.6.0",
"glob": "^8.0.3", "glob": "^8.0.3",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"msgpackr": "^1.6.2", "msgpackr": "^1.10.1",
"node-abort-controller": "^3.1.1", "node-abort-controller": "^3.1.1",
"semver": "^7.5.4", "semver": "^7.5.4",
"tslib": "^2.0.0", "tslib": "^2.0.0",
@ -3099,32 +3083,14 @@
} }
}, },
"@sapphire/plugin-scheduled-tasks": { "@sapphire/plugin-scheduled-tasks": {
"version": "10.0.0", "version": "10.0.1",
"resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-10.0.0.tgz", "resolved": "https://registry.npmjs.org/@sapphire/plugin-scheduled-tasks/-/plugin-scheduled-tasks-10.0.1.tgz",
"integrity": "sha512-al3ZH0+mn/b7Z7iA6nX1QeYoTt14ntFF+WeJzZ4a6zfLEA9QGxbJEGtUQjDGAGmxYVAqZgGmeapJOBmn1l+WCQ==", "integrity": "sha512-/wS4mlyh5oRo3ADmkDEywNyb0hdUUJuudc5Nz9kuYWSpYZMWhecI24N6m8i4ktMdclLriV+ppW3jxZzGyD22LQ==",
"requires": { "requires": {
"@sapphire/stopwatch": "^1.5.1", "@sapphire/stopwatch": "^1.5.2",
"@sapphire/utilities": "^3.14.0", "@sapphire/utilities": "^3.15.3",
"bullmq": "5.1.0", "bullmq": "5.1.3",
"tslib": "^2.6.2" "tslib": "^2.6.2"
},
"dependencies": {
"bullmq": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.0.tgz",
"integrity": "sha512-08rTUvXlAFIhKNIHVRL6KTc0xJf2pxVxnMH0Bvlq6WfKgW3uTWmTjw+oj1NDYCK5BTr3F8ih7dV2exoM8prA2w==",
"requires": {
"cron-parser": "^4.6.0",
"glob": "^8.0.3",
"ioredis": "^5.3.2",
"lodash": "^4.17.21",
"msgpackr": "^1.6.2",
"node-abort-controller": "^3.1.1",
"semver": "^7.5.4",
"tslib": "^2.0.0",
"uuid": "^9.0.0"
}
}
} }
}, },
"@sapphire/plugin-subcommands": { "@sapphire/plugin-subcommands": {
@ -3478,15 +3444,15 @@
} }
}, },
"bullmq": { "bullmq": {
"version": "5.1.1", "version": "5.1.3",
"resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.1.tgz", "resolved": "https://registry.npmjs.org/bullmq/-/bullmq-5.1.3.tgz",
"integrity": "sha512-j3zbNEQWsyHjpqGWiem2XBfmxAjYcArbwsmGlkM1E9MAVcrqB5hQUsXmyy9gEBAdL+PVotMICr7xTquR4Y2sKQ==", "integrity": "sha512-safpGwiwKHsNPW01Wk8FPxdWbPS2mA0HZKqIhdQB10J4wWRSDWPeQE2p+YYnAmqEsk0FwJdZnzVcwCfn7w5cVA==",
"requires": { "requires": {
"cron-parser": "^4.6.0", "cron-parser": "^4.6.0",
"glob": "^8.0.3", "glob": "^8.0.3",
"ioredis": "^5.3.2", "ioredis": "^5.3.2",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"msgpackr": "^1.6.2", "msgpackr": "^1.10.1",
"node-abort-controller": "^3.1.1", "node-abort-controller": "^3.1.1",
"semver": "^7.5.4", "semver": "^7.5.4",
"tslib": "^2.0.0", "tslib": "^2.0.0",