From cf3b1afeea4fa5412aa4be5e470fafb0bdb92fcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 20:36:52 +0000 Subject: [PATCH] chore(deps): bump react-day-picker from 8.8.1 to 8.8.2 in /ui Bumps [react-day-picker](https://github.com/gpbl/react-day-picker) from 8.8.1 to 8.8.2. - [Release notes](https://github.com/gpbl/react-day-picker/releases) - [Commits](https://github.com/gpbl/react-day-picker/compare/v8.8.1...v8.8.2) --- updated-dependencies: - dependency-name: react-day-picker dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index dacbf3f1b..455e3728a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -38,7 +38,7 @@ "react": "17.0.2", "react-app-polyfill": "3.0.0", "react-cool-dimensions": "3.0.1", - "react-day-picker": "8.8.1", + "react-day-picker": "8.8.2", "react-dom": "17.0.2", "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4", @@ -19776,9 +19776,9 @@ } }, "node_modules/react-day-picker": { - "version": "8.8.1", - "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.8.1.tgz", - "integrity": "sha512-U7RsRoRI5pyMXhKq54hS9yM11WEGkPf8hIdrxIM/sefgmQjuxazqgwcZFMiPZW/K9vtmzLZFf9bLW0wVsGYd5w==", + "version": "8.8.2", + "resolved": "https://registry.npmjs.org/react-day-picker/-/react-day-picker-8.8.2.tgz", + "integrity": "sha512-sK5M5PNZaLiszmACUKUpVu1eX3eFDVV+WLdWQ3BxTPbEC9jhuawmlgpbSXX5dIIQQwJpZ4wwP5+vsMVOwa1IRw==", "funding": { "type": "individual", "url": "https://github.com/sponsors/gpbl" diff --git a/ui/package.json b/ui/package.json index cbaa3d71d..0766c74e4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "react": "17.0.2", "react-app-polyfill": "3.0.0", "react-cool-dimensions": "3.0.1", - "react-day-picker": "8.8.1", + "react-day-picker": "8.8.2", "react-dom": "17.0.2", "react-hotkeys-hook": "4.4.1", "react-idle-timer": "4.6.4",