From bedb1790b37a182e7df40f68c58e3cd10e855d3e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 Apr 2022 13:32:48 +0000 Subject: [PATCH] fix(deps): 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 724ae7edf..5d7b9d9b2 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@commitlint/cli": "^14.1.0", "@commitlint/config-conventional": "^14.1.0", - "@sourcegraph/eslint-config": "^0.27.0", + "@sourcegraph/eslint-config": "^0.27.1", "@sourcegraph/prettierrc": "^3.0.3", "eslint": "^7.32.0", "husky": "^4.3.5", diff --git a/yarn.lock b/yarn.lock index 175f1ff5b..507b886ce 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1189,10 +1189,10 @@ dependencies: "@sinonjs/commons" "^1.7.0" -"@sourcegraph/eslint-config@^0.27.0": - version "0.27.0" - resolved "https://registry.yarnpkg.com/@sourcegraph/eslint-config/-/eslint-config-0.27.0.tgz#f892b5ad8c6d975bbeb97dfc40b31d0c41e4f70b" - integrity sha512-WEU77N93mfZB29R9UtFJfGGJ28nMB0gHCM2SqS0jUZDnkSMzJQGARAS7vGRZSrKo+pCUsNxANO4gvwRFvg26xA== +"@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"