From e62dcfeb53ec0c0a3ff677b86b2bb84bbaa5758e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 09:20:45 +0000 Subject: [PATCH] Build(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-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1475f7a07e30..66c82d9db79c 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": "^4.0.1", @@ -5294,9 +5294,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 c60589100486..5a14496e3906 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": "^4.0.1",