From bce13277f619a559c742223acd78f2ae7d396194 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Sep 2021 11:08:53 +0200 Subject: [PATCH] Bump serve to ^12.0.1 (#28294) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index be212a3e64bb57..d1c46bbecfccce 100644 --- a/package.json +++ b/package.json @@ -164,7 +164,7 @@ "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", - "serve": "^12.0.0", + "serve": "^12.0.1", "sinon": "^11.1.2", "source-map-support": "^0.5.19", "stylelint": "^13.13.1", diff --git a/yarn.lock b/yarn.lock index 3a9bc6526c6913..9c48f6b31dbbd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14721,10 +14721,10 @@ serve-static@1.14.1: parseurl "~1.3.3" send "0.17.1" -serve@^12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/serve/-/serve-12.0.0.tgz#122962f712b57660059de9d109c82599280e4949" - integrity sha512-BkTsETQYynAZ7rXX414kg4X6EvuZQS3UVs1NY0VQYdRHSTYWPYcH38nnDh48D0x6ONuislgjag8uKlU2gTBImA== +serve@^12.0.1: + version "12.0.1" + resolved "https://registry.yarnpkg.com/serve/-/serve-12.0.1.tgz#5b0e05849f5ed9b8aab0f30a298c3664bba052bb" + integrity sha512-CQ4ikLpxg/wmNM7yivulpS6fhjRiFG6OjmP8ty3/c1SBnSk23fpKmLAV4HboTA2KrZhkUPlDfjDhnRmAjQ5Phw== dependencies: "@zeit/schemas" "2.6.0" ajv "6.12.6"