Skip to content

Commit 0f8d3bf

Browse files
committed
Update dependency eslint to v8.26.0
1 parent b297326 commit 0f8d3bf

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@typescript-eslint/parser": "5.40.1",
4040
"chai": "4.3.6",
4141
"dotenv": "16.0.3",
42-
"eslint": "8.25.0",
42+
"eslint": "8.26.0",
4343
"eslint-config-prettier": "8.5.0",
4444
"eslint-config-xo": "0.42.0",
4545
"eslint-config-xo-typescript": "0.53.0",

yarn.lock

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1348,10 +1348,10 @@
13481348
"@ethersproject/properties" "^5.7.0"
13491349
"@ethersproject/strings" "^5.7.0"
13501350

1351-
"@humanwhocodes/config-array@^0.10.5":
1352-
version "0.10.5"
1353-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.10.5.tgz#bb679745224745fff1e9a41961c1d45a49f81c04"
1354-
integrity sha512-XVVDtp+dVvRxMoxSiSfasYaG02VEe1qH5cKgMQJWhol6HwzbcqoCMJi8dAGoYAO57jhUyhI6cWuRiTcRaDaYug==
1351+
"@humanwhocodes/config-array@^0.11.6":
1352+
version "0.11.6"
1353+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.6.tgz#6a51d603a3aaf8d4cf45b42b3f2ac9318a4adc4b"
1354+
integrity sha512-jJr+hPTJYKyDILJfhNSHsjiwXYf26Flsz8DvNndOsHs5pwSnpGUEy8yzF0JYhCEvTDdV2vuOK5tt8BVhwO5/hg==
13551355
dependencies:
13561356
"@humanwhocodes/object-schema" "^1.2.1"
13571357
debug "^4.1.1"
@@ -1409,7 +1409,7 @@
14091409
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
14101410
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
14111411

1412-
"@nodelib/fs.walk@^1.2.3":
1412+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
14131413
version "1.2.8"
14141414
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
14151415
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
@@ -4157,14 +4157,15 @@ eslint-visitor-keys@^3.3.0:
41574157
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
41584158
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
41594159

4160-
eslint@8.25.0:
4161-
version "8.25.0"
4162-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.25.0.tgz#00eb962f50962165d0c4ee3327708315eaa8058b"
4163-
integrity sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==
4160+
eslint@8.26.0:
4161+
version "8.26.0"
4162+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
4163+
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
41644164
dependencies:
41654165
"@eslint/eslintrc" "^1.3.3"
4166-
"@humanwhocodes/config-array" "^0.10.5"
4166+
"@humanwhocodes/config-array" "^0.11.6"
41674167
"@humanwhocodes/module-importer" "^1.0.1"
4168+
"@nodelib/fs.walk" "^1.2.8"
41684169
ajv "^6.10.0"
41694170
chalk "^4.0.0"
41704171
cross-spawn "^7.0.2"
@@ -4180,14 +4181,14 @@ eslint@8.25.0:
41804181
fast-deep-equal "^3.1.3"
41814182
file-entry-cache "^6.0.1"
41824183
find-up "^5.0.0"
4183-
glob-parent "^6.0.1"
4184+
glob-parent "^6.0.2"
41844185
globals "^13.15.0"
4185-
globby "^11.1.0"
41864186
grapheme-splitter "^1.0.4"
41874187
ignore "^5.2.0"
41884188
import-fresh "^3.0.0"
41894189
imurmurhash "^0.1.4"
41904190
is-glob "^4.0.0"
4191+
is-path-inside "^3.0.3"
41914192
js-sdsl "^4.1.4"
41924193
js-yaml "^4.1.0"
41934194
json-stable-stringify-without-jsonify "^1.0.1"
@@ -5400,7 +5401,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
54005401
dependencies:
54015402
is-glob "^4.0.1"
54025403

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

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

0 commit comments

Comments
 (0)