From 7f0a37a87f4fa4aa4d46f36bf6554e8175be5e3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 19 Mar 2019 11:38:44 +0800 Subject: [PATCH] Update dependency eslint to v5.15.3 (#1777) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c227abcf..f74e8fe8d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "homepage": "https://github.com/DIYgod/RSSHub#readme", "devDependencies": { "axios-mock-adapter": "1.16.0", - "eslint": "5.15.2", + "eslint": "5.15.3", "eslint-config-prettier": "4.1.0", "eslint-plugin-prettier": "3.0.1", "jest": "24.5.0", diff --git a/yarn.lock b/yarn.lock index b925b2d96..38cd571c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3669,10 +3669,10 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@5.15.2: - version "5.15.2" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.2.tgz#0237bbb2362f89f4effef2f191eb0fea5279c0a5" - integrity sha512-I8VM4SILpMwUvsRt83bQVwIRQAJ2iPMXun1FVZ/lV1OHklH2tJaXqoDnNzdiFc6bnCtGKXvQIQNP3kj1eMskSw== +eslint@5.15.3: + version "5.15.3" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.15.3.tgz#c79c3909dc8a7fa3714fb340c11e30fd2526b8b5" + integrity sha512-vMGi0PjCHSokZxE0NLp2VneGw5sio7SSiDNgIUn2tC0XkWJRNOIoHIg3CliLVfXnJsiHxGAYrkw0PieAu8+KYQ== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.9.1"