From 6896142854c7c33910cf3caa532c31b3fbdf5c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 20:56:15 +0000 Subject: [PATCH] fix(deps): bump eslint-config-xo-space from 0.34.0 to 0.35.0 Bumps [eslint-config-xo-space](https://github.com/xojs/eslint-config-xo-space) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/xojs/eslint-config-xo-space/releases) - [Commits](https://github.com/xojs/eslint-config-xo-space/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: eslint-config-xo-space dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 8bfaaa2..61f6a1b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/eslint-config-oclif/issues", "dependencies": { - "eslint-config-xo-space": "^0.34.0", + "eslint-config-xo-space": "^0.35.0", "eslint-plugin-mocha": "^10.3.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-unicorn": "^48.0.1" diff --git a/yarn.lock b/yarn.lock index 8745269..66e15c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -278,17 +278,17 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-config-xo-space@^0.34.0: - version "0.34.0" - resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.34.0.tgz#974db7f7091edc23e2f29cc98acaa1be78ac87e5" - integrity sha512-8ZI0Ta/loUIL1Wk/ouWvk2ZWN8X6Un49MqnBf2b6uMjC9c5Pcfr1OivEOrvd3niD6BKgMNH2Q9nG0CcCWC+iVA== +eslint-config-xo-space@^0.35.0: + version "0.35.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo-space/-/eslint-config-xo-space-0.35.0.tgz#fdc2741c601a011e3ba185f07e2e78b6eed9d3dc" + integrity sha512-+79iVcoLi3PvGcjqYDpSPzbLfqYpNcMlhsCBRsnmDoHAn4npJG6YxmHpelQKpXM7v/EeZTUKb4e1xotWlei8KA== dependencies: - eslint-config-xo "^0.43.0" + eslint-config-xo "^0.44.0" -eslint-config-xo@^0.43.0: - version "0.43.1" - resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060" - integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ== +eslint-config-xo@^0.44.0: + version "0.44.0" + resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.44.0.tgz#b4a68da791ecfd329bc7e1f88f9edea3d4dca70c" + integrity sha512-YG4gdaor0mJJi8UBeRJqDPO42MedTWYMaUyucF5bhm2pi/HS98JIxfFQmTLuyj6hGpQlAazNfyVnn7JuDn+Sew== dependencies: confusing-browser-globals "1.0.11"