diff --git a/package-lock.json b/package-lock.json index b2794596b..59c6694cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@svgr/webpack": "8.1.0", "@taiga-ui/commitlint-config": "0.5.0", "@taiga-ui/cspell-config": "0.25.0", - "@taiga-ui/eslint-plugin-experience": "0.40.0", + "@taiga-ui/eslint-plugin-experience": "0.41.0", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.11.0", "@taiga-ui/tsconfig": "0.11.0", @@ -6541,18 +6541,18 @@ "dev": true }, "node_modules/@html-eslint/eslint-plugin": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.21.0.tgz", - "integrity": "sha512-pbai4bUwKnPlY/l4kwRUxVFOCMe4kfoaCoiF0xwWYUJUgRhO7dLgKdInNVQpJjilCdg9vLPPjKgfFfwxZ9bVng==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@html-eslint/eslint-plugin/-/eslint-plugin-0.22.0.tgz", + "integrity": "sha512-6Q3uW5XeVmUGwH2t5lmt0q51x7dNiaV1GuYReuHOPn01tSn9vJ5OKs71t+OsQzhg+hUqpVrmBizkBJZkcpX/sA==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@html-eslint/parser": { - "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==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/@html-eslint/parser/-/parser-0.22.0.tgz", + "integrity": "sha512-1XNYNgysZJfpLEYx+ao4I67F5+8gQDQbBt38/Ylcn5L8ij5xHfRDWvOIBvejqEgNQRRzM5s7UOhPSj+02YtMsQ==", "dev": true, "dependencies": { "es-html-parser": "^0.0.9" @@ -10855,9 +10855,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.40.0", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.40.0.tgz", - "integrity": "sha512-vLRzsRDLJa4TW50hbD7fNIZyZyWe0Rq4WXxU6/Z8ea2FsCTHnKL/Sw7KXEc9dwspbpXFPWy1IpcZbXg1g0W9YA==", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.41.0.tgz", + "integrity": "sha512-NJi1M15iJenkyaZ05OPuk7DSdCLgAdpLrXGRbrqYa0jNx/PZXiblWNucc/eq19zxfJQO8Qb8GAT7+FuZ57UOiA==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.1.1", @@ -10865,8 +10865,8 @@ "@angular-eslint/template-parser": "17.1.1", "@babel/eslint-parser": "7.23.3", "@babel/eslint-plugin": "7.23.5", - "@html-eslint/eslint-plugin": "0.21.0", - "@html-eslint/parser": "0.21.0", + "@html-eslint/eslint-plugin": "0.22.0", + "@html-eslint/parser": "0.22.0", "@typescript-eslint/eslint-plugin": "6.12.0", "@typescript-eslint/parser": "6.12.0", "@typescript-eslint/types": "6.13.2", diff --git a/package.json b/package.json index ac47c018a..458fe8794 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "@svgr/webpack": "8.1.0", "@taiga-ui/commitlint-config": "0.5.0", "@taiga-ui/cspell-config": "0.25.0", - "@taiga-ui/eslint-plugin-experience": "0.40.0", + "@taiga-ui/eslint-plugin-experience": "0.41.0", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.11.0", "@taiga-ui/tsconfig": "0.11.0",