From 6cba31b7ad1a35e58beaba7ad292cf4bbd8aa54e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Sep 2019 16:58:39 +0000 Subject: [PATCH] Update dependency neon-cli to ^0.3.0 --- package.json | 2 +- yarn.lock | 26 +++++++++++++++++++++----- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 123371d..4d59964 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "author": "Amila Welihinda ", "license": "MIT", "dependencies": { - "neon-cli": "^0.2.0" + "neon-cli": "^0.3.0" }, "scripts": { "install": "neon build", diff --git a/yarn.lock b/yarn.lock index 842816a..b0ef17a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1292,6 +1292,17 @@ handlebars@^4.0.3: optionalDependencies: uglify-js "^3.1.4" +handlebars@^4.1.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e" + integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw== + dependencies: + neo-async "^2.6.0" + optimist "^0.6.1" + source-map "^0.6.1" + optionalDependencies: + uglify-js "^3.1.4" + har-schema@^2.0.0: version "2.0.0" resolved "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92" @@ -2509,17 +2520,22 @@ needle@^2.2.1: iconv-lite "^0.4.4" sax "^1.2.4" -neon-cli@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/neon-cli/-/neon-cli-0.2.0.tgz#cc02148ea7d032f6774e645cc2a9e44e09248b4b" - integrity sha512-IsrxCyUcuAyWiq4Z+JnTXrjurj2SAL2VtWnCXS8iBYGJeIs1NIhFuLaM6fe7+rOyFfDcqUUTWGxZmkvUqwweRA== +neo-async@^2.6.0: + version "2.6.1" + resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.1.tgz#ac27ada66167fa8849a6addd837f6b189ad2081c" + integrity sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw== + +neon-cli@^0.3.0: + version "0.3.1" + resolved "https://registry.yarnpkg.com/neon-cli/-/neon-cli-0.3.1.tgz#be82c0b57a024080f712abb648abcd2f680f9636" + integrity sha512-OBrJbDD0BNDPxWwh88kWd2dJkXWEZ/mrCPF/ADrsLgHmF2qDdbXagli48I7yVl1ngMtItrvI7JqBeiNQNtN1ww== dependencies: chalk "~2.1.0" command-line-args "^4.0.2" command-line-commands "^2.0.0" command-line-usage "^4.0.0" git-config "0.0.7" - handlebars "^4.0.3" + handlebars "^4.1.0" inquirer "^3.0.6" mkdirp "^0.5.1" quickly-copy-file "^1.0.0"