From 58c3fc7a1322f74c1f10b18a52834de108fd5076 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:40:19 +0000 Subject: [PATCH] Update plugin com.github.node-gradle.node to v7 --- frontend/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/build.gradle.kts b/frontend/build.gradle.kts index b8cda254..1564a264 100644 --- a/frontend/build.gradle.kts +++ b/frontend/build.gradle.kts @@ -1,7 +1,7 @@ import com.github.gradle.node.npm.task.NpmTask plugins { - id("com.github.node-gradle.node") version "3.5.0" + id("com.github.node-gradle.node") version "7.0.2" id("org.ajoberstar.git-publish") id("org.sonarqube") version "4.3.0.3225" }