Skip to content

Commit c7a7824

Browse files
build: update devdependency eslint to ~7.15.0 (#502)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 51f942b commit c7a7824

2 files changed

Lines changed: 37 additions & 43 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"conventional-changelog-angular-all-2": "~5.0.1",
4444
"cross-env": "~7.0.0",
4545
"documentation": "~13.1.0",
46-
"eslint": "~7.14.0",
46+
"eslint": "~7.15.0",
4747
"eslint-config-wopian": "~2.0.0",
4848
"jest": "~26.6.0",
4949
"lerna": "~3.22.0",

yarn.lock

Lines changed: 36 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,10 +1115,10 @@
11151115
exec-sh "^0.3.2"
11161116
minimist "^1.2.0"
11171117

1118-
"@eslint/eslintrc@^0.2.1":
1119-
version "0.2.1"
1120-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
1121-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
1118+
"@eslint/eslintrc@^0.2.2":
1119+
version "0.2.2"
1120+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
1121+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
11221122
dependencies:
11231123
ajv "^6.12.4"
11241124
debug "^4.1.1"
@@ -2660,7 +2660,7 @@ acorn-globals@^6.0.0:
26602660
acorn "^7.1.1"
26612661
acorn-walk "^7.1.1"
26622662

2663-
acorn-jsx@^5.2.0:
2663+
acorn-jsx@^5.2.0, acorn-jsx@^5.3.1:
26642664
version "5.3.1"
26652665
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
26662666
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
@@ -5352,13 +5352,13 @@ eslint-visitor-keys@^2.0.0:
53525352
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
53535353
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
53545354

5355-
eslint@~7.14.0:
5356-
version "7.14.0"
5357-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
5358-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
5355+
eslint@~7.15.0:
5356+
version "7.15.0"
5357+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
5358+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
53595359
dependencies:
53605360
"@babel/code-frame" "^7.0.0"
5361-
"@eslint/eslintrc" "^0.2.1"
5361+
"@eslint/eslintrc" "^0.2.2"
53625362
ajv "^6.10.0"
53635363
chalk "^4.0.0"
53645364
cross-spawn "^7.0.2"
@@ -5368,10 +5368,10 @@ eslint@~7.14.0:
53685368
eslint-scope "^5.1.1"
53695369
eslint-utils "^2.1.0"
53705370
eslint-visitor-keys "^2.0.0"
5371-
espree "^7.3.0"
5371+
espree "^7.3.1"
53725372
esquery "^1.2.0"
53735373
esutils "^2.0.2"
5374-
file-entry-cache "^5.0.1"
5374+
file-entry-cache "^6.0.0"
53755375
functional-red-black-tree "^1.0.1"
53765376
glob-parent "^5.0.0"
53775377
globals "^12.1.0"
@@ -5404,6 +5404,15 @@ espree@^7.3.0:
54045404
acorn-jsx "^5.2.0"
54055405
eslint-visitor-keys "^1.3.0"
54065406

5407+
espree@^7.3.1:
5408+
version "7.3.1"
5409+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
5410+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
5411+
dependencies:
5412+
acorn "^7.4.0"
5413+
acorn-jsx "^5.3.1"
5414+
eslint-visitor-keys "^1.3.0"
5415+
54075416
esprima@^4.0.0, esprima@^4.0.1:
54085417
version "4.0.1"
54095418
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -5697,12 +5706,12 @@ figures@^3.1.0:
56975706
dependencies:
56985707
escape-string-regexp "^1.0.5"
56995708

5700-
file-entry-cache@^5.0.1:
5701-
version "5.0.1"
5702-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
5703-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
5709+
file-entry-cache@^6.0.0:
5710+
version "6.0.0"
5711+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
5712+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
57045713
dependencies:
5705-
flat-cache "^2.0.1"
5714+
flat-cache "^3.0.4"
57065715

57075716
file-loader@^6.2.0:
57085717
version "6.2.0"
@@ -5791,19 +5800,18 @@ find-up@^4.0.0, find-up@^4.1.0:
57915800
locate-path "^5.0.0"
57925801
path-exists "^4.0.0"
57935802

5794-
flat-cache@^2.0.1:
5795-
version "2.0.1"
5796-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
5797-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
5803+
flat-cache@^3.0.4:
5804+
version "3.0.4"
5805+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
5806+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
57985807
dependencies:
5799-
flatted "^2.0.0"
5800-
rimraf "2.6.3"
5801-
write "1.0.3"
5808+
flatted "^3.1.0"
5809+
rimraf "^3.0.2"
58025810

5803-
flatted@^2.0.0:
5804-
version "2.0.2"
5805-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
5806-
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
5811+
flatted@^3.1.0:
5812+
version "3.1.0"
5813+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
5814+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
58075815

58085816
flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
58095817
version "1.1.1"
@@ -10508,13 +10516,6 @@ rgba-regex@^1.0.0:
1050810516
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
1050910517
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
1051010518

10511-
rimraf@2.6.3:
10512-
version "2.6.3"
10513-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
10514-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
10515-
dependencies:
10516-
glob "^7.1.3"
10517-
1051810519
rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
1051910520
version "2.7.1"
1052010521
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
@@ -12608,13 +12609,6 @@ write-pkg@^3.1.0:
1260812609
sort-keys "^2.0.0"
1260912610
write-json-file "^2.2.0"
1261012611

12611-
write@1.0.3:
12612-
version "1.0.3"
12613-
resolved "https://registry.yarnpkg.com/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
12614-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
12615-
dependencies:
12616-
mkdirp "^0.5.1"
12617-
1261812612
ws@^6.0.0:
1261912613
version "6.2.1"
1262012614
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.1.tgz#442fdf0a47ed64f59b6a5d8ff130f4748ed524fb"

0 commit comments

Comments
 (0)