diff --git a/package-lock.json b/package-lock.json index b66f933..aec1d06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "modern-errors-bugs": "^5.0.0", "p-map": "^7.0.0", "p-queue": "^9.0.0", - "p-timeout": "^6.1.2", + "p-timeout": "^7.0.0", "path-exists": "^5.0.0", "path-type": "^6.0.0", "semver": "^7.5.4", @@ -5392,7 +5392,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/p-queue/node_modules/p-timeout": { + "node_modules/p-timeout": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-7.0.1.tgz", "integrity": "sha512-AxTM2wDGORHGEkPCt8yqxOTMgpfbEHqF51f/5fJCmwFC3C/zNcGT63SymH2ttOAaiIws2zVg4+izQCjrakcwHg==", @@ -5404,18 +5404,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "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-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", diff --git a/package.json b/package.json index eaeddcc..4725f12 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "modern-errors-bugs": "^5.0.0", "p-map": "^7.0.0", "p-queue": "^9.0.0", - "p-timeout": "^6.1.2", + "p-timeout": "^7.0.0", "path-exists": "^5.0.0", "path-type": "^6.0.0", "semver": "^7.5.4",