update node

This commit is contained in:
2021-02-17 17:52:13 +01:00
parent c4a3ca4422
commit 6837fd67aa
2 changed files with 4 additions and 3 deletions

View File

@@ -6,10 +6,10 @@ plugins {
node {
// Version of node to use.
version = '14.15.1'
version = '14.15.5'
// Version of npm to use.
npmVersion = '6.14.8'
npmVersion = '6.14.9'
// Version of Yarn to use.
//yarnVersion = '0.16.1'

View File

@@ -6712,7 +6712,8 @@
"ini": {
"version": "1.3.8",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
"dev": true
},
"inquirer": {
"version": "7.3.3",