From 8f56d77a9027f4fd9534fe8810c0ba1cd5d06d05 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 08:21:23 +0000 Subject: [PATCH] Bump @preconstruct/cli from 1.1.7 to 1.1.8 Bumps [@preconstruct/cli](https://github.com/preconstruct/preconstruct) from 1.1.7 to 1.1.8. - [Release notes](https://github.com/preconstruct/preconstruct/releases) - [Commits](https://github.com/preconstruct/preconstruct/compare/@preconstruct/cli@1.1.7...@preconstruct/cli@1.1.8) Signed-off-by: dependabot-preview[bot] --- yarn.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9399f58..35f74e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2155,9 +2155,9 @@ "@types/node" ">= 8" "@preconstruct/cli@^1.1.7": - version "1.1.7" - resolved "https://registry.yarnpkg.com/@preconstruct/cli/-/cli-1.1.7.tgz#a03985cc74724aead592d2263650f328c11b8f01" - integrity sha512-5vuqbS+nm2RFIFR68Ca2Q9Vgg/YSbfAnOjouJMy25zv5mvsIZE9XsUWkv8R9BhqlgU52KcOT0rPbiyqDQQdjDw== + version "1.1.8" + resolved "https://registry.yarnpkg.com/@preconstruct/cli/-/cli-1.1.8.tgz#f74f580e79edab2449f853fdbdf1601f1537ee3b" + integrity sha512-Mg8aROwDrVS/NKIM25CFUmalgvT21Et/IskrFrK3A26EIhxOyXArooYzMPZVwIxNryPYh8L9a2tLIUpVZTboMA== dependencies: "@babel/code-frame" "^7.5.5" "@babel/core" "^7.7.7" @@ -2182,6 +2182,7 @@ meow "^5.0.0" micromatch "^4.0.2" ms "^2.1.2" + normalize-path "^3.0.0" npm-packlist "^2.0.2" p-limit "^2.2.1" parse-glob "^3.0.4"