aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-08-16 09:43:07 +0900
committerGitHub <noreply@github.com>2020-08-16 09:43:07 +0900
commit7392d9028577eddfce09a2c3240c857a2b0c6e46 (patch)
treed8f5fcf58835b4743c83b0da013acdf836ba2dac
parente093f5829a4596ba9d630a0c766a74900372d11f (diff)
parent7c2ac8ef7dadd8fbe9e39f02d1cf221e1e7ea41f (diff)
Merge pull request #801 from ueokande/dependabot/npm_and_yarn/eslint-7.7.0
Bump eslint from 7.6.0 to 7.7.0
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 20205dd..5e3269d 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"ajv-cli": "^3.0.0",
"chai": "^4.2.0",
"css-loader": "^4.2.1",
- "eslint": "7.6.0",
+ "eslint": "7.7.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.5",
diff --git a/yarn.lock b/yarn.lock
index dc79f26..d0a3374 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2271,10 +2271,10 @@ eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
-eslint@7.6.0:
- version "7.6.0"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6"
- integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==
+eslint@7.7.0:
+ version "7.7.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073"
+ integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg==
dependencies:
"@babel/code-frame" "^7.0.0"
ajv "^6.10.0"