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): update dependency sirv to v3 #5987

Merged
merged 1 commit into from
Oct 12, 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 packages/ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"require-from-string": "2.0.2",
"rimraf": "6.0.1",
"rooks": "7.14.1",
"sirv": "2.0.4",
"sirv": "3.0.0",
"sirv-cli": "3.0.0",
"storybook": "8.3.5",
"tailwindcss": "3.4.13",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7873,7 +7873,7 @@ __metadata:
require-from-string: "npm:2.0.2"
rimraf: "npm:6.0.1"
rooks: "npm:7.14.1"
sirv: "npm:2.0.4"
sirv: "npm:3.0.0"
sirv-cli: "npm:3.0.0"
storybook: "npm:8.3.5"
tailwindcss: "npm:3.4.13"
Expand Down Expand Up @@ -17902,25 +17902,25 @@ __metadata:
languageName: node
linkType: hard

"sirv@npm:2.0.4, sirv@npm:^2.0.3, sirv@npm:^2.0.4":
version: 2.0.4
resolution: "sirv@npm:2.0.4"
"sirv@npm:3.0.0, sirv@npm:^3.0.0":
version: 3.0.0
resolution: "sirv@npm:3.0.0"
dependencies:
"@polka/url": "npm:^1.0.0-next.24"
mrmime: "npm:^2.0.0"
totalist: "npm:^3.0.0"
checksum: 10c0/68f8ee857f6a9415e9c07a1f31c7c561df8d5f1b1ba79bee3de583fa37da8718def5309f6b1c6e2c3ef77de45d74f5e49efc7959214443aa92d42e9c99180a4e
checksum: 10c0/282c52ee5a93cafa297096ad31aa6c3004a21d4c93abe728b701e51e4329acb887f6e92f07696225414fd6bb4a7782fd64a42d0b6b6467ae0f66bd3fde90b865
languageName: node
linkType: hard

"sirv@npm:^3.0.0":
version: 3.0.0
resolution: "sirv@npm:3.0.0"
"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.24"
mrmime: "npm:^2.0.0"
totalist: "npm:^3.0.0"
checksum: 10c0/282c52ee5a93cafa297096ad31aa6c3004a21d4c93abe728b701e51e4329acb887f6e92f07696225414fd6bb4a7782fd64a42d0b6b6467ae0f66bd3fde90b865
checksum: 10c0/68f8ee857f6a9415e9c07a1f31c7c561df8d5f1b1ba79bee3de583fa37da8718def5309f6b1c6e2c3ef77de45d74f5e49efc7959214443aa92d42e9c99180a4e
languageName: node
linkType: hard

Expand Down
Loading