Skip to content

Commit d5f6d2d

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency neon-cli to ^0.3.1
1 parent a31a00c commit d5f6d2d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Amila Welihinda <[email protected]>",
77
"license": "MIT",
88
"dependencies": {
9-
"neon-cli": "^0.2.0"
9+
"neon-cli": "^0.3.1"
1010
},
1111
"scripts": {
1212
"build": "neon build --release",

yarn.lock

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,6 +1778,17 @@ handlebars@^4.0.3:
17781778
optionalDependencies:
17791779
uglify-js "^3.1.4"
17801780

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+
17811792
har-schema@^2.0.0:
17821793
version "2.0.0"
17831794
resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -3100,17 +3111,22 @@ needle@^2.2.1:
31003111
iconv-lite "^0.4.4"
31013112
sax "^1.2.4"
31023113

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==
31073123
dependencies:
31083124
chalk "~2.1.0"
31093125
command-line-args "^4.0.2"
31103126
command-line-commands "^2.0.0"
31113127
command-line-usage "^4.0.0"
31123128
git-config "0.0.7"
3113-
handlebars "^4.0.3"
3129+
handlebars "^4.1.0"
31143130
inquirer "^3.0.6"
31153131
mkdirp "^0.5.1"
31163132
quickly-copy-file "^1.0.0"

0 commit comments

Comments
 (0)