From 786930cd57d3a34ca86d833cc02e2d9d2b68f222 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 16:05:14 +0000 Subject: [PATCH] Bump lodash.union from 3.1.0 to 4.6.0 Bumps [lodash.union](https://github.com/lodash/lodash) from 3.1.0 to 4.6.0. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.1.0...4.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 25 +++++++++++++++++-------- package.json | 2 +- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4877ea4..65f0601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,6 +69,19 @@ "lodash.result": "^3.0.0", "lodash.union": "^3.1.0", "lodash.uniqueid": "^3.0.0" + }, + "dependencies": { + "lodash.union": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-3.1.0.tgz", + "integrity": "sha1-pKMGb8Fdan+BUczpvf5j3Of1vP8=", + "dev": true, + "requires": { + "lodash._baseflatten": "^3.0.0", + "lodash._baseuniq": "^3.0.0", + "lodash.restparam": "^3.0.0" + } + } } }, "ampersand-version": { @@ -288,6 +301,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-3.0.3.tgz", "integrity": "sha1-ISP6DbLWnCjVvrHB821hUip0AjQ=", + "dev": true, "requires": { "lodash._baseindexof": "^3.0.0", "lodash._cacheindexof": "^3.0.0", @@ -636,14 +650,9 @@ } }, "lodash.union": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-3.1.0.tgz", - "integrity": "sha1-pKMGb8Fdan+BUczpvf5j3Of1vP8=", - "requires": { - "lodash._baseflatten": "^3.0.0", - "lodash._baseuniq": "^3.0.0", - "lodash.restparam": "^3.0.0" - } + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/lodash.union/-/lodash.union-4.6.0.tgz", + "integrity": "sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=" }, "lodash.uniqueid": { "version": "3.2.0", diff --git a/package.json b/package.json index cc44e9f..d4a5400 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lodash.difference": "^3.2.2", "lodash.filter": "^3.1.1", "lodash.foreach": "^3.0.3", - "lodash.union": "^3.1.0" + "lodash.union": "^4.6.0" }, "devDependencies": { "ampersand-collection": "^1.4.5",