diff --git a/package-lock.json b/package-lock.json index b283518..3d3340a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,9 +15,9 @@ "integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==" }, "three": { - "version": "0.107.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.107.0.tgz", - "integrity": "sha512-vqbKJRLBEviPVa7poEzXocobicwxzsctr5mnymA7n8fEzcVS49rYP0RrwqZ98JqujRoruK+/YzcchNpRP+kXsQ==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "ws": { "version": "7.1.1", diff --git a/package.json b/package.json index 52b569d..53191c0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "homepage": "https://github.com/zakaton/Leap-Motion-Web-SDK#readme", "dependencies": { "esm": "^3.2.25", - "three": "^0.107.0", + "three": "^0.137.0", "ws": "^7.1.1" } }