diff --git a/package-lock.json b/package-lock.json index ccccdbe..1770b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5240,16 +5240,16 @@ } }, "eslint-config-saiichihashimoto": { - "version": "2.0.58", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-2.0.58.tgz", - "integrity": "sha512-g8pHfpzqJ9GqLSt5wccWmDmLNgjZuV4rTILEWv3mGft8Z7nYfQLpYJh6adBNBmtplEh1KMFapxiKSAej2uMwPg==", + "version": "2.0.59", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-2.0.59.tgz", + "integrity": "sha512-vTSbR1UAmCcKK4Qh08v5J1nS7jdnTn6bgkcDCn5B5Sx6H9mfB6hfCu5BFkHeDqJoiLKPLVsxGAHPNEDAUnh0WA==", "dev": true, "requires": { "babel-eslint": "10.0.3", "confusing-browser-globals": "1.0.9", "eslint-plugin-css-modules": "2.11.0", "eslint-plugin-import": "2.18.2", - "eslint-plugin-jest": "23.0.5", + "eslint-plugin-jest": "23.1.0", "eslint-plugin-jest-formatting": "1.2.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "10.0.0", @@ -5500,9 +5500,9 @@ } }, "eslint-plugin-jest": { - "version": "23.0.5", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.0.5.tgz", - "integrity": "sha512-etxXrWsFWzxsrxKwJnFC38uppH/vlJ3oF7Wmp/cxedqxRIxVhXup8e5y5MmtVXelevgxrgA1QS1vo8j889iK5Q==", + "version": "23.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.1.0.tgz", + "integrity": "sha512-KHy1K0647bn86NTcWhWGoEIF9VgQ8YxR9hHZf/wQ4OvDwjRx27uk+mqvyZakWnRvIWFS/L25JNs4rnhsiE0adg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0" diff --git a/package.json b/package.json index a351b30..aa6546d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@babel/core": "7.7.4", "@babel/preset-env": "7.7.4", "cz-conventional-changelog": "3.0.2", - "eslint-config-saiichihashimoto": "2.0.58", + "eslint-config-saiichihashimoto": "2.0.59", "husky": "3.1.0", "jest": "24.1.0", "lint-my-app": "3.7.33",