From fb83677aecbace19e7cb0e61df1e183283ee9cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 20:21:32 +0000 Subject: [PATCH] Bump three from 0.100.0 to 0.125.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.100.0 to 0.125.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++---------------- package.json | 2 +- 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index ee082e5..7789fda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "pako": "^1.0.11", "portal-vue": "^2.1.7", "sass": "^1.23.7", - "three": "^0.100.0", + "three": "^0.125.0", "three-orbitcontrols": "2.99.1", "unfetch": "^4.0.1", "vue": "^2.5.21", @@ -1459,9 +1459,7 @@ "dependencies": { "@vue/cli-shared-utils": "^3.12.1", "babel-eslint": "^10.0.1", - "eslint": "^4.19.1", "eslint-loader": "^2.1.2", - "eslint-plugin-vue": "^4.7.1", "globby": "^9.2.0", "webpack": "^4.0.0", "yorkie": "^2.0.0" @@ -1766,7 +1764,6 @@ "thread-loader": "^2.1.3", "url-loader": "^2.2.0", "vue-loader": "^15.9.2", - "vue-loader-v16": "npm:vue-loader@^16.0.0-beta.7", "vue-style-loader": "^4.1.2", "webpack": "^4.0.0", "webpack-bundle-analyzer": "^3.8.0", @@ -2170,7 +2167,6 @@ "merge-source-map": "^1.1.0", "postcss": "^7.0.14", "postcss-selector-parser": "^6.0.2", - "prettier": "^1.18.2", "source-map": "~0.6.1", "vue-template-es2015-compiler": "^1.9.0" }, @@ -3562,7 +3558,6 @@ "dependencies": { "anymatch": "~3.1.1", "braces": "~3.0.2", - "fsevents": "~2.1.2", "glob-parent": "~5.1.0", "is-binary-path": "~2.1.0", "is-glob": "~4.0.1", @@ -11592,9 +11587,9 @@ } }, "node_modules/three": { - "version": "0.100.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.100.0.tgz", - "integrity": "sha512-/lN2rdE1OqIwJr4/HcSaOisiCY0uVA0sqPpbCG5nil2uICEdS0LfGwSVYTtZDsIpR76r3++h5H3Hzg5D+SJBRQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "node_modules/three-orbitcontrols": { "version": "2.99.1", @@ -12380,10 +12375,8 @@ "integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==", "dev": true, "dependencies": { - "chokidar": "^3.4.1", "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0", - "watchpack-chokidar2": "^2.0.0" + "neo-async": "^2.5.0" }, "optionalDependencies": { "chokidar": "^3.4.1", @@ -12794,7 +12787,6 @@ "anymatch": "^2.0.0", "async-each": "^1.0.1", "braces": "^2.3.2", - "fsevents": "^1.2.7", "glob-parent": "^3.1.0", "inherits": "^2.0.3", "is-binary-path": "^1.0.0", @@ -24948,9 +24940,9 @@ } }, "three": { - "version": "0.100.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.100.0.tgz", - "integrity": "sha512-/lN2rdE1OqIwJr4/HcSaOisiCY0uVA0sqPpbCG5nil2uICEdS0LfGwSVYTtZDsIpR76r3++h5H3Hzg5D+SJBRQ==" + "version": "0.125.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.125.0.tgz", + "integrity": "sha512-qL36qUGsPQ/Ofo/RZdXwHwM7A8wzUSAIyawtjIebJSPvounUQeneSqxI0aBY2iwKpseGy+RUtj3C5f/z4poyXw==" }, "three-orbitcontrols": { "version": "2.99.1", diff --git a/package.json b/package.json index 4d8f3d5..94083ac 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "pako": "^1.0.11", "portal-vue": "^2.1.7", "sass": "^1.23.7", - "three": "^0.100.0", + "three": "^0.125.0", "three-orbitcontrols": "2.99.1", "unfetch": "^4.0.1", "vue": "^2.5.21",