diff --git a/app/package-lock.json b/app/package-lock.json index 73bae8b..605ed6a 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.32.0", "@html-eslint/parser": "^0.31.0", "@types/express": "^5.0.0", "@types/express-http-proxy": "^1.6.6", @@ -991,12 +991,12 @@ } }, "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.32.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.32.0.tgz", + "integrity": "sha512-pHY0kGlSUn9G3qsEB11c/nK0tfHTeKTU2Su5dH+muNv9lr5K7O6Mo1dzTr96PNzTBXsDIkRpZ2k1TdNmgDR7YA==", "dev": true, "dependencies": { - "@html-eslint/template-parser": "^0.31.0" + "@html-eslint/template-parser": "^0.32.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1015,9 +1015,9 @@ } }, "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.32.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.32.0.tgz", + "integrity": "sha512-+p0EdxmSC3CERw3uHYo9aMw4y6+Rk8YeNzhJP5ewfXpB6qZEeB3XD/6vhiK0NheOh1meGdiKvbYLvaMULRIr5A==", "dev": true, "dependencies": { "es-html-parser": "^1.0.0-alpha.4" diff --git a/app/package.json b/app/package.json index 7a88207..c12f39d 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.32.0", "@html-eslint/parser": "^0.31.0", "@types/express-http-proxy": "^1.6.6", "@types/express": "^5.0.0",