From b0e4284989aa4e73ecb1d125b76f75637eeca919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Mar 2023 21:57:53 +0000 Subject: [PATCH] build(deps-dev): bump eslint-config-xo-typescript from 0.55.1 to 0.56.0 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] --- 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 fc8e45c..d94ab08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "eslint": "^8.31.0", "eslint-config-prettier": "^8.6.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.26.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-unicorn": "^45.0.2", @@ -1234,9 +1234,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" @@ -4478,9 +4478,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 253289b..2aa894a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint": "^8.31.0", "eslint-config-prettier": "^8.6.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.26.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-unicorn": "^45.0.2",