diff --git a/package-lock.json b/package-lock.json index 80a5e74..06c225a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "string-hash-64": "^1.0.3" }, "devDependencies": { - "@stylistic/eslint-plugin-ts": "^2.8.0", + "@stylistic/eslint-plugin-ts": "^2.11.0", "@types/collections": "^5.1.5", "@types/mocha": "^10.0.9", "@types/node": "20.15.0", @@ -508,14 +508,14 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.9.0.tgz", - "integrity": "sha512-CxB73paAKlmaIDtOfKoIHlhNJVlyRMVobuBqdOc4wbVSqfhbgpCWuJYpBkV3ydGDKRfVWNJ9yg5b99lzZtrjhg==", + "version": "2.11.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.11.0.tgz", + "integrity": "sha512-ZBxnfSjzxUiwCibbVCeYCYwZw+P5xaQw+pNA8B8uR42fdMQIOhUstXjJuS2nTHoW5CF4+vGSxbL4gklI8WxhyA==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "^8.8.0", - "eslint-visitor-keys": "^4.1.0", - "espree": "^10.2.0" + "@typescript-eslint/utils": "^8.13.0", + "eslint-visitor-keys": "^4.2.0", + "espree": "^10.3.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -525,9 +525,9 @@ } }, "node_modules/@stylistic/eslint-plugin-ts/node_modules/eslint-visitor-keys": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.1.0.tgz", - "integrity": "sha512-Q7lok0mqMUSf5a/AdAZkA5a/gHcO6snwQClVNNvFKCAVlxXucdU8pKydU5ZVZjBx5xr37vGbFFWtLQYreLzrZg==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" diff --git a/package.json b/package.json index abee910..f8c113f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "test": "vscode-test" }, "devDependencies": { - "@stylistic/eslint-plugin-ts": "^2.8.0", + "@stylistic/eslint-plugin-ts": "^2.11.0", "@types/collections": "^5.1.5", "@types/mocha": "^10.0.9", "@types/node": "20.15.0",