From 52a1ddf8529e0d40d2c8cee81c0671a0f5b3de1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 04:00:10 +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.17.0 to 1.17.1. - [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.17.0...v1.17.1) --- updated-dependencies: - dependency-name: react-big-calendar dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- catalog/ui/package-lock.json | 8 ++++---- catalog/ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 88b61a26..f2adfaed 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.17.0", + "react-big-calendar": "^1.17.1", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3", @@ -14916,9 +14916,9 @@ } }, "node_modules/react-big-calendar": { - "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==", + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.17.1.tgz", + "integrity": "sha512-LltUAMSGODWQBKx4013bRe6R0jaINV9hrs970+F860KedpozwRGGMT66esV9mA3mAhfSKoazF/QH1WCyLkXYZA==", "dependencies": { "@babel/runtime": "^7.20.7", "clsx": "^1.2.1", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 18712e32..d8dda98c 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.17.0", + "react-big-calendar": "^1.17.1", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3",