Skip to content

Commit 654ca91

Browse files
Bump eslint from 7.29.0 to 7.32.0
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) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f9f069c commit 654ca91

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@babel/plugin-transform-typescript": "^7.14.6",
3737
"@babel/preset-env": "^7.14.7",
3838
"babel-core": "^6.25.0",
39-
"eslint": "^7.29.0",
39+
"eslint": "^7.32.0",
4040
"eslint-config-prettier": "^7.2.0",
4141
"babel-plugin-istanbul": "^6.0.0",
4242
"eslint-plugin-node": "^11.1.0",

yarn.lock

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -936,10 +936,10 @@
936936
exec-sh "^0.3.2"
937937
minimist "^1.2.0"
938938

939-
"@eslint/eslintrc@^0.4.2":
940-
version "0.4.2"
941-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
942-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
939+
"@eslint/eslintrc@^0.4.3":
940+
version "0.4.3"
941+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
942+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
943943
dependencies:
944944
ajv "^6.12.4"
945945
debug "^4.1.1"
@@ -951,6 +951,20 @@
951951
minimatch "^3.0.4"
952952
strip-json-comments "^3.1.1"
953953

954+
"@humanwhocodes/config-array@^0.5.0":
955+
version "0.5.0"
956+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
957+
integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
958+
dependencies:
959+
"@humanwhocodes/object-schema" "^1.2.0"
960+
debug "^4.1.1"
961+
minimatch "^3.0.4"
962+
963+
"@humanwhocodes/object-schema@^1.2.0":
964+
version "1.2.0"
965+
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
966+
integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
967+
954968
955969
version "2.2.5"
956970
resolved "https://registry.yarnpkg.com/@iarna/toml/-/toml-2.2.5.tgz#b32366c89b43c6f8cefbdefac778b9c828e3ba8c"
@@ -2828,13 +2842,14 @@ eslint-visitor-keys@^2.0.0:
28282842
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
28292843
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
28302844

2831-
eslint@^7.29.0:
2832-
version "7.29.0"
2833-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2834-
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
2845+
eslint@^7.32.0:
2846+
version "7.32.0"
2847+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.32.0.tgz#c6d328a14be3fb08c8d1d21e12c02fdb7a2a812d"
2848+
integrity sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==
28352849
dependencies:
28362850
"@babel/code-frame" "7.12.11"
2837-
"@eslint/eslintrc" "^0.4.2"
2851+
"@eslint/eslintrc" "^0.4.3"
2852+
"@humanwhocodes/config-array" "^0.5.0"
28382853
ajv "^6.10.0"
28392854
chalk "^4.0.0"
28402855
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)