From 6844c6176f6efb61e384d46b2f328386847a09f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 05:01:11 +0000 Subject: [PATCH] build(deps): bump http-proxy-3 from 1.22.0 to 1.23.0 Bumps [http-proxy-3](https://github.com/sagemathinc/http-proxy-3) from 1.22.0 to 1.23.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.23.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 e7bf3c9c..cd87650d 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.22.0", + "http-proxy-3": "~1.23.0", "prom-client": "~15.1.3", "winston": "~3.18.3" }, @@ -746,9 +746,9 @@ "license": "MIT" }, "node_modules/http-proxy-3": { - "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==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/http-proxy-3/-/http-proxy-3-1.23.0.tgz", + "integrity": "sha512-HxGaHrWm+ZjX/UDyvpggeLecjRS4K3r57DW3Xmlu6E/QBUvgTyRySDSt55uqL8NUXjIFn76C750OxV7/tUQgIQ==", "license": "MIT", "dependencies": { "debug": "^4.4.0", diff --git a/package.json b/package.json index 7a979e6a..81684a54 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "commander": "~13.1.0", - "http-proxy-3": "~1.22.0", + "http-proxy-3": "~1.23.0", "prom-client": "~15.1.3", "winston": "~3.18.3" },