aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-11 17:21:54 +0300
committerGitHub <noreply@github.com>2022-04-11 17:21:54 +0300
commit2f0a259a5f07ebe41e9a5510b3684d95bc40b95f (patch)
tree350921a49a67c09fd12a649f25fcbf9c65ec122a /plugins/base
parentd420f92b25560cbc9f721af40069482fcb639927 (diff)
downloaddokka-2f0a259a5f07ebe41e9a5510b3684d95bc40b95f.tar.gz
dokka-2f0a259a5f07ebe41e9a5510b3684d95bc40b95f.tar.bz2
dokka-2f0a259a5f07ebe41e9a5510b3684d95bc40b95f.zip
Bump com.github.node-gradle.node from 3.1.1 to 3.2.1 (#2425)
Bumps com.github.node-gradle.node from 3.1.1 to 3.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins/base')
-rw-r--r--plugins/base/frontend/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/base/frontend/build.gradle.kts b/plugins/base/frontend/build.gradle.kts
index ed351851..aa39d20e 100644
--- a/plugins/base/frontend/build.gradle.kts
+++ b/plugins/base/frontend/build.gradle.kts
@@ -1,5 +1,5 @@
plugins {
- id("com.github.node-gradle.node") version "3.1.1"
+ id("com.github.node-gradle.node") version "3.2.1"
}
node {