From f4578493bcf0137e478ebf2fe7aeb511dc8c3f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 7 Oct 2018 15:58:09 +0800 Subject: [PATCH] Bump eslint from 5.6.0 to 5.6.1 (#821) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0cca569a8..8650ce282 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/DIYgod/RSSHub#readme", "devDependencies": { - "eslint": "5.6.0", + "eslint": "5.6.1", "eslint-config-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.0.0", "lint-staged": "^7.2.2", diff --git a/yarn.lock b/yarn.lock index bc34ddd35..59687406c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2740,15 +2740,15 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@5.6.0: - version "5.6.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.0.tgz#b6f7806041af01f71b3f1895cbb20971ea4b6223" +eslint@5.6.1: + version "5.6.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.6.1.tgz#348134e32ccc09abb2df1bf282b3f6eed8c7b480" dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.5.3" chalk "^2.1.0" cross-spawn "^6.0.5" - debug "^3.1.0" + debug "^4.0.1" doctrine "^2.1.0" eslint-scope "^4.0.0" eslint-utils "^1.3.1"