diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 64d2ba3d..56e8bcaf 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.0", "react": "^18.2.0", - "react-big-calendar": "^1.13.3", + "react-big-calendar": "^1.13.4", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3", @@ -15020,9 +15020,9 @@ } }, "node_modules/react-big-calendar": { - "version": "1.13.3", - "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.13.3.tgz", - "integrity": "sha512-PaZEQMhZCPiInxkKeP9S1TgI1e0Gd4aPpueYXS97rMa89AfX2ZGEmoMjDyeOkIz+mA1utuYF/yQYaxGPNXS0Sg==", + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.13.4.tgz", + "integrity": "sha512-eTc67wNHrEbtK7SW2dKlAWjPTcaMfg8BaL5ei4BQ/5FKzVOt3LrmBiq7hr9sOxOYtOfMRxWYMkjkZRvrlRWRBw==", "dependencies": { "@babel/runtime": "^7.20.7", "clsx": "^1.2.1", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 4d97bd90..a2f0ae1c 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -96,7 +96,7 @@ "moment": "^2.30.1", "parse-duration": "^1.1.0", "react": "^18.2.0", - "react-big-calendar": "^1.13.3", + "react-big-calendar": "^1.13.4", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3",