From dd956aac435157cb8ec2b714759106f1fd9c61cd Mon Sep 17 00:00:00 2001 From: Mengting Zhang Date: Tue, 18 Sep 2018 18:36:25 -0400 Subject: [PATCH] Upgrade touch to ^2.0.1 --- packages/babel-plugin-emotion/package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/babel-plugin-emotion/package.json b/packages/babel-plugin-emotion/package.json index e8c5dd0f8..2985d57e8 100644 --- a/packages/babel-plugin-emotion/package.json +++ b/packages/babel-plugin-emotion/package.json @@ -21,7 +21,7 @@ "find-root": "^1.1.0", "mkdirp": "^0.5.1", "source-map": "^0.5.7", - "touch": "^1.0.0" + "touch": "^2.0.1" }, "devDependencies": { "babel-check-duplicated-nodes": "^1.0.0" diff --git a/yarn.lock b/yarn.lock index 677e4467b..c0979f67d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16683,9 +16683,9 @@ topo@2.x.x: dependencies: hoek "4.x.x" -touch@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/touch/-/touch-1.0.0.tgz#449cbe2dbae5a8c8038e30d71fa0ff464947c4de" +touch@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/touch/-/touch-2.0.2.tgz#ca0b2a3ae3211246a61b16ba9e6cbf1596287164" dependencies: nopt "~1.0.10"