build(deps): update xss requirement from ^1.0.10 to ^1.0.15 in /superset-frontend/plugins/legacy-preset-chart-deckgl (#28071)

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:
dependabot[bot] 2024-04-19 13:44:44 -06:00 committed by GitHub
parent bfa2c46430
commit 86d7b04eaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 3 deletions

View File

@ -68872,7 +68872,7 @@
"react-bootstrap-slider": "2.1.5",
"underscore": "^1.12.1",
"urijs": "^1.19.8",
"xss": "^1.0.10"
"xss": "^1.0.15"
},
"devDependencies": {
"@types/mapbox__geojson-extent": "^1.0.3",
@ -69231,6 +69231,21 @@
"@deck.gl/react": "8.9.22"
}
},
"plugins/legacy-preset-chart-deckgl/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/legacy-preset-chart-nvd3": {
"name": "@superset-ui/legacy-preset-chart-nvd3",
"version": "0.18.25",
@ -87057,7 +87072,7 @@
"react-bootstrap-slider": "2.1.5",
"underscore": "^1.12.1",
"urijs": "^1.19.8",
"xss": "^1.0.10"
"xss": "^1.0.15"
},
"dependencies": {
"@deck.gl/aggregation-layers": {
@ -87339,6 +87354,15 @@
"@deck.gl/mesh-layers": "8.9.22",
"@deck.gl/react": "8.9.22"
}
},
"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"
}
}
}
},

View File

@ -39,7 +39,7 @@
"react-bootstrap-slider": "2.1.5",
"underscore": "^1.12.1",
"urijs": "^1.19.8",
"xss": "^1.0.10"
"xss": "^1.0.15"
},
"devDependencies": {
"@types/mapbox__geojson-extent": "^1.0.3",