From 9becf43aa1ecd9e25e4255e57290e67285e70c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:37:21 +0000 Subject: [PATCH] Bump @sapphire/fetch from 2.0.3 to 3.0.5 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/fetch@3.0.5/packages/fetch) --- updated-dependencies: - dependency-name: "@sapphire/fetch" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 ++++------------------ 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index bbbb955..61fd2ea 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 07f9055..37915c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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" @@ -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= -node-fetch@2.6.1: - version "2.6.1" - resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052" - integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== - node-fetch@2.6.6, 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"