From 8e210335361740295a327699fb0f09b0ec7ec8e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 02:13:16 +0000 Subject: [PATCH] chore(deps): update dependency netlify-cli to v12.0.9 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 5f390c75f..ee77705c2 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.7 +NETLIFY_VERSION=12.0.9 exec npx --yes netlify-cli@${NETLIFY_VERSION} $@