Skip to content

Commit c3229ff

Browse files
Bump mime from 3.0.0 to 4.0.2
Bumps [mime](https://github.com/broofa/mime) from 3.0.0 to 4.0.2. - [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md) - [Commits](broofa/mime@v3.0.0...v4.0.2) --- updated-dependencies: - dependency-name: mime dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2974028 commit c3229ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"accept-language-parser": "^1.5.0",
1919
"eslint": "^8.53.0",
2020
"lodash": "^4.17.21",
21-
"mime": "^3.0.0"
21+
"mime": "^4.0.2"
2222
}
2323
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,10 +1026,10 @@ mime-types@^2.1.27:
10261026
dependencies:
10271027
mime-db "1.44.0"
10281028

1029-
mime@^3.0.0:
1030-
version "3.0.0"
1031-
resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
1032-
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
1029+
mime@^4.0.2:
1030+
version "4.0.2"
1031+
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.2.tgz#2da851f9b6545ed402525fa9075c440d76f20ef5"
1032+
integrity sha512-rSR2L7RhEm0ifwn6lZAa+CcLy7EEl6POovp3QcnFHb/C5P4B+h6u+yCQPQaWzNdecHL8p85zRowrAjpF9F46Og==
10331033

10341034
mimic-fn@^2.1.0:
10351035
version "2.1.0"

0 commit comments

Comments
 (0)