From c59207555eecfe3633ef437a6bf424eb94749802 Mon Sep 17 00:00:00 2001 From: tinkoff-bot <89385640+tinkoff-bot@users.noreply.github.com> Date: Tue, 25 Jul 2023 20:37:40 +0300 Subject: [PATCH] chore(deps): update eslint to v0.19.1 (#4982) Co-authored-by: Renovate Bot --- package-lock.json | 24 +++++++++++++++--------- projects/eslint-plugin/package.json | 4 ++-- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27ba60d8415d..819e5cd4ab86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4298,26 +4298,32 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.19.0.tgz", - "integrity": "sha512-4B22mEGaUUJYJQYK8cSpo/And0bHVdZ5t0ph1NCGYmyGwz7SU3nfNFtv9j22IQSYJ0gAf0PEiDyXKpBRygtCcg==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.19.1.tgz", + "integrity": "sha512-Tn+/GWLtNM6NiZFLbfM+vTK0d7gKaDgnw4Pp+DsZi09lFimi4bOPOgy8dSVnLeyFIfP6LkeuwVm4pfBZZM2qbA==", "dev": true, "engines": { "node": ">=8.10.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.19.0.tgz", - "integrity": "sha512-BkBt6bShQ9vzvK6++mQ4W4qcMCAZ4RawcxOe8K0kR4VARebqMfcco645enajlyyTrr+F9jEXRMXEoHcsWkHjvA==", + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.19.1.tgz", + "integrity": "sha512-dpAw6UX0ZSVNnsAzl9ULHZX7CvAGKF5uta4iebbhSDvGE1o9NX6BoOofD/6WucTvs/qnoKojc3Y2LG6vy4afiQ==", "dev": true, "dependencies": { - "es-html-parser": "^0.0.8" + "es-html-parser": "^0.0.9" }, "engines": { "node": ">=8.10.0" } }, + "node_modules/@html-eslint/parser/node_modules/es-html-parser": { + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/es-html-parser/-/es-html-parser-0.0.9.tgz", + "integrity": "sha512-oniQMi+466VFsDzcdron9Ry/sqUJpDJg1bbDn0jFJKDdxXhwIOYDr4DgBnO5/yPLGj2xv+n5yy4L1Q0vAC5TYQ==", + "dev": true + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.10", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", @@ -40388,8 +40394,8 @@ "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", "@angular-eslint/template-parser": "15.2.1", - "@html-eslint/eslint-plugin": "0.19.0", - "@html-eslint/parser": "0.19.0", + "@html-eslint/eslint-plugin": "0.19.1", + "@html-eslint/parser": "0.19.1", "@tinkoff/eslint-config": "1.52.1", "@tinkoff/eslint-config-angular": "1.53.2", "eslint-plugin-unicorn": "45.0.2" diff --git a/projects/eslint-plugin/package.json b/projects/eslint-plugin/package.json index 3c83f194ad52..3c2085852c74 100644 --- a/projects/eslint-plugin/package.json +++ b/projects/eslint-plugin/package.json @@ -7,8 +7,8 @@ "@angular-eslint/eslint-plugin": "15.2.1", "@angular-eslint/eslint-plugin-template": "15.2.1", "@angular-eslint/template-parser": "15.2.1", - "@html-eslint/eslint-plugin": "0.19.0", - "@html-eslint/parser": "0.19.0", + "@html-eslint/eslint-plugin": "0.19.1", + "@html-eslint/parser": "0.19.1", "@tinkoff/eslint-config": "1.52.1", "@tinkoff/eslint-config-angular": "1.53.2", "eslint-plugin-unicorn": "45.0.2"