Skip to content

Commit 59ef715

Browse files
authored
chore: update minimatch (#5697)
1 parent bbf18cc commit 59ef715

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"nanoid": "^3.1.31",
8484
"minimist": "npm:[email protected]",
8585
"glob-parent": "^6.0.1",
86-
"@types/node": "^16.0.0"
86+
"@types/node": "^16.0.0",
87+
"minimatch": "^3.0.5"
8788
},
8889
"dependencies": {
8990
"@coder/logger": "^3.0.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2372,10 +2372,10 @@ [email protected]:
23722372
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
23732373
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
23742374

2375-
minimatch@^3.0.4:
2376-
version "3.0.4"
2377-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
2378-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
2375+
minimatch@^3.0.4, minimatch@^3.0.5:
2376+
version "3.1.2"
2377+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
2378+
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
23792379
dependencies:
23802380
brace-expansion "^1.1.7"
23812381

0 commit comments

Comments
 (0)