From 0caaab81d987a50d3c4f95fb1d3129a37b92cf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 05:06:19 +0000 Subject: [PATCH] build(deps): bump http-proxy-3 from 1.21.1 to 1.22.0 Bumps [http-proxy-3](https://github.com/sagemathinc/http-proxy-3) from 1.21.1 to 1.22.0. - [Changelog](https://github.com/sagemathinc/http-proxy-3/blob/main/.auto-changelog) - [Commits](https://github.com/sagemathinc/http-proxy-3/commits) --- updated-dependencies: - dependency-name: http-proxy-3 dependency-version: 1.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 647d8c6..e7bf3c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "BSD-3-Clause", "dependencies": { "commander": "~13.1.0", - "http-proxy-3": "~1.21.1", + "http-proxy-3": "~1.22.0", "prom-client": "~15.1.3", "winston": "~3.18.3" }, @@ -746,9 +746,9 @@ "license": "MIT" }, "node_modules/http-proxy-3": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/http-proxy-3/-/http-proxy-3-1.21.1.tgz", - "integrity": "sha512-xsizi3zn1UbB6DB/Sijc37hWEu5wkOX/oTMo1ulf2jJ/7S0BoyVl2EFufqFM3orinmIYLZmlxm8lFI9VRYZ5vg==", + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/http-proxy-3/-/http-proxy-3-1.22.0.tgz", + "integrity": "sha512-qyYYKjmPW7kDiRBGzydmD5f5ckuniL9fY45EWP05YVDoR/02JjrVMGqdrO5O+OURU7imhF3WyiKwp++4A3KEbw==", "license": "MIT", "dependencies": { "debug": "^4.4.0", diff --git a/package.json b/package.json index 292553e..7a979e6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "commander": "~13.1.0", - "http-proxy-3": "~1.21.1", + "http-proxy-3": "~1.22.0", "prom-client": "~15.1.3", "winston": "~3.18.3" },