From 9ab79ac1fca751c74192aa6e7c05398c65465b31 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 16:21:59 +0000 Subject: [PATCH] Bump eslint-plugin-unicorn from 13.0.0 to 15.0.1 Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 13.0.0 to 15.0.1. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v13.0.0...v15.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 16 +++++----------- package.json | 2 +- 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 814d4e63c4..e83d306843 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3974,9 +3974,9 @@ } }, "eslint-plugin-unicorn": { - "version": "13.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-13.0.0.tgz", - "integrity": "sha512-9CQk0v74vQpETMt6iqNgjf3IbWEFhrT0sjaLnjkl9SF3rJH6ZL9f7H42BXJ6LPENQR97QzhrIvB8VG0nD05wxQ==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-15.0.1.tgz", + "integrity": "sha512-yahqrPGFUzwH5cnmnj+iPlgPapAiBIZ/ZNSDkhTVPgPCo7/mOEjJ2gDhEclrtQVBE9olmec4N+CKDnJuZ9XpRA==", "dev": true, "requires": { "ci-info": "^2.0.0", @@ -3988,9 +3988,9 @@ "lodash.defaultsdeep": "^4.6.1", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", - "lodash.topairs": "^4.3.0", "lodash.upperfirst": "^4.3.1", - "read-pkg-up": "^7.0.0", + "read-pkg-up": "^7.0.1", + "regexp-tree": "^0.1.17", "regexpp": "^3.0.0", "reserved-words": "^0.1.2", "safe-regex": "^2.1.1", @@ -7713,12 +7713,6 @@ "integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=", "dev": true }, - "lodash.topairs": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz", - "integrity": "sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ=", - "dev": true - }, "lodash.upperfirst": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", diff --git a/package.json b/package.json index f55815c59a..78c430056f 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "eslint": "^6.8.0", "eslint-config-xo": "^0.27.2", "eslint-plugin-import": "^2.19.1", - "eslint-plugin-unicorn": "^13.0.0", + "eslint-plugin-unicorn": "^15.0.1", "find-unused-sass-variables": "^1.0.4", "glob": "^7.1.6", "hammer-simulator": "0.0.1",