From 5020865d528ffdc8ad12eff6a5eabbe0ce0c7fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 08:34:27 +0000 Subject: [PATCH] fix: update dependency @html-eslint/eslint-plugin to ^0.63.0 --- package-lock.json | 58 +++++++++++++++++++++++------------------------ package.json | 2 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ed7084..ac960b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@eslint/js": "^9.39.4", "@eslint/json": "^2.0.1", "@eslint/markdown": "^8.0.3", - "@html-eslint/eslint-plugin": "^0.62.0", + "@html-eslint/eslint-plugin": "^0.63.0", "@lezer/highlight": "^1.2.3", "@radix-ui/react-accordion": "^1.2.14", "@radix-ui/react-dialog": "^1.1.17", @@ -878,12 +878,12 @@ "license": "MIT" }, "node_modules/@html-eslint/core": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.62.0.tgz", - "integrity": "sha512-TEWjEE5PcenvXnk27cnQdasR71RDvhlqj6TIu3QHLdpfPo9K11Vx5jWYwM44PS7EaU5+5si2296z72xO1EpLkw==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/core/-/core-0.63.0.tgz", + "integrity": "sha512-fy9Mp8LCcOY4MrJiRoRWULURWYA4KWCKxG5Aa0VNbfR4Zs+CNbSCYjpgOmPr1RIvyHqvbVdeHpHL+iTKLiZnPw==", "license": "MIT", "dependencies": { - "@html-eslint/types": "^0.62.0", + "@html-eslint/types": "^0.63.0", "html-standard": "^0.0.13" }, "engines": { @@ -891,17 +891,17 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.62.0.tgz", - "integrity": "sha512-vtn9fqkI00Q4le7ik7hXopf5VwVJWKQ9Vnle1Jmolvmkb9CKq83DMSWFLCqtlDRkZSi6JKyNIddj6r5Odd+n1w==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.63.0.tgz", + "integrity": "sha512-C0MLdS1BPeB23G7w4Y+4ojnOXTew8rwNXRK5TlShsNdo4b8GSYe9lt+tCyxPr2B0iz+kqvYEXnKP0HAUsvfUJQ==", "license": "MIT", "dependencies": { "@eslint/plugin-kit": "^0.4.1", - "@html-eslint/core": "^0.62.0", - "@html-eslint/parser": "^0.62.0", - "@html-eslint/template-parser": "^0.62.0", - "@html-eslint/template-syntax-parser": "^0.62.0", - "@html-eslint/types": "^0.62.0", + "@html-eslint/core": "^0.63.0", + "@html-eslint/parser": "^0.63.0", + "@html-eslint/template-parser": "^0.63.0", + "@html-eslint/template-syntax-parser": "^0.63.0", + "@html-eslint/types": "^0.63.0", "@rviscomi/capo.js": "^2.1.0", "html-standard": "^0.0.13" }, @@ -913,40 +913,40 @@ } }, "node_modules/@html-eslint/parser": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.62.0.tgz", - "integrity": "sha512-kb3uR4AX0hex211zAiiNeCZQVVKm0KbSTjWUKaLGPB9DtoL4y0A4ZJXa9DF2GOIFWDt42xJUUvffB2/MEj3ReA==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.63.0.tgz", + "integrity": "sha512-zEPbNVJf0C50l4X1C7FV5ig+c+8veD54HGicMdVc9PgB+cjMGcxgInv8yPbBWSSgSSFZZcFwo/Z4XqcPLPK99Q==", "license": "MIT", "dependencies": { - "@html-eslint/template-syntax-parser": "^0.62.0", - "@html-eslint/types": "^0.62.0", + "@html-eslint/template-syntax-parser": "^0.63.0", + "@html-eslint/types": "^0.63.0", "css-tree": "^3.1.0", "es-html-parser": "0.3.1" } }, "node_modules/@html-eslint/template-parser": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.62.0.tgz", - "integrity": "sha512-sI3Fiy4nsXGsp7k61UA3P/QooqUALE8oz2KuFzXb8Jb3krxlVQWwFXE8Ipr62r53jZyMz8XVsvaMUiP0nwrJsw==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-parser/-/template-parser-0.63.0.tgz", + "integrity": "sha512-eut/idEvs99oJ4PG1Ipxc/uD/r8PZF6bjJGK02EqFpDRqAnbegEFSR5VKoWMhprbVAyLrtdVeTJKLBdQC8xMpQ==", "license": "MIT", "dependencies": { - "@html-eslint/types": "^0.62.0", + "@html-eslint/types": "^0.63.0", "es-html-parser": "0.3.1" } }, "node_modules/@html-eslint/template-syntax-parser": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.62.0.tgz", - "integrity": "sha512-XPYul7JI6ld/a3vKOHmIWvCuNpOBc5YIiei5hHJQcCwLeIUyq3yGNUYyJSVF4k4QXe5ksyPfy0MRtOgA1tZ7Wg==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/template-syntax-parser/-/template-syntax-parser-0.63.0.tgz", + "integrity": "sha512-MOdc7WmFcMiVbhwPDquXPfR1xTuqhyjy+jh9GEyV4lXYVwX6ATqReLIowZ7z8qNxZ8f9jwQuhktVhHhC6rtiQA==", "license": "MIT", "dependencies": { - "@html-eslint/types": "^0.62.0" + "@html-eslint/types": "^0.63.0" } }, "node_modules/@html-eslint/types": { - "version": "0.62.0", - "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.62.0.tgz", - "integrity": "sha512-lG/Pp0m7OTWmB3PBdAtZNwp35dwjhXVY0jwSqP/47sNPRzVmAOVgxWq2tBQYyH6wJYp3aFZiv1wivd9lUAQZvw==", + "version": "0.63.0", + "resolved": "https://registry.npmjs.org/@html-eslint/types/-/types-0.63.0.tgz", + "integrity": "sha512-1YclN0Cg2QbUsit0I+SOM2o/66PRcAgw5pkxDjySCOUCbi85DrVZAAbV15ro+YVomYMPqosn3E2IdVCkchgrtQ==", "license": "MIT", "dependencies": { "@types/css-tree": "^2.3.11", diff --git a/package.json b/package.json index ccd38ed..4b08785 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@eslint/js": "^9.39.4", "@eslint/json": "^2.0.1", "@eslint/markdown": "^8.0.3", - "@html-eslint/eslint-plugin": "^0.62.0", + "@html-eslint/eslint-plugin": "^0.63.0", "@lezer/highlight": "^1.2.3", "@radix-ui/react-accordion": "^1.2.14", "@radix-ui/react-dialog": "^1.1.17",