Skip to content

Commit 39beeb0

Browse files
chore(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#261)
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 aa38bbf commit 39beeb0

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

yarn.lock

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,6 +1163,20 @@
11631163
"@formatjs/ecma402-abstract" "1.9.4"
11641164
tslib "^2.1.0"
11651165

1166+
"@humanwhocodes/config-array@^0.5.0":
1167+
version "0.5.0"
1168+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1169+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1170+
dependencies:
1171+
"@humanwhocodes/object-schema" "^1.2.0"
1172+
debug "^4.1.1"
1173+
minimatch "^3.0.4"
1174+
1175+
"@humanwhocodes/object-schema@^1.2.0":
1176+
version "1.2.0"
1177+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1178+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1179+
11661180
"@istanbuljs/load-nyc-config@^1.0.0":
11671181
version "1.1.0"
11681182
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -4058,12 +4072,13 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
40584072
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
40594073

40604074
eslint@^7.18.0:
4061-
version "7.29.0"
4062-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
4063-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
4075+
version "7.30.0"
4076+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
4077+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
40644078
dependencies:
40654079
"@babel/code-frame" "7.12.11"
40664080
"@eslint/eslintrc" "^0.4.2"
4081+
"@humanwhocodes/config-array" "^0.5.0"
40674082
ajv "^6.10.0"
40684083
chalk "^4.0.0"
40694084
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)