diff --git a/package-lock.json b/package-lock.json index f3a6fa3..08a5147 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "zod": "^4.5.4" }, "devDependencies": { - "@eslint/compat": "^2.1.0", + "@eslint/compat": "^2.1.1", "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.20", "@types/js-yaml": "^4.0.9", @@ -1341,9 +1341,9 @@ } }, "node_modules/@eslint/compat": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.1.0.tgz", - "integrity": "sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==", + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.1.1.tgz", + "integrity": "sha512-rMcy8GSrwNzcISX/BlTDY/GLB4eCopEuy9woIls3To+15OLxykZrxxq+WUcylCPCQ6F4MujjBM1DX5V1aqI3Vw==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 3484358..443e514 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "zod": "^4.5.4" }, "devDependencies": { - "@eslint/compat": "^2.1.0", + "@eslint/compat": "^2.1.1", "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.20", "@types/js-yaml": "^4.0.9",