From 76dfa367da59f3c109a4c7e2a5fdcbc4d86b4bf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 08:06:30 -0500 Subject: [PATCH] update: update dependency eslint to v7.7.0 (#276) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0efdc4f..47e5079 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "3.9.1", "chai": "4.2.0", "chai-as-promised": "7.1.1", - "eslint": "7.6.0", + "eslint": "7.7.0", "eslint-plugin-chai": "0.0.1", "eslint-plugin-chai-expect": "2.2.0", "eslint-plugin-chai-expect-keywords": "2.0.1", diff --git a/yarn.lock b/yarn.lock index fff475a..00a047b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1486,10 +1486,10 @@ eslint-visitor-keys@^1.3.0: resolved "https://artifacts.apextoaster.com/repository/group-npm/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://artifacts.apextoaster.com/repository/group-npm/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6" - integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w== +eslint@7.7.0: + version "7.7.0" + resolved "https://artifacts.apextoaster.com/repository/group-npm/eslint/-/eslint-7.7.0.tgz#18beba51411927c4b64da0a8ceadefe4030d6073" + integrity sha512-1KUxLzos0ZVsyL81PnRN335nDtQ8/vZUD6uMtWbF+5zDtjKcsklIi78XoE0MVL93QvWTu+E5y44VyyCsOMBrIg== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.10.0"