From dfd8d45376985923fe7a774a90337b00d043756f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 12:27:09 +0200 Subject: [PATCH] chore(deps): bump ky from 0.21.0 to 0.23.0 (#1001) Bumps [ky](https://github.com/sindresorhus/ky) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/sindresorhus/ky/releases) - [Commits](https://github.com/sindresorhus/ky/compare/v0.21.0...v0.23.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- packages/gitbeaker-browser/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/gitbeaker-browser/package.json b/packages/gitbeaker-browser/package.json index a724a5f2..1e64e877 100644 --- a/packages/gitbeaker-browser/package.json +++ b/packages/gitbeaker-browser/package.json @@ -11,7 +11,7 @@ "dependencies": { "@gitbeaker/core": "^23.4.2", "@gitbeaker/requester-utils": "^23.4.2", - "ky": "^0.21.0" + "ky": "^0.23.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^13.0.0", diff --git a/yarn.lock b/yarn.lock index 903cf45c..08ed0700 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6560,10 +6560,10 @@ kleur@^3.0.3: resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e" integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w== -ky@^0.21.0: - version "0.21.0" - resolved "https://registry.yarnpkg.com/ky/-/ky-0.21.0.tgz#341eafec690f8a314392a9869074cc4665992bfa" - integrity sha512-b0byZCPvuikmLj3vSH7V/LdkzBC5rpiRr75ZD9PLg9nGMO1u3o1kmzaMPvVvQolyZnNqtuvm0eq3h3nMUzg98A== +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== lazy-cache@^0.2.3: version "0.2.7"