Skip to content

Commit 4e9a7a3

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to ^7.15.0
1 parent 833e5ce commit 4e9a7a3

File tree

2 files changed

+44
-45
lines changed

2 files changed

+44
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/mocha": "7.0.2",
124124
"@types/node": "12.7.3",
125125
"@types/sinon": "9.0.4",
126-
"eslint": "^7.14.0",
126+
"eslint": "^7.15.0",
127127
"husky": "^4.2.5",
128128
"lnfs-cli": "^2.1.0",
129129
"mkdirp": "^1.0.3",

yarn.lock

Lines changed: 43 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -843,10 +843,10 @@
843843
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
844844
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
845845

846-
"@eslint/eslintrc@^0.2.1":
847-
version "0.2.1"
848-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.1.tgz#f72069c330461a06684d119384435e12a5d76e3c"
849-
integrity sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==
846+
"@eslint/eslintrc@^0.2.2":
847+
version "0.2.2"
848+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
849+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
850850
dependencies:
851851
ajv "^6.12.4"
852852
debug "^4.1.1"
@@ -1137,10 +1137,10 @@ acorn-globals@^4.3.0:
11371137
acorn "^6.0.1"
11381138
acorn-walk "^6.0.1"
11391139

1140-
acorn-jsx@^5.2.0:
1141-
version "5.2.0"
1142-
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
1143-
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
1140+
acorn-jsx@^5.3.1:
1141+
version "5.3.1"
1142+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
1143+
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
11441144

11451145
acorn-walk@^6.0.1:
11461146
version "6.2.0"
@@ -3108,13 +3108,13 @@ eslint-visitor-keys@^2.0.0:
31083108
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
31093109
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
31103110

3111-
eslint@^7.14.0:
3112-
version "7.14.0"
3113-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.14.0.tgz#2d2cac1d28174c510a97b377f122a5507958e344"
3114-
integrity sha512-5YubdnPXrlrYAFCKybPuHIAH++PINe1pmKNc5wQRB9HSbqIK1ywAnntE3Wwua4giKu0bjligf1gLF6qxMGOYRA==
3111+
eslint@^7.15.0:
3112+
version "7.15.0"
3113+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
3114+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
31153115
dependencies:
31163116
"@babel/code-frame" "^7.0.0"
3117-
"@eslint/eslintrc" "^0.2.1"
3117+
"@eslint/eslintrc" "^0.2.2"
31183118
ajv "^6.10.0"
31193119
chalk "^4.0.0"
31203120
cross-spawn "^7.0.2"
@@ -3124,10 +3124,10 @@ eslint@^7.14.0:
31243124
eslint-scope "^5.1.1"
31253125
eslint-utils "^2.1.0"
31263126
eslint-visitor-keys "^2.0.0"
3127-
espree "^7.3.0"
3127+
espree "^7.3.1"
31283128
esquery "^1.2.0"
31293129
esutils "^2.0.2"
3130-
file-entry-cache "^5.0.1"
3130+
file-entry-cache "^6.0.0"
31313131
functional-red-black-tree "^1.0.1"
31323132
glob-parent "^5.0.0"
31333133
globals "^12.1.0"
@@ -3151,13 +3151,13 @@ eslint@^7.14.0:
31513151
text-table "^0.2.0"
31523152
v8-compile-cache "^2.0.3"
31533153

3154-
espree@^7.0.0, espree@^7.3.0:
3155-
version "7.3.0"
3156-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.0.tgz#dc30437cf67947cf576121ebd780f15eeac72348"
3157-
integrity sha512-dksIWsvKCixn1yrEXO8UosNSxaDoSYpq9reEjZSbHLpT5hpaCAKTLBwq0RHtLrIr+c0ByiYzWT8KTMRzoRCNlw==
3154+
espree@^7.0.0, espree@^7.3.0, espree@^7.3.1:
3155+
version "7.3.1"
3156+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
3157+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
31583158
dependencies:
31593159
acorn "^7.4.0"
3160-
acorn-jsx "^5.2.0"
3160+
acorn-jsx "^5.3.1"
31613161
eslint-visitor-keys "^1.3.0"
31623162

