diff --git a/package-lock.json b/package-lock.json index 2431577a..fb56c657 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "dependencies": { - "@stylistic/eslint-plugin": "^3.0.0", + "@stylistic/eslint-plugin": "^3.0.1", "csso-cli": "^4.0.2", "eslint": "^9.19.0", "html-minifier-terser": "^7.2.0", @@ -458,12 +458,12 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.0.0.tgz", - "integrity": "sha512-9GJI6iBtGjOqSsyCKUvE6Vn7qDT52hbQaoq/SwxH6A1bciymZfvBfHIIrD3E7Koi2sjzOa/MNQ2XOguHtVJOyw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-3.0.1.tgz", + "integrity": "sha512-rQ3tcT5N2cynofJfbjUsnL4seoewTaOVBLyUEwtNldo7iNMPo3h/GUQk+Cl3iHEWwRxjq2wuH6q0FufQrbVL1A==", "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "8.13.0", + "@typescript-eslint/utils": "^8.13.0", "eslint-visitor-keys": "^4.2.0", "espree": "^10.3.0", "estraverse": "^5.3.0", diff --git a/package.json b/package.json index c87c499d..ad4be1be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@stylistic/eslint-plugin": "^3.0.0", + "@stylistic/eslint-plugin": "^3.0.1", "csso-cli": "^4.0.2", "eslint": "^9.19.0", "html-minifier-terser": "^7.2.0",