diff --git a/package.json b/package.json index a2469844e..1c1755746 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "auto": "7.17.0", "eslint": "6.8.0", "eslint-config-prettier": "6.10.0", - "eslint-config-xo": "0.27.2", + "eslint-config-xo": "0.29.1", "eslint-plugin-jest": "23.8.2", "husky": "3.1.0", "jest": "24.9.0", diff --git a/yarn.lock b/yarn.lock index f2f14e290..d7aeb1a8e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2369,6 +2369,11 @@ config-chain@^1.1.11: ini "^1.3.4" proto-list "~1.2.1" +confusing-browser-globals@1.0.9: + version "1.0.9" + resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.9.tgz#72bc13b483c0276801681871d4898516f8f54fdd" + integrity sha512-KbS1Y0jMtyPgIxjO7ZzMAuUpAKMt1SzCL9fsrKsX6b0zJPTaT0SiSPmewwVZg9UAO83HVIlEhZF84LIjZ0lmAw== + 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" @@ -2956,10 +2961,12 @@ eslint-config-prettier@6.10.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.29.1: + version "0.29.1" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.29.1.tgz#876e29b2f4711f2fd365885b09b9536b6ef328dc" + integrity sha512-RDjeKh8CV0/EH4utW/6uOkwJJOOU+rX3uE5eUBOamcLNe4lNjyo8kSt3B6DzAm1L/1tWGikI7LFNVY9gG7PDQw== + dependencies: + confusing-browser-globals "1.0.9" eslint-plugin-jest@23.8.2: version "23.8.2"