From c2340b1d8202badf0e465558900eb56c2c9404df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 01:57:53 +0000 Subject: [PATCH] build(deps-dev): bump xo from 0.55.0 to 0.55.1 Bumps [xo](https://github.com/xojs/xo) from 0.55.0 to 0.55.1. - [Release notes](https://github.com/xojs/xo/releases) - [Commits](https://github.com/xojs/xo/compare/v0.55.0...v0.55.1) --- updated-dependencies: - dependency-name: xo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31e6320662..e1b05fb21f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "stylelint-config-prettier": "^9.0.5", "stylelint-config-sass-guidelines": "^9.0.1", "validate-branch-name": "^1.3.0", - "xo": "^0.55.0" + "xo": "^0.55.1" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -17814,9 +17814,9 @@ "dev": true }, "node_modules/xo": { - "version": "0.55.0", - "resolved": "https://registry.npmjs.org/xo/-/xo-0.55.0.tgz", - "integrity": "sha512-0pINhVcbW3Iz4W4tRlTwQBATVEr1VMMFfQJzFTLwjCRJJdkJRgXh9BEJtcpttmPjbc7lROhVrR2hGXoq0yAsyQ==", + "version": "0.55.1", + "resolved": "https://registry.npmjs.org/xo/-/xo-0.55.1.tgz", + "integrity": "sha512-xjwxX6YM2JmAqmoGaXiBSyzE4DVCzSCgIux4Y001BeMc2V42xyoZtdrqICGYwo8or4cS/QBKJqKiy5QbJ+YqHw==", "dev": true, "dependencies": { "@eslint/eslintrc": "^2.1.0", @@ -17833,7 +17833,7 @@ "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-ava": "^14.0.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "~2.27.5", "eslint-plugin-n": "^16.0.1", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-prettier": "^5.0.0", @@ -31648,9 +31648,9 @@ "dev": true }, "xo": { - "version": "0.55.0", - "resolved": "https://registry.npmjs.org/xo/-/xo-0.55.0.tgz", - "integrity": "sha512-0pINhVcbW3Iz4W4tRlTwQBATVEr1VMMFfQJzFTLwjCRJJdkJRgXh9BEJtcpttmPjbc7lROhVrR2hGXoq0yAsyQ==", + "version": "0.55.1", + "resolved": "https://registry.npmjs.org/xo/-/xo-0.55.1.tgz", + "integrity": "sha512-xjwxX6YM2JmAqmoGaXiBSyzE4DVCzSCgIux4Y001BeMc2V42xyoZtdrqICGYwo8or4cS/QBKJqKiy5QbJ+YqHw==", "dev": true, "requires": { "@eslint/eslintrc": "^2.1.0", @@ -31667,7 +31667,7 @@ "eslint-import-resolver-webpack": "^0.13.2", "eslint-plugin-ava": "^14.0.0", "eslint-plugin-eslint-comments": "^3.2.0", - "eslint-plugin-import": "^2.27.5", + "eslint-plugin-import": "~2.27.5", "eslint-plugin-n": "^16.0.1", "eslint-plugin-no-use-extend-native": "^0.5.0", "eslint-plugin-prettier": "^5.0.0", diff --git a/package.json b/package.json index 6002c6ed22..8ee35d9eb3 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "stylelint-config-prettier": "^9.0.5", "stylelint-config-sass-guidelines": "^9.0.1", "validate-branch-name": "^1.3.0", - "xo": "^0.55.0" + "xo": "^0.55.1" }, "repository": { "type": "git",