Skip to content

Commit db6a2bb

Browse files
committed
Bump plotly.js version to avoid CVE (#6230)
1 parent 7b37a0d commit db6a2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

panel/models/plotly.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class PlotlyPlot(LayoutDOM):
1818

1919
__javascript_raw__ = [
2020
JS_URLS['jQuery'],
21-
'https://cdn.plot.ly/plotly-2.18.0.min.js'
21+
'https://cdn.plot.ly/plotly-2.25.2.min.js'
2222
]
2323

2424
@classproperty
@@ -31,7 +31,7 @@ def __js_skip__(cls):
3131

3232
__js_require__ = {
3333
'paths': {
34-
'plotly': 'https://cdn.plot.ly/plotly-2.18.0.min'
34+
'plotly': 'https://cdn.plot.ly/plotly-2.25.2.min'
3535
},
3636
'exports': {'plotly': 'Plotly'}
3737
}

0 commit comments

Comments
 (0)