diff --git a/package-lock.json b/package-lock.json index 9df730d90..e269bd401 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@nx/workspace": "17.2.8", "@taiga-ui/commitlint-config": "0.5.3", "@taiga-ui/cspell-config": "0.30.0", - "@taiga-ui/eslint-plugin-experience": "0.47.2", + "@taiga-ui/eslint-plugin-experience": "0.47.3", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.12.5", "@taiga-ui/tsconfig": "0.14.0", @@ -2158,9 +2158,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.23.3", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.3.tgz", - "integrity": "sha512-9bTuNlyx7oSstodm1cR1bECj4fkiknsDa1YniISkJemMY3DGhJNYBECbe6QD/q54mp2J8VO66jW3/7uP//iFCw==", + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.23.9.tgz", + "integrity": "sha512-xPndlO7qxiJbn0ATvfXQBjCS7qApc9xmKHArgI/FTEFxXas5dnjC/VqM37lfZun9dclRYcn+YQAr6uDFy0bB2g==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", @@ -11302,15 +11302,15 @@ } }, "node_modules/@taiga-ui/eslint-plugin-experience": { - "version": "0.47.2", - "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.47.2.tgz", - "integrity": "sha512-l8YW9Zu2YdqoPHKPbcsytW/Xk6CGsQGTtEK0o5rTTYDDeONOr7Gwu8G5U2T+jyBV/LMGF2+5+pcy0VCNYhfbKA==", + "version": "0.47.3", + "resolved": "https://registry.npmjs.org/@taiga-ui/eslint-plugin-experience/-/eslint-plugin-experience-0.47.3.tgz", + "integrity": "sha512-S2es67c7SE2I9cUQp91Zz1sEpcgmzEH5KzNBrQUHzjMtyVXXCSzrOFvDm8CPkmOU/v043V/qI76CZEDxWQjLWg==", "dev": true, "dependencies": { "@angular-eslint/eslint-plugin": "17.2.1", "@angular-eslint/eslint-plugin-template": "17.2.1", "@angular-eslint/template-parser": "17.2.1", - "@babel/eslint-parser": "7.23.3", + "@babel/eslint-parser": "7.23.9", "@babel/eslint-plugin": "7.23.5", "@html-eslint/eslint-plugin": "0.23.0", "@html-eslint/parser": "0.23.0", @@ -22957,9 +22957,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.646", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.646.tgz", - "integrity": "sha512-vThkQ0JuF45qT/20KbRgM56lV7IuGt7SjhawQ719PDHzhP84KAO1WJoaxgCoAffKHK47FmVKP1Fqizx7CwK1SA==" + "version": "1.4.647", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.647.tgz", + "integrity": "sha512-Z/fTNGwc45WrYQhPaEcz5tAJuZZ8G7S/DBnhS6Kgp4BxnS40Z/HqlJ0hHg3Z79IGVzuVartIlTcjw/cQbPLgOw==" }, "node_modules/elegant-spinner": { "version": "1.0.1", diff --git a/package.json b/package.json index 505fb290b..41524fb48 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "@nx/workspace": "17.2.8", "@taiga-ui/commitlint-config": "0.5.3", "@taiga-ui/cspell-config": "0.30.0", - "@taiga-ui/eslint-plugin-experience": "0.47.2", + "@taiga-ui/eslint-plugin-experience": "0.47.3", "@taiga-ui/prettier-config": "0.7.0", "@taiga-ui/stylelint-config": "0.12.5", "@taiga-ui/tsconfig": "0.14.0",