From bef3f55b42345725b8f48dfbea68c03cd5a3cc3b Mon Sep 17 00:00:00 2001 From: null Date: Mon, 12 Feb 2024 22:22:24 +0000 Subject: [PATCH] chore(deps): update dependency @taiga-ui/eslint-plugin-experience to v0.53.7 --- package-lock.json | 35 +++++++++++++++++++---------------- package.json | 2 +- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46a24c093..4c8b5f269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.6", + "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0", @@ -11304,9 +11304,9 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.53.6", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.6.tgz", - "integrity": "sha512-7l3QP7nli3pVAmkBw2+aYtHwqG7A1GJe3Ryp/JwBZABAMJHEiYDPNq7fmJRj9KVKSVbL3krUkyCoDimjsyVEtQ==", + "version": "0.53.7", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.53.7.tgz", + "integrity": "sha512-iaCRmcAbFhBz7PtpQjffDlgjIEMv1cCkq4f8BW/xR52CN/td04GCKPUmKcWwTwknH8VzHNXufgig5KnsivE/cQ==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", @@ -11351,11 +11351,11 @@ "@babel/eslint-plugin": "7.23.5", "@html-eslint/eslint-plugin": "0.23.1", "@html-eslint/parser": "0.23.0", - "@typescript-eslint/eslint-plugin": "6.21.0", - "@typescript-eslint/parser": "6.21.0", - "@typescript-eslint/types": "6.21.0", - "@typescript-eslint/typescript-estree": "6.21.0", - "@typescript-eslint/utils": "6.21.0", + "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/parser": "7.0.1", + "@typescript-eslint/types": "7.0.1", + "@typescript-eslint/typescript-estree": "7.0.1", + "@typescript-eslint/utils": "7.0.1", "eslint-config-airbnb-base": "15.0.0", "eslint-config-prettier": "9.1.0", "eslint-import-resolver-typescript": "3.6.1", @@ -21895,17 +21895,20 @@ } }, "node_modules/define-data-property": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.2.tgz", - "integrity": "sha512-SRtsSqsDbgpJBbW3pABMCOt6rQyeM8s8RiyeSN8jYG8sYmt/kGJejbydttUsnDs1tadr19tvhT4ShwMyoqAm4g==", + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.3.tgz", + "integrity": "sha512-h3GBouC+RPtNX2N0hHVLo2ZwPYurq8mLmXpOLTsw71gr7lHt5VaI4vVkDUNOfiWmm48JEXe3VM7PmLX45AMmmg==", "dependencies": { "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.2", + "get-intrinsic": "^1.2.4", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/define-lazy-prop": { @@ -22524,9 +22527,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.665", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.665.tgz", - "integrity": "sha512-UpyCWObBoD+nSZgOC2ToaIdZB0r9GhqT2WahPKiSki6ckkSuKhQNso8V2PrFcHBMleI/eqbKgVQgVC4Wni4ilw==" + "version": "1.4.666", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.666.tgz", + "integrity": "sha512-q4lkcbQrUdlzWCUOxk6fwEza6bNCfV12oi4AJph5UibguD1aTfL4uD0nuzFv9hbPANXQMuUS0MxPSHQ1gqq5dg==" }, "node_modules/elegant-spinner": { "version": "1.0.1", diff --git a/package.json b/package.json index 645a4ec76..e6745df91 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.3.0", "@taiga-ui/commitlint-config": "0.5.5", "@taiga-ui/cspell-config": "0.33.1", - "@taiga-ui/eslint-plugin-experience": "0.53.6", + "@taiga-ui/eslint-plugin-experience": "0.53.7", "@taiga-ui/prettier-config": "0.8.3", "@taiga-ui/stylelint-config": "0.16.0", "@taiga-ui/tsconfig": "0.14.0",