Skip to content

Commit

Permalink
Bump @sapphire/fetch from 2.0.3 to 3.0.5
Browse files Browse the repository at this point in the history
Bumps [@sapphire/fetch](https://github.com/sapphiredev/utilities/tree/HEAD/packages/fetch) from 2.0.3 to 3.0.5.
- [Release notes](https://github.com/sapphiredev/utilities/releases)
- [Changelog](https://github.com/sapphiredev/utilities/blob/main/packages/fetch/CHANGELOG.md)
- [Commits](https://github.com/sapphiredev/utilities/commits/@sapphire/[email protected]/packages/fetch)

---
updated-dependencies:
- dependency-name: "@sapphire/fetch"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 39d86b7 commit 9becf43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@sapphire/async-queue": "^1.1.7",
"@sapphire/decorators": "^3.1.2",
"@sapphire/discord.js-utilities": "^4.0.0",
"@sapphire/fetch": "^2.0.2",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^2.1.3",
"@sapphire/pieces": "^3.1.0",
"@sapphire/plugin-api": "^3.0.1",
Expand Down
22 changes: 4 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,10 @@
"@sapphire/utilities" "^3.1.0"
tslib "^2.3.1"

"@sapphire/fetch@^2.0.2":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@sapphire/fetch/-/fetch-2.0.3.tgz#37d914d41ec3f9c6cf96581f65e12a1515a4fc1a"
integrity sha512-eqqEv21eeBthgWc0d428syCLh7ReBOO8qwk6CY2bhkP+gNIvzB8W+88ajgu/2KhIjesiaj8cRNK4wGhtolNbKw==
dependencies:
cross-fetch "^3.1.4"
"@sapphire/fetch@^3.0.5":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@sapphire/fetch/-/fetch-3.0.5.tgz#959e9f68b9bb59fa1d3fd9984881b9ab5b21f992"
integrity sha512-YfH5iFFL+n21dEWfdNpSlN1Q4RH+84I9ZFLxtdlbqyWljkh1IwMU6UmHjnroiRJx9TwdFSQ0krHm4v0fV/VqiA==

"@sapphire/framework@^2.1.3":
version "2.2.0"
Expand Down Expand Up @@ -527,13 +525,6 @@ core-util-is@~1.0.0:
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==

cross-fetch@^3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.4.tgz#9723f3a3a247bf8b89039f3a380a9244e8fa2f39"
integrity sha512-1eAtFWdIubi6T4XPy6ei9iUFoKpUkIF971QLN8lIvvvwueI65+Nw5haMNKUwfJxabqlIIDODJKGrQ66gxC0PbQ==
dependencies:
node-fetch "2.6.1"

cross-spawn@^7.0.3:
version "7.0.3"
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
Expand Down Expand Up @@ -978,11 +969,6 @@ node-cleanup@^2.1.2:
resolved "https://registry.yarnpkg.com/node-cleanup/-/node-cleanup-2.1.2.tgz#7ac19abd297e09a7f72a71545d951b517e4dde2c"
integrity sha1-esGavSl+Caf3KnFUXZUbUX5N3iw=

[email protected]:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==

[email protected], node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.5:
version "2.6.6"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.6.tgz#1751a7c01834e8e1697758732e9efb6eeadfaf89"
Expand Down

0 comments on commit 9becf43

Please sign in to comment.