diff --git a/packages/cli/package.json b/packages/cli/package.json index f063f79d7..85b43836d 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.0", - "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 7b775e45f..03f86fc70 100644 --- a/packages/gqty/package.json +++ b/packages/gqty/package.json @@ -96,7 +96,7 @@ "jest": "^30.0.0-alpha.7", "just-memoize": "^2.2.0", "ohash": "^1.1.4", - "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 27854d412..caca99541 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -516,8 +516,8 @@ importers: specifier: ^9.20.0 version: 9.20.0 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: ^1.1.4 version: 1.1.4 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: