Skip to content

Commit 77f99ba

Browse files
build(deps-dev): bump eslint from 7.29.0 to 7.32.0 (#4229)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.32.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.32.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 3f3dde8 commit 77f99ba

File tree

1 file changed

+23
-8
lines changed

1 file changed

+23
-8
lines changed

yarn.lock

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@
305305
exec-sh "^0.3.2"
306306
minimist "^1.2.0"
307307

308-
"@eslint/eslintrc@^0.4.2":
309-
version "0.4.2"
310-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
311-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
308+
"@eslint/eslintrc@^0.4.3":
309+
version "0.4.3"
310+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
311+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
312312
dependencies:
313313
ajv "^6.12.4"
314314
debug "^4.1.1"
@@ -320,6 +320,20 @@
320320
minimatch "^3.0.4"
321321
strip-json-comments "^3.1.1"
322322

323+
"@humanwhocodes/config-array@^0.5.0":
324+
version "0.5.0"
325+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
326+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
327+
dependencies:
328+
"@humanwhocodes/object-schema" "^1.2.0"
329+
debug "^4.1.1"
330+
minimatch "^3.0.4"
331+
332+
"@humanwhocodes/object-schema@^1.2.0":
333+
version "1.2.0"
334+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
335+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
336+
323337
"@istanbuljs/load-nyc-config@^1.0.0":
324338
version "1.1.0"
325339
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -2558,12 +2572,13 @@ eslint-visitor-keys@^2.0.0:
25582572
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25592573

25602574
eslint@^7.7.0:
2561-
version "7.29.0"
2562-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2563-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2575+
version "7.32.0"
2576+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
2577+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
25642578
dependencies:
25652579
"@babel/code-frame" "7.12.11"
2566-
"@eslint/eslintrc" "^0.4.2"
2580+
"@eslint/eslintrc" "^0.4.3"
2581+
"@humanwhocodes/config-array" "^0.5.0"
25672582
ajv "^6.10.0"
25682583
chalk "^4.0.0"
25692584
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)