Skip to content

Commit

Permalink
fix: upgrade react-datepicker from 2.14.1 to 2.16.0 (#8388)
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade react-datepicker from 2.14.1 to 2.16.0.

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
  • Loading branch information
snyk-bot authored Apr 13, 2022
1 parent 0c9d88b commit 010e359
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 @@ -27,7 +27,7 @@
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.2",
"react-datepicker": "^2.14.0",
"react-datepicker": "^2.16.0",
"react-dom": "^16.14.0",
"react-moment": "^1.0.0",
"react-monaco-editor": "^0.47.0",
Expand Down
8 changes: 4 additions & 4 deletions ui/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7787,10 +7787,10 @@ [email protected]:
copy-to-clipboard "^3"
prop-types "^15.5.8"

react-datepicker@^2.14.0:
version "2.14.1"
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-2.14.1.tgz#83463beb85235a575475955f554290a95f89c65b"
integrity sha512-8eWHvrjXfKVkt5rERXC6/c/eEdcE2stIsl+QmTO5Efgpacf8MOCyVpBisJLVLDYjVlENczhOcRlIzvraODHKxA==
react-datepicker@^2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-2.16.0.tgz#6bd68de94f5fb38c8f6a4370f3c612837c700e4e"
integrity sha512-TvcmSY27rn0JKvuJuIXNNS+niGQNdgtuG/CsBttVYhPOA9KmSw7c2PvQBPVEvzkyV+QPNJ8jN/KVJNj9uvopqA==
dependencies:
classnames "^2.2.6"
date-fns "^2.0.1"
Expand Down

0 comments on commit 010e359

Please sign in to comment.