From 327b50243951b74011f9250796b4c57f37869f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:01:56 +0000 Subject: [PATCH] chore(deps): bump react-datepicker in /examples/hello-world Bumps [react-datepicker](https://github.com/Hacker0x01/react-datepicker) from 4.21.0 to 4.23.0. - [Release notes](https://github.com/Hacker0x01/react-datepicker/releases) - [Commits](https://github.com/Hacker0x01/react-datepicker/compare/v4.21.0...v4.23.0) --- updated-dependencies: - dependency-name: react-datepicker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/hello-world/package.json | 2 +- examples/hello-world/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index 57785fc00..fda8f9e73 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.21.0", + "react-datepicker": "^4.23.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 eb70ae66a..48030f7c9 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.21.0: - version "4.21.0" - resolved "https://registry.yarnpkg.com/react-datepicker/-/react-datepicker-4.21.0.tgz#09b2ba3e53654a8563b22c9f649835716c8456d3" - integrity sha512-z0DtuRrKMz9i7dcTusW29VacbM9pn08g1yw0cG+Y5GpodJDxSWv7zUMxl3IwKN9Ap/AMphiepvmT5P+iNCgEiA== +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== dependencies: "@popperjs/core" "^2.11.8" classnames "^2.2.6"