Skip to content

Commit d0efbaa

Browse files
build(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#26)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4288b12 commit d0efbaa

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
@@ -113,6 +113,20 @@
113113
minimatch "^3.0.4"
114114
strip-json-comments "^3.1.1"
115115

116+
"@humanwhocodes/config-array@^0.5.0":
117+
version "0.5.0"
118+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
119+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
120+
dependencies:
121+
"@humanwhocodes/object-schema" "^1.2.0"
122+
debug "^4.1.1"
123+
minimatch "^3.0.4"
124+
125+
"@humanwhocodes/object-schema@^1.2.0":
126+
version "1.2.0"
127+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
128+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
129+
116130
"@types/eslint-visitor-keys@^1.0.0":
117131
version "1.0.0"
118132
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
@@ -2392,12 +2406,13 @@ eslint@^5.0.0:
23922406
text-table "^0.2.0"
23932407

23942408
eslint@^7.28.0:
2395-
version "7.29.0"
2396-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2397-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2409+
version "7.30.0"
2410+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2411+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
23982412
dependencies:
23992413
"@babel/code-frame" "7.12.11"
24002414
"@eslint/eslintrc" "^0.4.2"
2415+
"@humanwhocodes/config-array" "^0.5.0"
24012416
ajv "^6.10.0"
24022417
chalk "^4.0.0"
24032418
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)