From 39668ae606f5802ea473ab82b04a0066682d1377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 01:49:27 +0000 Subject: [PATCH] build(deps-dev): bump proxy from 1.0.2 to 2.1.1 Bumps [proxy](https://github.com/TooTallNate/proxy-agents/tree/HEAD/packages/proxy) from 1.0.2 to 2.1.1. - [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.1.1/packages/proxy) --- updated-dependencies: - dependency-name: proxy 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 49b657fded2..f2df0f1ac43 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "mocha": "^10.0.0", "p-timeout": "^3.2.0", "pre-commit": "^1.2.2", - "proxy": "^1.0.2", + "proxy": "^2.1.1", "proxyquire": "^2.1.3", "sinon": "^15.0.0", "snazzy": "^9.0.0",