Skip to content

Commit e16c1ed

Browse files
Bump babel-eslint from 10.0.3 to 10.1.0 (#178)
Bumps [babel-eslint](https://github.com/babel/babel-eslint) from 10.0.3 to 10.1.0. - [Release notes](https://github.com/babel/babel-eslint/releases) - [Commits](babel/babel-eslint@v10.0.3...v10.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent af858b7 commit e16c1ed

File tree

2 files changed

+12
-62
lines changed

2 files changed

+12
-62
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"yup": "^0.28.1"
4040
},
4141
"devDependencies": {
42-
"babel-eslint": "^10.0.3",
42+
"babel-eslint": "^10.1.0",
4343
"snazzy": "^8.0.0",
4444
"standard": "^14.3.1",
4545
"stylelint": "^13.2.0",

yarn.lock

Lines changed: 11 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,7 @@
3333
resolved "https://registry.yarnpkg.com/@ampproject/toolbox-script-csp/-/toolbox-script-csp-1.1.1.tgz#0b049a1c86c99f300162a10e1b9ce83c6e354a45"
3434
integrity sha512-gACGfsVKinCy/977FSrlVgo6jxTZ0lcTCvCnRlNwvSOcxJVm+jJR3sP7/F43fpak9Gsq/EwFaatfnNMbunPc+w==
3535

36-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
37-
version "7.5.5"
38-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
39-
integrity sha512-27d4lZoomVyo51VegxI20xZPuSHusqbQag/ztrBC7wegWoQ1nLREPVSKSW8byhTlzTKyNE4ifaTA6lCp7JjpFw==
40-
dependencies:
41-
"@babel/highlight" "^7.0.0"
42-
43-
"@babel/code-frame@^7.8.3":
36+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
4437
version "7.8.3"
4538
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
4639
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
@@ -453,15 +446,6 @@
453446
"@babel/traverse" "^7.7.4"
454447
"@babel/types" "^7.7.4"
455448

456-
"@babel/highlight@^7.0.0":
457-
version "7.0.0"
458-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0.tgz#f710c38c8d458e6dd9a201afb637fcb781ce99e4"
459-
integrity sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==
460-
dependencies:
461-
chalk "^2.0.0"
462-
esutils "^2.0.2"
463-
js-tokens "^4.0.0"
464-
465449
"@babel/highlight@^7.8.3":
466450
version "7.8.3"
467451
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
@@ -471,7 +455,7 @@
471455
esutils "^2.0.2"
472456
js-tokens "^4.0.0"
473457

474-
"@babel/parser@^7.0.0", "@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.4", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
458+
"@babel/parser@^7.1.0", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.7.4", "@babel/parser@^7.8.3", "@babel/parser@^7.8.4":
475459
version "7.8.4"
476460
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.4.tgz#d1dbe64691d60358a974295fa53da074dd2ce8e8"
477461
integrity sha512-0fKu/QqildpXmPVaRBoXOlyBb3MC+J0A66x97qEfLOMkn3u6nfY5esWogQwi/K0BjASYy4DbnsEWnpNL6qT5Mw==
@@ -1098,34 +1082,7 @@
10981082
globals "^11.1.0"
10991083
lodash "^4.17.13"
11001084

1101-
"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
1102-
version "7.5.5"
1103-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
1104-
integrity sha512-s63F9nJioLqOlW3UkyMd+BYhXt44YuaFm/VV0VwuteqjYwRrObkU7ra9pY4wAJR3oXi8hJrMcrcJdO/HH33vtw==
1105-
dependencies:
1106-
esutils "^2.0.2"
1107-
lodash "^4.17.13"
1108-
to-fast-properties "^2.0.0"
1109-
1110-
"@babel/types@^7.7.0":
1111-
version "7.7.1"
1112-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.1.tgz#8b08ea368f2baff236613512cf67109e76285827"
1113-
integrity sha512-kN/XdANDab9x1z5gcjDc9ePpxexkt+1EQ2MQUiM4XnMvQfvp87/+6kY4Ko2maLXH+tei/DgJ/ybFITeqqRwDiA==
1114-
dependencies:
1115-
esutils "^2.0.2"
1116-
lodash "^4.17.13"
1117-
to-fast-properties "^2.0.0"
1118-
1119-
"@babel/types@^7.7.1", "@babel/types@^7.7.2", "@babel/types@^7.7.4":
1120-
version "7.7.4"
1121-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
1122-
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
1123-
dependencies:
1124-
esutils "^2.0.2"
1125-
lodash "^4.17.13"
1126-
to-fast-properties "^2.0.0"
1127-
1128-
"@babel/types@^7.8.3":
1085+
"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.7.0", "@babel/types@^7.7.1", "@babel/types@^7.7.2", "@babel/types@^7.7.4", "@babel/types@^7.8.3":
11291086
version "7.8.3"
11301087
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.3.tgz#5a383dffa5416db1b73dedffd311ffd0788fb31c"
11311088
integrity sha512-jBD+G8+LWpMBBWvVcdr4QysjUE4mU/syrhN17o1u3gx0/WzJB1kwiVZAXRtWbsIPOwW8pF/YJV5+nmetPzepXg==
@@ -1704,15 +1661,15 @@ [email protected]:
17041661
resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-7.0.0-bridge.0.tgz#95a492ddd90f9b4e9a4a1da14eb335b87b634ece"
17051662
integrity sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==
17061663

1707-
babel-eslint@^10.0.3:
1708-
version "10.0.3"
1709-
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1710-
integrity sha512-z3U7eMY6r/3f3/JB9mTsLjyxrv0Yb1zb8PCWCLpguxfCzBIZUwy23R1t/XKewP+8mEN2Ck8Dtr4q20z6ce6SoA==
1664+
babel-eslint@^10.1.0:
1665+
version "10.1.0"
1666+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1667+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
17111668
dependencies:
17121669
"@babel/code-frame" "^7.0.0"
1713-
"@babel/parser" "^7.0.0"
1714-
"@babel/traverse" "^7.0.0"
1715-
"@babel/types" "^7.0.0"
1670+
"@babel/parser" "^7.7.0"
1671+
"@babel/traverse" "^7.7.0"
1672+
"@babel/types" "^7.7.0"
17161673
eslint-visitor-keys "^1.0.0"
17171674
resolve "^1.12.0"
17181675

@@ -6717,20 +6674,13 @@ resolve-url@^0.2.1:
67176674
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
67186675
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
67196676

6720-
resolve@^1.10.0:
6677+
resolve@^1.10.0, resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
67216678
version "1.15.1"
67226679
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
67236680
integrity sha512-84oo6ZTtoTUpjgNEr5SJyzQhzL72gaRodsSfyxC/AXRvwu0Yse9H8eF9IpGo7b8YetZhlI6v7ZQ6bKBFV/6S7w==
67246681
dependencies:
67256682
path-parse "^1.0.6"
67266683

6727-
resolve@^1.10.1, resolve@^1.11.0, resolve@^1.12.0, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.8.1:
6728-
version "1.12.0"
6729-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
6730-
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==
6731-
dependencies:
6732-
path-parse "^1.0.6"
6733-
67346684
restore-cursor@^2.0.0:
67356685
version "2.0.0"
67366686
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-2.0.0.tgz#9f7ee287f82fd326d4fd162923d62129eee0dfaf"

0 commit comments

Comments
 (0)