From 31160a25375c645ecf39b3002509b36dd2c6a951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 03:31:38 +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-INFLIGHT-6095116 --- superset-frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 63214e1ef1bb..a425b4dcd89a 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -127,7 +127,7 @@ "babel-plugin-typescript-to-proptypes": "^2.0.0", "bootstrap": "^3.4.1", "brace": "^0.11.1", - "broadcast-channel": "^4.10.0", + "broadcast-channel": "^5.3.0", "chrono-node": "^2.2.6", "classnames": "^2.2.5", "core-js": "^3.6.5",