From 19d8c5c8167ebaea089021cbad8317d64054cb2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:05:44 +0000 Subject: [PATCH] chore(deps): update plugin com.github.node-gradle.node to v7.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a187d6b860c..2b57d4186a8 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.1' + id 'com.github.node-gradle.node' version '7.0.2' 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`