diff --git a/package-lock.json b/package-lock.json index caebb18a..f284d36e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@rollup/plugin-typescript": "^11.1.6", "@stylistic/eslint-plugin-js": "3.1.0", "@stylistic/eslint-plugin-plus": "3.1.0", - "@stylistic/eslint-plugin-ts": "3.1.0", + "@stylistic/eslint-plugin-ts": "4.4.1", "@types/chrome": "^0.0.268", "@types/node": "^20.14.10", "@types/semver": "^7.5.8", @@ -1187,13 +1187,13 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-3.1.0.tgz", - "integrity": "sha512-ExsbaLmPTt3Y9bWN64nw+hpsnLAScLH25ncPxrV16FG2Lvg5wn6aRfMqldUGpu+YdqVmFFU1zehgFh6RIHT6YA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-4.4.1.tgz", + "integrity": "sha512-2r6cLcmdF6til66lx8esBYvBvsn7xCmLT50gw/n1rGGlTq/OxeNjBIh4c3VEaDGMa/5TybrZTia6sQUHdIWx1w==", "dev": true, "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "^8.13.0", + "@typescript-eslint/utils": "^8.32.1", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" }, @@ -1201,7 +1201,7 @@ "node": "^18.18.0 || ^20.9.0 || >=21.1.0" }, "peerDependencies": { - "eslint": ">=8.40.0" + "eslint": ">=9.0.0" } }, "node_modules/@stylistic/eslint-plugin-ts/node_modules/@typescript-eslint/scope-manager": { diff --git a/package.json b/package.json index 2b3e61df..3189c5ef 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.3", "@stylistic/eslint-plugin-js": "3.1.0", - "@stylistic/eslint-plugin-ts": "3.1.0", + "@stylistic/eslint-plugin-ts": "4.4.1", "@stylistic/eslint-plugin-plus": "3.1.0", "electron": "^37.0.0", "obsidian": "^1.8.7",