From fc86665d90b2b832bb9bbdf073fe271278112169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:15:33 +0000 Subject: [PATCH] build(deps): bump http-cookie-agent from 6.0.8 to 7.0.1 Bumps [http-cookie-agent](https://github.com/3846masa/http-cookie-agent) from 6.0.8 to 7.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/v6.0.8...v7.0.1) --- updated-dependencies: - dependency-name: http-cookie-agent dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++++++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2e84946..a62d6fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "dayjs": "^1.11.13", "fastify": "^5.1.0", "fastify-simple-form": "^3.0.0", - "http-cookie-agent": "^6.0.6", + "http-cookie-agent": "^7.0.1", "ip": "^2.0.1", "jsdom": "^26.0.0", "node_extra_ca_certs_mozilla_bundle": "^1.0.6", @@ -1758,6 +1758,30 @@ "tough-cookie": ">=4.0.0" } }, + "node_modules/axios-cookiejar-support/node_modules/http-cookie-agent": { + "version": "6.0.8", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.8.tgz", + "integrity": "sha512-qnYh3yLSr2jBsTYkw11elq+T361uKAJaZ2dR4cfYZChw1dt9uL5t3zSUwehoqqVb4oldk1BpkXKm2oat8zV+oA==", + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.3" + }, + "engines": { + "node": ">=18.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/3846masa" + }, + "peerDependencies": { + "tough-cookie": "^4.0.0 || ^5.0.0", + "undici": "^5.11.0 || ^6.0.0" + }, + "peerDependenciesMeta": { + "undici": { + "optional": true + } + } + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -3143,21 +3167,22 @@ } }, "node_modules/http-cookie-agent": { - "version": "6.0.8", - "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-6.0.8.tgz", - "integrity": "sha512-qnYh3yLSr2jBsTYkw11elq+T361uKAJaZ2dR4cfYZChw1dt9uL5t3zSUwehoqqVb4oldk1BpkXKm2oat8zV+oA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/http-cookie-agent/-/http-cookie-agent-7.0.1.tgz", + "integrity": "sha512-lZHFZUdPTw64PdksQac5xbUd4NWjUbyDYnvR//2sbLpcC4UqEUW0x/6O+rDntVzJzJ07QvhtL5XZSC+c5EK+IQ==", + "license": "MIT", "dependencies": { "agent-base": "^7.1.3" }, "engines": { - "node": ">=18.0.0" + "node": ">=20.0.0" }, "funding": { "url": "https://github.com/sponsors/3846masa" }, "peerDependencies": { "tough-cookie": "^4.0.0 || ^5.0.0", - "undici": "^5.11.0 || ^6.0.0" + "undici": "^7.0.0" }, "peerDependenciesMeta": { "undici": { diff --git a/package.json b/package.json index 6ad2df0..db5e79c 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "dayjs": "^1.11.13", "fastify": "^5.1.0", "fastify-simple-form": "^3.0.0", - "http-cookie-agent": "^6.0.6", + "http-cookie-agent": "^7.0.1", "ip": "^2.0.1", "jsdom": "^26.0.0", "node_extra_ca_certs_mozilla_bundle": "^1.0.6",