From a155dc92c995a2b45462fefdff54c5b94f025689 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 8 Dec 2023 19:29:23 +0300 Subject: [PATCH] chore(deps): update eslint to v0.22.0 (#191) --- package-lock.json | 16 ++++++++-------- projects/eslint-plugin-experience/package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index a9ae7b48..419eef68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5541,17 +5541,17 @@ } }, "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==", "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==", "dependencies": { "es-html-parser": "^0.0.9" }, @@ -46899,8 +46899,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/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index f62e473d..f7a4296a 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -9,8 +9,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",