From 7d4705f740ec30cb9da9c6bd30040b70071d9f6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 04:32:29 +0000 Subject: [PATCH] Bump @html-eslint/parser from 0.26.0 to 0.35.0 Bumps [@html-eslint/parser](https://github.com/yeonjuan/html-eslint) from 0.26.0 to 0.35.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.26.0...v0.35.0) --- updated-dependencies: - dependency-name: "@html-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 31 ++++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 23 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3d9a93..dc65898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.35.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", "eslint-plugin-html": "^8.1.1", @@ -251,17 +251,29 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.26.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.26.0.tgz", - "integrity": "sha512-o82iUf7HLV6W48voPByAVTPALlWyF4PR9/2YOUlyXY9Ff7bbu9IdxU9Oc5t82Jwx4kOH5gJiZi3cee+CFB9OBQ==", + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.35.0.tgz", + "integrity": "sha512-8VSA1oRWR8qrTDyrM1syykFAhpKNbzSbsr7CfvYir9LhpZfD6TMcHqJSp+6jhzhSprWG24f2GsKqEUOOx9AopA==", "dev": true, + "license": "MIT", "dependencies": { - "es-html-parser": "^0.0.9" + "@html-eslint/template-syntax-parser": "^0.35.0", + "es-html-parser": "0.1.0" }, "engines": { "node": ">=8.10.0" } }, + "node_modules/@html-eslint/template-syntax-parser": { + "version": "0.35.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.35.0.tgz", + "integrity": "sha512-anUBh/5LhQGpx+E79s2ENCMk20S8SOPTwp1WBMzRm0CvLaN42st68FNwT3BKRhjFVs2RrmRcTJNSlKWulFrvAA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", @@ -1149,10 +1161,11 @@ } }, "node_modules/es-html-parser": { - "version": "0.0.9", - "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.0.9.tgz", - "integrity": "sha512-oniQMi+466VFsDzcdron9Ry/sqUJpDJg1bbDn0jFJKDdxXhwIOYDr4DgBnO5/yPLGj2xv+n5yy4L1Q0vAC5TYQ==", - "dev": true + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.1.0.tgz", + "integrity": "sha512-4YUmQ4kGKGQUb87jwr25XeGwuFIfjq7kZ+F5/V23ji+3gVXC9JEtUxngM0KbhgXl2L1jqbWZ138SI/UQ33XINw==", + "dev": true, + "license": "MIT" }, "node_modules/escalade": { "version": "3.1.2", diff --git a/package.json b/package.json index 0f92f59..8e319b8 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@html-eslint/eslint-plugin": "^0.26.0", - "@html-eslint/parser": "^0.26.0", + "@html-eslint/parser": "^0.35.0", "@stylistic/eslint-plugin-js": "^2.7.2", "eslint": "^9.9.1", "eslint-plugin-html": "^8.1.1",