Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit 60e2ab1

Browse files
Bump eslint from 7.29.0 to 7.30.0 (#310)
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 8e5b749 commit 60e2ab1

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

yarn.lock

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,6 +1592,20 @@
15921592
resolved "https://registry.yarnpkg.com/@handlebars/parser/-/parser-1.1.0.tgz#d6dbc7574774b238114582410e8fee0dc3532bdf"
15931593
integrity sha512-rR7tJoSwJ2eooOpYGxGGW95sLq6GXUaS1UtWvN7pei6n2/okYvCGld9vsUTvkl2migxbkszsycwtMf/GEc1k1A==
15941594

1595+
"@humanwhocodes/config-array@^0.5.0":
1596+
version "0.5.0"
1597+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
1598+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
1599+
dependencies:
1600+
"@humanwhocodes/object-schema" "^1.2.0"
1601+
debug "^4.1.1"
1602+
minimatch "^3.0.4"
1603+
1604+
"@humanwhocodes/object-schema@^1.2.0":
1605+
version "1.2.0"
1606+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
1607+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
1608+
15951609
"@iarna/toml@2.2.5":
15961610
version "2.2.5"
15971611
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -6266,12 +6280,13 @@ eslint-visitor-keys@^2.0.0:
62666280
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
62676281

62686282
eslint@^7.8.0:
6269-
version "7.29.0"
6270-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
6271-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
6283+
version "7.30.0"
6284+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
6285+
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
62726286
dependencies:
62736287
"@babel/code-frame" "7.12.11"
62746288
"@eslint/eslintrc" "^0.4.2"
6289+
"@humanwhocodes/config-array" "^0.5.0"
62756290
ajv "^6.10.0"
62766291
chalk "^4.0.0"
62776292
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)