From af1dea4902afbdc65326586d1cdca556d58bed5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:05:32 +0000 Subject: [PATCH] Bump com.github.node-gradle.node from 7.0.0 to 7.0.1 Bumps com.github.node-gradle.node from 7.0.0 to 7.0.1. --- updated-dependencies: - dependency-name: com.github.node-gradle.node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 29b48d46..8230a337 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven-publish' id 'com.enonic.defaults' version '2.1.2' id 'com.enonic.xp.base' version '3.4.0' - id "com.github.node-gradle.node" version "7.0.0" + id "com.github.node-gradle.node" version "7.0.1" } repositories {