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",