From 08aad6a542ce9a3b53b998d239d5904db3d11f8b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Jun 2026 04:22:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-17375007 - https://snyk.io/vuln/SNYK-JS-HTTPPROXYMIDDLEWARE-17375053 - https://snyk.io/vuln/SNYK-JS-JSYAML-17342520 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e8dc0a9db60..e3de7bc605f3 100644 --- a/package.json +++ b/package.json @@ -218,12 +218,12 @@ "highlightjs-curl": "^1.3.0", "hot-shots": "^15.0.0", "html-entities": "^2.5.6", - "http-proxy-middleware": "^4.0.0", + "http-proxy-middleware": "^4.1.1", "imurmurhash": "^0.1.4", "is-svg": "6.0.0", "javascript-stringify": "^2.1.0", "js-cookie": "^3.0.7", - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "liquidjs": "^10.27.0", "lodash": "^4.18.0", "lodash-es": "^4.18.0",