Skip to content

Commit 539fa40

Browse files
chore(deps-dev): Bump eslint from 7.28.0 to 7.29.0 (#1766)
1 parent fe91e25 commit 539fa40

2 files changed

Lines changed: 6 additions & 27 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@babel/preset-env": "^7.7.5",
2020
"codecov": "3.8.2",
2121
"cross-env": "^7.0.2",
22-
"eslint": "7.28.0",
22+
"eslint": "7.29.0",
2323
"eslint-config-prettier": "8.3.0",
2424
"eslint-plugin-import": "2.23.4",
2525
"eslint-plugin-jest": "24.3.6",

yarn.lock

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,7 @@
99
dependencies:
1010
"@babel/highlight" "^7.10.4"
1111

12-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.8.3":
13-
version "7.12.13"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
15-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
16-
dependencies:
17-
"@babel/highlight" "^7.12.13"
18-
19-
"@babel/code-frame@^7.14.5":
12+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.14.5", "@babel/code-frame@^7.8.3":
2013
version "7.14.5"
2114
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
2215
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -350,11 +343,6 @@
350343
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
351344
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
352345

353-
"@babel/helper-validator-identifier@^7.12.11":
354-
version "7.12.11"
355-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
356-
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
357-
358346
"@babel/helper-validator-identifier@^7.14.5":
359347
version "7.14.5"
360348
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
@@ -393,15 +381,6 @@
393381
chalk "^2.0.0"
394382
js-tokens "^4.0.0"
395383

396-
"@babel/highlight@^7.12.13":
397-
version "7.12.13"
398-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
399-
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
400-
dependencies:
401-
"@babel/helper-validator-identifier" "^7.12.11"
402-
chalk "^2.0.0"
403-
js-tokens "^4.0.0"
404-
405384
"@babel/highlight@^7.14.5":
406385
version "7.14.5"
407386
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -2545,10 +2524,10 @@ eslint-visitor-keys@^2.0.0:
25452524
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
25462525
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25472526

2548-
eslint@7.28.0:
2549-
version "7.28.0"
2550-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
2551-
integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
2527+
eslint@7.29.0:
2528+
version "7.29.0"
2529+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.29.0.tgz#ee2a7648f2e729485e4d0bd6383ec1deabc8b3c0"
2530+
integrity sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==
25522531
dependencies:
25532532
"@babel/code-frame" "7.12.11"
25542533
"@eslint/eslintrc" "^0.4.2"

0 commit comments

Comments
 (0)