diff --git a/packages/cli/package.json b/packages/cli/package.json index 5a9a9925a..c4fb79255 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -98,7 +98,7 @@ "@typescript-eslint/eslint-plugin": "^8.24.1", "@typescript-eslint/parser": "^8.24.1", "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 0a35e9f8d..99137fe90 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.35.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9ecb35aac..a4e5023a7 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.4)(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 @@ -11733,9 +11733,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: