diff --git a/package-lock.json b/package-lock.json index 0caf5982..1e564f5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "@rollup/plugin-strip": "^3.0.4", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", - "@stylistic/eslint-plugin-ts": "^2.10.1", + "@stylistic/eslint-plugin-ts": "^2.11.0", "@types/eslint": "^9.6.1", "@types/geojson": "^7946.0.14", "@types/jest": "^29.5.14", @@ -2058,12 +2058,12 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.10.1.tgz", - "integrity": "sha512-XmXcixLPYfW0Z4Nf2ChnQ7CnfALNy/5gwNh22POiy64xreVYtiag4+yxN2SBEalEfoOAwDnqwDKam7e7XeoKTA==", + "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.12.2", + "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0" }, diff --git a/package.json b/package.json index bdd32bbe..b297e4fe 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@rollup/plugin-strip": "^3.0.4", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.1", - "@stylistic/eslint-plugin-ts": "^2.10.1", + "@stylistic/eslint-plugin-ts": "^2.11.0", "@types/eslint": "^9.6.1", "@types/geojson": "^7946.0.14", "@types/jest": "^29.5.14",