From b9711e84982c96005c402cacc3a1abd3de47dd50 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Fri, 7 Jun 2019 12:43:45 +0200 Subject: [PATCH] chore: sec fixes --- packages/init/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/init/package.json b/packages/init/package.json index e3c9748ebbf..3b8b3a7515f 100644 --- a/packages/init/package.json +++ b/packages/init/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@webpack-cli/generators": "^0.1.5", - "@webpack-cli/utils": "^0.1.5", + "@webpack-cli/utils": "^0.1.6", "chalk": "^2.4.1", "jscodeshift": "^0.6.4", "p-each-series": "^1.0.0"