diff --git a/package-lock.json b/package-lock.json index 370aa3b75a..efcbf6460c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25698,6 +25698,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-event/node_modules/p-timeout": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-filter": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-4.1.0.tgz", @@ -25786,6 +25798,18 @@ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", "license": "MIT" }, + "node_modules/p-queue/node_modules/p-timeout": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/p-reduce": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/p-reduce/-/p-reduce-2.1.0.tgz", @@ -25822,12 +25846,12 @@ } }, "node_modules/p-timeout": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", - "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", + "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==", "license": "MIT", "engines": { - "node": ">=14.16" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" @@ -25857,6 +25881,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/p-wait-for/node_modules/p-timeout": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/pac-proxy-agent": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz", @@ -27271,6 +27307,18 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/playwright-test/node_modules/p-timeout": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-6.1.4.tgz", + "integrity": "sha512-MyIV3ZA/PmyBN/ud8vV9XzwTrNtR4jFrObymZYnZqMmW0zA8Z17vnT0rBgFE/TlohB+YCHqXMgZzb3Csp49vqg==", + "license": "MIT", + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/playwright-test/node_modules/path-key": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz", @@ -35800,7 +35848,7 @@ "dockerode": "^4.0.2", "fast-check": "^3.19.0", "p-retry": "^6.1.0", - "p-timeout": "^6.1.0", + "p-timeout": "^7.0.1", "portfinder": "^1.0.32", "sinon": "^18.0.0", "tail": "^2.2.6" @@ -36296,7 +36344,7 @@ "dockerode": "^4.0.2", "fast-check": "^3.19.0", "p-retry": "^6.1.0", - "p-timeout": "^6.1.0", + "p-timeout": "^7.0.1", "portfinder": "^1.0.32", "sinon": "^18.0.0", "tail": "^2.2.6" diff --git a/packages/reliability-tests/package.json b/packages/reliability-tests/package.json index 42de782ff8..08e2cdad6d 100644 --- a/packages/reliability-tests/package.json +++ b/packages/reliability-tests/package.json @@ -65,7 +65,7 @@ "dockerode": "^4.0.2", "fast-check": "^3.19.0", "p-retry": "^6.1.0", - "p-timeout": "^6.1.0", + "p-timeout": "^7.0.1", "portfinder": "^1.0.32", "sinon": "^18.0.0", "tail": "^2.2.6" diff --git a/packages/tests/package.json b/packages/tests/package.json index 9bfdb28f52..7ae5c32a9e 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -63,7 +63,7 @@ "dockerode": "^4.0.2", "fast-check": "^3.19.0", "p-retry": "^6.1.0", - "p-timeout": "^6.1.0", + "p-timeout": "^7.0.1", "portfinder": "^1.0.32", "sinon": "^18.0.0", "tail": "^2.2.6"