From 1e9e865ec9f1977bd8dcc2c913b05fa1de5d76f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2020 02:31:48 +0000 Subject: [PATCH] Bump tree-kill from 1.2.1 to 1.2.2 in /libs/three.js-r110 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] --- libs/three.js-r110/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/three.js-r110/package-lock.json b/libs/three.js-r110/package-lock.json index 3379176..5b3971b 100644 --- a/libs/three.js-r110/package-lock.json +++ b/libs/three.js-r110/package-lock.json @@ -1,6 +1,6 @@ { "name": "three", - "version": "0.109.0", + "version": "0.110.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -2161,9 +2161,9 @@ } }, "tree-kill": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.1.tgz", - "integrity": "sha512-4hjqbObwlh2dLyW4tcz0Ymw0ggoaVDMveUB9w8kFSQScdRLo0gxO9J7WFcUBo+W3C1TLdFIEwNOWebgZZ0RH9Q==", + "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 }, "tslib": {