diff --git a/package-lock.json b/package-lock.json index 98350f9..1d19be4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@commitlint/cli": "20.5.3", "@commitlint/config-conventional": "20.5.3", - "@eslint/compat": "2.0.5", + "@eslint/compat": "2.1.0", "@eslint/js": "10.0.1", "@tailwindcss/postcss": "4.2.4", "@testing-library/jest-dom": "6.9.1", @@ -1905,9 +1905,9 @@ } }, "node_modules/@eslint/compat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.0.5.tgz", - "integrity": "sha512-IbHDbHJfkVNv6xjlET8AIVo/K1NQt7YT4Rp6ok/clyBGcpRx1l6gv0Rq3vBvYfPJIZt6ODf66Zq08FJNDpnzgg==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@eslint/compat/-/compat-2.1.0.tgz", + "integrity": "sha512-LgaSCymEpw7tF53xvDw9SNsraPb1IBHxpdABIOM0hW8UAlP8znrjYtuxfR58FSJ3L9BhwD+FaPRFQpZq84Nh6g==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 40b45e0..7f4e934 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@commitlint/cli": "20.5.3", "@commitlint/config-conventional": "20.5.3", - "@eslint/compat": "2.0.5", + "@eslint/compat": "2.1.0", "@eslint/js": "10.0.1", "@tailwindcss/postcss": "4.2.4", "@testing-library/jest-dom": "6.9.1",