Skip to content

Commit

Permalink
fix(deps): update dependency whatwg-mimetype to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent cb4badf commit 41a674b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,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 @@ -23,7 +23,7 @@
"json-stable-stringify": "^1.1.0",
"object-hash": "^3.0.0",
"openai": "^4.7.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 @@ -3803,7 +3803,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 @@ -3867,7 +3867,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 @@ -11706,10 +11706,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

0 comments on commit 41a674b

Please sign in to comment.