From 963b79eaadfe705a02cb02170487e6243c6623af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:55:07 +0000 Subject: [PATCH] chore(deps): update plugin com.github.node-gradle.node to v7.1.0 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 535187ccb1f..89e40b0943b 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { // Top level plugins id 'com.github.kt3k.coveralls' version '2.12.2' - id 'com.github.node-gradle.node' version '7.0.2' + id 'com.github.node-gradle.node' version '7.1.0' id 'net.researchgate.release' version '3.0.2' // Records all tasks in task graph, generates `build/reports/visteg.dot` // dot file can be converted to an image using graphviz. `dot -Tsvg -O -v visteg.dot`