diff --git a/package-lock.json b/package-lock.json index f2d4a3f..e13f88c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@typescript-eslint/parser": "^7.13.0", "eslint": "^8.57.0", "eslint-config-xo": "^0.45.0", - "eslint-config-xo-typescript": "^4.0.0", + "eslint-config-xo-typescript": "^5.0.0", "eslint-import-resolver-typescript": "^3.6.1", "husky": "^9.0.6", "lint-staged": "^15.0.0", @@ -2282,9 +2282,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-4.0.0.tgz", - "integrity": "sha512-pmSWzVpvzEjZHG7S/rN34cFXAoe6YbvWFBQSitEXD5CcT2SULfykYl8hcYXss37r5N3SmJYAiO6VlcfkPiDRxg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-5.0.0.tgz", + "integrity": "sha512-ukAYCKf3p039pRai7hb6xaomZzsKlCjV5qx3NbYe27UC7Nz75If1HcpQL5sNW2b5aH8+Axb6dIIv28+bVtwlVQ==", "dev": true, "license": "MIT", "engines": { @@ -2294,8 +2294,8 @@ "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=7.0.2", - "@typescript-eslint/parser": ">=7.0.2", + "@typescript-eslint/eslint-plugin": ">=7.16.0", + "@typescript-eslint/parser": ">=7.16.0", "eslint": ">=8.56.0", "typescript": ">=5.0.0" } @@ -7631,6 +7631,25 @@ "eslint": ">=8.56.0" } }, + "node_modules/xo/node_modules/eslint-config-xo-typescript": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-4.0.0.tgz", + "integrity": "sha512-pmSWzVpvzEjZHG7S/rN34cFXAoe6YbvWFBQSitEXD5CcT2SULfykYl8hcYXss37r5N3SmJYAiO6VlcfkPiDRxg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + }, + "peerDependencies": { + "@typescript-eslint/eslint-plugin": ">=7.0.2", + "@typescript-eslint/parser": ">=7.0.2", + "eslint": ">=8.56.0", + "typescript": ">=5.0.0" + } + }, "node_modules/xo/node_modules/globby": { "version": "14.0.1", "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz", diff --git a/package.json b/package.json index 99d1b0f..fc9f119 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@typescript-eslint/parser": "^7.13.0", "eslint": "^8.57.0", "eslint-config-xo": "^0.45.0", - "eslint-config-xo-typescript": "^4.0.0", + "eslint-config-xo-typescript": "^5.0.0", "eslint-import-resolver-typescript": "^3.6.1", "husky": "^9.0.6", "lint-staged": "^15.0.0",