From 4651b43ef7a987e59bcf8432b0bc38c8688037c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:37:40 +0000 Subject: [PATCH] chore(deps): update dependency p-lazy to v4 --- packages/cli/package.json | 2 +- packages/gqty/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 7cf6fbff61..514d444960 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -95,7 +95,7 @@ "@typescript-eslint/parser": "^7.18.0", "eslint": "^8.57.0", "open-cli": "^8.0.0", - "p-lazy": "^3.1.0", + "p-lazy": "^4.0.0", "test-utils": "workspace:^", "tmp-promise": "^3.0.3", "typescript": "^5.5.4", diff --git a/packages/gqty/package.json b/packages/gqty/package.json index 567a426ee7..8ba6622152 100644 --- a/packages/gqty/package.json +++ b/packages/gqty/package.json @@ -99,7 +99,7 @@ "jest": "^30.0.0-alpha.6", "just-memoize": "^2.2.0", "open-cli": "^8.0.0", - "p-lazy": "^3.1.0", + "p-lazy": "^4.0.0", "serve": "^14.2.3", "test-utils": "workspace:^", "tsc-watch": "^6.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0fbfb611b4..63566bf897 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -543,8 +543,8 @@ importers: specifier: ^8.0.0 version: 8.0.0 p-lazy: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^4.0.0 + version: 4.0.0 test-utils: specifier: workspace:^ version: link:../../internal/test-utils @@ -644,8 +644,8 @@ importers: specifier: ^8.0.0 version: 8.0.0 p-lazy: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^4.0.0 + version: 4.0.0 serve: specifier: ^14.2.3 version: 14.2.3 @@ -13369,9 +13369,9 @@ packages: p-map: 2.1.0 dev: true - /p-lazy@3.1.0: - resolution: {integrity: sha512-sCJn0Cdahs6G6SX9+DUihVFUhrzDEduzE5xeViVBGtoqy5dBWko7W8T6Kk6TjR2uevRXJO7CShfWrqdH5s3w3g==} - engines: {node: '>=8'} + /p-lazy@4.0.0: + resolution: {integrity: sha512-8lIogVWwqBkiBy4FpylVHLalB9dZ25B2zBdY4OGGknDPWB7ehf2jyxmbh8z3MZsfbERLNU266h9Yx3cxHn3lFg==} + engines: {node: '>=12'} dev: true /p-limit@2.3.0: