From 6bf5c11af9b1efda3ed1345ffd1d4b53db6a3a28 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 05:07:42 +0000 Subject: [PATCH 1/2] chore(package): update eslint-config-saiichihashimoto to version 2.1.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12d546f..d31bb8d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ }, "devDependencies": { "cz-conventional-changelog": "3.1.0", - "eslint-config-saiichihashimoto": "2.1.4", + "eslint-config-saiichihashimoto": "2.1.5", "husky": "4.2.3", "jest": "24.1.0", "lint-my-app": "3.7.49", From 382875318a469505a4b3be13f5b7af03ec0c9799 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 05:07:46 +0000 Subject: [PATCH 2/2] chore(package): update lockfile package-lock.json --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72971f0..de4ecbd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7922,16 +7922,16 @@ } }, "eslint-config-saiichihashimoto": { - "version": "2.1.4", - "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-2.1.4.tgz", - "integrity": "sha512-EY/uhMH5IIqIO6buE9IGZGLMcKuqv771lFjFxAFVQfiUmrWoYgHxNtT6BHkNxk54gKhfvYnGFQo6WlJ5EmHwaA==", + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/eslint-config-saiichihashimoto/-/eslint-config-saiichihashimoto-2.1.5.tgz", + "integrity": "sha512-VWju47ibsGY49LFUS02n3SjY9MbAfwh7IDPcEhr5DiMtFJEzUThNT52DiHMMzIbGTc9fZyQachPvsUSrZmZriQ==", "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.20.1", - "eslint-plugin-jest": "23.7.0", + "eslint-plugin-jest": "23.8.0", "eslint-plugin-jest-formatting": "1.2.0", "eslint-plugin-jsx-a11y": "6.2.3", "eslint-plugin-node": "11.0.0", @@ -8311,9 +8311,9 @@ } }, "eslint-plugin-jest": { - "version": "23.7.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.7.0.tgz", - "integrity": "sha512-zkiyGlvJeHNjAEz8FaIxTXNblJJ/zj3waNbYbgflK7K6uy0cpE5zJBt/JpJtOBGM/UGkC6BqsQ4n0y7kQ2HA8w==", + "version": "23.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-23.8.0.tgz", + "integrity": "sha512-DKXmLxguZ1Lru4u5YM12ko3WLq6gqo7dhV2b63K731+/PNyZ/Ff6NGONQsGUtPLG9zU3kdz/N+2LTbweNZifeg==", "dev": true, "requires": { "@typescript-eslint/experimental-utils": "^2.5.0" @@ -22694,9 +22694,9 @@ "integrity": "sha512-8t6074A68gHfU8Neftl0Le6KTDwfGAj7IyjPIMSfikI2wJUTHDMaIq42bUsfVnj8mhx0R+45rdUXHGpN164avA==" }, "regexp-tree": { - "version": "0.1.19", - "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.19.tgz", - "integrity": "sha512-mVeVLF/qg5qFbZSW0f7pXbuVX73dKIjuhOyC2JLKxzmpya75O4qLcvI9j0jp31Iz7IAkEVHa1UErDCAqaLKo5A==", + "version": "0.1.20", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.20.tgz", + "integrity": "sha512-gSiH74kc00oTbQkN7tZogZe0ttKwyxyDVLAnU20aWoarbLE9AypbJHRlZ567h4Zi19q3cPVRWDYbfECElrHgsQ==", "dev": true }, "regexpp": {