From ef2d1505b6441219f12aa0524167ae97f7aea871 Mon Sep 17 00:00:00 2001 From: WhiteSource Renovate Date: Fri, 14 Feb 2020 18:50:11 +0100 Subject: [PATCH] fix(deps): update dependency tree-kill to ^1.2.2 (#275) --- 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" }