From 57e5a0ce6b0fe9abd447eeef4ed9ce32516af617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 7 May 2018 09:25:56 +0000 Subject: [PATCH] build: bump array-uniq from 1.0.3 to 2.0.0 Bumps [array-uniq](https://github.com/sindresorhus/array-uniq) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/sindresorhus/array-uniq/releases) - [Commits](https://github.com/sindresorhus/array-uniq/compare/v1.0.3...v2.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- yarn.lock | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0772f2dc7..b23b7abd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -841,9 +841,9 @@ } }, "array-uniq": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-2.0.0.tgz", + "integrity": "sha512-O3QZEr+3wDj7otzF7PjNGs6CA3qmYMLvt5xGkjY/V0VxS+ovvqVo/5wKM/OVOAyuX4DTh9H31zE/yKtO66hTkg==", "dev": true }, "array-unique": { diff --git a/package.json b/package.json index 116b1bcbf..f57153bcd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@commitlint/cli": "^6.1.3", "@commitlint/config-conventional": "^6.1.3", - "array-uniq": "^1.0.2", + "array-uniq": "^2.0.0", "autoprefixer": "^8.2.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index 1ff91f39b..1cfc4183e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -474,6 +474,10 @@ array-uniq@^1.0.1, array-uniq@^1.0.2: version "1.0.3" resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6" +array-uniq@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-2.0.0.tgz#0009e30306e37a6dd2e2e2480db5316fdade1583" + array-unique@^0.2.1: version "0.2.1" resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" -- 2.47.2