From 71a7fad600b72d0603cc6fd0ba2d2e6d8711b36c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:33:11 +0000 Subject: [PATCH] Bump eslint-plugin-github from 4.6.0 to 4.6.1 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 9526c88..356fcf6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/parser": "^5.51.0", "@vercel/ncc": "^0.36.1", "eslint": "^8.34.0", - "eslint-plugin-github": "^4.3.2", + "eslint-plugin-github": "^4.6.1", "eslint-plugin-jest": "^27.2.1", "jest": "^27.2.5", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index ee6aab3..815ea45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1602,21 +1602,22 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^4.3.2: - version "4.6.0" - resolved "https://registry.npmmirror.com/eslint-plugin-github/-/eslint-plugin-github-4.6.0.tgz#9117c464d3537cbfa784ad25f71e7f1c3b822dd0" - integrity sha512-6VMH3wLUPEnV/0VuV3f0F74LF93N522Ht9KBYWDuPWKhr1NBzCqySIbQsxjPINIynoLtsErSc/YgICrocCc2zw== +eslint-plugin-github@^4.6.1: + version "4.6.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.6.1.tgz#48ba45b729468caba41d7c3e0e5901b8bb068e11" + integrity sha512-AjCxE+2JmT+ppq3AVNra3iJ0BTAj6rYmtHJtkEcIEtrBHVi9xmCl5ZdIYLh7U/YKGT2cttdcYvbe59HEYW67KA== dependencies: "@github/browserslist-config" "^1.0.0" "@typescript-eslint/eslint-plugin" "^5.1.0" "@typescript-eslint/parser" "^5.1.0" + aria-query "^5.1.3" eslint-config-prettier ">=8.0.0" eslint-plugin-escompat "^3.3.3" eslint-plugin-eslint-comments "^3.2.0" eslint-plugin-filenames "^1.3.2" eslint-plugin-i18n-text "^1.0.1" eslint-plugin-import "^2.25.2" - eslint-plugin-jsx-a11y "^6.6.0" + eslint-plugin-jsx-a11y "^6.7.1" eslint-plugin-no-only-tests "^3.0.0" eslint-plugin-prettier "^4.0.0" eslint-rule-documentation ">=1.0.0" @@ -1657,9 +1658,9 @@ eslint-plugin-jest@^27.2.1: dependencies: "@typescript-eslint/utils" "^5.10.0" -eslint-plugin-jsx-a11y@^6.6.0: +eslint-plugin-jsx-a11y@^6.7.1: version "6.7.1" - resolved "https://registry.npmmirror.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#fca5e02d115f48c9a597a6894d5bcec2f7a76976" + resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz#fca5e02d115f48c9a597a6894d5bcec2f7a76976" integrity sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA== dependencies: "@babel/runtime" "^7.20.7"