build(deps): update xss requirement from ^1.0.14 to ^1.0.15 in /superset-frontend/plugins/plugin-chart-table (#27835)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub-Actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
8e3cecda9f
commit
59f0057017
|
|
@ -70795,7 +70795,7 @@
|
|||
"memoize-one": "^5.1.1",
|
||||
"react-table": "^7.8.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"xss": "^1.0.14"
|
||||
"xss": "^1.0.15"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@superset-ui/chart-controls": "*",
|
||||
|
|
@ -70825,6 +70825,21 @@
|
|||
"internmap": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"plugins/plugin-chart-table/node_modules/xss": {
|
||||
"version": "1.0.15",
|
||||
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
|
||||
"integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
|
||||
"dependencies": {
|
||||
"commander": "^2.20.3",
|
||||
"cssfilter": "0.0.10"
|
||||
},
|
||||
"bin": {
|
||||
"xss": "bin/xss"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
}
|
||||
},
|
||||
"plugins/plugin-chart-word-cloud": {
|
||||
"name": "@superset-ui/plugin-chart-word-cloud",
|
||||
"version": "0.18.25",
|
||||
|
|
@ -88416,7 +88431,7 @@
|
|||
"memoize-one": "^5.1.1",
|
||||
"react-table": "^7.8.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"xss": "^1.0.14"
|
||||
"xss": "^1.0.15"
|
||||
},
|
||||
"dependencies": {
|
||||
"classnames": {
|
||||
|
|
@ -88431,6 +88446,15 @@
|
|||
"requires": {
|
||||
"internmap": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"xss": {
|
||||
"version": "1.0.15",
|
||||
"resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz",
|
||||
"integrity": "sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
|
||||
"requires": {
|
||||
"commander": "^2.20.3",
|
||||
"cssfilter": "0.0.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"memoize-one": "^5.1.1",
|
||||
"react-table": "^7.8.0",
|
||||
"regenerator-runtime": "^0.13.7",
|
||||
"xss": "^1.0.14"
|
||||
"xss": "^1.0.15"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@superset-ui/chart-controls": "*",
|
||||
|
|
|
|||
Loading…
Reference in New Issue