diff --git a/package-lock.json b/package-lock.json index 230c9cc..06e1854 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "multiformats": "^13.0.0", "p-defer": "^4.0.0", "p-retry": "^7.0.0", - "p-wait-for": "^5.0.0", + "p-wait-for": "^6.0.0", "protons-runtime": "^5.0.0", "uint8arraylist": "^2.4.3", "uint8arrays": "^5.0.0" @@ -18286,15 +18286,12 @@ } }, "node_modules/p-wait-for": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-5.0.2.tgz", - "integrity": "sha512-lwx6u1CotQYPVju77R+D0vFomni/AqRfqLmqQ8hekklqZ6gAY9rONh7lBQ0uxWMkC2AuX9b2DVAl8To0NyP1JA==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-wait-for/-/p-wait-for-6.0.0.tgz", + "integrity": "sha512-2kKzMtjS8TVcpCOU/gr3vZ4K/WIyS1AsEFXFWapM/0lERCdyTbB6ZeuCIp+cL1aeLZfQoMdZFCBTHiK4I9UtOw==", "license": "MIT", - "dependencies": { - "p-timeout": "^6.0.0" - }, "engines": { - "node": ">=12" + "node": ">=20" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" diff --git a/package.json b/package.json index 8ec950c..c727f25 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "multiformats": "^13.0.0", "p-defer": "^4.0.0", "p-retry": "^7.0.0", - "p-wait-for": "^5.0.0", + "p-wait-for": "^6.0.0", "protons-runtime": "^5.0.0", "uint8arraylist": "^2.4.3", "uint8arrays": "^5.0.0"