Skip to content

Commit

Permalink
Bump plotly.js version to avoid CVE (#6230)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 18, 2024
1 parent 6601d92 commit 3f77369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/models/plotly.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class PlotlyPlot(LayoutDOM):

__javascript_raw__ = [
JS_URLS['jQuery'],
'https://cdn.plot.ly/plotly-2.18.0.min.js'
'https://cdn.plot.ly/plotly-2.25.2.min.js'
]

@classproperty
Expand All @@ -31,7 +31,7 @@ def __js_skip__(cls):

__js_require__ = {
'paths': {
'plotly': 'https://cdn.plot.ly/plotly-2.18.0.min'
'plotly': 'https://cdn.plot.ly/plotly-2.25.2.min'
},
'exports': {'plotly': 'Plotly'}
}
Expand Down

0 comments on commit 3f77369

Please sign in to comment.