From da515a7d3d2c1ec46dfa1d8923f04d716c45aa75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 22:02:43 +0000 Subject: [PATCH] build(deps): update xss requirement Updates the requirements on [xss](https://github.com/leizongmin/js-xss) to permit the latest version. - [Changelog](https://github.com/leizongmin/js-xss/blob/master/CHANGELOG.md) - [Commits](https://github.com/leizongmin/js-xss/compare/v1.0.10...v1.0.14) --- updated-dependencies: - dependency-name: xss dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- superset-frontend/plugins/plugin-chart-table/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/plugins/plugin-chart-table/package.json b/superset-frontend/plugins/plugin-chart-table/package.json index 54b209c2c568e..74c1872d0f400 100644 --- a/superset-frontend/plugins/plugin-chart-table/package.json +++ b/superset-frontend/plugins/plugin-chart-table/package.json @@ -35,7 +35,7 @@ "memoize-one": "^5.1.1", "react-table": "^7.6.3", "regenerator-runtime": "^0.13.7", - "xss": "^1.0.10" + "xss": "^1.0.14" }, "peerDependencies": { "@superset-ui/chart-controls": "*",