diff --git a/package-lock.json b/package-lock.json index 9cf6dab..2e37cc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.32.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3", @@ -233,10 +233,13 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.26.0.tgz", - "integrity": "sha512-ovmAYVN/Wv+OX77FrSSyPxBokOg6hvxuiTRXhbN1rnZ7DwCmHjnvVyDlkTeWQHmuwFF2n8yLu2B/X9AMA9KxNw==", + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.32.0.tgz", + "integrity": "sha512-pHY0kGlSUn9G3qsEB11c/nK0tfHTeKTU2Su5dH+muNv9lr5K7O6Mo1dzTr96PNzTBXsDIkRpZ2k1TdNmgDR7YA==", "dev": true, + "dependencies": { + "@html-eslint/template-parser": "^0.32.0" + }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -253,6 +256,24 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.32.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.32.0.tgz", + "integrity": "sha512-+p0EdxmSC3CERw3uHYo9aMw4y6+Rk8YeNzhJP5ewfXpB6qZEeB3XD/6vhiK0NheOh1meGdiKvbYLvaMULRIr5A==", + "dev": true, + "dependencies": { + "es-html-parser": "^1.0.0-alpha.4" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@html-eslint/template-parser/node_modules/es-html-parser": { + "version": "1.0.0-alpha.4", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-1.0.0-alpha.4.tgz", + "integrity": "sha512-5KUgd64goEPG1ZwP3rf/D+uAbdjyuNon0YY9u1yzR2NkFwa1UwxpsCQkzalAOlQaXAVtP32LGYRW4IAKAwo/sg==", + "dev": true + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", diff --git a/package.json b/package.json index c18c909..ce85031 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@cloudflare/kv-asset-handler": "^0.3.4" }, "devDependencies": { - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.32.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3",