diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index f3b6611c..1f7f49a4 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.16.0", + "react-big-calendar": "^1.16.2", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3", @@ -14900,9 +14900,10 @@ } }, "node_modules/react-big-calendar": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.16.0.tgz", - "integrity": "sha512-SlFIWXlD05jcFFyxjtUG5UjdcbF7j5seCTXGzfhDlVJ2Jc7HU+VYIzAY7Md65o3W6kvCokhHUSWHsQqoQDlg7Q==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/react-big-calendar/-/react-big-calendar-1.16.2.tgz", + "integrity": "sha512-ZnpRpMdAWXCHrOILEUY3NE/hIPmhtni3f3lEa+N7J6jRpD06eg9T2cGefETB75Cmkd3JsIvQMsHFMhKVfz6oYg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.20.7", "clsx": "^1.2.1", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 1064a569..3c872903 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.16.0", + "react-big-calendar": "^1.16.2", "react-dom": "^18.3.1", "react-error-boundary": "^3.1.4", "react-redux": "^8.1.3",