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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-08-27 18:17:29 +00:00 committed by GitHub
parent 29cee882c0
commit 0a3db81f98
Failed to generate hash of commit

View file

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