From 1dcbe949e69eabfd7d3afebb59a2255a24ac0f34 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Jan 2022 16:12:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-THREE-2359738 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 89b5424c7..73d169f31 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "oclazyload": "1.1.0", "parse-uri": "1.0.0", "showdown": "1.9.1", - "three": "0.105.2", + "three": "0.137.4", "timeago.js": "3.0.2", "traverse": "0.6.6", "video.js": "6.9.0",