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

Commit cbf2e9d

Browse files
build(deps-dev): bump eslint from 7.29.0 to 7.30.0 in /token-lending/js (#2022)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.29.0...v7.30.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 afb8272 commit cbf2e9d

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

token-lending/js/yarn.lock

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,20 @@
5454
minimatch "^3.0.4"
5555
strip-json-comments "^3.1.1"
5656

57+
"@humanwhocodes/config-array@^0.5.0":
58+
version "0.5.0"
59+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
60+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
61+
dependencies:
62+
"@humanwhocodes/object-schema" "^1.2.0"
63+
debug "^4.1.1"
64+
minimatch "^3.0.4"
65+
66+
"@humanwhocodes/object-schema@^1.2.0":
67+
version "1.2.0"
68+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
69+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
70+
5771
"@nodelib/[email protected]":
5872
version "2.1.5"
5973
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -823,12 +837,13 @@ eslint-visitor-keys@^2.0.0:
823837
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
824838

825839
eslint@^7.29.0:
826-
version "7.29.0"
827-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
828-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
840+
version "7.30.0"
841+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
842+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
829843
dependencies:
830844
"@babel/code-frame" "7.12.11"
831845
"@eslint/eslintrc" "^0.4.2"
846+
"@humanwhocodes/config-array" "^0.5.0"
832847
ajv "^6.10.0"
833848
chalk "^4.0.0"
834849
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)