Skip to content

Commit d2e6220

Browse files
Bump eslint from 7.14.0 to 7.15.0 (#205)
Bumps [eslint](https://github.com/eslint/eslint) from 7.14.0 to 7.15.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.14.0...v7.15.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5814456 commit d2e6220

File tree

1 file changed

+34
-56
lines changed

1 file changed

+34
-56
lines changed

yarn.lock

Lines changed: 34 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -971,10 +971,10 @@
971971
exec-sh "^0.3.2"
972972
minimist "^1.2.0"
973973

974-
"@eslint/eslintrc@^0.2.1":
975-
version "0.2.1"
976-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
977-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
974+
"@eslint/eslintrc@^0.2.2":
975+
version "0.2.2"
976+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
977+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
978978
dependencies:
979979
ajv "^6.12.4"
980980
debug "^4.1.1"
@@ -1421,10 +1421,10 @@ acorn-globals@^6.0.0:
14211421
acorn "^7.1.1"
14221422
acorn-walk "^7.1.1"
14231423

1424-
acorn-jsx@^5.2.0:
1425-
version "5.2.0"
1426-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
1427-
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
1424+
acorn-jsx@^5.3.1:
1425+
version "5.3.1"
1426+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1427+
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
14281428

14291429
acorn-walk@^7.1.1:
14301430
version "7.2.0"
@@ -2766,12 +2766,12 @@ eslint-visitor-keys@^2.0.0:
27662766
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
27672767

27682768
eslint@^7.5.0:
2769-
version "7.14.0"
2770-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
2771-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
2769+
version "7.15.0"
2770+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2771+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
27722772
dependencies:
27732773
"@babel/code-frame" "^7.0.0"
2774-
"@eslint/eslintrc" "^0.2.1"
2774+
"@eslint/eslintrc" "^0.2.2"
27752775
ajv "^6.10.0"
27762776
chalk "^4.0.0"
27772777
cross-spawn "^7.0.2"
@@ -2781,10 +2781,10 @@ eslint@^7.5.0:
27812781
eslint-scope "^5.1.1"
27822782
eslint-utils "^2.1.0"
27832783
eslint-visitor-keys "^2.0.0"
2784-
espree "^7.3.0"
2784+
espree "^7.3.1"
27852785
esquery "^1.2.0"
27862786
esutils "^2.0.2"
2787-
file-entry-cache "^5.0.1"
2787+
file-entry-cache "^6.0.0"
27882788
functional-red-black-tree "^1.0.1"
27892789
glob-parent "^5.0.0"
27902790
globals "^12.1.0"
@@ -2808,13 +2808,13 @@ eslint@^7.5.0:
28082808
text-table "^0.2.0"
28092809
v8-compile-cache "^2.0.3"
28102810

2811-
espree@^7.3.0:
2812-
version "7.3.0"
2813-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
2814-
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
2811+
espree@^7.3.0, espree@^7.3.1:
2812+
version "7.3.1"
2813+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2814+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
28152815
dependencies:
28162816
acorn "^7.4.0"
2817-
acorn-jsx "^5.2.0"
2817+
acorn-jsx "^5.3.1"
28182818
eslint-visitor-keys "^1.3.0"
28192819

28202820
esprima@^4.0.0, esprima@^4.0.1:
@@ -3004,12 +3004,12 @@ fb-watchman@^2.0.0:
30043004
dependencies:
30053005
bser "2.1.1"
30063006

3007-
file-entry-cache@^5.0.1:
3008-
version "5.0.1"
3009-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
3010-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
3007+
file-entry-cache@^6.0.0:
3008+
version "6.0.0"
3009+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3010+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
30113011
dependencies:
3012-
flat-cache "^2.0.1"
3012+
flat-cache "^3.0.4"
30133013

30143014
fill-range@^4.0.0:
30153015
version "4.0.0"
@@ -3043,19 +3043,18 @@ find-up@^4.0.0, find-up@^4.1.0:
30433043
locate-path "^5.0.0"
30443044
path-exists "^4.0.0"
30453045

3046-
flat-cache@^2.0.1:
3047-
version "2.0.1"
3048-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
3049-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
3046+
flat-cache@^3.0.4:
3047+
version "3.0.4"
3048+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
3049+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
30503050
dependencies:
3051-
flatted "^2.0.0"
3052-
rimraf "2.6.3"
3053-
write "1.0.3"
3051+
flatted "^3.1.0"
3052+
rimraf "^3.0.2"
30543053

3055-
flatted@^2.0.0:
3056-
version "2.0.2"
3057-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
3058-
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
3054+
flatted@^3.1.0:
3055+
version "3.1.0"
3056+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
3057+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
30593058

30603059
for-in@^1.0.2:
30613060
version "1.0.2"
@@ -4511,13 +4510,6 @@ mixin-deep@^1.2.0:
45114510
for-in "^1.0.2"
45124511
is-extendable "^1.0.1"
45134512

4514-
mkdirp@^0.5.1:
4515-
version "0.5.5"
4516-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
4517-
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
4518-
dependencies:
4519-
minimist "^1.2.5"
4520-
45214513
mobile-detect@^1.3.7:
45224514
version "1.4.4"
45234515
resolved "https://registry.yarnpkg.com/mobile-detect/-/mobile-detect-1.4.4.tgz#686c74e92d3cc06b09a9b3594b7b981494b137f6"
@@ -5439,13 +5431,6 @@ reusify@^1.0.4:
54395431
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
54405432
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
54415433

5442-
rimraf@2.6.3:
5443-
version "2.6.3"
5444-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
5445-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
5446-
dependencies:
5447-
glob "^7.1.3"
5448-
54495434
rimraf@^3.0.0, rimraf@^3.0.2:
54505435
version "3.0.2"
54515436
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
@@ -6326,13 +6311,6 @@ write-file-atomic@^3.0.0:
63266311
signal-exit "^3.0.2"
63276312
typedarray-to-buffer "^3.1.5"
63286313

6329-
write@1.0.3:
6330-
version "1.0.3"
6331-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
6332-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
6333-
dependencies:
6334-
mkdirp "^0.5.1"
6335-
63366314
ws@^7.2.3:
63376315
version "7.3.1"
63386316
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"

0 commit comments

Comments
 (0)