From 214443e21a0fd1cc27fd700ca8ff483acd1a35d2 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 20:55:11 +0300 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.11.1 (#5710) --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53c0432c1c25..05a3b68dd21e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@taiga-ui/browserslist-config": "0.3.0", "@taiga-ui/commitlint-config": "0.3.0", "@taiga-ui/cspell-config": "0.17.0", - "@taiga-ui/eslint-plugin-experience": "0.11.0", + "@taiga-ui/eslint-plugin-experience": "0.11.1", "@taiga-ui/prettier-config": "0.4.0", "@taiga-ui/stylelint-config": "0.6.0", "@taiga-ui/tsconfig": "0.2.3", @@ -4925,18 +4925,18 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "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==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.20.0.tgz", + "integrity": "sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q==", "dev": true, "engines": { - "node": ">=8.10.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.19.1", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.19.1.tgz", - "integrity": "sha512-dpAw6UX0ZSVNnsAzl9ULHZX7CvAGKF5uta4iebbhSDvGE1o9NX6BoOofD/6WucTvs/qnoKojc3Y2LG6vy4afiQ==", + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.20.0.tgz", + "integrity": "sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" @@ -7838,9 +7838,9 @@ "link": true }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.11.0.tgz", - "integrity": "sha512-jiyW6qos2c+owdleNxlb0lVOqvFtWm39oJg/qGkXohr1q+wCQJIzmFVJJdizNZVbXwITHM0dbfYtMOIGoA1lZw==", + "version": "0.11.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.11.1.tgz", + "integrity": "sha512-XCdJWpEDtLuG8V1L7ZfOYP4cvPyOkp2w+sIFyeco9EFgrJJuCnWbpOavmqqHmJNIvZR+k0hbbf6QGJ/MyEt6Ig==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "16.2.0", @@ -7848,8 +7848,8 @@ "@angular-eslint/template-parser": "16.2.0", "@babel/eslint-parser": "7.22.15", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.19.1", - "@html-eslint/parser": "0.19.1", + "@html-eslint/eslint-plugin": "0.20.0", + "@html-eslint/parser": "0.20.0", "@typescript-eslint/eslint-plugin": "6.8.0", "@typescript-eslint/parser": "6.8.0", "@typescript-eslint/types": "6.8.0", diff --git a/package.json b/package.json index 1d341f158222..03cb0f1693ce 100644 --- a/package.json +++ b/package.json @@ -129,7 +129,7 @@ "@taiga-ui/browserslist-config": "0.3.0", "@taiga-ui/commitlint-config": "0.3.0", "@taiga-ui/cspell-config": "0.17.0", - "@taiga-ui/eslint-plugin-experience": "0.11.0", + "@taiga-ui/eslint-plugin-experience": "0.11.1", "@taiga-ui/prettier-config": "0.4.0", "@taiga-ui/stylelint-config": "0.6.0", "@taiga-ui/tsconfig": "0.2.3",