Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @sapphire/plugin-scheduled-tasks to v9 - autoclosed #191

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@sapphire/discord.js-utilities": "^7.0.2",
"@sapphire/framework": "4.7.2",
"@sapphire/plugin-logger": "^3.0.6",
"@sapphire/plugin-scheduled-tasks": "^7.1.2",
"@sapphire/plugin-scheduled-tasks": "^9.1.0",
"@sapphire/plugin-subcommands": "4.3.0",
"@sapphire/result": "^2.6.4",
"@sapphire/stopwatch": "^1.5.0",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1171,15 +1171,15 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/plugin-scheduled-tasks@npm:^7.1.2":
version: 7.1.2
resolution: "@sapphire/plugin-scheduled-tasks@npm:7.1.2"
"@sapphire/plugin-scheduled-tasks@npm:^9.1.0":
version: 9.1.0
resolution: "@sapphire/plugin-scheduled-tasks@npm:9.1.0"
dependencies:
"@sapphire/stopwatch": "npm:^1.5.0"
"@sapphire/utilities": "npm:^3.13.0"
"@sapphire/stopwatch": "npm:^1.5.1"
"@sapphire/utilities": "npm:^3.14.0"
bullmq: "npm:3.15.8"
tslib: "npm:^2.6.2"
checksum: 7165088d30b7f65093be34e01c2cd665e7f4c56142ca102ac4e887bb70b8a265fea8d06ffdc02b2b0854486ed243fe0a8236a92c4b60125c03010fe5c398bbb7
checksum: 6dfac49927e6e0856abc27f4a243542a4f7025b191f89265704a01401bb1e289c40c5e3d7adb3090af1456b59016bbed9a520dd800732c9e13bf3408903ef67f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1233,12 +1233,12 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/stopwatch@npm:^1.5.0":
version: 1.5.0
resolution: "@sapphire/stopwatch@npm:1.5.0"
"@sapphire/stopwatch@npm:^1.5.0, @sapphire/stopwatch@npm:^1.5.1":
version: 1.5.1
resolution: "@sapphire/stopwatch@npm:1.5.1"
dependencies:
tslib: "npm:^2.4.0"
checksum: 86e50cb851ea744922cf95341e312261f9c5b1e866a09bc2ef1186dbb5db50bc3bc15baa86bab1773777035c4caa22c2c3c176611039864d3e9ff290c6f2d513
tslib: "npm:^2.6.2"
checksum: 3108054aa7ec349143b958b10dc44ce82c5034543f6a950c63d111b9c6235e5440d8734af32573ea8dea1ba2aab1d30e652ba15fd3aa7a88a718e06b78d87ace
languageName: node
linkType: hard

Expand Down Expand Up @@ -1270,10 +1270,10 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/utilities@npm:^3.13.0":
version: 3.13.0
resolution: "@sapphire/utilities@npm:3.13.0"
checksum: bc1da486c3a97119ff54f884b24c4da89ff90391e31ef5ade48852a3bfaebb569ec43d17d49615eaa362184ebc21074f9da289332b20550039dcff2fc828a598
"@sapphire/utilities@npm:^3.13.0, @sapphire/utilities@npm:^3.14.0":
version: 3.14.0
resolution: "@sapphire/utilities@npm:3.14.0"
checksum: 1176c3e7fecb73d4d2b3f2e626c57eb3168188bdf546363fcd07362d2320bca905733c19311d4ebe98968ac1d5669d32eda37afdb7bc4d7496cfeb3a06a750fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -4492,7 +4492,7 @@ __metadata:
"@sapphire/discord.js-utilities": "npm:^7.0.2"
"@sapphire/framework": "npm:4.7.2"
"@sapphire/plugin-logger": "npm:^3.0.6"
"@sapphire/plugin-scheduled-tasks": "npm:^7.1.2"
"@sapphire/plugin-scheduled-tasks": "npm:^9.1.0"
"@sapphire/plugin-subcommands": "npm:4.3.0"
"@sapphire/prettier-config": "npm:^2.0.0"
"@sapphire/result": "npm:^2.6.4"
Expand Down Expand Up @@ -7891,7 +7891,7 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.4.0, tslib@npm:^2.6.0, tslib@npm:^2.6.1, tslib@npm:^2.6.2":
"tslib@npm:^2.0.0, tslib@npm:^2.1.0, tslib@npm:^2.6.0, tslib@npm:^2.6.1, tslib@npm:^2.6.2":
version: 2.6.2
resolution: "tslib@npm:2.6.2"
checksum: bd26c22d36736513980091a1e356378e8b662ded04204453d353a7f34a4c21ed0afc59b5f90719d4ba756e581a162ecbf93118dc9c6be5acf70aa309188166ca
Expand Down
Loading