From c4ae215629d24b8df376733617313d1f35dbc72e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:27:11 +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.36.0. - [Release notes](https://github.com/yeonjuan/html-eslint/releases) - [Commits](https://github.com/yeonjuan/html-eslint/compare/v0.31.1...v0.36.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 | 41 ++++++++++++++++++++++++++--------------- app/package.json | 2 +- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/app/package-lock.json b/app/package-lock.json index 73bae8b..cf6a547 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.36.0", "@html-eslint/parser": "^0.31.0", "@types/express": "^5.0.0", "@types/express-http-proxy": "^1.6.6", @@ -991,15 +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.36.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.36.0.tgz", + "integrity": "sha512-j0jj+mWy1TVZXmbCX2Di7sZtgqEHs8QvKVF6MM1uULGwYQmGYNrSe3AzkHPU5NxzpJNO1yrL7VLbO7OL6mLr8g==", "dev": true, + "license": "MIT", "dependencies": { - "@html-eslint/template-parser": "^0.31.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "@html-eslint/template-parser": "^0.36.0", + "@html-eslint/template-syntax-parser": "^0.36.0" } }, "node_modules/@html-eslint/parser": { @@ -1015,17 +1014,29 @@ } }, "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.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": "^1.0.0-alpha.4" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "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/@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..353eaac 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.36.0", "@html-eslint/parser": "^0.31.0", "@types/express-http-proxy": "^1.6.6", "@types/express": "^5.0.0",