From 901617934f6e21d3e5eb54543d7a5d11420aefd2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Feb 2020 17:15:02 +0000 Subject: [PATCH] fix(deps): update dependency tree-kill to ^1.2.2 --- test-fixtures/test-application-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-fixtures/test-application-js/package.json b/test-fixtures/test-application-js/package.json index 97c72be30..3dab1c32c 100644 --- a/test-fixtures/test-application-js/package.json +++ b/test-fixtures/test-application-js/package.json @@ -21,7 +21,7 @@ "prettier": "^1.19.1", "puppeteer": "^2.0.0", "showcase": "file:./showcase-0.1.0.tgz", - "tree-kill": "^1.2.1", + "tree-kill": "^1.2.2", "webpack": "^4.39.3", "webpack-cli": "^3.3.7" }