Skip to content

Commit e2b260d

Browse files
authored
Merge pull request #297 from liangchunn/dependabot/npm_and_yarn/eslint-7.15.0
chore(deps): bump eslint from 7.14.0 to 7.15.0
2 parents 1bc231d + ddf9c42 commit e2b260d

File tree

2 files changed

+35
-55
lines changed

2 files changed

+35
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"case-sensitive-paths-webpack-plugin": "2.3.0",
4141
"chalk": "4.1.0",
4242
"clean-webpack-plugin": "3.0.0",
43-
"eslint": "7.14.0",
43+
"eslint": "7.15.0",
4444
"eslint-plugin-import": "2.22.1",
4545
"eslint-webpack-plugin": "2.4.1",
4646
"filesize": "6.1.0",

yarn.lock

Lines changed: 34 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -986,10 +986,10 @@
986986
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
987987
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
988988

989-
"@eslint/eslintrc@^0.2.1":
990-
version "0.2.1"
991-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
992-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
989+
"@eslint/eslintrc@^0.2.2":
990+
version "0.2.2"
991+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
992+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
993993
dependencies:
994994
ajv "^6.12.4"
995995
debug "^4.1.1"
@@ -1757,7 +1757,7 @@ acorn-globals@^6.0.0:
17571757
acorn "^7.1.1"
17581758
acorn-walk "^7.1.1"
17591759

1760-
acorn-jsx@^5.2.0:
1760+
acorn-jsx@^5.3.1:
17611761
version "5.3.1"
17621762
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
17631763
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -3248,13 +3248,13 @@ eslint-webpack-plugin@2.4.1:
32483248
micromatch "^4.0.2"
32493249
schema-utils "^3.0.0"
32503250

3251-
eslint@7.14.0:
3252-
version "7.14.0"
3253-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
3254-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
3251+
eslint@7.15.0:
3252+
version "7.15.0"
3253+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
3254+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
32553255
dependencies:
32563256
"@babel/code-frame" "^7.0.0"
3257-
"@eslint/eslintrc" "^0.2.1"
3257+
"@eslint/eslintrc" "^0.2.2"
32583258
ajv "^6.10.0"
32593259
chalk "^4.0.0"
32603260
cross-spawn "^7.0.2"
@@ -3264,10 +3264,10 @@ eslint@7.14.0:
32643264
eslint-scope "^5.1.1"
32653265
eslint-utils "^2.1.0"
32663266
eslint-visitor-keys "^2.0.0"
3267-
espree "^7.3.0"
3267+
espree "^7.3.1"
32683268
esquery "^1.2.0"
32693269
esutils "^2.0.2"
3270-
file-entry-cache "^5.0.1"
3270+
file-entry-cache "^6.0.0"
32713271
functional-red-black-tree "^1.0.1"
32723272
glob-parent "^5.0.0"
32733273
globals "^12.1.0"
@@ -3291,13 +3291,13 @@ eslint@7.14.0:
32913291
text-table "^0.2.0"
32923292
v8-compile-cache "^2.0.3"
32933293

3294-
espree@^7.3.0:
3295-
version "7.3.0"
3296-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
3297-
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
3294+
espree@^7.3.0, espree@^7.3.1:
3295+
version "7.3.1"
3296+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
3297+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
32983298
dependencies:
32993299
acorn "^7.4.0"
3300-
acorn-jsx "^5.2.0"
3300+
acorn-jsx "^5.3.1"
33013301
eslint-visitor-keys "^1.3.0"
33023302

33033303
esprima@^4.0.0, esprima@^4.0.1:
@@ -3522,12 +3522,12 @@ figures@^3.2.0:
35223522
dependencies:
35233523
escape-string-regexp "^1.0.5"
35243524

3525-
file-entry-cache@^5.0.1:
3526-
version "5.0.1"
3527-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
3528-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
3525+
file-entry-cache@^6.0.0:
3526+
version "6.0.0"
3527+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3528+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
35293529
dependencies:
3530-
flat-cache "^2.0.1"
3530+
flat-cache "^3.0.4"
35313531

35323532
filesize@6.1.0:
35333533
version "6.1.0"
@@ -3614,19 +3614,18 @@ findup-sync@^3.0.0:
36143614
micromatch "^3.0.4"
36153615
resolve-dir "^1.0.1"
36163616

3617-
flat-cache@^2.0.1:
3618-
version "2.0.1"
3619-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
3620-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
3617+
flat-cache@^3.0.4:
3618+
version "3.0.4"
3619+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
3620+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
36213621
dependencies:
3622-
flatted "^2.0.0"
3623-
rimraf "2.6.3"
3624-
write "1.0.3"
3622+
flatted "^3.1.0"
3623+
rimraf "^3.0.2"
36253624

3626-
flatted@^2.0.0:
3627-
version "2.0.1"
3628-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
3629-
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
3625+
flatted@^3.1.0:
3626+
version "3.1.0"
3627+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
3628+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
36303629

36313630
for-in@^1.0.2:
36323631
version "1.0.2"
@@ -5511,11 +5510,6 @@ minimist-options@^3.0.1:
55115510
arrify "^1.0.1"
55125511
is-plain-obj "^1.1.0"
55135512

5514-
minimist@0.0.8:
5515-
version "0.0.8"
5516-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
5517-
integrity sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=
5518-
55195513
minimist@1.2.5, minimist@^1.2.5:
55205514
version "1.2.5"
55215515
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
@@ -5539,13 +5533,6 @@ mkdirp@1.x:
55395533
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
55405534
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
55415535

5542-
mkdirp@^0.5.1:
5543-
version "0.5.1"
5544-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
5545-
integrity sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=
5546-
dependencies:
5547-
minimist "0.0.8"
5548-
55495536
modify-values@^1.0.0:
55505537
version "1.0.1"
55515538
resolved "https://registry.yarnpkg.com/modify-values/-/modify-values-1.0.1.tgz#b3939fa605546474e3e3e3c63d64bd43b4ee6022"
@@ -6531,14 +6518,14 @@ reusify@^1.0.4:
65316518
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
65326519
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
65336520

6534-
rimraf@2.6.3, rimraf@^2.6.3:
6521+
rimraf@^2.6.3:
65356522
version "2.6.3"
65366523
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
65376524
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
65386525
dependencies:
65396526
glob "^7.1.3"
65406527

6541-
rimraf@^3.0.0:
6528+
rimraf@^3.0.0, rimraf@^3.0.2:
65426529
version "3.0.2"
65436530
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
65446531
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -7787,13 +7774,6 @@ write-json-file@^4.3.0:
77877774
sort-keys "^4.0.0"
77887775
write-file-atomic "^3.0.0"
77897776

7790-
write@1.0.3:
7791-
version "1.0.3"
7792-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
7793-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
7794-
dependencies:
7795-
mkdirp "^0.5.1"
7796-
77977777
ws@^7.2.3:
77987778
version "7.4.0"
77997779
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7"

0 commit comments

Comments
 (0)