Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 8e00e67

Browse files
build(deps-dev): bump eslint from 8.48.0 to 8.49.0 in /token-lending/js (#5234)
Bumps [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.48.0...v8.49.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba9b493 commit 8e00e67

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

token-lending/js/yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@
4848
minimatch "^3.1.2"
4949
strip-json-comments "^3.1.1"
5050

51-
"@eslint/js@8.48.0":
52-
version "8.48.0"
53-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.48.0.tgz#642633964e217905436033a2bd08bf322849b7fb"
54-
integrity sha512-ZSjtmelB7IJfWD2Fvb7+Z+ChTIKWq6kjda95fLcQKNS5aheVHn4IkfgRQE3sIIzTcSLwLcLZUD9UBt+V7+h+Pw==
51+
"@eslint/js@8.49.0":
52+
version "8.49.0"
53+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.49.0.tgz#86f79756004a97fa4df866835093f1df3d03c333"
54+
integrity sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==
5555

56-
"@humanwhocodes/config-array@^0.11.10":
57-
version "0.11.10"
58-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.10.tgz#5a3ffe32cc9306365fb3fd572596cd602d5e12d2"
59-
integrity sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==
56+
"@humanwhocodes/config-array@^0.11.11":
57+
version "0.11.11"
58+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.11.tgz#88a04c570dbbc7dd943e4712429c3df09bc32844"
59+
integrity sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==
6060
dependencies:
6161
"@humanwhocodes/object-schema" "^1.2.1"
6262
debug "^4.1.1"
@@ -795,15 +795,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
795795
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
796796

797797
eslint@^8.12.0:
798-
version "8.48.0"
799-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.48.0.tgz#bf9998ba520063907ba7bfe4c480dc8be03c2155"
800-
integrity sha512-sb6DLeIuRXxeM1YljSe1KEx9/YYeZFQWcV8Rq9HfigmdDEugjLEVEa1ozDjL6YDjBpQHPJxJzze+alxi4T3OLg==
798+
version "8.49.0"
799+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.49.0.tgz#09d80a89bdb4edee2efcf6964623af1054bf6d42"
800+
integrity sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==
801801
dependencies:
802802
"@eslint-community/eslint-utils" "^4.2.0"
803803
"@eslint-community/regexpp" "^4.6.1"
804804
"@eslint/eslintrc" "^2.1.2"
805-
"@eslint/js" "8.48.0"
806-
"@humanwhocodes/config-array" "^0.11.10"
805+
"@eslint/js" "8.49.0"
806+
"@humanwhocodes/config-array" "^0.11.11"
807807
"@humanwhocodes/module-importer" "^1.0.1"
808808
"@nodelib/fs.walk" "^1.2.8"
809809
ajv "^6.12.4"

0 commit comments

Comments
 (0)