From 2f6033f5ede93011fbd0841b548523f53db8d768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 15:49:53 +0000 Subject: [PATCH] Bump eslint-plugin-lit-a11y from 2.2.0 to 2.2.1 in /html-report/ui Bumps [eslint-plugin-lit-a11y](https://github.com/open-wc/open-wc/tree/HEAD/packages/eslint-plugin-lit-a11y) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/open-wc/open-wc/releases) - [Changelog](https://github.com/open-wc/open-wc/blob/master/packages/eslint-plugin-lit-a11y/CHANGELOG.md) - [Commits](https://github.com/open-wc/open-wc/commits/eslint-plugin-lit-a11y@2.2.1/packages/eslint-plugin-lit-a11y) --- updated-dependencies: - dependency-name: eslint-plugin-lit-a11y dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- html-report/ui/package.json | 2 +- html-report/ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html-report/ui/package.json b/html-report/ui/package.json index e1a99d72..ffb82408 100644 --- a/html-report/ui/package.json +++ b/html-report/ui/package.json @@ -28,7 +28,7 @@ "eslint": "^8.20.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-lit-a11y": "^2.2.0", + "eslint-plugin-lit-a11y": "^2.2.1", "eslint-plugin-wc": "^1.3.2", "lint-staged": "^13.0.3", "mini-css-extract-plugin": "^2.6.1", diff --git a/html-report/ui/yarn.lock b/html-report/ui/yarn.lock index c596a841..8f74df00 100644 --- a/html-report/ui/yarn.lock +++ b/html-report/ui/yarn.lock @@ -2184,10 +2184,10 @@ eslint-plugin-import@^2.18.2, eslint-plugin-import@^2.26.0: resolve "^1.22.0" tsconfig-paths "^3.14.1" -eslint-plugin-lit-a11y@^2.1.0, eslint-plugin-lit-a11y@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-lit-a11y/-/eslint-plugin-lit-a11y-2.2.0.tgz#9158b76a34c2dde8454ed2b4aa05bd6e6100dee3" - integrity sha512-1Vy9mR7UGigPnOHj5qJMU3uEK+Qul7dQOg9I6YKEYrw3C3HUx1FS/FbICjZI+n/v+2qvvJhw+5Tghuld2QWUJw== +eslint-plugin-lit-a11y@^2.1.0, eslint-plugin-lit-a11y@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-lit-a11y/-/eslint-plugin-lit-a11y-2.2.1.tgz#d73273132258ac23f0a17df18b8e8345a3376b55" + integrity sha512-Ao2MP3NjMGON8x8sdwGgmVW79MiQ4nOB7OQzodLPk4sljGAvdyXulyGVNY6PGWfIPVee+3X262z4Aq2poXO+LA== dependencies: aria-query "^4.2.2" axe-core "^4.3.3"