From 9437c8df9987e226f8ac9bb9b0c34976266cda66 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 5 May 2022 02:40:57 +0000 Subject: [PATCH] Update dependency @sourcegraph/eslint-config to ^0.27.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 90066735d590..6e38ee569f82 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ }, "devDependencies": { "@actions/core": "^1.6.0", - "@sourcegraph/eslint-config": "^0.26.0", + "@sourcegraph/eslint-config": "^0.27.1", "@sourcegraph/prettierrc": "^3.0.3", "@sourcegraph/tsconfig": "^4.0.1", "@types/line-column": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 7bd6af665377..b75f70ad8f7b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -763,10 +763,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@sourcegraph/eslint-config@^0.26.0": - version "0.26.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.26.0.tgz#73371fe4019d9311ec7fa422e70d92129d57c2bf" - integrity sha512-mjNeGOtzJwsrMr0r+RxS/HA7sZdyZiQfW+t3mE686fwYPINRBeUDeK51tYfAPzzAYtlGA0ENTJsxrUYJfdLpNw== +"@sourcegraph/eslint-config@^0.27.1": + version "0.27.1" + resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.1.tgz#e09faeef5a027a8d26f76fc9b7963efe58ac1bc2" + integrity sha512-pcnsVJdH7q2CmNC7HCW/rNlSZe/rY9cBpWdclao9znqcDlHhIcSwo97eETiIwCzZgsatvYrGsz6prTJGwoh5kw== dependencies: "@sourcegraph/prettierrc" "^3.0.3" "@typescript-eslint/eslint-plugin" "^4.28.3"