From f02d73f0e005f569035907865a92b2eaae27e54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 17:41:01 +0530 Subject: [PATCH] chore(deps-dev): bump eslint-config-xo-typescript from 0.55.1 to 0.56.0 (#4915) Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 0.55.1 to 0.56.0. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v0.55.1...v0.56.0) --- updated-dependencies: - dependency-name: eslint-config-xo-typescript 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 64705b44f..0304b157f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cross-env": "^7.0.3", "eslint": "^8.33.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.55.1", + "eslint-config-xo-typescript": "^0.56.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^45.0.2", "fs-extra": "^11.1.0", @@ -3543,9 +3543,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "version": "0.55.1", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz", - "integrity": "sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==", + "version": "0.56.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz", + "integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==", "dev": true, "engines": { "node": ">=12" @@ -12721,9 +12721,9 @@ } }, "eslint-config-xo-typescript": { - "version": "0.55.1", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.55.1.tgz", - "integrity": "sha512-iXua+7n9fOp7LzGzvXlcZG0w6cdtscjASGTrAHMj0Rn9voayxF2oRoMIK1QS6ZJb4fMVEQZdU2D6gTKmWhcCQQ==", + "version": "0.56.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.56.0.tgz", + "integrity": "sha512-JOuV9M6R0BphdWome5SiolbsZFpw5DX83HgUaIUoEZwkk0hDv+fmPoHNc3KwmoON5QEkuBxlIbW0o3PifzPCuw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index e34496a16..57398696f 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "eslint": "^8.33.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.55.1", + "eslint-config-xo-typescript": "^0.56.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^45.0.2", "fs-extra": "^11.1.0",