From 61825a36116d638495200f4da363edf68204b4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Oct 2022 14:37:27 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v12.0.11 Signed-off-by: Renovate Bot --- netlify/netlify-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify/netlify-cli.sh b/netlify/netlify-cli.sh index ee77705c2..91c7a11fb 100755 --- a/netlify/netlify-cli.sh +++ b/netlify/netlify-cli.sh @@ -6,5 +6,5 @@ # SPDX-License-Identifier: AGPL-3.0-only # -NETLIFY_VERSION=12.0.9 +NETLIFY_VERSION=12.0.11 exec npx --yes netlify-cli@${NETLIFY_VERSION} $@