Skip to content

Commit 4b4121f

Browse files
fix(deps): pin dependency ky to 0.25.1
1 parent 562f573 commit 4b4121f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@cozy/minilog": "1.0.0",
1111
"cozy-clisk": "^0.38.2",
1212
"date-fns": "2.30.0",
13-
"ky": "^0.25.1"
13+
"ky": "0.25.1"
1414
},
1515
"eslintConfig": {
1616
"extends": [

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3417,7 +3417,7 @@ kind-of@^6.0.2:
34173417
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
34183418
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
34193419

3420-
ky@^0.25.1:
3420+
ky@0.25.1, ky@^0.25.1:
34213421
version "0.25.1"
34223422
resolved "https://registry.yarnpkg.com/ky/-/ky-0.25.1.tgz#0df0bd872a9cc57e31acd5dbc1443547c881bfbc"
34233423
integrity sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==

0 commit comments

Comments
 (0)