Skip to content

Commit 2e37979

Browse files
committed
Update dependency mime-types to v2.1.35
1 parent 539666e commit 2e37979

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"dependencies": {
1515
"file-type": "7.2.0",
16-
"mime-types": "2.1.17",
16+
"mime-types": "2.1.35",
1717
"minimatch": "3.0.4",
1818
"octokat": "0.9.2"
1919
},

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,11 +1167,23 @@ micromatch@^2.1.5:
11671167
parse-glob "^3.0.4"
11681168
regex-cache "^0.4.2"
11691169

1170+
mime-db@1.52.0:
1171+
version "1.52.0"
1172+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
1173+
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
1174+
11701175
mime-db@~1.30.0:
11711176
version "1.30.0"
11721177
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01"
11731178

1174-
mime-types@2.1.17, mime-types@^2.1.12, mime-types@~2.1.7:
1179+
mime-types@2.1.35:
1180+
version "2.1.35"
1181+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
1182+
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
1183+
dependencies:
1184+
mime-db "1.52.0"
1185+
1186+
mime-types@^2.1.12, mime-types@~2.1.7:
11751187
version "2.1.17"
11761188
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.17.tgz#09d7a393f03e995a79f8af857b70a9e0ab16557a"
11771189
dependencies:

0 commit comments

Comments
 (0)