From f40bfb756b59feceb7e448716979998d47402abf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Nov 2023 03:18:26 +0000 Subject: [PATCH] fix: upgrade three from 0.152.1 to 0.157.0 Snyk has created this PR to upgrade three from 0.152.1 to 0.157.0. See this package in npm: https://www.npmjs.com/package/three See this project in Snyk: https://app.snyk.io/org/tessoudalia/project/3ce6c504-b714-4ad0-9a17-1166878f2b57?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b291f878..510be367 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "gl-vec3": "1.1.3", "random-array": "0.0.2", "seed-random": "2.2.0", - "three": "0.152.1", + "three": "0.157.0", "yargs": "17.7.2" } }