Skip to content

Commit

Permalink
fix: upgrade react-chartjs-2 from 2.10.0 to 2.11.2 (#8357)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-chartjs-2 from 2.10.0 to 2.11.2.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/argoproj/project/6a18a1f2-ca23-4308-af78-ec3a9478fc95?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: Alex Collins <[email protected]>
  • Loading branch information
snyk-bot and alexec committed Apr 10, 2022
1 parent b199cb9 commit a3d1d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"monaco-editor": "0.20.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-chartjs-2": "^2.9.0",
"react-chartjs-2": "^2.11.2",
"react-datepicker": "^2.14.0",
"react-dom": "^16.14.0",
"react-moment": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7763,10 +7763,10 @@ [email protected]:
dom-scroll-into-view "1.0.1"
prop-types "^15.5.10"

react-chartjs-2@^2.9.0:
version "2.10.0"
resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.10.0.tgz#857e7f4788cae27e872624ba7826d53cf82f1ee6"
integrity sha512-1MjWEkUn8LLFf6GVyYUOrruJTW3yVU5hlEJOwGj3MiokuC+jH/BahjWVGAMonbe9UYbEIUbd2Rn36iVlC0Hb7w==
react-chartjs-2@^2.11.2:
version "2.11.2"
resolved "https://registry.yarnpkg.com/react-chartjs-2/-/react-chartjs-2-2.11.2.tgz#156c0d2618600561efc23bef278bd48a335cadb6"
integrity sha512-hcPS9vmRJeAALPPf0uo02BiD8BDm0HNmneJYTZVR74UKprXOpql+Jy1rVuj93rKw0Jfx77mkcRfXPxTe5K83uw==
dependencies:
lodash "^4.17.19"
prop-types "^15.7.2"
Expand Down

0 comments on commit a3d1d07

Please sign in to comment.