From fc1756a90c969a2d252f11f78bb51dcafd85674d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Sep 2024 10:37:52 +0000 Subject: [PATCH] fix: upgrade three from 0.167.1 to 0.168.0 Snyk has created this PR to upgrade three from 0.167.1 to 0.168.0. See this package in npm: three See this project in Snyk: https://app.snyk.io/org/benjaminbours/project/96871fc1-7323-4188-92a0-50cbaca7b0ba?utm_source=github&utm_medium=referral&page=upgrade-pr --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/package.json b/front/package.json index 928b103f..ac52b674 100644 --- a/front/package.json +++ b/front/package.json @@ -62,7 +62,7 @@ "short-unique-id": "^5.2.0", "socket.io-client": "^4.7.5", "stats.js": "^0.17.0", - "three": "^0.167.1", + "three": "^0.168.0", "three-mesh-bvh": "^0.7.6", "utf-8-validate": "^5.0.10", "uuid": "^9.0.1"