From c255d2f50f1590ee7a66061eed9ab9a8065d7d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 11:03:28 +0000 Subject: [PATCH] Bump eslint-plugin-github from 4.2.0 to 4.3.0 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.2.0...v4.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 0c95dcea..0caa49e2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@typescript-eslint/parser": "^4.31.0", "@vercel/ncc": "^0.30.0", "eslint": "^7.32.0", - "eslint-plugin-github": "^4.2.0", + "eslint-plugin-github": "^4.3.0", "eslint-plugin-jest": "^24.4.0", "https": "^1.0.0", "js-yaml": "^4.1.0", diff --git a/yarn.lock b/yarn.lock index 0ae439d9..f445524e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -601,10 +601,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.2.0.tgz#e59491ffb3d87da64d61b7a9bf304a5b7d9eff0f" - integrity sha512-YAzCgSKFpZK7e3YVBKNmsVqHG5+/+cFWXKx8gi2zj96vlFA665mHRhHAMTNuPQmY22Lx4c5Xq26KIRiVLQMmqQ== +eslint-plugin-github@^4.3.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.3.0.tgz#375915d92236d398ed286922655870928dc877c3" + integrity sha512-WZ3RCtxSYzF5sIvNykX+SnNlJ+r8He7mjr8EoXKF+01MP+/PsOTrrmW0LrqluVTtYEslakjenQdItw4RNLD0XQ== dependencies: "@typescript-eslint/eslint-plugin" "^4.20.0" "@typescript-eslint/parser" "^4.20.0"