Skip to content

Commit 7f27d8e

Browse files
chore(deps): update dependency minimatch to v5
1 parent 59ef715 commit 7f27d8e

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"minimist": "npm:[email protected]",
8585
"glob-parent": "^6.0.1",
8686
"@types/node": "^16.0.0",
87-
"minimatch": "^3.0.5"
87+
"minimatch": "^5.0.0"
8888
},
8989
"dependencies": {
9090
"@coder/logger": "^3.0.0",

yarn.lock

+9-15
Original file line numberDiff line numberDiff line change
@@ -606,13 +606,12 @@ [email protected]:
606606
raw-body "2.4.0"
607607
type-is "~1.6.17"
608608

609-
brace-expansion@^1.1.7:
610-
version "1.1.11"
611-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
612-
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
609+
brace-expansion@^2.0.1:
610+
version "2.0.1"
611+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
612+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
613613
dependencies:
614614
balanced-match "^1.0.0"
615-
concat-map "0.0.1"
616615

617616
braces@^3.0.1:
618617
version "3.0.2"
@@ -798,11 +797,6 @@ compression@^1.7.4:
798797
safe-buffer "5.1.2"
799798
vary "~1.1.2"
800799

801-
802-
version "0.0.1"
803-
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
804-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
805-
806800
console-control-strings@^1.0.0, console-control-strings@^1.1.0:
807801
version "1.1.0"
808802
resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
@@ -2372,12 +2366,12 @@ [email protected]:
23722366
resolved "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz#32cd9e5c64553bd58d19a568af452acff04981b1"
23732367
integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==
23742368

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==
2369+
minimatch@^3.0.4, minimatch@^5.0.0:
2370+
version "5.1.0"
2371+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
2372+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
23792373
dependencies:
2380-
brace-expansion "^1.1.7"
2374+
brace-expansion "^2.0.1"
23812375

23822376
minimist@^1.2.0, minimist@^1.2.6, "minimist@npm:[email protected]":
23832377
version "2.2.1"

0 commit comments

Comments
 (0)