From 070719b46a1dc11b2b251ae1af2e3bb25e966a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 8 Apr 2019 15:17:43 +0000 Subject: [PATCH] Bump exists-sync from 0.0.4 to 0.1.0 Bumps [exists-sync](https://github.com/ember-cli/exists-sync) from 0.0.4 to 0.1.0. - [Release notes](https://github.com/ember-cli/exists-sync/releases) - [Commits](https://github.com/ember-cli/exists-sync/compare/v0.0.4...v0.1.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0c28d59..9ba176a 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "chalk": "^2.0.1", "cli-table2": "^0.2.0", "core-object": "^3.1.3", - "exists-sync": "^0.0.4", + "exists-sync": "^0.1.0", "fs-extra": "^7.0.1", "htmlbars": "^0.14.17", "inflection": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 1c88bb3..dc8dfca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1557,9 +1557,9 @@ execa@^1.0.0: signal-exit "^3.0.0" strip-eof "^1.0.0" -exists-sync@^0.0.4: - version "0.0.4" - resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.0.4.tgz#9744c2c428cc03b01060db454d4b12f0ef3c8879" +exists-sync@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/exists-sync/-/exists-sync-0.1.0.tgz#318d545213d2b2a31499e92c35f74c94196a22f7" exit-hook@^1.0.0: version "1.1.1"