From ee2ad3970e8c5f080702105c1242bacbdad6d019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2020 22:53:27 +0000 Subject: [PATCH] Bump lodash from 2.4.2 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 2.4.2 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/2.4.2...4.17.19) Signed-off-by: dependabot[bot] --- package-lock.json | 56 +++++++++++++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 53 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index cfb52e12..a3007d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ustyle", - "version": "2.0.11", + "version": "2.0.14", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -729,6 +729,14 @@ "socket.io": "^1.2.1", "tfunk": "^3.0.0", "ua-parser-js": "^0.7.3" + }, + "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + } } }, "browser-sync-client": { @@ -2808,6 +2816,12 @@ "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", "dev": true }, + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + }, "minimatch": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", @@ -3729,6 +3743,12 @@ "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", "integrity": "sha1-trvgsGdLnXGXCMo43owjfLUmw9E=", "dev": true + }, + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true } } }, @@ -3740,6 +3760,14 @@ "requires": { "ini": "~1.3.0", "lodash": "~2.4.1" + }, + "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + } } }, "grunt-known-options": { @@ -3761,6 +3789,12 @@ "underscore.string": "~2.3.3" }, "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + }, "underscore.string": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz", @@ -3780,6 +3814,12 @@ "underscore.string": "~2.3.3" }, "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + }, "underscore.string": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/underscore.string/-/underscore.string-2.3.3.tgz", @@ -5175,9 +5215,9 @@ } }, "lodash": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", - "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "version": "4.17.19", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz", + "integrity": "sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==", "dev": true }, "lodash._basebind": { @@ -8148,6 +8188,14 @@ "entities": "~1.1.1", "htmlparser2": "~3.8.1", "lodash": "~2.4.1" + }, + "dependencies": { + "lodash": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-2.4.2.tgz", + "integrity": "sha1-+t2DS5aDBz2hebPq5tnA0VBT9z4=", + "dev": true + } } }, "dom-serializer": { diff --git a/package.json b/package.json index 3a00bca5..2dc1e882 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "grunt-version": "^1.0.0", "handlebars": "^4.0.11", "load-grunt-tasks": "~3.1.0", - "lodash": "^2.4.1", + "lodash": "^4.17.19", "marked": "^0.3.9", "node-sass": "^4.5.3", "semver": "^4.3.3",