build(deps): bump com.github.node-gradle.node from 3.1.1 to 3.5.1

Bumps com.github.node-gradle.node from 3.1.1 to 3.5.1.

---
updated-dependencies:
- dependency-name: com.github.node-gradle.node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-27 16:01:51 +00:00 committed by GitHub
parent af1f560c66
commit 9ab30b47e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ plugins {
id 'base'
id 'java'
id 'com.github.node-gradle.node' version '3.1.1'
id 'com.github.node-gradle.node' version '3.5.1'
id 'org.ajoberstar.grgit' version '4.1.1' apply false
}