diff --git a/ui/package-lock.json b/ui/package-lock.json index cf271587a..d283f41da 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19326,9 +19326,9 @@ "integrity": "sha512-QLjwhhrAgrTdrVRUuuCWOHLt98bRXgx106Z1OErhk5mliQ9h1VH0LMLbmCkX8rdGTNxTsUvqR8y01ylkXCps0Q==" }, "react-datepicker": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.11.0.tgz", - "integrity": "sha512-eyaLRTX4CaMnW4HW34gYmG4cT/3R9vyAIEAQ1SSWKBO77pTs6RfxUzbLRKOheyIlQM7BmXhLGOxq80vvlCb09w==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.12.0.tgz", + "integrity": "sha512-LlFK36MyQXLSMGB+DiZvPmVw+P1IeCvn2eX3bU1P32T6i8o7+b8LrUVYV9o7slXZMhqOjgTq2vYiXvdRpN/dlQ==", "requires": { "classnames": "^2.2.6", "date-fns": "^2.0.1", diff --git a/ui/package.json b/ui/package.json index 8b955ee2d..cc87f5a60 100644 --- a/ui/package.json +++ b/ui/package.json @@ -36,7 +36,7 @@ "react-app-polyfill": "1.0.6", "react-autosuggest": "9.4.3", "react-collapsible": "2.6.2", - "react-datepicker": "2.11.0", + "react-datepicker": "2.12.0", "react-dom": "16.12.0", "react-highlighter": "0.4.3", "react-hotkeys": "2.0.0", diff --git a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.js.snap b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.js.snap index a9a89ee78..9a8947cd2 100644 --- a/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.js.snap +++ b/ui/src/Components/SilenceModal/DateTimeSelect/__snapshots__/index.test.js.snap @@ -316,49 +316,56 @@ exports[` 'Ends' tab matches snapshot 1`] = ` >
30
31
1
2
3
4
@@ -367,49 +374,56 @@ exports[` 'Ends' tab matches snapshot 1`] = `
6
7
8
9
10
11
@@ -418,49 +432,56 @@ exports[` 'Ends' tab matches snapshot 1`] = `
13
14
15
16
17
18
@@ -469,49 +490,56 @@ exports[` 'Ends' tab matches snapshot 1`] = `
20
21
22
23
24
25
@@ -520,49 +548,56 @@ exports[` 'Ends' tab matches snapshot 1`] = `
27
28
1
2
3
4
@@ -765,49 +800,56 @@ exports[` 'Starts' tab matches snapshot 1`] = ` >
1
2
3
4
5
6
@@ -816,49 +858,56 @@ exports[` 'Starts' tab matches snapshot 1`] = `
8
9
10
11
12
13
@@ -867,49 +916,56 @@ exports[` 'Starts' tab matches snapshot 1`] = `
15
16
17
18
19
20
@@ -918,49 +974,56 @@ exports[` 'Starts' tab matches snapshot 1`] = `
22
23
24
25
26
27
@@ -969,49 +1032,56 @@ exports[` 'Starts' tab matches snapshot 1`] = `
29
1
2
3
4
5