diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index fda8f9e73..eccfe6cc2 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "react": "^18.2.0", - "react-datepicker": "^4.23.0", + "react-datepicker": "^4.24.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" }, diff --git a/examples/hello-world/yarn.lock b/examples/hello-world/yarn.lock index 48030f7c9..391ae8adb 100644 --- a/examples/hello-world/yarn.lock +++ b/examples/hello-world/yarn.lock @@ -7311,10 +7311,10 @@ react-app-polyfill@^3.0.0: regenerator-runtime "^0.13.9" whatwg-fetch "^3.6.2" -react-datepicker@^4.23.0: - version "4.23.0" - resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.23.0.tgz#0da50b3815b3350b7df6cf0dbc63e37c6c3079b4" - integrity sha512-w+msqlOZ14v6H1UknTKtZw/dw9naFMgAOspf59eY130gWpvy5dvKj/bgsFICDdvxB7PtKWxDcbGlAqCloY1d2A== +react-datepicker@^4.24.0: + version "4.24.0" + resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.24.0.tgz#dfb12e277993f1ae2d350b7ba4dd6bba7d21bfb1" + integrity sha512-2QUC2pP+x4v3Jp06gnFllxKsJR0yoT/K6y86ItxEsveTXUpsx+NBkChWXjU0JsGx/PL8EQnsxN0wHl4zdA1m/g== dependencies: "@popperjs/core" "^2.11.8" classnames "^2.2.6"