From d394fa6e4ba7fff34e6dc59149f9fd00ea6b2753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:17:28 +0000 Subject: [PATCH] chore(deps): 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 1a9cfe13..ebcc031b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "aws-iot-device-sdk": "^2.2.13", "aws-iot-device-sdk-v2": "^1.19.0", "axios": "^1.6.5", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "json2iob": "^2.6.6", "qs": "^6.11.2", "tough-cookie": "^4.1.3", @@ -3290,14 +3290,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" @@ -3305,7 +3305,7 @@ "peerDependencies": { "deasync": "^0.1.26", "tough-cookie": "^4.0.0", - "undici": "^5.11.0" + "undici": "^5.11.0 || ^6.0.0" }, "peerDependenciesMeta": { "deasync": { @@ -8003,9 +8003,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 7689bfda..ecdd5e6d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "aws-iot-device-sdk": "^2.2.13", "aws-iot-device-sdk-v2": "^1.19.0", "axios": "^1.6.5", - "http-cookie-agent": "^5.0.4", + "http-cookie-agent": "^6.0.1", "json2iob": "^2.6.6", "qs": "^6.11.2", "tough-cookie": "^4.1.3",