From 63ad6c4448c7107f6fca6b02777942be69ef7773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 14:25:04 +0000 Subject: [PATCH] Update dependency com.github.node-gradle:gradle-node-plugin to v7.1.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a82c3c5..94506b68 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ kotlinProcess = "1.5" # https://github.com/pgreze/kotlin-proces classgraph = "4.8.175" # https://github.com/classgraph/classgraph/releases -gradleNodePlugin = "7.0.2" # https://github.com/node-gradle/gradle-node-plugin/releases +gradleNodePlugin = "7.1.0" # https://github.com/node-gradle/gradle-node-plugin/releases [libraries]