From 4ec4835239b0095b19e2fde6d45be84e3946c49f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 5 Feb 2021 21:49:24 +0000 Subject: [PATCH] update: update dependency eslint to v7.19.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 81f81a3..317e0e4 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@typescript-eslint/parser": "4.14.0", "chai": "4.3.0", "chai-as-promised": "7.1.1", - "eslint": "7.18.0", + "eslint": "7.19.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 4b2c0aa..91ea655 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1578,10 +1578,10 @@ eslint-visitor-keys@^2.0.0: resolved "https://artifacts.apextoaster.com/repository/group-npm/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8" integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== -eslint@7.18.0: - version "7.18.0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67" - integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ== +eslint@7.19.0: + version "7.19.0" + resolved "https://artifacts.apextoaster.com/repository/group-npm/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41" + integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg== dependencies: "@babel/code-frame" "^7.0.0" "@eslint/eslintrc" "^0.3.0"