From d5077c206bed61ff1718b5df4178f2a2f39bd6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:48:54 +0000 Subject: [PATCH] Bump sync-fetch from 0.3.1 to 0.5.2 Bumps [sync-fetch](https://github.com/larsgw/sync-fetch) from 0.3.1 to 0.5.2. - [Changelog](https://github.com/larsgw/sync-fetch/blob/main/CHANGELOG.md) - [Commits](https://github.com/larsgw/sync-fetch/compare/v0.3.1...v0.5.2) --- updated-dependencies: - dependency-name: sync-fetch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index db191025..f4424d9a 100644 --- a/package.json +++ b/package.json @@ -125,7 +125,7 @@ "sponsorblock-api": "^0.2.4", "spotify-uri": "^3.0.2", "spotify-web-api-node": "^5.0.2", - "sync-fetch": "^0.3.1", + "sync-fetch": "^0.5.2", "tsx": "3.8.2", "xbytes": "^1.7.0", "ytsr": "^3.8.4" diff --git a/yarn.lock b/yarn.lock index 5d48dbcb..d3e71c64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1007,7 +1007,7 @@ buffer-from@^1.0.0: resolved "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz" integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ== -buffer@^5.5.0, buffer@^5.7.0: +buffer@^5.5.0: version "5.7.1" resolved "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz" integrity sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ== @@ -4850,12 +4850,11 @@ supports-preserve-symlinks-flag@^1.0.0: resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== -sync-fetch@^0.3.1: - version "0.3.1" - resolved "https://registry.npmjs.org/sync-fetch/-/sync-fetch-0.3.1.tgz" - integrity sha512-xj5qiCDap/03kpci5a+qc5wSJjc8ZSixgG2EUmH1B8Ea2sfWclQA7eH40hiHPCtkCn6MCk4Wb+dqcXdCy2PP3g== +sync-fetch@^0.5.2: + version "0.5.2" + resolved "https://registry.yarnpkg.com/sync-fetch/-/sync-fetch-0.5.2.tgz#65e7ae1133219938dc92eb19aa21d5eb79ebadec" + integrity sha512-6gBqqkHrYvkH65WI2bzrDwrIKmt3U10s4Exnz3dYuE5Ah62FIfNv/F63inrNhu2Nyh3GH5f42GKU3RrSJoaUyQ== dependencies: - buffer "^5.7.0" node-fetch "^2.6.1" table@^6.0.9: