From aac75e3e8eb7b129151bf4282ad2da125492d4e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 19:52:01 +0000 Subject: [PATCH] chore(deps): update dependency p-lazy to v5 --- 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 f693aeee6..2e467099f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -98,7 +98,7 @@ "@typescript-eslint/eslint-plugin": "^8.24.0", "@typescript-eslint/parser": "^8.24.0", "eslint": "^9.20.1", - "p-lazy": "^3.1.0", + "p-lazy": "^5.0.0", "test-utils": "workspace:^", "tmp-promise": "^3.0.3", "typescript": "^5.7.3" diff --git a/packages/gqty/package.json b/packages/gqty/package.json index 4e94f5c36..96b98e07c 100644 --- a/packages/gqty/package.json +++ b/packages/gqty/package.json @@ -96,7 +96,7 @@ "graphql-ws": "^5.16.2", "jest": "^30.0.0-alpha.7", "just-memoize": "^2.2.0", - "p-lazy": "^3.1.0", + "p-lazy": "^5.0.0", "test-utils": "workspace:^", "tsc-watch": "^6.2.1", "type-fest": "^4.34.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c1e2937d..9de986b17 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -516,8 +516,8 @@ importers: specifier: ^9.20.1 version: 9.20.1 p-lazy: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^5.0.0 + version: 5.0.0 test-utils: specifier: workspace:^ version: link:../../internal/test-utils @@ -605,8 +605,8 @@ importers: specifier: ^30.0.0-alpha.7 version: 30.0.0-alpha.7(@types/node@22.13.1)(ts-node@10.9.2) p-lazy: - specifier: ^3.1.0 - version: 3.1.0 + specifier: ^5.0.0 + version: 5.0.0 test-utils: specifier: workspace:^ version: link:../../internal/test-utils @@ -11787,9 +11787,9 @@ packages: p-map: 2.1.0 dev: true - /p-lazy@3.1.0: - resolution: {integrity: sha512-sCJn0Cdahs6G6SX9+DUihVFUhrzDEduzE5xeViVBGtoqy5dBWko7W8T6Kk6TjR2uevRXJO7CShfWrqdH5s3w3g==} - engines: {node: '>=8'} + /p-lazy@5.0.0: + resolution: {integrity: sha512-C4xW5/wLGqswBx1xgu/t7fBaHMDKm7SXycgc0MEQvQ5KwzjT1E4MmE9cg0RXn9d0MTgUGJLUCb2EkLBevXi6eA==} + engines: {node: '>=18'} dev: true /p-limit@2.3.0: