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

chore(deps): bump sirv from 2.0.3 to 2.0.4 #1311

Merged
merged 1 commit into from
Dec 21, 2023
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.json
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@
],
"dependencies": {
"polka": "^1.0.0-next.24",
"sirv": "^2.0.3",
"sirv": "^2.0.4",
"vscode-languageclient": "9.0.1"
},
"devDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ __metadata:
languageName: node
linkType: hard

"@polka/url@npm:^1.0.0-next.20, @polka/url@npm:^1.0.0-next.21":
"@polka/url@npm:^1.0.0-next.21, @polka/url@npm:^1.0.0-next.24":
version: 1.0.0-next.24
resolution: "@polka/url@npm:1.0.0-next.24"
checksum: 97d98fa911857158514457bedad8c36084c1f608302458f580ab300a25c3abf456d1d54fcf2ea7927464bee0858baf5e8e5b374b95c3375b9eb3784d81411ebd
Expand Down Expand Up @@ -4367,10 +4367,10 @@ __metadata:
languageName: node
linkType: hard

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

Expand Down Expand Up @@ -4695,7 +4695,7 @@ __metadata:
polka: "npm:^1.0.0-next.24"
prettier: "npm:3.1.1"
prettier-plugin-packagejson: "npm:2.4.7"
sirv: "npm:^2.0.3"
sirv: "npm:^2.0.4"
typescript: "npm:5.3.3"
vscode-languageclient: "npm:9.0.1"
languageName: unknown
Expand Down Expand Up @@ -5612,14 +5612,14 @@ __metadata:
languageName: node
linkType: hard

"sirv@npm:^2.0.3":
version: 2.0.3
resolution: "sirv@npm:2.0.3"
"sirv@npm:^2.0.4":
version: 2.0.4
resolution: "sirv@npm:2.0.4"
dependencies:
"@polka/url": "npm:^1.0.0-next.20"
mrmime: "npm:^1.0.0"
"@polka/url": "npm:^1.0.0-next.24"
mrmime: "npm:^2.0.0"
totalist: "npm:^3.0.0"
checksum: 333bd665ee5ac3805047ea47757e04e2b18ca562749b9a07f5bbbee6dabd99ff00011604689b1ada3d22e46a4198c61e05e2d1abd5454d94da483ce3a3813205
checksum: 68f8ee857f6a9415e9c07a1f31c7c561df8d5f1b1ba79bee3de583fa37da8718def5309f6b1c6e2c3ef77de45d74f5e49efc7959214443aa92d42e9c99180a4e
languageName: node
linkType: hard

Expand Down
Loading