From d2f5ac136a151366b6bd1888aad8082111414247 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:43:55 +0000 Subject: [PATCH] Bump the dev-dependencies group with 2 updates Bumps the dev-dependencies group with 2 updates: [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) and [@html-eslint/parser](https://github.com/yeonjuan/html-eslint). Updates `@html-eslint/eslint-plugin` from 0.33.1 to 0.34.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.33.1...v0.34.0) Updates `@html-eslint/parser` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@html-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 36 ++++++++++++++++++++++++------------ package.json | 4 ++-- 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 901f369..97453c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,8 +19,8 @@ "@eslint/css": "^0.2.0", "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@html-eslint/eslint-plugin": "^0.33.1", - "@html-eslint/parser": "^0.33.0", + "@html-eslint/eslint-plugin": "^0.34.0", + "@html-eslint/parser": "^0.34.0", "@stylistic/eslint-plugin-js": "^3.0.1", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0", @@ -192,25 +192,27 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.33.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.33.1.tgz", - "integrity": "sha512-ukBQCbNWW7cKF72T0rNWTbGPM1v191HAp3QgxYu5NQvZ5tvWgtzjbGXDAJvIFbY7hnX2dBO+EGl6aHJ/cqMusA==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.34.0.tgz", + "integrity": "sha512-ksMbMQXOsfVHfnopKp9oEaKNiOP0kmFv1DOY54mWxynJ5SkQODYFawKj38CvkJo+89cw5J6+x8tn6ZT6Y2lbPA==", "dev": true, "license": "MIT", "dependencies": { - "@html-eslint/template-parser": "^0.33.0" + "@html-eslint/template-parser": "^0.34.0", + "@html-eslint/template-syntax-parser": "^0.34.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.33.0.tgz", - "integrity": "sha512-vYH6MtSIt79ufObABZuvRtemuSJGXtRWBVHCIfGnskJ+cAypq7HXQo/Lv03dI6PwcOfrPrCwBLW662411HHoNg==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.34.0.tgz", + "integrity": "sha512-gWwcb0nPEq/wKQY+hvGQwdEJ9DXMKs1GLCqG51FqLTTOY1mtwTYRkjmviJCKFwAnQUkYhRrzolYj1ZF2XsTG6A==", "dev": true, "license": "MIT", "dependencies": { + "@html-eslint/template-syntax-parser": "^0.34.0", "es-html-parser": "^1.0.0-alpha.4" }, "engines": { @@ -218,9 +220,9 @@ } }, "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==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.34.0.tgz", + "integrity": "sha512-hSOEYL5l9vuskklaZj6v5OVYmw6siZYM1g745uexo/YKoHzKSNHkzb/jK5XM6tn6fjYODvCqG04xR8OCn1Dsqw==", "dev": true, "license": "MIT", "dependencies": { @@ -230,6 +232,16 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@html-eslint/template-syntax-parser": { + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.34.0.tgz", + "integrity": "sha512-rmIrw3WtYXITA7AI+LgJqUmjLfWMEP2HNyvvdV8YJysdEOFtM0VXOT9hY8b7mV0ZGqPt/g0dWii1j/94omMufQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@humanfs/core": { "version": "0.19.1", "resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz", diff --git a/package.json b/package.json index 3052ebf..1d68fa0 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "@eslint/css": "^0.2.0", "@eslint/json": "^0.10.0", "@eslint/markdown": "^6.2.2", - "@html-eslint/eslint-plugin": "^0.33.1", - "@html-eslint/parser": "^0.33.0", + "@html-eslint/eslint-plugin": "^0.34.0", + "@html-eslint/parser": "^0.34.0", "@stylistic/eslint-plugin-js": "^3.0.1", "eslint": "^9.19.0", "eslint-plugin-import": "^2.31.0",