diff --git a/package-lock.json b/package-lock.json index 3de75ab..2d52f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@eslint/js": "^9.9.0", - "@stylistic/eslint-plugin-ts": "^2.6.1", + "@stylistic/eslint-plugin-ts": "^2.6.2", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", @@ -2087,9 +2087,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.1.tgz", - "integrity": "sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.2.tgz", + "integrity": "sha512-wCr/kVctAPayMU3pcOI1MKR7MoKIh6VKZU89lPklAqtJoxT+Em6RueiiARbpznUYG5eg3LymiU+aMD+aIZXdqA==", "dev": true, "dependencies": { "@types/eslint": "^9.6.0", @@ -2127,12 +2127,12 @@ } }, "node_modules/@stylistic/eslint-plugin-ts": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.1.tgz", - "integrity": "sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==", + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.2.tgz", + "integrity": "sha512-6OEN3VtUNxjgOvWPavnC10MByr1H4zsgwNND3rQXr5lDFv93MLUnTsH+/SH15OkuqdyJgrQILI6b9lYecb1vIg==", "dev": true, "dependencies": { - "@stylistic/eslint-plugin-js": "2.6.1", + "@stylistic/eslint-plugin-js": "2.6.2", "@types/eslint": "^9.6.0", "@typescript-eslint/utils": "^8.0.0" }, diff --git a/package.json b/package.json index 4397d47..7ea269e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@eslint/js": "^9.9.0", - "@stylistic/eslint-plugin-ts": "^2.6.1", + "@stylistic/eslint-plugin-ts": "^2.6.2", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2",