Skip to content

Commit c648d73

Browse files
Bump eslint from 7.14.0 to 7.15.0
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-preview[bot] <[email protected]>
1 parent 7548302 commit c648d73

File tree

2 files changed

+37
-52
lines changed

2 files changed

+37
-52
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"which": "^2.0.2"
3131
},
3232
"devDependencies": {
33-
"eslint": "^7.14.0",
33+
"eslint": "^7.15.0",
3434
"eslint-config-prettier": "^6.15.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-prettier": "^3.2.0",

yarn.lock

Lines changed: 36 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@
284284
exec-sh "^0.3.2"
285285
minimist "^1.2.0"
286286

287-
"@eslint/eslintrc@^0.2.1":
288-
version "0.2.1"
289-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
290-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
287+
"@eslint/eslintrc@^0.2.2":
288+
version "0.2.2"
289+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
290+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
291291
dependencies:
292292
ajv "^6.12.4"
293293
debug "^4.1.1"
@@ -907,10 +907,10 @@ acorn-globals@^6.0.0:
907907
acorn "^7.1.1"
908908
acorn-walk "^7.1.1"
909909

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

915915
acorn-walk@^7.1.1:
916916
version "7.1.1"
@@ -2044,13 +2044,13 @@ eslint-visitor-keys@^2.0.0:
20442044
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
20452045
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
20462046

2047-
eslint@^7.14.0:
2048-
version "7.14.0"
2049-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
2050-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
2047+
eslint@^7.15.0:
2048+
version "7.15.0"
2049+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
2050+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
20512051
dependencies:
20522052
"@babel/code-frame" "^7.0.0"
2053-
"@eslint/eslintrc" "^0.2.1"
2053+
"@eslint/eslintrc" "^0.2.2"
20542054
ajv "^6.10.0"
20552055
chalk "^4.0.0"
20562056
cross-spawn "^7.0.2"
@@ -2060,10 +2060,10 @@ eslint@^7.14.0:
20602060
eslint-scope "^5.1.1"
20612061
eslint-utils "^2.1.0"
20622062
eslint-visitor-keys "^2.0.0"
2063-
espree "^7.3.0"
2063+
espree "^7.3.1"
20642064
esquery "^1.2.0"
20652065
esutils "^2.0.2"
2066-
file-entry-cache "^5.0.1"
2066+
file-entry-cache "^6.0.0"
20672067
functional-red-black-tree "^1.0.1"
20682068
glob-parent "^5.0.0"
20692069
globals "^12.1.0"
@@ -2092,13 +2092,13 @@ esm@^3.0.18:
20922092
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
20932093
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
20942094

2095-
espree@^7.3.0:
2096-
version "7.3.0"
2097-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
2098-
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
2095+
espree@^7.3.0, espree@^7.3.1:
2096+
version "7.3.1"
2097+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
2098+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
20992099
dependencies:
21002100
acorn "^7.4.0"
2101-
acorn-jsx "^5.2.0"
2101+
acorn-jsx "^5.3.1"
21022102
eslint-visitor-keys "^1.3.0"
21032103

21042104
esprima@^4.0.0, esprima@^4.0.1:
@@ -2314,12 +2314,12 @@ figures@^3.0.0:
23142314
dependencies:
23152315
escape-string-regexp "^1.0.5"
23162316

2317-
file-entry-cache@^5.0.1:
2318-
version "5.0.1"
2319-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
2320-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
2317+
file-entry-cache@^6.0.0:
2318+
version "6.0.0"
2319+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2320+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
23212321
dependencies:
2322-
flat-cache "^2.0.1"
2322+
flat-cache "^3.0.4"
23232323

23242324
fill-range@^4.0.0:
23252325
version "4.0.0"
@@ -2382,24 +2382,23 @@ fixturify@^2.1.0:
23822382
matcher-collection "^2.0.1"
23832383
walk-sync "^2.0.2"
23842384

2385-
flat-cache@^2.0.1:
2386-
version "2.0.1"
2387-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
2388-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
2385+
flat-cache@^3.0.4:
2386+
version "3.0.4"
2387+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
2388+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
23892389
dependencies:
2390-
flatted "^2.0.0"
2391-
rimraf "2.6.3"
2392-
write "1.0.3"
2390+
flatted "^3.1.0"
2391+
rimraf "^3.0.2"
23932392

23942393
flat@^5.0.2:
23952394
version "5.0.2"
23962395
resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241"
23972396
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
23982397

2399-
flatted@^2.0.0:
2400-
version "2.0.1"
2401-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.1.tgz#69e57caa8f0eacbc281d2e2cb458d46fdb449e08"
2402-
integrity sha512-a1hQMktqW9Nmqr5aktAux3JMNqaucxGcjtjWnZLHX7yyPCmlSV3M54nGYbqT8K+0GhF3NBgmJCc3ma+WOgX8Jg==
2398+
flatted@^3.1.0:
2399+
version "3.1.0"
2400+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
2401+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
24032402

24042403
for-in@^1.0.2:
24052404
version "1.0.2"
@@ -5131,21 +5130,14 @@ reusify@^1.0.4:
51315130
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
51325131
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
51335132

5134-
5135-
version "2.6.3"
5136-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
5137-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
5138-
dependencies:
5139-
glob "^7.1.3"
5140-
51415133
rimraf@^2.5.4, rimraf@^2.7.1:
51425134
version "2.7.1"
51435135
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
51445136
integrity sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==
51455137
dependencies:
51465138
glob "^7.1.3"
51475139

5148-
rimraf@^3.0.0:
5140+
rimraf@^3.0.0, rimraf@^3.0.2:
51495141
version "3.0.2"
51505142
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
51515143
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -6172,13 +6164,6 @@ write-file-atomic@^3.0.0:
61726164
signal-exit "^3.0.2"
61736165
typedarray-to-buffer "^3.1.5"
61746166

6175-
6176-
version "1.0.3"
6177-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
6178-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
6179-
dependencies:
6180-
mkdirp "^0.5.1"
6181-
61826167
ws@^7.2.3:
61836168
version "7.3.0"
61846169
resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd"

0 commit comments

Comments
 (0)