From 1dc8e059d8e0a4c802d0dd25b92b2edeeaaf3748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:26:35 +0000 Subject: [PATCH] Build(deps): Bump react-big-calendar in /catalog/ui Bumps [react-big-calendar](https://github.com/jquense/react-big-calendar) from 1.16.3 to 1.17.0. - [Release notes](https://github.com/jquense/react-big-calendar/releases) - [Changelog](https://github.com/jquense/react-big-calendar/blob/master/CHANGELOG.md) - [Commits](https://github.com/jquense/react-big-calendar/compare/v1.16.3...v1.17.0) --- updated-dependencies: - dependency-name: react-big-calendar dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- catalog/ui/package-lock.json | 9 ++++----- catalog/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index ee8e2a8f..63181efa 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -26,7 +26,7 @@ "moment": "^2.30.1", "parse-duration": "^1.1.1", "react": "^18.2.0", - "react-big-calendar": "^1.16.3", + "react-big-calendar": "^1.17.0", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3", @@ -14928,10 +14928,9 @@ } }, "node_modules/react-big-calendar": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.16.3.tgz", - "integrity": "sha512-hErFfZZpnmY89gJkzDvOFXDCNuPq2W/TZFamD69xNIDAInPC2mTAhAfOtBp/fGlmhKVeAdjzETCFyk3QcRh07Q==", - "license": "MIT", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.17.0.tgz", + "integrity": "sha512-blyZDItMFd0m+5uEPpOY4oBwGQ/Rgv2cZ4aYNCgq7zDTBB0DQSCSP4PL1mCqIYkoWrfZSsqrZLo/FKQ00oZuww==", "dependencies": { "@babel/runtime": "^7.20.7", "clsx": "^1.2.1", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 759b8b67..3d94139f 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -96,7 +96,7 @@ "moment": "^2.30.1", "parse-duration": "^1.1.1", "react": "^18.2.0", - "react-big-calendar": "^1.16.3", + "react-big-calendar": "^1.17.0", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3",