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" },