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-cli to v3 #5988

Merged
merged 1 commit into from
Oct 11, 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 @@ -73,7 +73,7 @@
"rimraf": "6.0.1",
"rooks": "7.14.1",
"sirv": "2.0.4",
"sirv-cli": "2.0.2",
"sirv-cli": "3.0.0",
"storybook": "8.3.5",
"tailwindcss": "3.4.13",
"tsup": "8.3.0",
Expand Down
35 changes: 23 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7874,7 +7874,7 @@ __metadata:
rimraf: "npm:6.0.1"
rooks: "npm:7.14.1"
sirv: "npm:2.0.4"
sirv-cli: "npm:2.0.2"
sirv-cli: "npm:3.0.0"
storybook: "npm:8.3.5"
tailwindcss: "npm:3.4.13"
tsup: "npm:8.3.0"
Expand Down Expand Up @@ -11625,10 +11625,10 @@ __metadata:
languageName: node
linkType: hard

"get-port@npm:^3.2.0":
version: 3.2.0
resolution: "get-port@npm:3.2.0"
checksum: 10c0/1b6c3fe89074be3753d9ddf3d67126ea351ab9890537fe53fefebc2912d1d66fdc112451bbc76d33ae5ceb6ca70be2a91017944e3ee8fb0814ac9b295bf2a5b8
"get-port@npm:^5.1.1":
version: 5.1.1
resolution: "get-port@npm:5.1.1"
checksum: 10c0/2873877a469b24e6d5e0be490724a17edb39fafc795d1d662e7bea951ca649713b4a50117a473f9d162312cb0e946597bd0e049ed2f866e79e576e8e213d3d1c
languageName: node
linkType: hard

Expand Down Expand Up @@ -17884,25 +17884,25 @@ __metadata:
languageName: node
linkType: hard

"sirv-cli@npm:2.0.2":
version: 2.0.2
resolution: "sirv-cli@npm:2.0.2"
"sirv-cli@npm:3.0.0":
version: 3.0.0
resolution: "sirv-cli@npm:3.0.0"
dependencies:
console-clear: "npm:^1.1.0"
get-port: "npm:^3.2.0"
get-port: "npm:^5.1.1"
kleur: "npm:^4.1.4"
local-access: "npm:^1.0.1"
sade: "npm:^1.6.0"
semiver: "npm:^1.0.0"
sirv: "npm:^2.0.0"
sirv: "npm:^3.0.0"
tinydate: "npm:^1.0.0"
bin:
sirv: bin.js
checksum: 10c0/ee421808cd3853d79649905cc51759c4a53b2d4ef239c9591f971d920c50341596e1b90d4b452642267d208949d0a934512edac7500ca1509e1091dcf511f96b
checksum: 10c0/44ddde7a588ee700b24b2769778f6065e2129ee034a40e78b22dd2443f20029a1ba6c482d881de8e0256822dbe307e49cb9df1a4d1d5f004bc0e9d863bb817d3
languageName: node
linkType: hard

"sirv@npm:2.0.4, sirv@npm:^2.0.0, sirv@npm:^2.0.3, sirv@npm:^2.0.4":
"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"
dependencies:
Expand All @@ -17913,6 +17913,17 @@ __metadata:
languageName: node
linkType: hard

"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/282c52ee5a93cafa297096ad31aa6c3004a21d4c93abe728b701e51e4329acb887f6e92f07696225414fd6bb4a7782fd64a42d0b6b6467ae0f66bd3fde90b865
languageName: node
linkType: hard

"sisteransi@npm:^1.0.5":
version: 1.0.5
resolution: "sisteransi@npm:1.0.5"
Expand Down
Loading