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-logger to v4 #23

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 @@ -26,7 +26,7 @@
"@sapphire/fetch": "^3.0.0",
"@sapphire/framework": "^5.0.0",
"@sapphire/plugin-api": "^6.0.0",
"@sapphire/plugin-logger": "^3.0.7",
"@sapphire/plugin-logger": "^4.0.0",
"@sapphire/ratelimits": "^2.4.7",
"@sapphire/time-utilities": "^1.7.10",
"@sapphire/utilities": "^3.13.0",
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/plugin-logger@npm:^3.0.7":
version: 3.0.7
resolution: "@sapphire/plugin-logger@npm:3.0.7"
"@sapphire/plugin-logger@npm:^4.0.0":
version: 4.0.1
resolution: "@sapphire/plugin-logger@npm:4.0.1"
dependencies:
"@sapphire/timestamp": "npm:^1.0.1"
"@sapphire/timestamp": "npm:^1.0.2"
colorette: "npm:^2.0.20"
checksum: 1ef51ed340045a5dbffc9b6c77893aaca2a697735a430dc25576155321bb50820194f7dd69d93cfa7a3e6a7fb1d1fcfa953d928c0dd1f58ab6b6a87ce80632c2
checksum: 26235d227f1ab234242e184aff493f4eced08156587b39df15a074fad07c3fcfda56a3e03ae755cb2b1f589838b275bf243c092f7c512dff0eaa558d2e1c77ed
languageName: node
linkType: hard

Expand Down Expand Up @@ -478,6 +478,13 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/timestamp@npm:^1.0.2":
version: 1.0.2
resolution: "@sapphire/timestamp@npm:1.0.2"
checksum: 54d1d2fd99e6ba64b7562942c484b1b78078ea7b4eed972d5ad29721bc39e57b0eb4e64537395e7f1d86f7f1f4a60a9ef090abff90cbd26cff1dbe7792706e8c
languageName: node
linkType: hard

"@sapphire/ts-config@npm:^5.0.0":
version: 5.0.0
resolution: "@sapphire/ts-config@npm:5.0.0"
Expand Down Expand Up @@ -1480,7 +1487,7 @@ __metadata:
"@sapphire/fetch": "npm:^3.0.0"
"@sapphire/framework": "npm:^5.0.0"
"@sapphire/plugin-api": "npm:^6.0.0"
"@sapphire/plugin-logger": "npm:^3.0.7"
"@sapphire/plugin-logger": "npm:^4.0.0"
"@sapphire/ratelimits": "npm:^2.4.7"
"@sapphire/time-utilities": "npm:^1.7.10"
"@sapphire/ts-config": "npm:^5.0.0"
Expand Down
Loading