Merge pull request #146 from joelwmale/dependabot/npm_and_yarn/eslint-plugin-github-4.1.2

Bump eslint-plugin-github from 4.1.1 to 4.1.2
This commit is contained in:
mergify[bot] 2021-03-05 05:45:58 +00:00 committed by GitHub
commit fdead627ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,7 @@
"@typescript-eslint/parser": "^4.16.1",
"@vercel/ncc": "^0.27.0",
"eslint": "^7.21.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-github": "^4.1.2",
"eslint-plugin-jest": "^24.1.5",
"https": "^1.0.0",
"js-yaml": "^4.0.0",

View File

@ -533,7 +533,7 @@ escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
eslint-config-prettier@>=6.10.1:
eslint-config-prettier@>=8.0.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
@ -562,14 +562,14 @@ eslint-plugin-eslint-comments@>=3.0.1:
escape-string-regexp "^1.0.5"
ignore "^5.0.5"
eslint-plugin-github@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.1.tgz#d3e38dbe3610043066edca622eb944aa02b09aee"
integrity sha512-MzCh4P4zVvR/13AHtumzZ3znq0cbUE7lXehyBEpFURD/EHdx/+7qW+0c+ySTrteImpX9LGLJFTYNtu10BifkbQ==
eslint-plugin-github@^4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.2.tgz#b2897af1398f8efaf9bc351a9f4dee98dc04fe04"
integrity sha512-ng738ugjNNF0BY4HQ9qo51xxQZZYtdYC//dhis+j8FL9BEsQ6x5BPmMbaKNP7PZ9wBUBTA7U8p4xFxUJlMi/PA==
dependencies:
"@typescript-eslint/eslint-plugin" ">=2.25.0"
"@typescript-eslint/parser" ">=2.25.0"
eslint-config-prettier ">=6.10.1"
eslint-config-prettier ">=8.0.0"
eslint-plugin-eslint-comments ">=3.0.1"
eslint-plugin-import ">=2.20.1"
eslint-plugin-prettier ">=3.1.2"