From 0d8ab8ecfc9bf585931a930d326389c5f6dae08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Aug 2023 13:23:16 +0530 Subject: [PATCH] chore(deps-dev): bump eslint-config-xo-typescript from 1.0.0 to 1.0.1 (#5242) Bumps [eslint-config-xo-typescript](https://github.com/xojs/eslint-config-xo-typescript) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/xojs/eslint-config-xo-typescript/releases) - [Commits](https://github.com/xojs/eslint-config-xo-typescript/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: eslint-config-xo-typescript dependency-type: direct:development update-type: version-update:semver-patch ... 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 0c17f1aa4..d96515438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "cross-env": "^7.0.3", "eslint": "^8.45.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^1.0.0", + "eslint-config-xo-typescript": "^1.0.1", "eslint-plugin-astro": "^0.27.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^48.0.0", @@ -4047,9 +4047,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.0.tgz", - "integrity": "sha512-gqc7nzzEavIHKDMqj7IDmbqIusYQ9QWUUgYgRWL5Gi49DOH33/ndzrCDn5aTKyAePaCwl1SR3iwwEYNX9u/efA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz", + "integrity": "sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==", "dev": true, "engines": { "node": ">=16" @@ -14645,9 +14645,9 @@ } }, "eslint-config-xo-typescript": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.0.tgz", - "integrity": "sha512-gqc7nzzEavIHKDMqj7IDmbqIusYQ9QWUUgYgRWL5Gi49DOH33/ndzrCDn5aTKyAePaCwl1SR3iwwEYNX9u/efA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-1.0.1.tgz", + "integrity": "sha512-vPQssnRSUgBFOEfB/KY12CXwltwFSn4RSCfa+w7gjBC2PFQ7Yfgmyei+1XUZ3K+8LRGef2NMJUcxts7PldhDjg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 9c48eaebc..27fc81b24 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "cross-env": "^7.0.3", "eslint": "^8.45.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^1.0.0", + "eslint-config-xo-typescript": "^1.0.1", "eslint-plugin-astro": "^0.27.2", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^48.0.0",