File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ tasks.withType<Jar> {
1212
1313configure<NodeExtension > {
1414 version = " 8.1.2"
15- yarnVersion = " 0.24.5 "
15+ yarnVersion = " 0.24.6 "
1616 download = true
1717 workDir = file(" ${project.buildDir} /nodejs" )
1818 yarnWorkDir = file(" ${project.buildDir} /yarn" )
Original file line number Diff line number Diff line change 6363 "ts-node" : " 3.0.6" ,
6464 "tslint" : " 5.4.3" ,
6565 "typescript" : " 2.3.4" ,
66- "yarn" : " 0.24.5 "
66+ "yarn" : " 0.24.6 "
6767 },
6868 "scripts" : {
6969 "clean" : " yarn cache clean && rimraf coverage src/main/resources/static/*" ,
Original file line number Diff line number Diff line change @@ -6137,9 +6137,9 @@ yargs@~3.10.0:
61376137 decamelize "^1.0.0"
61386138 window-size "0.1.0"
61396139
6140- yarn@0.24.5 :
6141- version "0.24.5 "
6142- resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.24.5 .tgz#92c72adf4de8dacccaf6b4259eb4990f6c4f8e3b "
6140+ yarn@0.24.6 :
6141+ version "0.24.6 "
6142+ resolved "https://registry.yarnpkg.com/yarn/-/yarn-0.24.6 .tgz#4a128448000425f45df5cd6280b003a6201044fc "
61436143 dependencies :
61446144 babel-runtime "^6.0.0"
61456145 bytes "^2.4.0"
You can’t perform that action at this time.
0 commit comments