Skip to content

Commit

Permalink
Update Plotly version to the latest to resolve CVE (#683)
Browse files Browse the repository at this point in the history
* fix multiple CVEs

Signed-off-by: Jackie Han <[email protected]>

* update plotly version to the latest to resolve cve V1246256023

Signed-off-by: Jackie Han <[email protected]>

---------

Signed-off-by: Jackie Han <[email protected]>
(cherry picked from commit e01f2f3)
  • Loading branch information
jackiehanyang authored and github-actions[bot] committed Feb 13, 2024
1 parent 1b54ed7 commit 2204091
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@elastic/eslint-import-resolver-kibana": "link:../../packages/osd-eslint-import-resolver-opensearch-dashboards",
"@testing-library/user-event": "^12.1.6",
"@types/react-plotly.js": "^2.2.4",
"@types/react-plotly.js": "^2.6.0",
"@types/redux-mock-store": "^1.0.1",
"babel-polyfill": "^6.26.0",
"eslint-plugin-no-unsanitized": "^3.0.2",
Expand All @@ -39,9 +39,9 @@
"babel-polyfill": "^6.26.0",
"brace": "0.11.1",
"formik": "^2.2.5",
"plotly.js-dist": "^1.57.1",
"plotly.js-dist": "^2.29.1",
"prettier": "^2.1.1",
"react-plotly.js": "^2.4.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^7.2.0",
"reselect": "^4.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==

"@types/react-plotly.js@^2.2.4":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@types/react-plotly.js/-/react-plotly.js-2.6.0.tgz#1b856c2ed1219babda3e95ef3270091f156ff987"
integrity sha512-nJJ57U0/CNDAO+F3dpnMgM8PtjLE/O1I3O6gq4+5Q13uKqrPnHGYOttfdzQJ4D7KYgF609miVzEYakUS2zds8w==
"@types/react-plotly.js@^2.6.0":
version "2.6.3"
resolved "https://registry.yarnpkg.com/@types/react-plotly.js/-/react-plotly.js-2.6.3.tgz#49829a5c4f011345d09f6cab692f7ddbf558cbfb"
integrity sha512-HBQwyGuu/dGXDsWhnQrhH+xcJSsHvjkwfSRjP+YpOsCCWryIuXF78ZCBjpfgO3sCc0Jo8sYp4NOGtqT7Cn3epQ==
dependencies:
"@types/plotly.js" "*"
"@types/react" "*"
Expand Down Expand Up @@ -3257,10 +3257,10 @@ please-upgrade-node@^3.1.1:
dependencies:
semver-compare "^1.0.0"

plotly.js-dist@^1.57.1:
version "1.58.5"
resolved "https://registry.yarnpkg.com/plotly.js-dist/-/plotly.js-dist-1.58.5.tgz#526d84459231f9debe98429d7b20fa08e541ad42"
integrity sha512-gy4cm5gYeem1eoXeryrSfftDm/CacQUE+W6xPRGiC5PnB/WHDPaex+HVeAGdKEek57ok1j2IkDw3lnXoB0Bfiw==
plotly.js-dist@^2.29.1:
version "2.29.1"
resolved "https://registry.yarnpkg.com/plotly.js-dist/-/plotly.js-dist-2.29.1.tgz#8e67dcc3050e732f44cb8a23e063a4e5bcbfe892"
integrity sha512-jEdUhk9brzzleuJP1vTxk1ECfm896bld78elG6YRPdywyUYAAO0rd+JUNv56hZu4uqUftvKU6xfjSwjm0R3LUw==

posix-character-classes@^0.1.0:
version "0.1.1"
Expand Down Expand Up @@ -3412,7 +3412,7 @@ react-is@^17.0.2:
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==

react-plotly.js@^2.4.0:
react-plotly.js@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/react-plotly.js/-/react-plotly.js-2.6.0.tgz#ad6b68ee64f1b5cfa142ee92c59687f9c2c09209"
integrity sha512-g93xcyhAVCSt9kV1svqG1clAEdL6k3U+jjuSzfTV7owaSU9Go6Ph8bl25J+jKfKvIGAEYpe4qj++WHJuc9IaeA==
Expand Down

0 comments on commit 2204091

Please sign in to comment.