8000 Bump eslint from 7.20.0 to 7.22.0 (#637) · j143/github-pages-deploy-action@80190d1 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 80190d1

Browse files
Bump eslint from 7.20.0 to 7.22.0 (JamesIves#637)
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.0 to 7.22.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.20.0...v7.22.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa4cafd commit 80190d1

File tree

2 files changed

+33
-22
lines changed

2 files changed

+33
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"devDependencies": {
4242
"@types/jest": "26.0.20",
4343
"@types/node": "14.14.31",
44-
"eslint": "7.20.0",
44+
"eslint": "7.22.0",
4545
"eslint-plugin-github": "4.1.2",
4646
"eslint-plugin-jest": "24.1.5",
4747
"eslint-plugin-prettier": "^3.1.2",

yarn.lock

Lines changed: 32 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@
319319
exec-sh "^0.3.2"
320320
minimist "^1.2.0"
321321

322-
"@eslint/eslintrc@^0.3.0":
323-
version "0.3.0"
324-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
325-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
322+
"@eslint/eslintrc@^0.4.0":
323+
version "0.4.0"
324+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
325+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
326326
dependencies:
327327
ajv "^6.12.4"
328328
debug "^4.1.1"
@@ -331,7 +331,6 @@
331331
ignore "^4.0.6"
332332
import-fresh "^3.2.1"
333333
js-yaml "^3.13.1"
334-
lodash "^4.17.20"
335334
minimatch "^3.0.4"
336335
strip-json-comments "^3.1.1"
337336

@@ -1609,13 +1608,13 @@ eslint-visitor-keys@^2.0.0:
16091608
version "2.0.0"
16101609
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
16111610

1612-
eslint@7.20.0:
1613-
version "7.20.0"
1614-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
1615-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
1611+
eslint@7.22.0:
1612+
version "7.22.0"
1613+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.22.0.tgz#07ecc61052fec63661a2cab6bd507127c07adc6f"
1614+
integrity sha512-3VawOtjSJUQiiqac8MQc+w457iGLfuNGLFn8JmF051tTKbh5/x/0vlcEj8OgDCaw7Ysa2Jn8paGshV7x2abKXg==
16161615
dependencies:
16171616
"@babel/code-frame" "7.12.11"
1618-
"@eslint/eslintrc" "^0.3.0"
1617+
"@eslint/eslintrc" "^0.4.0"
16191618
ajv "^6.10.0"
16201619
chalk "^4.0.0"
16211620
cross-spawn "^7.0.2"
@@ -1628,18 +1627,18 @@ eslint@7.20.0:
16281627
espree "^7.3.1"
16291628
esquery "^1.4.0"
16301629
esutils "^2.0.2"
1631-
file-entry-cache "^6.0.0"
1630+
file-entry-cache "^6.0.1"
16321631
functional-red-black-tree "^1.0.1"
16331632
glob-parent "^5.0.0"
1634-
globals "^12.1.0"
1633+
globals "^13.6.0"
16351634
ignore "^4.0.6"
16361635
import-fresh "^3.0.0"
16371636
imurmurhash "^0.1.4"
16381637
is-glob "^4.0.0"
16391638
js-yaml "^3.13.1"
16401639
json-stable-stringify-without-jsonify "^1.0.1"
16411640
levn "^0.4.1"
1642-
lodash "^4.17.20"
1641+
lodash "^4.17.21"
16431642
minimatch "^3.0.4"
16441643
natural-compare "^1.4.0"
16451644
optionator "^0.9.1"
@@ -1832,10 +1831,10 @@ fb-watchman@^2.0.0:
18321831
dependencies:
18331832
bser "^2.0.0"
18341833

1835-
file-entry-cache@^6.0.0:
1836-
version "6.0.0"
1837-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
1838-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
1834+
file-entry-cache@^6.0.1:
1835+
version "6.0.1"
1836+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
1837+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
18391838
dependencies:
18401839
flat-cache "^3.0.4"
18411840

@@ -1975,6 +1974,13 @@ globals@^12.1.0:
19751974
dependencies:
19761975
type-fest "^0.8.1"
19771976

1977+
globals@^13.6.0:
1978+
version "13.6.0"
1979+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.6.0.tgz#d77138e53738567bb96a3916ff6f6b487af20ef7"
1980+
integrity sha512-YFKCX0SiPg7l5oKYCJ2zZGxcXprVXHcSnVuvzrT3oSENQonVLqM5pf9fN5dLGZGyCjhw8TN8Btwe/jKnZ0pjvQ==
1981+
dependencies:
1982+
type-fest "^0.20.2"
1983+
19781984
globby@^11.0.1:
19791985
version "11.0.1"
19801986
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
@@ -2938,10 +2944,10 @@ lodash.sortby@^4.7.0:
29382944
version "4.7.0"
29392945
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
29402946

2941-
lodash@4.x, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20:
2942-
version "4.17.20"
2943-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
2944-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
2947+
lodash@4.x, lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.20, lodash@^4.17.21:
2948+
version "4.17.21"
2949+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2950+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
29452951

29462952
lru-cache@^6.0.0:
29472953
version "6.0.0"
@@ -4080,6 +4086,11 @@ type-detect@4.0.8:
40804086
version "4.0.8"
40814087
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-4.0.8.tgz#7646fb5f18871cfbb7749e69bd39a6388eb7450c"
40824088

4089+
type-fest@^0.20.2:
4090+
version "0.20.2"
4091+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
4092+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
4093+
40834094
type-fest@^0.6.0:
40844095
version "0.6.0"
40854096
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)
0