Skip to content

Commit da9916d

Browse files
Update Plotly version to the latest to resolve CVE (#694)
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
1 parent 25a2a32 commit da9916d

File tree

2 files changed

+597
-46
lines changed

2 files changed

+597
-46
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@testing-library/jest-dom": "^5.11.4",
2828
"@testing-library/react": "^11.0.4",
2929
"@testing-library/user-event": "^12.1.6",
30-
"@types/react-plotly.js": "^2.2.4",
30+
"@types/react-plotly.js": "^2.6.0",
3131
"@types/redux-mock-store": "^1.0.1",
3232
"babel-polyfill": "^6.26.0",
3333
"eslint-plugin-no-unsanitized": "^3.0.2",
@@ -40,9 +40,9 @@
4040
"babel-polyfill": "^6.26.0",
4141
"brace": "0.11.1",
4242
"formik": "^2.2.5",
43-
"plotly.js-dist": "^1.57.1",
43+
"plotly.js-dist": "^2.29.1",
4444
"prettier": "^2.1.1",
45-
"react-plotly.js": "^2.4.0",
45+
"react-plotly.js": "^2.6.0",
4646
"react-redux": "^7.2.0",
4747
"reselect": "^4.0.0"
4848
},

0 commit comments

Comments
 (0)