From 0d580e5b1020b16f72a73ecc3f329a7eb792f6f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 06:24:11 +0000 Subject: [PATCH] chore(deps): bump com.github.node-gradle.node from 7.0.1 to 7.0.2 Bumps com.github.node-gradle.node from 7.0.1 to 7.0.2. --- updated-dependencies: - dependency-name: com.github.node-gradle.node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- samples/lib/spa-angular-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/lib/spa-angular-client/build.gradle b/samples/lib/spa-angular-client/build.gradle index ed4320a30..72c0e8feb 100644 --- a/samples/lib/spa-angular-client/build.gradle +++ b/samples/lib/spa-angular-client/build.gradle @@ -15,7 +15,7 @@ */ plugins { - id 'com.github.node-gradle.node' version '7.0.1' + id 'com.github.node-gradle.node' version '7.0.2' } group 'com.webauthn4j'