From a34f043b02ef18bba8aae64a3fa24022c45c5bfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 00:27:10 +0000 Subject: [PATCH] Bump lodash from 4.17.15 to 4.17.20 in /project/three.js-dev Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20) Signed-off-by: dependabot[bot] --- project/three.js-dev/package-lock.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100755 => 100644 project/three.js-dev/package-lock.json diff --git a/project/three.js-dev/package-lock.json b/project/three.js-dev/package-lock.json old mode 100755 new mode 100644 index 87fabc9..3d09067 --- a/project/three.js-dev/package-lock.json +++ b/project/three.js-dev/package-lock.json @@ -1,6 +1,6 @@ { "name": "three", - "version": "0.110.0", + "version": "0.111.0", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1302,9 +1302,9 @@ } }, "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "version": "4.17.20", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz", + "integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==", "dev": true }, "lodash.unescape": {