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

Bumps com.github.node-gradle.node from 4.0.0 to 5.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-05-14 14:04:35 +03:00 committed by GitHub
parent f8bea771f4
commit f6af24a42a
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 "4.0.0"
id "com.github.node-gradle.node" version "5.0.0"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.9"
}