From f54cba88211d838abaac2480b368d4514f9a4b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 03:39:13 +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 | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d896536..8081e07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "1.6.3", "eventemitter2": "^6.4.9", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "tough-cookie": "^4.1.3", "url": "^0.11.3", "ws": "^8.14.2" @@ -4916,14 +4916,14 @@ "dev": true }, "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" @@ -4931,7 +4931,7 @@ "peerDependencies": { "deasync": "^0.1.26", "tough-cookie": "^4.0.0", - "undici": "^5.11.0" + "undici": "^5.11.0 || ^6.0.0" }, "peerDependenciesMeta": { "deasync": { diff --git a/package.json b/package.json index ae60e2f..ad676ba 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "axios": "1.6.3", "eventemitter2": "^6.4.9", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "tough-cookie": "^4.1.3", "url": "^0.11.3", "ws": "^8.14.2"