diff --git a/package-lock.json b/package-lock.json index 30fae06..98f6184 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "modern-errors": "^7.0.0", "modern-errors-bugs": "^5.0.0", "p-map": "^7.0.0", - "p-queue": "^8.1.0", + "p-queue": "^9.0.0", "p-timeout": "^6.1.2", "path-exists": "^5.0.0", "path-type": "^6.0.0", @@ -5356,16 +5356,28 @@ } }, "node_modules/p-queue": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", - "integrity": "sha512-aNZ+VfjobsWryoiPnEApGGmf5WmNsCo9xu8dfaYamG5qaLP7ClhLN6NgsFe6SwJ2UbLEBK5dv9x8Mn5+RVhMWQ==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-9.0.1.tgz", + "integrity": "sha512-RhBdVhSwJb7Ocn3e8ULk4NMwBEuOxe+1zcgphUy9c2e5aR/xbEsdVXxHJ3lynw6Qiqu7OINEyHlZkiblEpaq7w==", "license": "MIT", "dependencies": { "eventemitter3": "^5.0.1", - "p-timeout": "^6.1.2" + "p-timeout": "^7.0.0" }, "engines": { - "node": ">=18" + "node": ">=20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-queue/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==", + "license": "MIT", + "engines": { + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 2dec5b9..f0297ad 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "modern-errors": "^7.0.0", "modern-errors-bugs": "^5.0.0", "p-map": "^7.0.0", - "p-queue": "^8.1.0", + "p-queue": "^9.0.0", "p-timeout": "^6.1.2", "path-exists": "^5.0.0", "path-type": "^6.0.0",