From c890228792a1497b2dc829527558e1cbb3c5e18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 22:47:23 +0000 Subject: [PATCH] :arrow_up: deps: Upgrade dependency xo to v0.53.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed032fa..90ddf98 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "pinst": "3.0.0", "power-assert": "1.6.1", "regenerator-runtime": "0.13.11", - "xo": "0.53.0" + "xo": "0.53.1" }, "ava": { "files": [ diff --git a/yarn.lock b/yarn.lock index d59c4d9..a833958 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10391,10 +10391,10 @@ xdg-basedir@^4.0.0: resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635" integrity sha1-TYuPHszTQZqjYgYb7O9RXh5VljU= -xo@0.53.0: - version "0.53.0" - resolved "https://registry.yarnpkg.com/xo/-/xo-0.53.0.tgz#cb91c1a833146a2f3d9bfbcd82d695783957be3d" - integrity sha512-sWLhl4IwuZ1Q8vza6qW3rEExEh1dFRYShW4iwsiHu6RxrRJtkUxP8TJZortF+kbi5fF7eloPMYXG8pYQZHdDQg== +xo@0.53.1: + version "0.53.1" + resolved "https://registry.yarnpkg.com/xo/-/xo-0.53.1.tgz#23f35b007d50bbcd863cb9afbceff41aa9beb8ce" + integrity sha512-/2R8SPehv1UhiIqJ9uSvrAjslcoygICNsUlEb/Zf2V6rMtr7YCoggc6hlt6b/kbncpR989Roqt6AvEO779dFxw== dependencies: "@eslint/eslintrc" "^1.3.3" "@typescript-eslint/eslint-plugin" "^5.43.0"