From 461708b8d49fa97f98c88fcaf311ed17a8160c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2020 19:18:13 +0000 Subject: [PATCH] Bump tree-kill from 1.2.1 to 1.2.2 Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pkrumins/node-tree-kill/releases) - [Commits](https://github.com/pkrumins/node-tree-kill/compare/v1.2.1...v1.2.2) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 144974d..fd83cbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5000,9 +5000,9 @@ } }, "tree-kill": { - "version": "1.2.1", - "resolved": "https://registry.npm.taobao.org/tree-kill/download/tree-kill-1.2.1.tgz", - "integrity": "sha1-U5jzdOLykrncx7LnHjClw7tsdDo=", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true }, "trim-newlines": {