From e8ff83a804d5037904376194ce177f526ce2ccf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:08:19 +0000 Subject: [PATCH] Bump three from 0.104.0 to 0.137.0 Bumps [three](https://github.com/mrdoob/three.js) from 0.104.0 to 0.137.0. - [Release notes](https://github.com/mrdoob/three.js/releases) - [Commits](https://github.com/mrdoob/three.js/commits) --- updated-dependencies: - dependency-name: three dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aa53db..942e50a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4691,7 +4691,7 @@ }, "babel-plugin-istanbul": { "version": "4.1.6", - "resolved": "http://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-4.1.6.tgz", "integrity": "sha512-PWP9FQ1AhZhS01T/4qLSKoHGY/xvkZdVBGlKM/HuxxS3+sC66HhTNR7+MpbO/so/cz/wY94MeSWJuP1hXIPfwQ==", "dev": true, "requires": { @@ -7572,9 +7572,9 @@ } }, "drugwars": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/drugwars/-/drugwars-0.1.1.tgz", - "integrity": "sha512-4zJuH0pVM4vUGhwI4bGfnhH1zC9XDCzDJOtkKhE6vvpFhFMhIU3vL7LXx0kFbZjBjGGy83/fCq1FucgoiUjy9w==", + "version": "0.1.72", + "resolved": "https://registry.npmjs.org/drugwars/-/drugwars-0.1.72.tgz", + "integrity": "sha512-osix4BI2wTf+P72JK5Gd/hNGaYTlkL/8AYQQ395CKXhSTGkko7WDPf9trFQdL2nt+LtklynqDV7GcaXn82Mavw==", "requires": { "debug": "^4.1.1", "kbyte": "0.0.4", @@ -7582,11 +7582,11 @@ }, "dependencies": { "debug": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", "requires": { - "ms": "^2.1.1" + "ms": "2.1.2" } }, "ms": { @@ -17861,7 +17861,7 @@ }, "minimist": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } @@ -19672,9 +19672,9 @@ } }, "three": { - "version": "0.104.0", - "resolved": "https://registry.npmjs.org/three/-/three-0.104.0.tgz", - "integrity": "sha512-q617IMBC5k40U2E9UC4/LtmhzTOOLB1jGMIooUL+QrhZ7abiGCSDrKrpCDt9V8RTl6xw+0FYfA1PYsIPKbQOgg==" + "version": "0.137.0", + "resolved": "https://registry.npmjs.org/three/-/three-0.137.0.tgz", + "integrity": "sha512-rzSDhia6cU35UCy6y+zEEws6vSgytfHqFMSaBvUcySgzwvDO6vETyswtSNi/+aVqJw8WLMwyT1mlQQ1T/dxxOA==" }, "three-orbitcontrols": { "version": "2.102.1", @@ -20766,7 +20766,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", "dev": true } diff --git a/package.json b/package.json index 97471f8..6f17d1f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "socket.io-client": "^2.2.0", "sscjs": "0.0.8", "steemconnect": "^3.0.0-beta.1", - "three": "^0.104.0", + "three": "^0.137.0", "three-orbitcontrols": "^2.102.1", "triplesec": "^3.0.26", "tween.js": "^16.6.0",