Skip to content

Commit 723b696

Browse files
Merge pull request ferdikoomen#471 from ferdikoomen/dependabot/npm_and_yarn/eslint-7.15.0
2 parents 9c331db + 933c9af commit 723b696

File tree

2 files changed

+33
-55
lines changed

2 files changed

+33
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"@typescript-eslint/eslint-plugin": "4.9.0",
8484
"@typescript-eslint/parser": "4.9.0",
8585
"codecov": "3.8.1",
86-
"eslint": "7.14.0",
86+
"eslint": "7.15.0",
8787
"eslint-config-prettier": "7.0.0",
8888
"eslint-plugin-prettier": "3.2.0",
8989
"eslint-plugin-simple-import-sort": "6.0.1",

yarn.lock

Lines changed: 32 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -884,10 +884,10 @@
884884
exec-sh "^0.3.2"
885885
minimist "^1.2.0"
886886

887-
"@eslint/eslintrc@^0.2.1":
888-
version "0.2.1"
889-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
890-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
887+
"@eslint/eslintrc@^0.2.2":
888+
version "0.2.2"
889+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
890+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
891891
dependencies:
892892
ajv "^6.12.4"
893893
debug "^4.1.1"
@@ -1467,7 +1467,7 @@ acorn-globals@^6.0.0:
14671467
acorn "^7.1.1"
14681468
acorn-walk "^7.1.1"
14691469

1470-
acorn-jsx@^5.2.0:
1470+
acorn-jsx@^5.3.1:
14711471
version "5.3.1"
14721472
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
14731473
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -2433,13 +2433,13 @@ eslint-visitor-keys@^2.0.0:
24332433
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24342434
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24352435

2436-
eslint@7.14.0:
2437-
version "7.14.0"
2438-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
2439-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
2436+
eslint@7.15.0:
2437+
version "7.15.0"
2438+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2439+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
24402440
dependencies:
24412441
"@babel/code-frame" "^7.0.0"
2442-
"@eslint/eslintrc" "^0.2.1"
2442+
"@eslint/eslintrc" "^0.2.2"
24432443
ajv "^6.10.0"
24442444
chalk "^4.0.0"
24452445
cross-spawn "^7.0.2"
@@ -2449,10 +2449,10 @@ [email protected]:
24492449
eslint-scope "^5.1.1"
24502450
eslint-utils "^2.1.0"
24512451
eslint-visitor-keys "^2.0.0"
2452-
espree "^7.3.0"
2452+
espree "^7.3.1"
24532453
esquery "^1.2.0"
24542454
esutils "^2.0.2"
2455-
file-entry-cache "^5.0.1"
2455+
file-entry-cache "^6.0.0"
24562456
functional-red-black-tree "^1.0.1"
24572457
glob-parent "^5.0.0"
24582458
globals "^12.1.0"
@@ -2476,13 +2476,13 @@ [email protected]:
24762476
text-table "^0.2.0"
24772477
v8-compile-cache "^2.0.3"
24782478

2479-
espree@^7.3.0:
2480-
version "7.3.0"
2481-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
2482-
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
2479+
espree@^7.3.0, espree@^7.3.1:
2480+
version "7.3.1"
2481+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2482+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
24832483
dependencies:
24842484
acorn "^7.4.0"
2485-
acorn-jsx "^5.2.0"
2485+
acorn-jsx "^5.3.1"
24862486
eslint-visitor-keys "^1.3.0"
24872487

24882488
esprima@^4.0.0, esprima@^4.0.1:
@@ -2741,12 +2741,12 @@ fd-slicer@~1.1.0:
27412741
dependencies:
27422742
pend "~1.2.0"
27432743

2744-
file-entry-cache@^5.0.1:
2745-
version "5.0.1"
2746-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
2747-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
2744+
file-entry-cache@^6.0.0:
2745+
version "6.0.0"
2746+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2747+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
27482748
dependencies:
2749-
flat-cache "^2.0.1"
2749+
flat-cache "^3.0.4"
27502750

27512751
fill-range@^4.0.0:
27522752
version "4.0.0"
@@ -2795,19 +2795,18 @@ find-up@^4.0.0, find-up@^4.1.0:
27952795
locate-path "^5.0.0"
27962796
path-exists "^4.0.0"
27972797

2798-
flat-cache@^2.0.1:
2799-
version "2.0.1"
2800-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
2801-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
2798+
flat-cache@^3.0.4:
2799+
version "3.0.4"
2800+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
2801+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
28022802
dependencies:
2803-
flatted "^2.0.0"
2804-
rimraf "2.6.3"
2805-
write "1.0.3"
2803+
flatted "^3.1.0"
2804+
rimraf "^3.0.2"
28062805

2807-
flatted@^2.0.0:
2808-
version "2.0.2"
2809-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
2810-
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
2806+
flatted@^3.1.0:
2807+
version "3.1.0"
2808+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
2809+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
28112810

28122811
for-in@^1.0.2:
28132812
version "1.0.2"
@@ -4195,13 +4194,6 @@ mkdirp-classic@^0.5.2:
41954194
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
41964195
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
41974196

4198-
mkdirp@^0.5.1:
4199-
version "0.5.5"
4200-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
4201-
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
4202-
dependencies:
4203-
minimist "^1.2.5"
4204-
42054197
mkdirp@^1.0.4:
42064198
version "1.0.4"
42074199
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
@@ -4928,13 +4920,6 @@ reusify@^1.0.4:
49284920
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
49294921
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
49304922

4931-
4932-
version "2.6.3"
4933-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
4934-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
4935-
dependencies:
4936-
glob "^7.1.3"
4937-
49384923
rimraf@^3.0.0, rimraf@^3.0.2:
49394924
version "3.0.2"
49404925
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -5912,13 +5897,6 @@ write-file-atomic@^3.0.0:
59125897
signal-exit "^3.0.2"
59135898
typedarray-to-buffer "^3.1.5"
59145899

5915-
5916-
version "1.0.3"
5917-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
5918-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
5919-
dependencies:
5920-
mkdirp "^0.5.1"
5921-
59225900
ws@^7.2.3:
59235901
version "7.4.0"
59245902
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.0.tgz#a5dd76a24197940d4a8bb9e0e152bb4503764da7"

0 commit comments

Comments
 (0)