diff --git a/package-lock.json b/package-lock.json index a88d0e9..dfd67c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "license": "MIT", "dependencies": { "ngraph.events": "0.0.3", - "three": "^0.71.0", + "three": "^0.137.0", "three.fly": "^0.1.6", "tween.js": "^0.14.0", "yaot": "git+https://github.com/anvaka/yaot.git" @@ -24,11 +24,9 @@ "integrity": "sha1-6SfOvLnYkI2nqTGrBxIJXx8Znsk=" }, "node_modules/three": { - "version": "0.71.1", - "integrity": "sha1-kBDH0qt/8zACFuX/ILKubdQD/Xs=", - "engines": { - "node": "*" - } + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "node_modules/three.fly": { "version": "0.1.6", @@ -61,8 +59,9 @@ "integrity": "sha1-6SfOvLnYkI2nqTGrBxIJXx8Znsk=" }, "three": { - "version": "0.71.1", - "integrity": "sha1-kBDH0qt/8zACFuX/ILKubdQD/Xs=" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three.fly": { "version": "0.1.6", diff --git a/package.json b/package.json index 843b4a0..a9e1d5c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "ngraph.events": "0.0.3", - "three": "^0.71.0", + "three": "^0.137.0", "three.fly": "^0.1.6", "tween.js": "^0.14.0", "yaot": "git+https://github.com/anvaka/yaot.git"