diff --git a/package-lock.json b/package-lock.json index d98f89f..5185c93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.36.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", @@ -238,12 +238,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.36.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.36.0.tgz", + "integrity": "sha512-j0jj+mWy1TVZXmbCX2Di7sZtgqEHs8QvKVF6MM1uULGwYQmGYNrSe3AzkHPU5NxzpJNO1yrL7VLbO7OL6mLr8g==", "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "license": "MIT", + "dependencies": { + "@html-eslint/template-parser": "^0.36.0", + "@html-eslint/template-syntax-parser": "^0.36.0" } }, "node_modules/@html-eslint/parser": { @@ -258,6 +260,30 @@ "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-parser": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.36.0.tgz", + "integrity": "sha512-4CoQQhRaj7NK1Vfxw5m+y5ty+rClRr3pqe6LrsedHib8G8FPSwiYyNW2hAri09Sq/MeM1tHHezLgak+IN5TXSA==", + "dev": true, + "license": "MIT", + "dependencies": { + "es-html-parser": "0.1.1" + } + }, + "node_modules/@html-eslint/template-parser/node_modules/es-html-parser": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.1.1.tgz", + "integrity": "sha512-SNHdEpKkN4nWZ3sFq9AxPlaUzPKJewGh59JrVS2355vELTOFygyf/lbfDDIONuGvYrhvAHoaUd+sK9UGaGrKUg==", + "dev": true, + "license": "MIT" + }, + "node_modules/@html-eslint/template-syntax-parser": { + "version": "0.36.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.36.0.tgz", + "integrity": "sha512-lBjcbATQ4Q1hLDtedyunPtbRCkiR5NdOu1l5PrcO2Zr+7cKLBWniR3Eo1txBXMbp5MB4X06f7ppqtTn93MEHDA==", + "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 e287857..29a943a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "@cloudflare/workers-types": "^4.20240821.1", - "@html-eslint/eslint-plugin": "^0.26.0", + "@html-eslint/eslint-plugin": "^0.36.0", "@html-eslint/parser": "^0.26.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1",