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/fetch to ^2.4.0 #88

Merged
merged 1 commit into from
Jun 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@sapphire/fetch": "^2.3.1",
"@sapphire/fetch": "^2.4.0",
"@sapphire/utilities": "^3.6.2",
"colorette": "^2.0.17",
"commander": "^9.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ __metadata:
"@commitlint/cli": ^17.0.2
"@commitlint/config-conventional": ^17.0.2
"@sapphire/eslint-config": ^4.3.6
"@sapphire/fetch": ^2.3.1
"@sapphire/fetch": ^2.4.0
"@sapphire/prettier-config": ^1.4.3
"@sapphire/ts-config": ^3.3.4
"@sapphire/utilities": ^3.6.2
Expand Down Expand Up @@ -448,12 +448,12 @@ __metadata:
languageName: node
linkType: hard

"@sapphire/fetch@npm:^2.3.1":
version: 2.3.1
resolution: "@sapphire/fetch@npm:2.3.1"
"@sapphire/fetch@npm:^2.4.0":
version: 2.4.0
resolution: "@sapphire/fetch@npm:2.4.0"
dependencies:
cross-fetch: ^3.1.5
checksum: 3cb6d2a74fd107901d6902b8949ae7b3780da7efb519fc411fee1496d4d0d72cec1a68e19fc6ac47984f37f509567dbbc4ce82bea5c1ff437f119fc0afa8359d
checksum: be03ec367ef1b49b38bfe06c3cf7fa507eefb4635bcccf3c5330857bddefd40c7a98c15e102deae8d78ebfbd816a94b5c9040d77b30a7742fd17506186f993b7
languageName: node
linkType: hard

Expand Down