From 84b2192d7e7b5322a38befafca6c4805b6b39b41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:11:51 +0000 Subject: [PATCH] Bump tree-kill from 1.2.0 to 1.2.2 in /Angular/NinjaGold/NinjaGold Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.0 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.0...v1.2.2) Signed-off-by: dependabot[bot] --- Angular/NinjaGold/NinjaGold/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Angular/NinjaGold/NinjaGold/package-lock.json b/Angular/NinjaGold/NinjaGold/package-lock.json index 196ae3bb..110398c7 100644 --- a/Angular/NinjaGold/NinjaGold/package-lock.json +++ b/Angular/NinjaGold/NinjaGold/package-lock.json @@ -9210,9 +9210,9 @@ } }, "tree-kill": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.0.tgz", - "integrity": "sha512-DlX6dR0lOIRDFxI0mjL9IYg6OTncLm/Zt+JiBhE5OlFcAR8yc9S7FFXU9so0oda47frdM/JFsk7UjNt9vscKcg==", + "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": {