diff --git a/package-lock.json b/package-lock.json index 8e0f957..17c715a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "axios": "^1.6.5", "axios-rate-limit": "^1.3.0", "eventsource": "^2.0.2", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "qs": "^6.11.2", "tough-cookie": "^4.1.3" }, @@ -2712,14 +2712,14 @@ } }, "node_modules/http-cookie-agent": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-5.0.4.tgz", - "integrity": "sha512-OtvikW69RvfyP6Lsequ0fN5R49S+8QcS9zwd58k6VSr6r57T8G29BkPdyrBcSwLq6ExLs9V+rBlfxu7gDstJag==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.1.tgz", + "integrity": "sha512-AhPCqG7i3K8OVWORyuULoP7/Xv90wf14jBAKyLqjKpaJyGjutiwryYV+Lj1jqPYnQtbQFimwSaeY7NXw22TckQ==", "dependencies": { "agent-base": "^7.1.0" }, "engines": { - "node": ">=14.18.0 <15.0.0 || >=16.0.0" + "node": ">=18.0.0" }, "funding": { "url": "https://github.com/sponsors/3846masa" @@ -2727,7 +2727,7 @@ "peerDependencies": { "deasync": "^0.1.26", "tough-cookie": "^4.0.0", - "undici": "^5.11.0" + "undici": "^5.11.0 || ^6.0.0" }, "peerDependenciesMeta": { "deasync": { @@ -6576,9 +6576,9 @@ "dev": true }, "http-cookie-agent": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-5.0.4.tgz", - "integrity": "sha512-OtvikW69RvfyP6Lsequ0fN5R49S+8QcS9zwd58k6VSr6r57T8G29BkPdyrBcSwLq6ExLs9V+rBlfxu7gDstJag==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.1.tgz", + "integrity": "sha512-AhPCqG7i3K8OVWORyuULoP7/Xv90wf14jBAKyLqjKpaJyGjutiwryYV+Lj1jqPYnQtbQFimwSaeY7NXw22TckQ==", "requires": { "agent-base": "^7.1.0" }, diff --git a/package.json b/package.json index a6feb98..14f97d6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "axios": "^1.6.5", "axios-rate-limit": "^1.3.0", "eventsource": "^2.0.2", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "qs": "^6.11.2", "tough-cookie": "^4.1.3" },