From b0642b5d5c38e356979e28a5fab6b0a53370db65 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 07:28:13 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v12 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 d40c6875e..d77193ec5 100755 --- a/netlify/netlify-cli.sh +++ b/netlify/netlify-cli.sh @@ -6,5 +6,5 @@ # SPDX-License-Identifier: AGPL-3.0-only # -NETLIFY_VERSION=11.8.3 +NETLIFY_VERSION=12.0.2 exec npx --yes netlify-cli@${NETLIFY_VERSION} $@