diff --git a/package-lock.json b/package-lock.json index e7bf3c9..cd87650 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 7a979e6..81684a5 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" },