Skip to content

Commit f3d2410

Browse files
committed
Update dependency eslint to v8.26.0
1 parent d8ae6e7 commit f3d2410

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/parser": "5.40.1",
3333
"chai": "4.3.6",
3434
"dotenv": "16.0.3",
35-
"eslint": "8.25.0",
35+
"eslint": "8.26.0",
3636
"eslint-config-prettier": "8.5.0",
3737
"eslint-config-xo": "0.42.0",
3838
"eslint-config-xo-typescript": "0.53.0",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,10 +1329,10 @@
13291329
"@ethersproject/properties" "^5.7.0"
13301330
"@ethersproject/strings" "^5.7.0"
13311331

1332-
"@humanwhocodes/config-array@^0.10.5":
1333-
version "0.10.5"
1334-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1335-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1332+
"@humanwhocodes/config-array@^0.11.6":
1333+
version "0.11.6"
1334+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1335+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
13361336
dependencies:
13371337
"@humanwhocodes/object-schema" "^1.2.1"
13381338
debug "^4.1.1"
@@ -1390,7 +1390,7 @@
13901390
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
13911391
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
13921392

1393-
"@nodelib/fs.walk@^1.2.3":
1393+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
13941394
version "1.2.8"
13951395
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
13961396
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -4169,14 +4169,15 @@ eslint-visitor-keys@^3.3.0:
41694169
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
41704170
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
41714171

4172-
eslint@8.25.0:
4173-
version "8.25.0"
4174-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
4175-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
4172+
eslint@8.26.0:
4173+
version "8.26.0"
4174+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
4175+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
41764176
dependencies:
41774177
"@eslint/eslintrc" "^1.3.3"
4178-
"@humanwhocodes/config-array" "^0.10.5"
4178+
"@humanwhocodes/config-array" "^0.11.6"
41794179
"@humanwhocodes/module-importer" "^1.0.1"
4180+
"@nodelib/fs.walk" "^1.2.8"
41804181
ajv "^6.10.0"
41814182
chalk "^4.0.0"
41824183
cross-spawn "^7.0.2"
@@ -4192,14 +4193,14 @@ eslint@8.25.0:
41924193
fast-deep-equal "^3.1.3"
41934194
file-entry-cache "^6.0.1"
41944195
find-up "^5.0.0"
4195-
glob-parent "^6.0.1"
4196+
glob-parent "^6.0.2"
41964197
globals "^13.15.0"
4197-
globby "^11.1.0"
41984198
grapheme-splitter "^1.0.4"
41994199
ignore "^5.2.0"
42004200
import-fresh "^3.0.0"
42014201
imurmurhash "^0.1.4"
42024202
is-glob "^4.0.0"
4203+
is-path-inside "^3.0.3"
42034204
js-sdsl "^4.1.4"
42044205
js-yaml "^4.1.0"
42054206
json-stable-stringify-without-jsonify "^1.0.1"
@@ -5401,7 +5402,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
54015402
dependencies:
54025403
is-glob "^4.0.1"
54035404

5404-
glob-parent@^6.0.1:
5405+
glob-parent@^6.0.2:
54055406
version "6.0.2"
54065407
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
54075408
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
@@ -6141,6 +6142,11 @@ is-object@^1.0.1:
61416142
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.2.tgz#a56552e1c665c9e950b4a025461da87e72f86fcf"
61426143
integrity sha512-2rRIahhZr2UWb45fIOuvZGpFtz0TyOZLf32KxBbSoUCeZR495zCKlWUKKUByk3geS2eAs7ZAABt0Y/Rx0GiQGA==
61436144

6145+
is-path-inside@^3.0.3:
6146+
version "3.0.3"
6147+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
6148+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
6149+
61446150
is-plain-obj@^1.1.0:
61456151
version "1.1.0"
61466152
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"

0 commit comments

Comments
 (0)