From 855cb716912a91f0c0049f2b6006e30ff6f82e3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 03:33:42 +0000 Subject: [PATCH] Bump http-cookie-agent from 5.0.4 to 6.0.1 Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 5.0.4 to 6.0.1. - [Release notes](https://github.com/3846masa/http-cookie-agent/releases) - [Changelog](https://github.com/3846masa/http-cookie-agent/blob/main/CHANGELOG.md) - [Commits](https://github.com/3846masa/http-cookie-agent/compare/v5.0.4...v6.0.1) --- updated-dependencies: - dependency-name: http-cookie-agent dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) 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" },