Skip to content

Commit dfd619a

Browse files
committed
fix(deps): update dependency eslint to ^8.49.0
1 parent 94c1efa commit dfd619a

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
@@ -42,7 +42,7 @@
4242
"@typescript-eslint/eslint-plugin": "^6.6.0",
4343
"@typescript-eslint/parser": "^6.6.0",
4444
"commitizen": "^4.3.0",
45-
"eslint": "^8.48.0",
45+
"eslint": "^8.49.0",
4646
"eslint-formatter-pretty": "^5.0.0",
4747
"eslint-plugin-eslint-comments": "^3.2.0",
4848
"eslint-plugin-import": "^2.28.1",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -599,20 +599,20 @@
599599
minimatch "^3.1.2"
600600
strip-json-comments "^3.1.1"
601601

602-
"@eslint/js@8.48.0":
603-
version "8.48.0"
604-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
605-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
602+
"@eslint/js@8.49.0":
603+
version "8.49.0"
604+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
605+
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
606606

607607
"@gar/promisify@^1.1.3":
608608
version "1.1.3"
609609
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
610610
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
611611

612-
"@humanwhocodes/config-array@^0.11.10":
613-
version "0.11.10"
614-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
615-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
612+
"@humanwhocodes/config-array@^0.11.11":
613+
version "0.11.11"
614+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
615+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
616616
dependencies:
617617
"@humanwhocodes/object-schema" "^1.2.1"
618618
debug "^4.1.1"
@@ -3541,16 +3541,16 @@ eslint-visitor-keys@^3.4.3:
35413541
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
35423542
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
35433543

3544-
eslint@^8.48.0:
3545-
version "8.48.0"
3546-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
3547-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
3544+
eslint@^8.49.0:
3545+
version "8.49.0"
3546+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
3547+
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
35483548
dependencies:
35493549
"@eslint-community/eslint-utils" "^4.2.0"
35503550
"@eslint-community/regexpp" "^4.6.1"
35513551
"@eslint/eslintrc" "^2.1.2"
3552-
"@eslint/js" "8.48.0"
3553-
"@humanwhocodes/config-array" "^0.11.10"
3552+
"@eslint/js" "8.49.0"
3553+
"@humanwhocodes/config-array" "^0.11.11"
35543554
"@humanwhocodes/module-importer" "^1.0.1"
35553555
"@nodelib/fs.walk" "^1.2.8"
35563556
ajv "^6.12.4"

0 commit comments

Comments
 (0)