From a21fb5254e9d4426d162286de46b82723f1387b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:13:01 +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..0b32503a 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.1" id("org.ajoberstar.git-publish") id("org.sonarqube") version "4.3.0.3225" }