From 05c302ed1f2b16449d6b4c1a3fef8cd9a3c65d03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:30:41 +0000 Subject: [PATCH] chore: bump proxy from 1.0.2 to 2.2.0 Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 2.2.0. - [Release notes](https://github.com/TooTallNate/proxy-agents/releases) - [Changelog](https://github.com/TooTallNate/proxy-agents/blob/main/packages/proxy/CHANGELOG.md) - [Commits](https://github.com/TooTallNate/proxy-agents/commits/proxy@2.2.0/packages/proxy) --- updated-dependencies: - dependency-name: proxy dependency-version: 2.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28bcb49e..e2ca5abf 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "mocha": "^10.0.0", "nyc": "^15.1.0", "portastic": "^1.0.1", - "proxy": "^1.0.2", + "proxy": "^2.2.0", "puppeteer": "^19.6.3", "request": "^2.88.2", "rimraf": "^4.1.2",