From 51a09ffc30815a8cbbd3d84a5d3fa3d67f79c8d5 Mon Sep 17 00:00:00 2001 From: null Date: Sun, 26 Nov 2023 19:05:44 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.38.1 --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 020ae68bf..7ba8940e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@nrwl/workspace": "13.1.4", "@taiga-ui/commitlint-config": "0.4.2", "@taiga-ui/cspell-config": "0.23.0", - "@taiga-ui/eslint-plugin-experience": "0.38.0", + "@taiga-ui/eslint-plugin-experience": "0.38.1", "@taiga-ui/prettier-config": "0.6.0", "@taiga-ui/stylelint-config": "0.10.0", "@tinkoff/eslint-config": "2.0.0", @@ -6294,18 +6294,18 @@ } }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.20.0.tgz", - "integrity": "sha512-P5DeuqL5TmIGIiWjeezGDZPM3rXzL715MEU0QR9xOOmqNTshG3yLsk7fkfLsLiDjm0x6r4e13/5mUCbEQTek7Q==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.21.0.tgz", + "integrity": "sha512-pbai4bUwKnPlY/l4kwRUxVFOCMe4kfoaCoiF0xwWYUJUgRhO7dLgKdInNVQpJjilCdg9vLPPjKgfFfwxZ9bVng==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "version": "0.20.0", - "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.20.0.tgz", - "integrity": "sha512-qXrn2vIdqpb5f+diIDegVOAHIX4nJzCTuat9UZDFA8FN+MqVJNALGneTAOARQnW9au0P+NOmGAjyPtZF2rLmbw==", + "version": "0.21.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.21.0.tgz", + "integrity": "sha512-MzmIP/yq/4UVeRgUTFnKmPbomRu6NthcCT/68yrZi1GWhFwW0h3CIDy0wQI+gj3MDlcROzV8QOAG5uxCjCYA+A==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" @@ -17833,9 +17833,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.38.0.tgz", - "integrity": "sha512-77SkYc59cyF4D+YT3tisNmP4PwCYfIH1nLdzz0QD3E4Fk+wn8S1olDi2TGSUjlxV4j7xGZ2Gv3WTuXnFu2c/zA==", + "version": "0.38.1", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.38.1.tgz", + "integrity": "sha512-tEh0nCL1sAT9hHJFFvCDTzRlFwBXXGWFnHXPfVe+AKWExkhhFKhgMSzSuWO8/DS2LFD8s+4l/87Wqx3GQBfhuw==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.1.0", @@ -17843,8 +17843,8 @@ "@angular-eslint/template-parser": "17.1.0", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.22.10", - "@html-eslint/eslint-plugin": "0.20.0", - "@html-eslint/parser": "0.20.0", + "@html-eslint/eslint-plugin": "0.21.0", + "@html-eslint/parser": "0.21.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.12.0", diff --git a/package.json b/package.json index 02b625fe9..e1e03103d 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@nrwl/workspace": "13.1.4", "@taiga-ui/commitlint-config": "0.4.2", "@taiga-ui/cspell-config": "0.23.0", - "@taiga-ui/eslint-plugin-experience": "0.38.0", + "@taiga-ui/eslint-plugin-experience": "0.38.1", "@taiga-ui/prettier-config": "0.6.0", "@taiga-ui/stylelint-config": "0.10.0", "@tinkoff/eslint-config": "2.0.0",