aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-24 16:21:59 +0000
committerXhmikosR <[email protected]>2020-01-07 22:25:50 +0200
commit9ab79ac1fca751c74192aa6e7c05398c65465b31 (patch)
tree0383519eabe115f7ae45b0afe7e81406d34b95fb
parent01ba56303bd61fe8c5782ecef1fc1dbebaaa6ae1 (diff)
downloadbootstrap-9ab79ac1fca751c74192aa6e7c05398c65465b31.tar.xz
bootstrap-9ab79ac1fca751c74192aa6e7c05398c65465b31.zip
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] <[email protected]>
-rw-r--r--package-lock.json16
-rw-r--r--package.json2
2 files changed, 6 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 814d4e63c..e83d30684 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 f55815c59..78c430056 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",