Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency mrmime to v2 #2255

Merged
merged 1 commit into from
Jan 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-forks/assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"glob": "8.1.0",
"image-size": "1.0.2",
"mrmime": "1.0.1"
"mrmime": "2.0.0"
},
"devDependencies": {
"ava": "6.0.1",
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2525,7 +2525,7 @@ __metadata:
c8: "npm:8.0.1"
glob: "npm:8.1.0"
image-size: "npm:1.0.2"
mrmime: "npm:1.0.1"
mrmime: "npm:2.0.0"
sinon: "npm:17.0.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -10289,7 +10289,14 @@ __metadata:
languageName: node
linkType: hard

"mrmime@npm:1.0.1, mrmime@npm:^1.0.0":
"mrmime@npm:2.0.0":
version: 2.0.0
resolution: "mrmime@npm:2.0.0"
checksum: 312b35ed288986aec90955410b21ed7427fd1e4ee318cb5fc18765c8d029eeded9444faa46589e5b1ed6b35fb2054a802ac8dcb917ddf6b3e189cb3bf11a965c
languageName: node
linkType: hard

"mrmime@npm:^1.0.0":
version: 1.0.1
resolution: "mrmime@npm:1.0.1"
checksum: ab071441da76fd23b3b0d1823d77aacf8679d379a4a94cacd83e487d3d906763b277f3203a594c613602e31ab5209c26a8119b0477c4541ef8555b293a9db6d3
Expand Down