From 8596b47302d18ac61154c6ca9f305f7afe44a0aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Oct 2021 19:10:55 +0000 Subject: [PATCH] fix: superset-frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 - https://snyk.io/vuln/SNYK-JS-POLISHED-1298071 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-URIJS-1319803 - https://snyk.io/vuln/SNYK-JS-URIJS-1319806 --- superset-frontend/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 89bb4b0a2067..36f10baa7d4a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -134,7 +134,7 @@ "mousetrap": "^1.6.1", "mustache": "^2.2.1", "omnibar": "^2.1.1", - "polished": "^3.6.5", + "polished": "^3.7.2", "prop-types": "^15.7.2", "query-string": "^6.13.7", "re-resizable": "^6.6.1", @@ -151,10 +151,10 @@ "react-hot-loader": "^4.12.20", "react-js-cron": "^1.2.0", "react-json-tree": "^0.11.2", - "react-jsonschema-form": "^1.2.0", + "react-jsonschema-form": "^1.3.0", "react-lines-ellipsis": "^0.15.0", "react-loadable": "^5.5.0", - "react-markdown": "^4.3.1", + "react-markdown": "^5.0.0", "react-redux": "^7.2.0", "react-resize-detector": "^6.0.1-rc.1", "react-reverse-portal": "^2.0.1", @@ -181,7 +181,7 @@ "rison": "^0.1.1", "scroll-into-view-if-needed": "^2.2.28", "shortid": "^2.2.6", - "urijs": "^1.19.6", + "urijs": "^1.19.7", "use-immer": "^0.6.0", "use-query-params": "^1.1.9" },