From eef1e37d8f5ac5af1a4a7cf7bb502d63d2da09a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:11:42 +0000 Subject: [PATCH] Bump tree-kill from 1.2.0 to 1.2.2 in /WebApplication2/ClientApp 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] --- WebApplication2/ClientApp/package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WebApplication2/ClientApp/package-lock.json b/WebApplication2/ClientApp/package-lock.json index 2cf6136..da4925b 100644 --- a/WebApplication2/ClientApp/package-lock.json +++ b/WebApplication2/ClientApp/package-lock.json @@ -8599,6 +8599,7 @@ "version": "0.4.4", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "optional": true, "requires": { "amdefine": ">=0.0.4" } @@ -9116,9 +9117,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": {