Skip to content

Commit

Permalink
chore(deps): update serve to 14.2.3 (#1256)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 16, 2024
1 parent 7a57565 commit bdda5f0
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 65 deletions.
37 changes: 22 additions & 15 deletions examples/config/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1",
"serve": "14.2.3",
"start-server-and-test": "2.0.3"
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
"serve": "14.2.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
"serve": "14.2.3"
}
}
30 changes: 15 additions & 15 deletions examples/start-and-pnpm-workspaces/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
"serve": "14.2.3"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
"serve": "14.2.3"
}
}
28 changes: 14 additions & 14 deletions examples/start-and-yarn-workspaces/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
dependencies:
"@types/node" "*"

"@zeit/schemas@2.29.0":
version "2.29.0"
resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.29.0.tgz#a59ae6ebfdf4ddc66a876872dd736baa58b6696c"
integrity sha512-g5QiLIfbg3pLuYUJPlisNKY+epQJTcMDsOnVNkscrDP1oi7vmJnzOANYJI/1pZcVJ6umUkBv3aFtlg1UvUHGzA==
"@zeit/schemas@2.36.0":
version "2.36.0"
resolved "https://registry.yarnpkg.com/@zeit/schemas/-/schemas-2.36.0.tgz#7a1b53f4091e18d0b404873ea3e3c83589c765f2"
integrity sha512-7kjMwcChYEzMKjeex9ZFXkt1AyNov9R5HZtjBKVsmVpw7pa7ZtlCGvCBC2vnnXctaYN+aRI61HjIqeetZW5ROg==

accepts@~1.3.5:
version "1.3.8"
Expand All @@ -82,10 +82,10 @@ aggregate-error@^3.0.0:
clean-stack "^2.0.0"
indent-string "^4.0.0"

ajv@8.11.0:
version "8.11.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.11.0.tgz#977e91dd96ca669f54a11e23e378e33b884a565f"
integrity sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==
ajv@8.12.0:
version "8.12.0"
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
dependencies:
fast-deep-equal "^3.1.1"
json-schema-traverse "^1.0.0"
Expand Down Expand Up @@ -1249,13 +1249,13 @@ serve-handler@6.1.5:
path-to-regexp "2.2.1"
range-parser "1.2.0"

serve@14.2.1:
version "14.2.1"
resolved "https://registry.yarnpkg.com/serve/-/serve-14.2.1.tgz#3f078d292ed5e7b2c5a64f957af2765b0459798b"
integrity sha512-48er5fzHh7GCShLnNyPBRPEjs2I6QBozeGr02gaacROiyS/8ARADlj595j39iZXAqBbJHH/ivJJyPRWY9sQWZA==
serve@14.2.3:
version "14.2.3"
resolved "https://registry.yarnpkg.com/serve/-/serve-14.2.3.tgz#047ba2b349354255bc09e0332cd41a92787836c9"
integrity sha512-VqUFMC7K3LDGeGnJM9h56D3XGKb6KGgOw0cVNtA26yYXHCcpxf3xwCTUaQoWlVS7i8Jdh3GjQkOB23qsXyjoyQ==
dependencies:
"@zeit/schemas" "2.29.0"
ajv "8.11.0"
"@zeit/schemas" "2.36.0"
ajv "8.12.0"
arg "5.0.2"
boxen "7.0.0"
chalk "5.0.1"
Expand Down
37 changes: 22 additions & 15 deletions examples/start/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"devDependencies": {
"cypress": "13.14.2",
"serve": "14.2.1"
"serve": "14.2.3"
},
"overrides": {
"serve": {
Expand Down

0 comments on commit bdda5f0

Please sign in to comment.