Skip to content

Commit fa4cafd

Browse files
Bump eslint-plugin-github from 4.1.1 to 4.1.2 (JamesIves#625)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v4.1.1...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ae153a commit fa4cafd

File tree

2 files changed

+10
-16
lines changed

2 files changed

+10
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/jest": "26.0.20",
4343
"@types/node": "14.14.31",
4444
"eslint": "7.20.0",
45-
"eslint-plugin-github": "4.1.1",
45+
"eslint-plugin-github": "4.1.2",
4646
"eslint-plugin-jest": "24.1.5",
4747
"eslint-plugin-prettier": "^3.1.2",
4848
"jest": "26.6.3",

yarn.lock

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1507,12 +1507,10 @@ escodegen@^1.14.1:
15071507
optionalDependencies:
15081508
source-map "~0.6.1"
15091509

1510-
eslint-config-prettier@>=6.10.1:
1511-
version "6.12.0"
1512-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
1513-
integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==
1514-
dependencies:
1515-
get-stdin "^6.0.0"
1510+
eslint-config-prettier@>=8.0.0:
1511+
version "8.1.0"
1512+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.1.0.tgz#4ef1eaf97afe5176e6a75ddfb57c335121abc5a6"
1513+
integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
15161514

15171515
eslint-import-resolver-node@^0.3.4:
15181516
version "0.3.4"
@@ -1537,14 +1535,14 @@ eslint-plugin-eslint-comments@>=3.0.1:
15371535
escape-string-regexp "^1.0.5"
15381536
ignore "^5.0.5"
15391537

1540-
eslint-plugin-github@4.1.1:
1541-
version "4.1.1"
1542-
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.1.tgz#d3e38dbe3610043066edca622eb944aa02b09aee"
1543-
integrity sha512-MzCh4P4zVvR/13AHtumzZ3znq0cbUE7lXehyBEpFURD/EHdx/+7qW+0c+ySTrteImpX9LGLJFTYNtu10BifkbQ==
1538+
eslint-plugin-github@4.1.2:
1539+
version "4.1.2"
1540+
resolved "https://registry.yarnpkg.com/eslint-plugin-github/-/eslint-plugin-github-4.1.2.tgz#b2897af1398f8efaf9bc351a9f4dee98dc04fe04"
1541+
integrity sha512-ng738ugjNNF0BY4HQ9qo51xxQZZYtdYC//dhis+j8FL9BEsQ6x5BPmMbaKNP7PZ9wBUBTA7U8p4xFxUJlMi/PA==
15441542
dependencies:
15451543
"@typescript-eslint/eslint-plugin" ">=2.25.0"
15461544
"@typescript-eslint/parser" ">=2.25.0"
1547-
eslint-config-prettier ">=6.10.1"
1545+
eslint-config-prettier ">=8.0.0"
15481546
eslint-plugin-eslint-comments ">=3.0.1"
15491547
eslint-plugin-import ">=2.20.1"
15501548
eslint-plugin-prettier ">=3.1.2"
@@ -1928,10 +1926,6 @@ get-caller-file@^2.0.1:
19281926
version "2.0.5"
19291927
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
19301928

1931-
get-stdin@^6.0.0:
1932-
version "6.0.0"
1933-
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
1934-
19351929
get-stream@^4.0.0:
19361930
version "4.1.0"
19371931
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"

0 commit comments

Comments
 (0)