From d10cbb4a3c607ec3b3d553a18e11ffe4c423f32a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 30 Jan 2019 18:34:51 +0000 Subject: [PATCH] Update dependency eslint to v5.12.1 https://github.com/uber-workflow/probot-app-deploy/pull/82 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 36e0fd99..68cbfcc2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "probot": "7.5.0" }, "devDependencies": { - "eslint": "5.12.0", + "eslint": "5.12.1", "eslint-plugin-prettier": "3.0.1", "jest": "23.6.0", "localtunnel": "1.9.1", diff --git a/yarn.lock b/yarn.lock index d5d54561..5fa5acc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1120,9 +1120,9 @@ eslint-visitor-keys@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" -eslint@5.12.0: - version "5.12.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.0.tgz#fab3b908f60c52671fb14e996a450b96c743c859" +eslint@5.12.1: + version "5.12.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b" dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.5.3"