Skip to content

Commit 12eda1a

Browse files
chore(deps-dev): bump https-proxy-agent from 7.0.6 to 8.0.0
Bumps [https-proxy-agent](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/https-proxy-agent) from 7.0.6 to 8.0.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/https-proxy-agent/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/[email protected]/packages/https-proxy-agent) --- updated-dependencies: - dependency-name: https-proxy-agent dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03b9beb commit 12eda1a

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/http-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"axios": "^1.13.6"
4747
},
4848
"devDependencies": {
49-
"https-proxy-agent": "^7.0.6",
49+
"https-proxy-agent": "^8.0.0",
5050
"nock": "^14.0.11",
5151
"typescript": "~5.9.3",
5252
"jsonwebtoken": "^9.0.3"

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2419,6 +2419,11 @@ acorn@^8.11.0, acorn@^8.15.0, acorn@^8.4.1:
24192419
resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz#a360898bc415edaac46c8241f6383975b930b816"
24202420
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
24212421

2422+
2423+
version "8.0.0"
2424+
resolved "https://registry.npmjs.org/agent-base/-/agent-base-8.0.0.tgz#3eb7c2c198ccb93368c77969530594e725b804b5"
2425+
integrity sha512-QT8i0hCz6C/KQ+KTAbSNwCHDGdmUJl2tp2ZpNlGSWCfhUNVbYG2WLE3MdZGBAgXPV4GAvjGMxo+C1hroyxmZEg==
2426+
24222427
agent-base@^7.0.2, agent-base@^7.1.0, agent-base@^7.1.2:
24232428
version "7.1.3"
24242429
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz#29435eb821bc4194633a5b89e5bc4703bafc25a1"
@@ -5248,6 +5253,14 @@ https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.3, https-proxy-agent@^7.0.6:
52485253
agent-base "^7.1.2"
52495254
debug "4"
52505255

5256+
https-proxy-agent@^8.0.0:
5257+
version "8.0.0"
5258+
resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-8.0.0.tgz#2ab138d2706d473ede6d1f5e7158d7586d5ca738"
5259+
integrity sha512-YYeW+iCnAS3xhvj2dvVoWgsbca3RfQy/IlaNHHOtDmU0jMqPI9euIq3Y9BJETdxk16h9NHHCKqp/KB9nIMStCQ==
5260+
dependencies:
5261+
agent-base "8.0.0"
5262+
debug "^4.3.4"
5263+
52515264
human-id@^4.1.1:
52525265
version "4.1.1"
52535266
resolved "https://registry.npmjs.org/human-id/-/human-id-4.1.1.tgz#2801fbd61b9a5c1c9170f332802db6408a39a4b0"

0 commit comments

Comments
 (0)