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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-15 10:00:40 +02:00 committed by XhmikosR
parent 36aee3dd49
commit 54d1b6bef3
2 changed files with 12 additions and 12 deletions

22
package-lock.json generated
View File

@ -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": {

View File

@ -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",