From 016b0b7c152080c8aab9d63e90f89382e9cac059 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:53:31 +0100 Subject: [PATCH] chore(deps): pin devdependency ofetch to 1.3.3 (main) (#23748) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/schema/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schema/package.json b/packages/schema/package.json index 606546c6e1..c0159cd642 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -41,7 +41,7 @@ "h3": "1.8.2", "ignore": "5.2.4", "nitropack": "2.6.3", - "ofetch": "^1.3.3", + "ofetch": "1.3.3", "unbuild": "latest", "unctx": "2.3.1", "vite": "4.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6f91b579d..56091946ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -491,7 +491,7 @@ importers: specifier: 2.6.3 version: 2.6.3 ofetch: - specifier: ^1.3.3 + specifier: 1.3.3 version: 1.3.3 unbuild: specifier: latest