Skip to content

Commit 1ea1a9c

Browse files
authoredNov 1, 2022
Update minimatch from 3.0.4 to 3.1.2 (#180)
1 parent c7a4043 commit 1ea1a9c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"content-disposition": "0.5.2",
6868
"fast-url-parser": "1.1.3",
6969
"mime-types": "2.1.18",
70-
"minimatch": "3.0.4",
70+
"minimatch": "3.1.2",
7171
"path-is-inside": "1.0.2",
7272
"path-to-regexp": "2.2.1",
7373
"range-parser": "1.2.0"

‎yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2699,10 +2699,10 @@ mimic-response@^1.0.0, mimic-response@^1.0.1:
26992699
resolved "https://registry.yarnpkg.com/mimic-response/-/mimic-response-1.0.1.tgz#4923538878eef42063cb8a3e3b0798781487ab1b"
27002700
integrity sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==
27012701

2702-
minimatch@3.0.4, minimatch@^3.0.4:
2703-
version "3.0.4"
2704-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2705-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
2702+
minimatch@3.1.2, minimatch@^3.0.4:
2703+
version "3.1.2"
2704+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2705+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
27062706
dependencies:
27072707
brace-expansion "^1.1.7"
27082708

0 commit comments

Comments
 (0)