From 2e68962f2b89913860a01dc4d0bd13babaddbaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 15:59:48 +0000 Subject: [PATCH] chore(deps): bump agent-base from 7.1.4 to 9.0.0 Bumps [agent-base](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/agent-base) from 7.1.4 to 9.0.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/agent-base/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/agent-base@9.0.0/packages/agent-base) --- updated-dependencies: - dependency-name: agent-base dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2baa20e79..a0f12142d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@primer/react": "^38.17.0", "@seald-io/nedb": "^4.1.2", "@tanstack/react-query": "^5.97.0", - "agent-base": "^7.1.4", + "agent-base": "^9.0.0", "axios": "^1.18.1", "bcryptjs": "^3.0.3", "clsx": "^2.1.1", @@ -2282,6 +2282,15 @@ "react-dom": "^16.8.0 || ^17.0.0" } }, + "node_modules/@finos/git-proxy/node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, "node_modules/@finos/git-proxy/node_modules/dom-serializer": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.2.2.tgz", @@ -5310,12 +5319,12 @@ } }, "node_modules/agent-base": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", - "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz", + "integrity": "sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==", "license": "MIT", "engines": { - "node": ">= 14" + "node": ">= 20" } }, "node_modules/ajv": { @@ -9772,15 +9781,6 @@ "node": ">= 20" } }, - "node_modules/https-proxy-agent/node_modules/agent-base": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-9.0.0.tgz", - "integrity": "sha512-TQf59BsZnytt8GdJKLPfUZ54g/iaUL2OWDSFCCvMOhsHduDQxO8xC4PNeyIkVcA5KwL2phPSv0douC0fgWzmnA==", - "license": "MIT", - "engines": { - "node": ">= 20" - } - }, "node_modules/human-signals": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", diff --git a/package.json b/package.json index 2468b4ce8..8c72e170e 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "@primer/react": "^38.17.0", "@seald-io/nedb": "^4.1.2", "@tanstack/react-query": "^5.97.0", - "agent-base": "^7.1.4", + "agent-base": "^9.0.0", "axios": "^1.18.1", "bcryptjs": "^3.0.3", "clsx": "^2.1.1",