Skip to content

Commit c45371f

Browse files
authored
Upgrade minimatch, moment (#513)
Signed-off-by: Rupal Mahajan <[email protected]>
1 parent b7c471d commit c45371f

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

dashboards-reports/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"ansi-regex": "5.0.1",
7474
"json-schema": "0.4.0",
7575
"ws": "^7.4.6",
76-
"terser": "^4.8.1"
76+
"minimatch": "^3.0.5",
77+
"terser": "^4.8.1",
78+
"moment": "^2.29.4"
7779
}
7880
}

dashboards-reports/yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4639,14 +4639,7 @@ minimalistic-crypto-utils@^1.0.1:
46394639
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
46404640
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
46414641

4642-
minimatch@^3.0.4:
4643-
version "3.0.4"
4644-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
4645-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
4646-
dependencies:
4647-
brace-expansion "^1.1.7"
4648-
4649-
minimatch@^3.1.1:
4642+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1:
46504643
version "3.1.2"
46514644
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
46524645
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -4706,10 +4699,10 @@ mkdirp@^0.5.4:
47064699
dependencies:
47074700
minimist "^1.2.5"
47084701

4709-
moment@^2.27.0:
4710-
version "2.29.3"
4711-
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.3.tgz#edd47411c322413999f7a5940d526de183c031f3"
4712-
integrity sha512-c6YRvhEo//6T2Jz/vVtYzqBzwvPT95JBQ+smCytzf7c50oMZRsR/a4w88aD34I+/QVSfnoAnSBFPJHItlOMJVw==
4702+
moment@^2.27.0, moment@^2.29.4:
4703+
version "2.29.4"
4704+
resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.4.tgz#3dbe052889fe7c1b2ed966fcb3a77328964ef108"
4705+
integrity sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==
47134706

47144707
move-concurrently@^1.0.1:
47154708
version "1.0.1"

0 commit comments

Comments
 (0)