diff --git a/package-lock.json b/package-lock.json index 37950b0..6baa389 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.25.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin-js": "^2.2.2", "eslint": "^9.5.0", @@ -264,9 +264,9 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.24.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.24.1.tgz", - "integrity": "sha512-JwNDQBrNIWEPcxgSpla/2jaUXyQCqL7Xp8CmON4Bk5qg8MwiDLXOgjylfVC+tN52i8JeHWMca34I9DqBGRj9Qg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.25.0.tgz", + "integrity": "sha512-5DlvqO8bbe90cKSfFDuEblyrEnhAdgNTjWxXeUxt/XXC2OuMC8CsxzLZjtK3+0X6yM8m4xcE3fymCPwg7zdcXQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index d83d04f..35657fa 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240614.0", - "@html-eslint/eslint-plugin": "^0.24.1", + "@html-eslint/eslint-plugin": "^0.25.0", "@html-eslint/parser": "^0.24.1", "@stylistic/eslint-plugin-js": "^2.2.2", "eslint": "^9.5.0",