diff --git a/package-lock.json b/package-lock.json index a72d6b39e..ecf177188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cross-env": "^7.0.3", "eslint": "^8.37.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.56.0", + "eslint-config-xo-typescript": "^0.57.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^46.0.0", @@ -3547,9 +3547,9 @@ } }, "node_modules/eslint-config-xo-typescript": { - "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==", + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz", + "integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==", "dev": true, "engines": { "node": ">=12" @@ -3558,8 +3558,8 @@ "url": "https://github.com/sponsors/sindresorhus" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": ">=5.43.0", - "@typescript-eslint/parser": ">=5.43.0", + "@typescript-eslint/eslint-plugin": ">=5.57.0", + "@typescript-eslint/parser": ">=5.57.0", "eslint": ">=8.0.0", "typescript": ">=4.4" } @@ -12740,9 +12740,9 @@ } }, "eslint-config-xo-typescript": { - "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==", + "version": "0.57.0", + "resolved": "https://registry.npmjs.org/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz", + "integrity": "sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 3e9aea8e6..0455f1c25 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "cross-env": "^7.0.3", "eslint": "^8.37.0", "eslint-config-xo": "^0.43.1", - "eslint-config-xo-typescript": "^0.56.0", + "eslint-config-xo-typescript": "^0.57.0", "eslint-plugin-astro": "^0.26.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-unicorn": "^46.0.0",