File tree Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Expand file tree Collapse file tree 2 files changed +22
-6
lines changed Original file line number Diff line number Diff line change 6
6
"author" :
" Amila Welihinda <[email protected] >" ,
7
7
"license" : " MIT" ,
8
8
"dependencies" : {
9
- "neon-cli" : " ^0.2.0 "
9
+ "neon-cli" : " ^0.3.1 "
10
10
},
11
11
"scripts" : {
12
12
"build" : " neon build --release" ,
Original file line number Diff line number Diff line change @@ -1778,6 +1778,17 @@ handlebars@^4.0.3:
1778
1778
optionalDependencies :
1779
1779
uglify-js "^3.1.4"
1780
1780
1781
+ handlebars@^4.1.0 :
1782
+ version "4.1.2"
1783
+ resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
1784
+ integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
1785
+ dependencies :
1786
+ neo-async "^2.6.0"
1787
+ optimist "^0.6.1"
1788
+ source-map "^0.6.1"
1789
+ optionalDependencies :
1790
+ uglify-js "^3.1.4"
1791
+
1781
1792
har-schema@^2.0.0 :
1782
1793
version "2.0.0"
1783
1794
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -3100,17 +3111,22 @@ needle@^2.2.1:
3100
3111
iconv-lite "^0.4.4"
3101
3112
sax "^1.2.4"
3102
3113
3103
- neon-cli@^0.2.0 :
3104
- version "0.2.0"
3105
- resolved "https://registry.npmjs.org/neon-cli/-/neon-cli-0.2.0.tgz#cc02148ea7d032f6774e645cc2a9e44e09248b4b"
3106
- integrity sha512-IsrxCyUcuAyWiq4Z+JnTXrjurj2SAL2VtWnCXS8iBYGJeIs1NIhFuLaM6fe7+rOyFfDcqUUTWGxZmkvUqwweRA==
3114
+ neo-async@^2.6.0 :
3115
+ version "2.6.1"
3116
+ resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c"
3117
+ integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==
3118
+
3119
+ neon-cli@^0.3.1 :
3120
+ version "0.3.1"
3121
+ resolved "https://registry.yarnpkg.com/neon-cli/-/neon-cli-0.3.1.tgz#be82c0b57a024080f712abb648abcd2f680f9636"
3122
+ integrity sha512-OBrJbDD0BNDPxWwh88kWd2dJkXWEZ/mrCPF/ADrsLgHmF2qDdbXagli48I7yVl1ngMtItrvI7JqBeiNQNtN1ww==
3107
3123
dependencies :
3108
3124
chalk "~2.1.0"
3109
3125
command-line-args "^4.0.2"
3110
3126
command-line-commands "^2.0.0"
3111
3127
command-line-usage "^4.0.0"
3112
3128
git-config "0.0.7"
3113
- handlebars "^4.0.3 "
3129
+ handlebars "^4.1.0 "
3114
3130
inquirer "^3.0.6"
3115
3131
mkdirp "^0.5.1"
3116
3132
quickly-copy-file "^1.0.0"
You can’t perform that action at this time.
0 commit comments