From 28f37633d399de2d6f4e8f09430190a03e7949d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:10:24 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-xo to v0.41.0 --- package.json | 2 +- yarn.lock | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e642be55e..2b42413b2 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "auto": "9.61.0", "eslint": "6.8.0", "eslint-config-prettier": "6.15.0", - "eslint-config-xo": "0.27.2", + "eslint-config-xo": "0.41.0", "eslint-plugin-jest": "23.20.0", "husky": "3.1.0", "jest": "24.9.0", diff --git a/yarn.lock b/yarn.lock index 75abda78f..ada3cf082 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2841,6 +2841,11 @@ config-chain@^1.1.11: ini "^1.3.4" proto-list "~1.2.1" +confusing-browser-globals@1.0.11: + version "1.0.11" + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz#ae40e9b57cdd3915408a2805ebd3a5585608dc81" + integrity sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA== + console-control-strings@^1.0.0, console-control-strings@~1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e" @@ -3454,10 +3459,12 @@ eslint-config-prettier@6.15.0: dependencies: get-stdin "^6.0.0" -eslint-config-xo@0.27.2: - version "0.27.2" - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.27.2.tgz#71aff3d5b5554e9e5b5e1853e21da7799bb53f1f" - integrity sha512-qEuZP0zNQkWpOdNZvWnfY2GNp1AZ33uXgeOXl4DN5YVLHFvekHbeSM2FFZ8A489fp1rCCColVRlJsYMf28o4DA== +eslint-config-xo@0.41.0: + version "0.41.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.41.0.tgz#06d27728060e5804ff55ae79f6a1e0124f094536" + integrity sha512-cyTc182COQVdalOi5105h0Cw/Qb52IRGyIZLmUICIauANm9Upmv81UEsuFkdKnvwr4NtU95qjdk3g4/kNspA6g== + dependencies: + confusing-browser-globals "1.0.11" eslint-plugin-jest@23.20.0: version "23.20.0"