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

fix(deps): update dependency whatwg-mimetype to v4 #2586

Closed
wants to merge 1 commit into from
Closed
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 projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"tunnel": "^0.0.6",
"update-notifier": "^5",
"url-join": "^4.0.1",
"whatwg-mimetype": "^3.0.0",
"whatwg-mimetype": "^4.0.0",
"yaml": "^2.3.4"
},
"pkg": {
Expand Down
2 changes: 1 addition & 1 deletion projects/standard-rulesets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"object-hash": "^3.0.0",
"openai": "^4.7.1",
"ora": "5.4.1",
"whatwg-mimetype": "^3.0.0"
"whatwg-mimetype": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3845,7 +3845,7 @@ __metadata:
typescript: "npm:^5.0.0"
update-notifier: "npm:^5"
url-join: "npm:^4.0.1"
whatwg-mimetype: "npm:^3.0.0"
whatwg-mimetype: "npm:^4.0.0"
yaml: "npm:^2.3.4"
bin:
optic: build/index.js
Expand Down Expand Up @@ -3910,7 +3910,7 @@ __metadata:
ts-jest: "npm:^29.0.3"
ts-node: "npm:^10.9.1"
typescript: "npm:^5.0.0"
whatwg-mimetype: "npm:^3.0.0"
whatwg-mimetype: "npm:^4.0.0"
bin:
standard-rulesets: build/index.js
languageName: unknown
Expand Down Expand Up @@ -11676,10 +11676,10 @@ __metadata:
languageName: node
linkType: hard

"whatwg-mimetype@npm:^3.0.0":
version: 3.0.0
resolution: "whatwg-mimetype@npm:3.0.0"
checksum: 323895a1cda29a5fb0b9ca82831d2c316309fede0365047c4c323073e3239067a304a09a1f4b123b9532641ab604203f33a1403b5ca6a62ef405bcd7a204080f
"whatwg-mimetype@npm:^4.0.0":
version: 4.0.0
resolution: "whatwg-mimetype@npm:4.0.0"
checksum: a773cdc8126b514d790bdae7052e8bf242970cebd84af62fb2f35a33411e78e981f6c0ab9ed1fe6ec5071b09d5340ac9178e05b52d35a9c4bcf558ba1b1551df
languageName: node
linkType: hard

Expand Down