From 89437cfb5119aa1687a659346a9db6904cce8bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 01:38:36 +0000 Subject: [PATCH] build(deps-dev): Bump eslint-plugin-github from 4.4.1 to 4.6.0 Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.4.1 to 4.6.0. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.4.1...v4.6.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 b3498bc..ed18580 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@typescript-eslint/parser": "^5.46.0", "@vercel/ncc": "^0.34.0", "eslint": "^8.29.0", - "eslint-plugin-github": "^4.4.1", + "eslint-plugin-github": "^4.6.0", "eslint-plugin-jest": "^27.1.6", "jest": "^27.5.1", "jest-circus": "^29.3.1", diff --git a/yarn.lock b/yarn.lock index 743c83a..5b57982 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2358,10 +2358,10 @@ eslint-plugin-filenames@^1.3.2: lodash.snakecase "4.1.1" lodash.upperfirst "4.3.1" -eslint-plugin-github@^4.4.1: - version "4.4.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.4.1.tgz#56bbe3bf68cd9fd83f9aaa9fbfd573da1fefcba0" - integrity sha512-wpxUIPw+EK5bdUssB8W5Z9/tapZptfJuLkThwPY8p52v75MV/Fb1AkCrLGlYO0yi3mQGFoa3uE0NMzssVAFrUw== +eslint-plugin-github@^4.6.0: + version "4.6.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.6.0.tgz#9117c464d3537cbfa784ad25f71e7f1c3b822dd0" + integrity sha512-6VMH3wLUPEnV/0VuV3f0F74LF93N522Ht9KBYWDuPWKhr1NBzCqySIbQsxjPINIynoLtsErSc/YgICrocCc2zw== dependencies: "@github/browserslist-config" "^1.0.0" "@typescript-eslint/eslint-plugin" "^5.1.0"