Bump com.github.node-gradle.node from 3.6.0 to 4.0.0 in /Plan (#2999)

Bumps com.github.node-gradle.node from 3.6.0 to 4.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-30 08:59:46 +03:00 committed by GitHub
parent cec82d5f5f
commit bd3f674453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id "dev.vankka.dependencydownload.plugin" version "$dependencyDownloadVersion"
id "com.github.node-gradle.node" version "3.6.0"
id "com.github.node-gradle.node" version "4.0.0"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.9"
}