From 9e2c57f8b2acc1551a255668207d418003fce534 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Aug 2020 03:36:04 +0000 Subject: [PATCH] fix: upgrade three from 0.106.2 to 0.118.3 Snyk has created this PR to upgrade three from 0.106.2 to 0.118.3. See this package in npm: https://www.npmjs.com/package/three See this project in Snyk: https://app.snyk.io/org/arthur-flam/project/b10f75f2-5e5b-4368-bba3-16093e2720c7?utm_source=github&utm_medium=upgrade-pr --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 webapp/package.json diff --git a/webapp/package.json b/webapp/package.json old mode 100755 new mode 100644 index 0e6af759..2e18226e --- a/webapp/package.json +++ b/webapp/package.json @@ -58,7 +58,7 @@ "reselect": "^4.0.0", "sanitize-html": "^1.22.1", "styled-components": "^4.4.1", - "three": "^0.106.2", + "three": "^0.118.3", "typescript": "^3.7.3" }, "scripts": {