From 6f17913eab2114007af74cd5448539a588519376 Mon Sep 17 00:00:00 2001 From: wobsoriano Date: Mon, 20 Feb 2023 09:07:18 -0800 Subject: [PATCH] feat(deps): bump ofetch to 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1cd919..2938219 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "h3": "^1.5.0", - "ofetch": "^1.0.0", + "ofetch": "^1.0.1", "ohash": "^1.0.0", "ufo": "^1.0.1" },