diff --git a/graylog2-web-interface/package.json b/graylog2-web-interface/package.json index 99e519d21223..b7f9c88d3757 100644 --- a/graylog2-web-interface/package.json +++ b/graylog2-web-interface/package.json @@ -85,7 +85,7 @@ "react-ace": "12.0.0", "react-beautiful-dnd": "^13.1.0", "react-color": "^2.14.0", - "react-day-picker": "^7.4.8", + "react-day-picker": "^9.4.4", "react-error-boundary": "^4.0.1", "react-fast-compare": "^3.2.0", "react-grid-layout": "^1.3.0", diff --git a/graylog2-web-interface/yarn.lock b/graylog2-web-interface/yarn.lock index aa23f8917a6f..abd4670b70b6 100644 --- a/graylog2-web-interface/yarn.lock +++ b/graylog2-web-interface/yarn.lock @@ -1609,6 +1609,11 @@ normalize-package-data "^3||^4||^5||^6" xmlbuilder2 "^3.0.2" +"@date-fns/tz@^1.2.0": + version "1.2.0" + resolved "https://registry.yarnpkg.com/@date-fns/tz/-/tz-1.2.0.tgz#81cb3211693830babaf3b96aff51607e143030a6" + integrity sha512-LBrd7MiJZ9McsOgxqWX7AaxrDjcFVjWH/tIKJd7pnR7McaslGYOP1QmmiBXdJH/H/yLCT+rcQ7FaPBUxRGUtrg== + "@discoveryjs/json-ext@0.5.7", "@discoveryjs/json-ext@^0.5.0": version "0.5.7" resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" @@ -6033,6 +6038,11 @@ data-view-byte-offset@^1.0.0: es-errors "^1.3.0" is-data-view "^1.0.1" +date-fns@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-4.1.0.tgz#64b3d83fff5aa80438f5b1a633c2e83b8a1c2d14" + integrity sha512-Ukq0owbQXxa/U3EGtsdVBkR1w7KOQ5gIBqdH2hkvknzZPYvBxb/aa6E8L7tmjFtkwZBu3UXBbjIgPo/Ez4xaNg== + debounce@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/debounce/-/debounce-1.2.1.tgz#38881d8f4166a5c5848020c11827b834bcb3e0a5" @@ -7256,7 +7266,7 @@ eslint-config-airbnb@19.0.4: eslint-config-airbnb "19.0.4" eslint-import-resolver-webpack "0.13.10" eslint-plugin-compat "4.2.0" - eslint-plugin-graylog "file:../../../../.cache/yarn/v6/npm-eslint-config-graylog-1.3.0-9f621c46-a952-421a-8e45-25a841612b8a-1734955858103/node_modules/eslint-plugin-graylog" + eslint-plugin-graylog "file:packages/eslint-plugin-graylog" eslint-plugin-import "2.25.3" eslint-plugin-jest "28.10.0" eslint-plugin-jest-dom "5.5.0" @@ -8763,12 +8773,12 @@ graphemer@^1.4.0: "@tanstack/react-query" "4.36.1" "@types/jquery" "3.5.32" "@types/react" "18.3.13" - babel-preset-graylog "file:../../../../.cache/yarn/v6/npm-graylog-web-plugin-6.2.0-SNAPSHOT-095dc62a-9e26-4c50-b352-7f809b62b982-1734955857830/node_modules/babel-preset-graylog" - eslint-config-graylog "file:../../../../.cache/yarn/v6/npm-graylog-web-plugin-6.2.0-SNAPSHOT-095dc62a-9e26-4c50-b352-7f809b62b982-1734955857830/node_modules/eslint-config-graylog" + babel-preset-graylog "file:packages/babel-preset-graylog" + eslint-config-graylog "file:packages/eslint-config-graylog" formik "2.4.6" history "^5.3.0" html-webpack-plugin "^5.5.0" - jest-preset-graylog "file:../../../../.cache/yarn/v6/npm-graylog-web-plugin-6.2.0-SNAPSHOT-095dc62a-9e26-4c50-b352-7f809b62b982-1734955857830/node_modules/jest-preset-graylog" + jest-preset-graylog "file:packages/jest-preset-graylog" jquery "3.7.1" moment "2.30.1" moment-timezone "0.5.46" @@ -13110,12 +13120,13 @@ react-color@^2.14.0: reactcss "^1.2.0" tinycolor2 "^1.4.1" -react-day-picker@^7.4.8: - version "7.4.8" - resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-7.4.8.tgz#675625240d3fae1b41c0a9d5177c968c8517c1d4" - integrity sha512-pp0hnxFVoRuBQcRdR1Hofw4CQtOCGVmzCNrscyvS0Q8NEc+UiYLEDqE5dk37bf0leSnBW4lheIt0CKKhuKzDVw== +react-day-picker@^9.4.4: + version "9.4.4" + resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-9.4.4.tgz#1c514c86489ede20046eec957c68a7b31542bd49" + integrity sha512-1s+jA/bFYtoxhhr8M0kkFHLiMTSII6qU8UfDFprRAUStTVHljLTjg4oarvAngPlQ1cQAC+LUb0k/qMc+jjhmxw== dependencies: - prop-types "^15.6.2" + "@date-fns/tz" "^1.2.0" + date-fns "^4.1.0" react-dom@18.2.0: version "18.2.0"