From 54d1b6bef305a93a09af77d8e72582afb86be345 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 10:00:40 +0200 Subject: [PATCH] Bump eslint-plugin-unicorn from 12.1.0 to 13.0.0 (#29676) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 12.1.0 to 13.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v12.1.0...v13.0.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5d4a93606..f6192b3a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3919,15 +3919,15 @@ } }, "eslint-plugin-unicorn": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-12.1.0.tgz", - "integrity": "sha512-DkPRrjaZaKa8GDjEyWGms/sqp2DcmVCcbwVi9WQXwN6+Sn0/joTC14SfA+BsCuxTaGPRm/7wa8NC8o5mNDyZpQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-13.0.0.tgz", + "integrity": "sha512-9CQk0v74vQpETMt6iqNgjf3IbWEFhrT0sjaLnjkl9SF3rJH6ZL9f7H42BXJ6LPENQR97QzhrIvB8VG0nD05wxQ==", "dev": true, "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", "eslint-ast-utils": "^1.1.0", - "eslint-template-visitor": "^1.0.0", + "eslint-template-visitor": "^1.1.0", "import-modules": "^2.0.0", "lodash.camelcase": "^4.3.0", "lodash.defaultsdeep": "^4.6.1", @@ -3938,7 +3938,7 @@ "read-pkg-up": "^7.0.0", "regexpp": "^3.0.0", "reserved-words": "^0.1.2", - "safe-regex": "^2.0.2", + "safe-regex": "^2.1.1", "semver": "^6.3.0" }, "dependencies": { @@ -7813,9 +7813,9 @@ "dev": true }, "multimap": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/multimap/-/multimap-1.0.2.tgz", - "integrity": "sha1-aqdvwyM5BbqUi75MdNwsOgNW6zY=", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/multimap/-/multimap-1.1.0.tgz", + "integrity": "sha512-0ZIR9PasPxGXmRsEF8jsDzndzHDj7tIav+JUmvIFB/WHswliFnquxECT/De7GR4yg99ky/NlRKJT82G1y271bw==", "dev": true }, "mute-stream": { @@ -10107,9 +10107,9 @@ } }, "regexp-tree": { - "version": "0.1.14", - "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.14.tgz", - "integrity": "sha512-59v5A90TAh4cAMyDQEOzcnsu4q7Wb10RsyTjngEnJIZsWYM4siVGu+JmLT1WsxHvOWhiu4YS20XiTuxWMeVoHQ==", + "version": "0.1.16", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.16.tgz", + "integrity": "sha512-nXWhGJLTWLNdhWF1uqoXQgAOgv8mQGpgXTOk8BWp08YMOKCtn74VoyOJ+AXZ68Dj50Myd+msYs+aGRBzWJ5dJA==", "dev": true }, "regexpp": { diff --git a/package.json b/package.json index d064514961..93af6674ee 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint": "^6.6.0", "eslint-config-xo": "^0.27.2", "eslint-plugin-import": "^2.18.2", - "eslint-plugin-unicorn": "^12.1.0", + "eslint-plugin-unicorn": "^13.0.0", "find-unused-sass-variables": "^1.0.3", "glob": "^7.1.6", "hammer-simulator": "0.0.1",