Skip to content

Commit f464322

Browse files
Update dependency minimatch to v3.1.4 [SECURITY]
1 parent 539666e commit f464322

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.1.4",
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.1.4:
1181+
version "3.1.4"
1182+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.4.tgz#89d910ea3970a77ac8edfd30340ccd038b758079"
1183+
integrity sha512-twmL+S8+7yIsE9wsqgzU3E8/LumN3M3QELrBZ20OdmQ9jB2JvW5oZtBEmft84k/Gs5CG9mqtWc6Y9vW+JEzGxw==
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)