From 4a582e59808230d293e6b1a23d5f5cd9f7afa1eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 06:22:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FASTJSONPATCH-3182961 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 709752ff36e..2163f73f2da 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "react-addons-test-utils": "^15.4.0", "react-collapse": "2.3.1", "react-dom": "^15.4.0", - "react-height": "^2.0.0", + "react-height": "^3.0.1", "react-hot-loader": "1.3.1", "react-immutable-proptypes": "2.1.0", "react-markdown": "^2.5.0", @@ -71,14 +71,14 @@ "redux-immutable": "3.0.8", "redux-logger": "*", "reselect": "2.5.3", - "sanitize-html": "^1.14.1", + "sanitize-html": "^2.0.0", "scroll-to-element": "^2.0.0", "serialize-error": "2.0.0", "shallowequal": "0.2.2", - "swagger-client": "3.1.0", + "swagger-client": "3.12.0", "url-parse": "^1.1.8", "whatwg-fetch": "0.11.1", - "worker-loader": "^0.7.1", + "worker-loader": "^0.8.0", "xml": "1.0.1", "yaml-js": "0.2.0" },