From 5259826d3b0012bc1d23e1b16ff81b5dbf94ee5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 19:33:39 +0000 Subject: [PATCH] fix(deps): update dependency p-pipe to v4 --- packages/@genapi/core/package.json | 2 +- packages/@genapi/pipeline/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/@genapi/core/package.json b/packages/@genapi/core/package.json index cbd5e78..a050ba2 100644 --- a/packages/@genapi/core/package.json +++ b/packages/@genapi/core/package.json @@ -16,7 +16,7 @@ "@genapi/config": "workspace:*", "jiti": "^1.17.1", "ora": "^5", - "p-pipe": "^3", + "p-pipe": "^4.0.0", "unconfig": "^0.3.7" } } diff --git a/packages/@genapi/pipeline/package.json b/packages/@genapi/pipeline/package.json index 251f596..f68afdb 100644 --- a/packages/@genapi/pipeline/package.json +++ b/packages/@genapi/pipeline/package.json @@ -20,7 +20,7 @@ "fs-extra": "^11.1.0", "got": "11.8.6", "lodash": "^4.17.21", - "p-pipe": "^3", + "p-pipe": "^4.0.0", "pascal-case": "^3.1.2", "prettier": "^2.8.4", "transliteration": "^2.3.5", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c749a5..ee93ede 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -80,8 +80,8 @@ importers: specifier: ^5 version: 5.0.0 p-pipe: - specifier: ^3 - version: 3.0.0 + specifier: ^4.0.0 + version: 4.0.0 unconfig: specifier: ^0.3.7 version: 0.3.7 @@ -105,8 +105,8 @@ importers: specifier: ^4.17.21 version: 4.17.21 p-pipe: - specifier: ^3 - version: 3.0.0 + specifier: ^4.0.0 + version: 4.0.0 pascal-case: specifier: ^3.1.2 version: 3.1.2 @@ -3935,9 +3935,9 @@ packages: engines: {node: '>=6'} dev: true - /p-pipe@3.0.0: - resolution: {integrity: sha512-gwwdRFmaxsT3IU+Tl3vYKVRdjfhg8Bbdjw7B+E0y6F7Yz6l+eaQLn0BRmGMXIhcPDONPtOkMoNwx1etZh4zPJA==} - engines: {node: '>=8'} + /p-pipe@4.0.0: + resolution: {integrity: sha512-HkPfFklpZQPUKBFXzKFB6ihLriIHxnmuQdK9WmLDwe4hf2PdhhfWT/FJa+pc3bA1ywvKXtedxIRmd4Y7BTXE4w==} + engines: {node: '>=12'} dev: false /p-try@2.2.0: