Skip to content

Commit d4cca7b

Browse files
chore(deps-dev): bump eslint from 7.18.0 to 7.24.0 (#431)
1 parent 9ece3cd commit d4cca7b

File tree

2 files changed

+43
-32
lines changed

2 files changed

+43
-32
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@babel/plugin-transform-runtime": "^7.12.10",
3939
"@babel/preset-env": "^7.12.11",
4040
"babel-eslint": "^10.1.0",
41-
"eslint": "^7.18.0",
41+
"eslint": "^7.24.0",
4242
"eslint-plugin-babel": "^5.3.1",
4343
"eslint-plugin-markdown": "^1.0.2",
4444
"jest": "^26.5.2",

yarn.lock

Lines changed: 42 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

22-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
23-
version "7.10.4"
24-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
25-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
22+
"@babel/code-frame@7.12.11", "@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
23+
version "7.12.11"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
25+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
2626
dependencies:
2727
"@babel/highlight" "^7.10.4"
2828

@@ -881,10 +881,10 @@
881881
exec-sh "^0.3.2"
882882
minimist "^1.2.0"
883883

884-
"@eslint/eslintrc@^0.3.0":
885-
version "0.3.0"
886-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
887-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
884+
"@eslint/eslintrc@^0.4.0":
885+
version "0.4.0"
886+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
887+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
888888
dependencies:
889889
ajv "^6.12.4"
890890
debug "^4.1.1"
@@ -893,7 +893,6 @@
893893
ignore "^4.0.6"
894894
import-fresh "^3.2.1"
895895
js-yaml "^3.13.1"
896-
lodash "^4.17.20"
897896
minimatch "^3.0.4"
898897
strip-json-comments "^3.1.1"
899898

@@ -3031,13 +3030,13 @@ eslint-visitor-keys@^2.0.0:
30313030
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
30323031
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
30333032

3034-
eslint@^7.18.0:
3035-
version "7.18.0"
3036-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.18.0.tgz#7fdcd2f3715a41fe6295a16234bd69aed2c75e67"
3037-
integrity sha512-fbgTiE8BfUJZuBeq2Yi7J3RB3WGUQ9PNuNbmgi6jt9Iv8qrkxfy19Ds3OpL1Pm7zg3BtTVhvcUZbIRQ0wmSjAQ==
3033+
eslint@^7.24.0:
3034+
version "7.24.0"
3035+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.24.0.tgz#2e44fa62d93892bfdb100521f17345ba54b8513a"
3036+
integrity sha512-k9gaHeHiFmGCDQ2rEfvULlSLruz6tgfA8DEn+rY9/oYPFFTlz55mM/Q/Rij1b2Y42jwZiK3lXvNTw6w6TXzcKQ==
30383037
dependencies:
3039-
"@babel/code-frame" "^7.0.0"
3040-
"@eslint/eslintrc" "^0.3.0"
3038+
"@babel/code-frame" "7.12.11"
3039+
"@eslint/eslintrc" "^0.4.0"
30413040
ajv "^6.10.0"
30423041
chalk "^4.0.0"
30433042
cross-spawn "^7.0.2"
@@ -3048,20 +3047,20 @@ eslint@^7.18.0:
30483047
eslint-utils "^2.1.0"
30493048
eslint-visitor-keys "^2.0.0"
30503049
espree "^7.3.1"
3051-
esquery "^1.2.0"
3050+
esquery "^1.4.0"
30523051
esutils "^2.0.2"
3053-
file-entry-cache "^6.0.0"
3052+
file-entry-cache "^6.0.1"
30543053
functional-red-black-tree "^1.0.1"
30553054
glob-parent "^5.0.0"
3056-
globals "^12.1.0"
3055+
globals "^13.6.0"
30573056
ignore "^4.0.6"
30583057
import-fresh "^3.0.0"
30593058
imurmurhash "^0.1.4"
30603059
is-glob "^4.0.0"
30613060
js-yaml "^3.13.1"
30623061
json-stable-stringify-without-jsonify "^1.0.1"
30633062
levn "^0.4.1"
3064-
lodash "^4.17.20"
3063+
lodash "^4.17.21"
30653064
minimatch "^3.0.4"
30663065
natural-compare "^1.4.0"
30673066
optionator "^0.9.1"
@@ -3088,10 +3087,10 @@ esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
30883087
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
30893088
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
30903089

3091-
esquery@^1.2.0:
3092-
version "1.3.1"
3093-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
3094-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
3090+
esquery@^1.4.0:
3091+
version "1.4.0"
3092+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3093+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
30953094
dependencies:
30963095
estraverse "^5.1.0"
30973096

@@ -3312,10 +3311,10 @@ figures@^3.0.0:
33123311
dependencies:
33133312
escape-string-regexp "^1.0.5"
33143313

3315-
file-entry-cache@^6.0.0:
3316-
version "6.0.0"
3317-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3318-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
3314+
file-entry-cache@^6.0.1:
3315+
version "6.0.1"
3316+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3317+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
33193318
dependencies:
33203319
flat-cache "^3.0.4"
33213320

@@ -3675,6 +3674,13 @@ globals@^12.1.0:
36753674
dependencies:
36763675
type-fest "^0.8.1"
36773676

3677+
globals@^13.6.0:
3678+
version "13.8.0"
3679+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.8.0.tgz#3e20f504810ce87a8d72e55aecf8435b50f4c1b3"
3680+
integrity sha512-rHtdA6+PDBIjeEvA91rpqzEvk/k3/i7EeNQiryiWuJH0Hw9cpyJMAt2jtbAwUaRdhD+573X4vWw6IcjKPasi9Q==
3681+
dependencies:
3682+
type-fest "^0.20.2"
3683+
36783684
globby@^11.0.0, globby@^11.0.1:
36793685
version "11.0.1"
36803686
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.1.tgz#9a2bf107a068f3ffeabc49ad702c79ede8cfd357"
@@ -5308,10 +5314,10 @@ lodash.without@~4.4.0:
53085314
resolved "https://registry.yarnpkg.com/lodash.without/-/lodash.without-4.4.0.tgz#3cd4574a00b67bae373a94b748772640507b7aac"
53095315
integrity sha1-PNRXSgC2e643OpS3SHcmQFB7eqw=
53105316

5311-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.4:
5312-
version "4.17.20"
5313-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
5314-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
5317+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21, lodash@^4.17.4:
5318+
version "4.17.21"
5319+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5320+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
53155321

53165322
lowercase-keys@^1.0.0:
53175323
version "1.0.1"
@@ -7983,6 +7989,11 @@ type-fest@^0.18.0:
79837989
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
79847990
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
79857991

7992+
type-fest@^0.20.2:
7993+
version "0.20.2"
7994+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
7995+
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==
7996+
79867997
type-fest@^0.6.0:
79877998
version "0.6.0"
79887999
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"

0 commit comments

Comments
 (0)