From 6d16a87d3c94e190312fc292c074be40a28bd1fe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:58:29 +0200 Subject: [PATCH] feat(deps)!: update dependency ky to ^0.24.0 (#131) BREAKING CHANGE: (ky) remove response property for the first argument passed to `beforeRetry` hook. You can access it on `error.response` instead. --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3c6839f..6610330 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "abort-controller": "^3.0.0", "consola": "^2.15.0", "destr": "^1.0.0", - "ky": "^0.23.0", + "ky": "^0.24.0", "node-fetch": "^2.6.1", "web-streams-polyfill": "^3.0.0" }, diff --git a/yarn.lock b/yarn.lock index 01092dc..db0ef92 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6720,10 +6720,10 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -ky@^0.23.0: - version "0.23.0" - resolved "https://registry.yarnpkg.com/ky/-/ky-0.23.0.tgz#54c2f3fa9003d591cb2f368384e6c84795a92e64" - integrity sha512-+t2CbQsLmpN3HeYPBxN+VbZqBOd86njF3cvnueC77pJKVHRjiMI0Ac+pfkB8e17Bw1dGHbMk9hrHst9Bw7ndgw== +ky@^0.24.0: + version "0.24.0" + resolved "https://registry.yarnpkg.com/ky/-/ky-0.24.0.tgz#337e534a7f47c12476988eef3cb968daef318349" + integrity sha512-/vpuQguwV30jErrqLpoaU/YJAFALrUkqqWLILnSoBOj5/O/LKzro/pPNtxbLgY6m4w5XNM6YZ3v7/or8qLlFuw== last-call-webpack-plugin@^3.0.0: version "3.0.0"