Skip to content

Commit

Permalink
bump and harmonize urijs and xss
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Feb 24, 2022
1 parent db8f508 commit 62c3cbb
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 34 deletions.
50 changes: 21 additions & 29 deletions superset-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion superset-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"rison": "^0.1.1",
"scroll-into-view-if-needed": "^2.2.28",
"shortid": "^2.2.6",
"urijs": "^1.19.6",
"urijs": "^1.19.8",
"use-immer": "^0.6.0",
"use-query-params": "^1.1.9",
"yargs": "^15.4.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"prop-types": "^15.6.0",
"react-bootstrap-slider": "2.1.5",
"underscore": "^1.8.3",
"urijs": "^1.18.10",
"xss": "^1.0.6"
"urijs": "^1.19.8",
"xss": "^1.0.10"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"moment": "^2.20.1",
"nvd3-fork": "^2.0.5",
"prop-types": "^15.6.2",
"urijs": "^1.18.10"
"urijs": "^1.19.8"
},
"peerDependencies": {
"@superset-ui/chart-controls": "*",
Expand Down
2 changes: 1 addition & 1 deletion superset-frontend/plugins/plugin-chart-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"memoize-one": "^5.1.1",
"react-table": "^7.6.3",
"regenerator-runtime": "^0.13.7",
"xss": "^1.0.8"
"xss": "^1.0.10"
},
"peerDependencies": {
"@types/react": "*",
Expand Down

0 comments on commit 62c3cbb

Please sign in to comment.