From 28de988ef9c8a0f4c6e1e7498c800715cf552bc1 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 07:36:46 +0000 Subject: [PATCH 1/2] chore(package): update eslint-config-saiichihashimoto to version 1.3.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e625f9..e89134e 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "devDependencies": { "cz-conventional-changelog": "2.1.0", - "eslint-config-saiichihashimoto": "1.3.6", + "eslint-config-saiichihashimoto": "1.3.7", "husky": "3.0.1", "jest": "24.1.0", "lint-my-app": "3.4.1", From e6a1d79b60394d2fc081956132c490c70740375d Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2019 07:36:52 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 77aa0f7..0fca3ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6304,15 +6304,15 @@ } }, "eslint-config-saiichihashimoto": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.6.tgz", - "integrity": "sha512-3J9obP/iQhOwf70VBwxpDr6GRMp8ktWf2uN3DqfKNAqtkxBTtkwzypBu1EZLQXtaqrF6AuHbrB/9W5Og86KXRQ==", + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.7.tgz", + "integrity": "sha512-nEuYqW/iL44rV2wJGWVX/tfHYdsursj6iN3WV6tutV6rUqZYlRGMpDOA5FY0jREuf70T0jL7e+2g+PZrbaTzcA==", "dev": true, "requires": { "babel-eslint": "10.0.2", "eslint-config-airbnb": "17.1.1", "eslint-plugin-css-modules": "2.11.0", - "eslint-plugin-import": "2.18.0", + "eslint-plugin-import": "2.18.1", "eslint-plugin-jest": "22.11.1", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "9.1.0", @@ -6359,9 +6359,9 @@ } }, "eslint-plugin-import": { - "version": "2.18.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.0.tgz", - "integrity": "sha512-PZpAEC4gj/6DEMMoU2Df01C5c50r7zdGIN52Yfi7CvvWaYssG7Jt5R9nFG5gmqodxNOz9vQS87xk6Izdtpdrig==", + "version": "2.18.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.18.1.tgz", + "integrity": "sha512-YEESFKOcMIXJTosb5YaepqVhQHGMb8dxkgov560GqMDP/658U5vk6FeVSR7xXLeYkPc7xPYy+uAoiYE/bKMphA==", "dev": true, "requires": { "array-includes": "^3.0.3", @@ -6371,8 +6371,8 @@ "eslint-import-resolver-node": "^0.3.2", "eslint-module-utils": "^2.4.0", "has": "^1.0.3", - "lodash": "^4.17.11", "minimatch": "^3.0.4", + "object.values": "^1.1.0", "read-pkg-up": "^2.0.0", "resolve": "^1.11.0" }