diff --git a/package-lock.json b/package-lock.json index d38af5a..175eea4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7803,9 +7803,9 @@ } }, "eslint-config-saiichihashimoto": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.1.tgz", - "integrity": "sha512-umIMKog9PEPmLCxGeaXcpIxCa4q1L/3lxzj3awDzR/k40e/Y5D/c0rwUjDYsRNrUGqeIQ/MC45ZCXoKgCG80VQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.2.tgz", + "integrity": "sha512-2iwWi3fMKMqog+1pQw2gE+jQIAKpT+UKiGqYTEiAJMxeKu7GCb2lLR6v8NxJbd2F2cNv3lUQO47PJ3VavTjNGg==", "dev": true, "requires": { "babel-eslint": "10.0.2", diff --git a/package.json b/package.json index 6c6a99e..7e76b6b 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ }, "devDependencies": { "cz-conventional-changelog": "2.1.0", - "eslint-config-saiichihashimoto": "1.3.1", + "eslint-config-saiichihashimoto": "1.3.2", "husky": "3.0.0", "jest": "24.1.0", "lint-my-app": "3.3.42",