Skip to content

Commit 29c5442

Browse files
committed
chore(deps): update dependency eslint to v8.49.0
1 parent b9ec252 commit 29c5442

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"chai": "4.3.8",
3434
"del-cli": "5.1.0",
3535
"dotenv": "16.3.1",
36-
"eslint": "8.48.0",
36+
"eslint": "8.49.0",
3737
"eslint-config-prettier": "9.0.0",
3838
"eslint-config-xo": "0.43.1",
3939
"eslint-config-xo-typescript": "1.0.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@
141141
minimatch "^3.1.2"
142142
strip-json-comments "^3.1.1"
143143

144-
"@eslint/js@8.48.0":
145-
version "8.48.0"
146-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
147-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
144+
"@eslint/js@8.49.0":
145+
version "8.49.0"
146+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
147+
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
148148

149149
"@ethereum-waffle/[email protected]":
150150
version "4.0.10"
@@ -677,10 +677,10 @@
677677
optionalDependencies:
678678
"@trufflesuite/bigint-buffer" "1.1.9"
679679

680-
"@humanwhocodes/config-array@^0.11.10":
681-
version "0.11.10"
682-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
683-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
680+
"@humanwhocodes/config-array@^0.11.11":
681+
version "0.11.11"
682+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
683+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
684684
dependencies:
685685
"@humanwhocodes/object-schema" "^1.2.1"
686686
debug "^4.1.1"
@@ -2541,16 +2541,16 @@ eslint-visitor-keys@^3.4.3:
25412541
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
25422542
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
25432543

2544-
eslint@8.48.0:
2545-
version "8.48.0"
2546-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
2547-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
2544+
eslint@8.49.0:
2545+
version "8.49.0"
2546+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
2547+
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
25482548
dependencies:
25492549
"@eslint-community/eslint-utils" "^4.2.0"
25502550
"@eslint-community/regexpp" "^4.6.1"
25512551
"@eslint/eslintrc" "^2.1.2"
2552-
"@eslint/js" "8.48.0"
2553-
"@humanwhocodes/config-array" "^0.11.10"
2552+
"@eslint/js" "8.49.0"
2553+
"@humanwhocodes/config-array" "^0.11.11"
25542554
"@humanwhocodes/module-importer" "^1.0.1"
25552555
"@nodelib/fs.walk" "^1.2.8"
25562556
ajv "^6.12.4"

0 commit comments

Comments
 (0)