From 5b7e85966e3800611604f9989324a355664c55f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 02:43:20 +0000 Subject: [PATCH] chore(deps-dev): bump eslint-config-xo from 0.44.0 to 0.45.0 Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/xojs/eslint-config-xo/releases) - [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: eslint-config-xo dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 11514199cc..94eb6eee52 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.1", "eslint": "^8.56.0", - "eslint-config-xo": "^0.44.0", + "eslint-config-xo": "^0.45.0", "eslint-plugin-ava": "^14.0.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.29.1", diff --git a/yarn.lock b/yarn.lock index ed1b616eae..f63046c69b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4267,6 +4267,13 @@ eslint-config-xo@^0.44.0: dependencies: confusing-browser-globals "1.0.11" +eslint-config-xo@^0.45.0: + version "0.45.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz#80e11c386aad07070bf103c04057dfa3d07b9705" + integrity sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA== + dependencies: + confusing-browser-globals "1.0.11" + eslint-formatter-pretty@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/eslint-formatter-pretty/-/eslint-formatter-pretty-6.0.1.tgz#8a8205c10a5a8e1862fcc7fde5d252d01ab0807d"