From 2dc47a6debcb2b6aadc2feb69674c68a68e71aad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:53:17 -0700 Subject: [PATCH] chore(deps): update dependency nypm to ^0.2.0 (main) (#20241) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/nuxt/package.json | 2 +- pnpm-lock.yaml | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index c04ee9ad63..f96ca7770d 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -85,7 +85,7 @@ "mlly": "^1.2.0", "nitropack": "^2.3.3", "nuxi": "workspace:../nuxi", - "nypm": "^0.1.0", + "nypm": "^0.2.0", "ofetch": "^1.0.1", "ohash": "^1.0.0", "pathe": "^1.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d6a64c1b67..b9360d1379 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -609,8 +609,8 @@ importers: specifier: workspace:* version: link:../nuxi nypm: - specifier: ^0.1.0 - version: 0.1.0 + specifier: ^0.2.0 + version: 0.2.0 ofetch: specifier: ^1.0.1 version: 1.0.1 @@ -6912,9 +6912,11 @@ packages: dependencies: boolbase: 1.0.0 - /nypm@0.1.0: - resolution: {integrity: sha512-q+/Hl9SWeLsH5moeaZEZFFYqmosoCYN/WU4vckznuCEw95EBG/z4NT1eOkABhh3pvQdHkc3QsiBWHBfIGptBMw==} + /nypm@0.2.0: + resolution: {integrity: sha512-auBv78LkHyU9TywBE91N+RTkanVyFLsVayZaHW+YYvJDJ3u2PCwLaYB3eecPQD9tgCIXGuH871HlHTdKSf6rtw==} engines: {node: ^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0} + dependencies: + execa: 7.1.1 dev: false /oauth-sign@0.9.0: