From 19fac1f06978a437b942f706e04fe92bf9f1607c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Nov 2021 19:14:49 +0000 Subject: [PATCH] fix: upgrade @types/three from 0.93.31 to 0.133.1 Snyk has created this PR to upgrade @types/three from 0.93.31 to 0.133.1. See this package in npm: https://www.npmjs.com/package/@types/three See this project in Snyk: https://app.snyk.io/org/outsystems-pilot-org/project/dc83e90b-e4dc-4a7d-a0af-03b6f0bda30b?utm_source=github&utm_medium=referral&page=upgrade-pr --- types/physijs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/physijs/package.json b/types/physijs/package.json index 562c4c8c61d6f8..8e54f73f848e98 100644 --- a/types/physijs/package.json +++ b/types/physijs/package.json @@ -1,6 +1,6 @@ { "private": true, "dependencies": { - "@types/three": "^0.93.31" + "@types/three": "^0.133.1" } }