From f3876c13e365e9e92136f76602b5c73dd4f771a6 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:21:12 +0300 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.50.3 (#312) --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94dadec0..fbcf028b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nx/workspace": "17.3.0", "@swc/helpers": "0.5.6", "@taiga-ui/browserslist-config": "0.4.0", - "@taiga-ui/eslint-plugin-experience": "0.50.2", + "@taiga-ui/eslint-plugin-experience": "0.50.3", "@taiga-ui/prettier-config": "0.8.1", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/linters": "1.52.1", @@ -10763,9 +10763,9 @@ "dev": true }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.50.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.50.2.tgz", - "integrity": "sha512-r1O1X7bLDqfbbV20+LssGmZVi0v4tQsMjI2rf8F16rJa5uZws02k3lwlcRcnFx9JyQUSTa1iDl4p7vEPMiYYHQ==", + "version": "0.50.3", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.50.3.tgz", + "integrity": "sha512-BADzrx/xBL064eg4BDvCZnHBqmxG8R+0lj15NeJavEb119Au6sPvEGbuNqnfak4RsmlFbJ0DJ/Rx/B6/LYArcg==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -10800,7 +10800,7 @@ "eslint-plugin-simple-import-sort": "10.0.0", "eslint-plugin-sonar": "0.13.2", "eslint-plugin-sonarjs": "0.23.0", - "eslint-plugin-unicorn": "50.0.1" + "eslint-plugin-unicorn": "51.0.0" }, "peerDependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -10988,9 +10988,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz", + "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -21545,9 +21545,9 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "50.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz", - "integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==", + "version": "51.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-51.0.0.tgz", + "integrity": "sha512-104L+VrZQ0RlyTYQPmF0ofoN1/rot1U/BoCSUDTTiPgumzA/QUzDwUqbR4Q0laOYXi5sYI2HDrJQ/b5PlJteCA==", "dev": true, "dependencies": { "@babel/helper-validator-identifier": "^7.22.20", diff --git a/package.json b/package.json index 990e68b7..86723a34 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@nx/workspace": "17.3.0", "@swc/helpers": "0.5.6", "@taiga-ui/browserslist-config": "0.4.0", - "@taiga-ui/eslint-plugin-experience": "0.50.2", + "@taiga-ui/eslint-plugin-experience": "0.50.3", "@taiga-ui/prettier-config": "0.8.1", "@tinkoff/eslint-config": "2.0.0", "@tinkoff/linters": "1.52.1",