Skip to content

Commit f03fc16

Browse files
committed
fix(deps): update monorepo:ky
1 parent 759a1d6 commit f03fc16

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"storybook": "start-storybook"
2828
},
2929
"dependencies": {
30-
"ky": "0.25.1",
31-
"ky-universal": "0.8.2",
30+
"ky": "0.27.0",
31+
"ky-universal": "0.9.1",
3232
"next": "10.0.7",
3333
"react": "17.0.1",
3434
"react-dom": "17.0.1"

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -8782,18 +8782,18 @@ kleur@^3.0.3:
87828782
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
87838783
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
87848784

8785-
ky-universal@0.8.2:
8786-
version "0.8.2"
8787-
resolved "https://registry.yarnpkg.com/ky-universal/-/ky-universal-0.8.2.tgz#edc398d54cf495d7d6830aa1ab69559a3cc7f824"
8788-
integrity sha512-xe0JaOH9QeYxdyGLnzUOVGK4Z6FGvDVzcXFTdrYA1f33MZdEa45sUDaMBy98xQMcsd2XIBrTXRrRYnegcSdgVQ==
8785+
ky-universal@0.9.1:
8786+
version "0.9.1"
8787+
resolved "https://registry.yarnpkg.com/ky-universal/-/ky-universal-0.9.1.tgz#9ed897a1de794f5a177ab12ab424a804eb10577d"
8788+
integrity sha512-o0u8z6Lp8bZAevZWJkZXuQH4JGFIUM1FeHRdtdmcgSsEoP8Ane4TNJWtiv0UOYKRmYGlYsF15zX6kR1S31Q8sg==
87898789
dependencies:
87908790
abort-controller "^3.0.0"
87918791
node-fetch "3.0.0-beta.9"
87928792

8793-
ky@0.25.1:
8794-
version "0.25.1"
8795-
resolved "https://registry.yarnpkg.com/ky/-/ky-0.25.1.tgz#0df0bd872a9cc57e31acd5dbc1443547c881bfbc"
8796-
integrity sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==
8793+
ky@0.27.0:
8794+
version "0.27.0"
8795+
resolved "https://registry.yarnpkg.com/ky/-/ky-0.27.0.tgz#ecc9b195b9e1573ad6762a126bb3601d3bbd5b6c"
8796+
integrity sha512-pgaBuB6wI9DdMSOZBVh2WkcbkAdEG5AUEWuNhtThu6FLIpDbzqzC/fSMmqr/j1wwQyW3SP3KGau7EbzWNkQ/yg==
87978797

87988798
language-subtag-registry@~0.3.2:
87998799
version "0.3.21"

0 commit comments

Comments
 (0)