Skip to content

Commit 2ca6524

Browse files
Update dependency minimatch to v3.0.5 [SECURITY]
1 parent 539666e commit 2ca6524

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"file-type": "7.2.0",
1616
"mime-types": "2.1.17",
17-
"minimatch": "3.0.4",
17+
"minimatch": "3.0.5",
1818
"octokat": "0.9.2"
1919
},
2020
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1177,7 +1177,14 @@ mime-types@2.1.17, mime-types@^2.1.12, mime-types@~2.1.7:
11771177
dependencies:
11781178
mime-db "~1.30.0"
11791179

1180-
minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
1180+
minimatch@3.0.5:
1181+
version "3.0.5"
1182+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3"
1183+
integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==
1184+
dependencies:
1185+
brace-expansion "^1.1.7"
1186+
1187+
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
11811188
version "3.0.4"
11821189
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
11831190
dependencies:

0 commit comments

Comments
 (0)