From e20af290aaa77fd87b6ea890f1730d96b17a7079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:28:41 +0000 Subject: [PATCH] chore(deps-dev): bump @html-eslint/eslint-plugin in /app Bumps [@html-eslint/eslint-plugin](https://github.com/yeonjuan/html-eslint) from 0.31.1 to 0.34.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.31.1...v0.34.0) --- updated-dependencies: - dependency-name: "@html-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/package-lock.json | 29 +++++++++++++++++++++-------- app/package.json | 2 +- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 73bae8b..fe2df75 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -17,7 +17,7 @@ "devDependencies": { "@eslint/config-inspector": "^0.6.0", "@eslint/js": "^9.17.0", - "@html-eslint/eslint-plugin": "^0.31.1", + "@html-eslint/eslint-plugin": "^0.34.0", "@html-eslint/parser": "^0.31.0", "@types/express": "^5.0.0", "@types/express-http-proxy": "^1.6.6", @@ -991,12 +991,14 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.31.1", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.31.1.tgz", - "integrity": "sha512-1DaqJmHx9Dnx9qAkJTTEhrV3uzxwO6ON+uCOK/zg7abxgrtnr1VzZQ+mnSI82oFyv9dfoee6DH+fJ3WF/ocLqA==", + "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.31.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" @@ -1015,10 +1017,11 @@ } }, "node_modules/@html-eslint/template-parser": { - "version": "0.31.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.31.0.tgz", - "integrity": "sha512-y4r401OpWsUYmo934uC8E5iLdVJrs5JRuJmkCp6rkNGILDwxj0fOhVmis0rxaCdVgO1i7QQm7SyTIgy1JO3G+Q==", + "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": { "es-html-parser": "^1.0.0-alpha.4" }, @@ -1026,6 +1029,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/app/package.json b/app/package.json index 7a88207..2364eba 100644 --- a/app/package.json +++ b/app/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@eslint/config-inspector": "^0.6.0", "@eslint/js": "^9.17.0", - "@html-eslint/eslint-plugin": "^0.31.1", + "@html-eslint/eslint-plugin": "^0.34.0", "@html-eslint/parser": "^0.31.0", "@types/express-http-proxy": "^1.6.6", "@types/express": "^5.0.0",