From a2b8c970023830abdbd48156a87d7a5bef35b1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 06:32:31 +0000 Subject: [PATCH] chore(deps): bump http-cookie-agent from 6.0.3 to 6.0.5 (#883) --- package-lock.json | 12 ++++-------- package.json | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c8ae28e..312a6c3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "aws-iot-device-sdk": "^2.2.13", "aws-iot-device-sdk-v2": "^1.19.5", "axios": "^1.6.8", - "http-cookie-agent": "^6.0.3", + "http-cookie-agent": "^6.0.5", "json2iob": "^2.6.11", "qs": "^6.12.1", "tough-cookie": "^4.1.4", @@ -3182,9 +3182,9 @@ } }, "node_modules/http-cookie-agent": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.3.tgz", - "integrity": "sha512-6JdymEgWgsg9VQ5VN9FGpRRcivyu4WdM0Ud3kW+Q0PB7knt0EFtlhNPU8wCuscXLfIEI5y6jEMdFTBODNsJR6g==", + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.5.tgz", + "integrity": "sha512-sfZ8fDgDP3B1YB+teqSnAK1aPgBu8reUUGxSsndP2XnYN6cM29EURXWXZqQQiaRdor3B4QjpkUNfv21syaO4DA==", "dependencies": { "agent-base": "^7.1.1" }, @@ -3195,14 +3195,10 @@ "url": "https://github.com/sponsors/3846masa" }, "peerDependencies": { - "deasync": "^0.1.26", "tough-cookie": "^4.0.0", "undici": "^5.11.0 || ^6.0.0" }, "peerDependenciesMeta": { - "deasync": { - "optional": true - }, "undici": { "optional": true } diff --git a/package.json b/package.json index 0d076cc5..9fabc295 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "aws-iot-device-sdk": "^2.2.13", "aws-iot-device-sdk-v2": "^1.19.5", "axios": "^1.6.8", - "http-cookie-agent": "^6.0.3", + "http-cookie-agent": "^6.0.5", "json2iob": "^2.6.11", "qs": "^6.12.1", "tough-cookie": "^4.1.4",