diff --git a/package-lock.json b/package-lock.json index 9cf6dab..7d54f4f 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.33.1", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3", @@ -233,10 +233,14 @@ } }, "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.33.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.33.1.tgz", + "integrity": "sha512-ukBQCbNWW7cKF72T0rNWTbGPM1v191HAp3QgxYu5NQvZ5tvWgtzjbGXDAJvIFbY7hnX2dBO+EGl6aHJ/cqMusA==", "dev": true, + "license": "MIT", + "dependencies": { + "@html-eslint/template-parser": "^0.33.0" + }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } @@ -253,6 +257,26 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.33.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.33.0.tgz", + "integrity": "sha512-pJQSo6yPT4JmKTLhXM6WOMKW8mlFw0Ogu0o4JoDuaTdMAZWPIX+XJt4Ez8DqU8y6z/QMORgObJazK9CbmINXDg==", + "dev": true, + "license": "MIT", + "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, + "license": "MIT" + }, "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..46a923b 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.33.1", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "clean-css": "^5.3.3",