31633163
esprima@^3.1.3:
@@ -3324,12 +3324,12 @@ fastparse@^1.1.1:
33243324
resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.2.tgz#91728c5a5942eced8531283c79441ee4122c35a9"
33253325
integrity sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==
33263326

3327-
file-entry-cache@^5.0.1:
3328-
version "5.0.1"
3329-
resolved "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz#ca0f6efa6dd3d561333fb14515065c2fafdf439c"
3330-
integrity sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==
3327+
file-entry-cache@^6.0.0:
3328+
version "6.0.0"
3329+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3330+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
33313331
dependencies:
3332-
flat-cache "^2.0.1"
3332+
flat-cache "^3.0.4"
33333333

33343334
filesize@^3.6.0:
33353335
version "3.6.1"
@@ -3407,14 +3407,13 @@ find-versions@^3.2.0:
34073407
dependencies:
34083408
semver-regex "^2.0.0"
34093409

3410-
flat-cache@^2.0.1:
3411-
version "2.0.1"
3412-
resolved "https://registry.npmjs.org/flat-cache/-/flat-cache-2.0.1.tgz#5d296d6f04bda44a4630a301413bdbc2ec085ec0"
3413-
integrity sha512-LoQe6yDuUMDzQAEH8sgmh4Md6oZnc/7PjtwjNFSzveXqSHt6ka9fPBuso7IGf9Rz4uqnSnWiFH2B/zj24a5ReA==
3410+
flat-cache@^3.0.4:
3411+
version "3.0.4"
3412+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
3413+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
34143414
dependencies:
3415-
flatted "^2.0.0"
3416-
rimraf "2.6.3"
3417-
write "1.0.3"
3415+
flatted "^3.1.0"
3416+
rimraf "^3.0.2"
34183417

34193418
flat@^4.1.0:
34203419
version "4.1.0"
@@ -3423,10 +3422,10 @@ flat@^4.1.0:
34233422
dependencies:
34243423
is-buffer "~2.0.3"
34253424

3426-
flatted@^2.0.0:
3427-
version "2.0.2"
3428-
resolved "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz#4575b21e2bcee7434aa9be662f4b7b5f9c2b5138"
3429-
integrity sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==
3425+
flatted@^3.1.0:
3426+
version "3.1.0"
3427+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
3428+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
34303429

34313430
for-in@^1.0.2:
34323431
version "1.0.2"
@@ -6900,13 +6899,20 @@ rgba-regex@^1.0.0:
69006899
resolved "https://registry.yarnpkg.com/rgba-regex/-/rgba-regex-1.0.0.tgz#43374e2e2ca0968b0ef1523460b7d730ff22eeb3"
69016900
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
69026901

6903-
rimraf@2.6.3, rimraf@^2.2.8, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
6902+
rimraf@^2.2.8, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@^2.6.3:
69046903
version "2.6.3"
69056904
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
69066905
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
69076906
dependencies:
69086907
glob "^7.1.3"
69096908

6909+
rimraf@^3.0.2:
6910+
version "3.0.2"
6911+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
6912+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
6913+
dependencies:
6914+
glob "^7.1.3"
6915+
69106916
ripemd160@^2.0.0, ripemd160@^2.0.1:
69116917
version "2.0.2"
69126918
resolved "https://registry.yarnpkg.com/ripemd160/-/ripemd160-2.0.2.tgz#a1c1a6f624751577ba5d07914cbc92850585890c"
@@ -8210,13 +8216,6 @@ write-file-atomic@^2.4.2:
82108216
imurmurhash "^0.1.4"
82118217
signal-exit "^3.0.2"
82128218

8213-
8214-
version "1.0.3"
8215-
resolved "https://registry.npmjs.org/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
8216-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
8217-
dependencies:
8218-
mkdirp "^0.5.1"
8219-
82208219
ws@^5.1.1:
82218220
version "5.2.2"
82228221
resolved "https://registry.yarnpkg.com/ws/-/ws-5.2.2.tgz#dffef14866b8e8dc9133582514d1befaf96e980f"

0 commit comments

Comments
 (0)