From b6c068cf01539d2d94867664cbc54728fa99852e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 09:25:58 +0800 Subject: [PATCH] fix(deps): update dependency eslint-plugin-unicorn to v15 (#18) Co-authored-by: WhiteSource Renovate --- package.json | 2 +- packages/common/package-lock.json | 24 +++++++++--------------- packages/common/package.json | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 3e27ec9..8c2ac73 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-nuxt": "0.5.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-unicorn": "^14.0.0", + "eslint-plugin-unicorn": "^15.0.0", "eslint-plugin-vue": "6.0.1" } } diff --git a/packages/common/package-lock.json b/packages/common/package-lock.json index e1e459c..b8178d7 100644 --- a/packages/common/package-lock.json +++ b/packages/common/package-lock.json @@ -667,9 +667,9 @@ "integrity": "sha512-v/KBnfyaOMPmZc/dmc6ozOdWqekGp7bBGq4jLAecEfPGmfKiWS4sA8sC0LqiV9w5qmXAtXVn4M3p1jSyhY85SQ==" }, "eslint-plugin-unicorn": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-14.0.1.tgz", - "integrity": "sha512-mTyH4s5ogCE8gaVSNPF14hpSuMfW+bGW+Hg8wNzFPpOJeRHWtdeCFmjz+9nZW4VJQ7gtWfa5KMFF7gKj9KcfAg==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-15.0.0.tgz", + "integrity": "sha512-M9K3G4fm8ZahYl3pBIuY3FOG7YNXFFNmge4iiFVczZ4Fjl2GwaByhNaWYzxMVyNFinUGhOMifJR4/myrHOY3ng==", "requires": { "ci-info": "^2.0.0", "clean-regexp": "^1.0.0", @@ -680,14 +680,13 @@ "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", - "regexp-tree": "^0.1.16", + "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", - "semver": "^6.3.0" + "semver": "^7.1.1" }, "dependencies": { "find-up": { @@ -778,9 +777,9 @@ "integrity": "sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==" }, "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.1.1.tgz", + "integrity": "sha512-WfuG+fl6eh3eZ2qAf6goB7nhiCd7NPXhmyFxigB/TOkQyeLP8w8GsVehvtGNtnNmyboz4TgeK40B1Kbql/8c5A==" } } }, @@ -1297,11 +1296,6 @@ "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", "integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=" }, - "lodash.topairs": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz", - "integrity": "sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ=" - }, "lodash.unescape": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.unescape/-/lodash.unescape-4.0.1.tgz", diff --git a/packages/common/package.json b/packages/common/package.json index 7e53a27..7d54db8 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -26,7 +26,7 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-unicorn": "^14.0.0" + "eslint-plugin-unicorn": "^15.0.0" }, "devDependencies": { "eslint": "^6.0.1"