diff --git a/package-lock.json b/package-lock.json index dade6bd..d095635 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5988,16 +5988,16 @@ } }, "eslint-config-saiichihashimoto": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.4.tgz", - "integrity": "sha512-8hNmZaDsGIJnej0ltl1qpNVFl1k0i93HZ+ZWMSVd5UAiN3u9g4C9DoO4utSVSIJWInk8tR1gdMUv3V/L2HsalQ==", + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-1.3.5.tgz", + "integrity": "sha512-1+Wl5q3lGs+ypUWVGrB+9cMwQrfCqIjjIdLoajo7Qt1jdxb5ZZdKCNCehkTJelCyEZhA9Iw4hEYA/EhtkTjAAg==", "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-jest": "22.8.0", + "eslint-plugin-jest": "22.9.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "9.1.0", "eslint-plugin-promise": "4.2.1", @@ -6482,9 +6482,9 @@ } }, "eslint-plugin-jest": { - "version": "22.8.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.8.0.tgz", - "integrity": "sha512-2VftZMfILmlhL3VMq5ptHRIuyyXb3ShDEDb1J1UjvWNzm4l+UK/YmwNuTuJcM0gv8pJuOfiR/8ZptJ8Ou68pFw==", + "version": "22.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-22.9.0.tgz", + "integrity": "sha512-V89BUiwf76FHlhj1mlNhNyvpzTy8VbWCh2RZpKYz/XDSl/pcuwFiE/LMt7r3q1sRKygzEMjbYeDob8MMuvakXg==", "dev": true }, "eslint-plugin-jsx-a11y": { diff --git a/package.json b/package.json index db62c7f..2a09d94 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "devDependencies": { "cz-conventional-changelog": "2.1.0", - "eslint-config-saiichihashimoto": "1.3.4", + "eslint-config-saiichihashimoto": "1.3.5", "husky": "3.0.0", "jest": "24.1.0", "lint-my-app": "3.4.1",