From c14a247caf244fd46c9ed1c7222a660a5265f0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:19:29 +0000 Subject: [PATCH] Bump http-cookie-agent from 6.0.5 to 6.0.6 Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 6.0.5 to 6.0.6. - [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/v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: http-cookie-agent dependency-type: direct:production update-type: version-update:semver-patch ... 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 a9b9e53..cb46b3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "1.7.7", "eventemitter2": "^6.4.9", - "http-cookie-agent": "^6.0.5", + "http-cookie-agent": "^6.0.6", "tough-cookie": "^4.1.4", "url": "^0.11.4", "ws": "^8.18.0" @@ -23,7 +23,7 @@ "glob-parent": ">=6.0.2", "mocha": "^10.7.3", "pre-commit": "^1.2.2", - "should": "latest", + "should": "*", "xo": "~0.39.1" }, "engines": { @@ -4805,9 +4805,9 @@ "dev": true }, "node_modules/http-cookie-agent": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.5.tgz", - "integrity": "sha512-sfZ8fDgDP3B1YB+teqSnAK1aPgBu8reUUGxSsndP2XnYN6cM29EURXWXZqQQiaRdor3B4QjpkUNfv21syaO4DA==", + "version": "6.0.6", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.6.tgz", + "integrity": "sha512-XkwhYUWo0yhiHBWqLmAe2kIBymVY70ewi9sKmy6YBHpNU3BCH4nipKrtY5/effAxj0qneQ9ziZG5TXgaKLfYgg==", "dependencies": { "agent-base": "^7.1.1" }, @@ -4818,7 +4818,7 @@ "url": "https://github.com/sponsors/3846masa" }, "peerDependencies": { - "tough-cookie": "^4.0.0", + "tough-cookie": "^4.0.0 || ^5.0.0", "undici": "^5.11.0 || ^6.0.0" }, "peerDependenciesMeta": { diff --git a/package.json b/package.json index 8836c15..067e626 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "dependencies": { "axios": "1.7.7", "eventemitter2": "^6.4.9", - "http-cookie-agent": "^6.0.5", + "http-cookie-agent": "^6.0.6", "tough-cookie": "^4.1.4", "url": "^0.11.4", "ws": "^8.18.0"