diff --git a/package-lock.json b/package-lock.json index 2d5d35f..82e5dd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.4", "p-limit": "^3.1.0", - "p-locate": "^5.0.0", + "p-locate": "^7.0.0", "path-exists": "^4.0.0", "path-key": "^3.1.1", "picocolors": "^1.1.1", @@ -1264,6 +1264,21 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/locate-path/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz", @@ -1364,15 +1379,42 @@ } }, "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-7.0.0.tgz", + "integrity": "sha512-FRPW2lT1b/B8/CNkCOZ/Xl4mz52CWzwb+/dLa0GcCrH7u7djFf36VftuRJ5w/eCr1YXtbTGPuGoEDVSk14EwNQ==", "license": "MIT", "dependencies": { - "p-limit": "^3.0.2" + "p-limit": "^7.2.0" }, "engines": { - "node": ">=10" + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate/node_modules/p-limit": { + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.3.0.tgz", + "integrity": "sha512-7cIXg/Z0M5WZRblrsOla88S4wAK+zOQQWeBYfV3qJuJXMr+LnbYjaadrFaS0JILfEDPVqHyKnZ1Z/1d6J9VVUw==", + "license": "MIT", + "dependencies": { + "yocto-queue": "^1.2.1" + }, + "engines": { + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate/node_modules/yocto-queue": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.2.tgz", + "integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==", + "license": "MIT", + "engines": { + "node": ">=12.20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 10cc6fa..31580ad 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "natural-compare": "^1.4.0", "optionator": "^0.9.4", "p-limit": "^3.1.0", - "p-locate": "^5.0.0", + "p-locate": "^7.0.0", "path-exists": "^4.0.0", "path-key": "^3.1.1", "picocolors": "^1.1.1",