diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 3caeda8528..4ec1666a0e 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "react": "^16.13.1", - "react-datepicker": "^3.1.3", + "react-datepicker": "^3.4.1", "react-dom": "^16.13.1", "react-scripts": "3.4.1" }, diff --git a/examples/hello-world/yarn.lock b/examples/hello-world/yarn.lock index 765d3e7098..3ec9c50682 100644 --- a/examples/hello-world/yarn.lock +++ b/examples/hello-world/yarn.lock @@ -9555,10 +9555,10 @@ react-app-polyfill@^1.0.6: regenerator-runtime "^0.13.3" whatwg-fetch "^3.0.0" -react-datepicker@^3.1.3: - version "3.1.3" - resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-3.1.3.tgz#4bde7aae405deab72a6c102b95a6a0749b7df759" - integrity sha512-4KbdWWAxa/AZJIDhQZwiBpZE9hCYZ4/gTVstdo9WEpFCsfh69xHklB/FZrR95mgkIU7ecU36V2eCuGgIO+ci0A== +react-datepicker@^3.4.1: + version "3.4.1" + resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-3.4.1.tgz#3c8e8989f1ab31a767c17170a2d1318aa3c3b9ef" + integrity sha512-ASyVb7UmVx1vzeITidD7Cr/EXRXhKyjjbSkBndPc1MipYq4rqQ3eMFgvRQzpsXc3JmIMFgICm7nmN6Otc1GE/Q== dependencies: classnames "^2.2.6" date-fns "^2.0.1"