From 093276119d807c5f7c77b860c1e1dafff1a46b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:28:45 +0300 Subject: [PATCH] Build(deps-dev): Bump eslint-config-xo from 0.44.0 to 0.45.0 (#39967) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04d83ca9e5..ad5b6a0873 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "clipboard": "^2.0.11", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-xo": "^0.44.0", + "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^5.0.0", @@ -5264,9 +5264,9 @@ } }, "node_modules/eslint-config-xo": { - "version": "0.44.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz", - "integrity": "sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew==", + "version": "0.45.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo/-/eslint-config-xo-0.45.0.tgz", + "integrity": "sha512-T30F2S2HKKmr/RoHopKE7wMUMWrsLMab1qFl2WyFJjETbD+l7p4hSQWpTVGW7TEbSKG1QBekwf6Jn9ZDPA6thA==", "dev": true, "dependencies": { "confusing-browser-globals": "1.0.11" diff --git a/package.json b/package.json index c32c9c112b..2664a0a8fa 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "clipboard": "^2.0.11", "cross-env": "^7.0.3", "eslint": "^8.57.0", - "eslint-config-xo": "^0.44.0", + "eslint-config-xo": "^0.45.0", "eslint-plugin-html": "^8.1.1", "eslint-plugin-import": "^2.29.1", "eslint-plugin-markdown": "^5.0.0",