Skip to content

Commit f13e653

Browse files
committed
Update dependency ohmyfetch to ^0.4.6
1 parent ae2fcdd commit f13e653

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"dependencies": {
3636
"@nuxt/kit": "^0.6.4",
3737
"defu": "^5.0.0",
38-
"ohmyfetch": "^0.4.2",
38+
"ohmyfetch": "^0.4.6",
3939
"remark-github": "^10.1.0",
4040
"unbuild": "^0.5.11"
4141
},

yarn.lock

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10726,14 +10726,15 @@ ohmyfetch@^0.2.0:
1072610726
node-fetch "^2.6.1"
1072710727
ufo "^0.6.10"
1072810728

10729-
ohmyfetch@^0.4.2:
10730-
version "0.4.2"
10731-
resolved "https://registry.yarnpkg.com/ohmyfetch/-/ohmyfetch-0.4.2.tgz#955cc560ccb2bb99fc9de22552332fc6c208364e"
10732-
integrity sha512-wlZ12IB4L8qvr7KBnA4MdqqoUovgfOKUJXoZMSwrTp54jTs20LENDoFXmyW0Qwg9fydrB/sT2qD8a/0iFehQOw==
10729+
ohmyfetch@^0.4.6:
10730+
version "0.4.6"
10731+
resolved "https://registry.yarnpkg.com/ohmyfetch/-/ohmyfetch-0.4.6.tgz#790f561d36eed285bbd1d14b46b99b3aeecb89c1"
10732+
integrity sha512-1tICxOs83mBBOFUikYGmtxScRBuqoXDEt/PGkvTc6ZAA/11petRNeK3El+eQFmM2mOBUK0cVMzyEvBKQ+l5Nhg==
1073310733
dependencies:
1073410734
destr "^1.1.0"
1073510735
node-fetch "^3.0.0"
1073610736
ufo "^0.7.9"
10737+
undici "^4.9.5"
1073710738

1073810739
on-finished@^2.3.0, on-finished@~2.3.0:
1073910740
version "2.3.0"
@@ -14288,6 +14289,11 @@ unctx@^1.0.1:
1428814289
resolved "https://registry.yarnpkg.com/unctx/-/unctx-1.0.1.tgz#e976394f22ab00ac4088d86ebfc639861ed3ec24"
1428914290
integrity sha512-LTxBg2tHfEFwpiIGIM7MOODR1hPiO0njHRIbb6fpxL6czd/rkaSeWoaLAVUDP8qDF1Xvq/wO3Eyp4B8yogiObA==
1429014291

14292+
undici@^4.9.5:
14293+
version "4.9.5"
14294+
resolved "https://registry.yarnpkg.com/undici/-/undici-4.9.5.tgz#6531b6b2587c2c42d77c0dded83d058a328775f8"
14295+
integrity sha512-t59IFVYiMnFThboJL9izqwsDEfSbZDPZ/8iCYBCkEFLy63x9m4YaNt0E+r5+X993syC9M0W/ksusZC9YuAamMg==
14296+
1429114297
unfetch@^4.2.0:
1429214298
version "4.2.0"
1429314299
resolved "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz"

0 commit comments

Comments
 (0)