Skip to content
This repository was archived by the owner on Nov 28, 2020. It is now read-only.

Commit 2f475d8

Browse files
Bump babel-eslint from 10.0.3 to 10.1.0
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] <support@dependabot.com>
1 parent 9471ee9 commit 2f475d8

2 files changed

Lines changed: 76 additions & 105 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@vue/cli-plugin-babel": "^4.1.2",
3131
"@vue/cli-plugin-eslint": "^4.1.2",
3232
"@vue/cli-service": "^4.1.2",
33-
"babel-eslint": "^10.0.1",
33+
"babel-eslint": "^10.1.0",
3434
"eslint": "^5.16.0",
3535
"eslint-plugin-vue": "^5.0.0",
3636
"sass": "^1.23.0",

yarn.lock

Lines changed: 75 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# yarn lockfile v1
33

44

5-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
6-
version "7.5.5"
7-
resolved "https://registry.npm.taobao.org/@babel/code-frame/download/@babel/code-frame-7.5.5.tgz#bc0782f6d69f7b7d49531219699b988f669a8f9d"
8-
integrity sha1-vAeC9tafe31JUxIZaZuYj2aaj50=
5+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
6+
version "7.8.3"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e"
8+
integrity sha512-a9gxpmdXtZEInkCSHUJDLHZVBgb1QS0jhss4cPP93EW7s+uC5bikET2twEF3KV+7rDblJcmNvTR7VJejqd2C2g==
99
dependencies:
10-
"@babel/highlight" "^7.0.0"
10+
"@babel/highlight" "^7.8.3"
1111

1212
"@babel/core@^7.7.4":
1313
version "7.7.7"
@@ -29,22 +29,22 @@
2929
semver "^5.4.1"
3030
source-map "^0.5.0"
3131

32-
"@babel/generator@^7.6.3":
33-
version "7.6.4"
34-
resolved "https://registry.npm.taobao.org/@babel/generator/download/@babel/generator-7.6.4.tgz?cache=0&sync_timestamp=1570717897603&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fgenerator%2Fdownload%2F%40babel%2Fgenerator-7.6.4.tgz#a4f8437287bf9671b07f483b76e3bb731bc97671"
35-
integrity sha1-pPhDcoe/lnGwf0g7duO7cxvJdnE=
32+
"@babel/generator@^7.7.7":
33+
version "7.7.7"
34+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
35+
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
3636
dependencies:
37-
"@babel/types" "^7.6.3"
37+
"@babel/types" "^7.7.4"
3838
jsesc "^2.5.1"
3939
lodash "^4.17.13"
4040
source-map "^0.5.0"
4141

42-
"@babel/generator@^7.7.4", "@babel/generator@^7.7.7":
43-
version "7.7.7"
44-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.7.tgz#859ac733c44c74148e1a72980a64ec84b85f4f45"
45-
integrity sha512-/AOIBpHh/JU1l0ZFS4kiRCBnLi6OTHzh0RPk3h9isBxkkqELtQNFi1Vr/tiG9p1yfoUdKVwISuXWQR+hwwM4VQ==
42+
"@babel/generator@^7.8.6":
43+
version "7.8.8"
44+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e"
45+
integrity sha512-HKyUVu69cZoclptr8t8U5b6sx6zoWjh8jiUhnuj3MpZuKT2dJ8zPTuiy31luq32swhI0SpwItCIlU8XW7BZeJg==
4646
dependencies:
47-
"@babel/types" "^7.7.4"
47+
"@babel/types" "^7.8.7"
4848
jsesc "^2.5.1"
4949
lodash "^4.17.13"
5050
source-map "^0.5.0"
@@ -110,15 +110,6 @@
110110
"@babel/traverse" "^7.7.4"
111111
"@babel/types" "^7.7.4"
112112

113-
"@babel/helper-function-name@^7.1.0":
114-
version "7.1.0"
115-
resolved "https://registry.npm.taobao.org/@babel/helper-function-name/download/@babel/helper-function-name-7.1.0.tgz#a0ceb01685f73355d4360c1247f582bfafc8ff53"
116-
integrity sha1-oM6wFoX3M1XUNgwSR/WCv6/I/1M=
117-
dependencies:
118-
"@babel/helper-get-function-arity" "^7.0.0"
119-
"@babel/template" "^7.1.0"
120-
"@babel/types" "^7.0.0"
121-
122113
"@babel/helper-function-name@^7.7.4":
123114
version "7.7.4"
124115
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.7.4.tgz#ab6e041e7135d436d8f0a3eca15de5b67a341a2e"
@@ -128,12 +119,14 @@
128119
"@babel/template" "^7.7.4"
129120
"@babel/types" "^7.7.4"
130121

131-
"@babel/helper-get-function-arity@^7.0.0":
132-
version "7.0.0"
133-
resolved "https://registry.npm.taobao.org/@babel/helper-get-function-arity/download/@babel/helper-get-function-arity-7.0.0.tgz#83572d4320e2a4657263734113c42868b64e49c3"
134-
integrity sha1-g1ctQyDipGVyY3NBE8QoaLZOScM=
122+
"@babel/helper-function-name@^7.8.3":
123+
version "7.8.3"
124+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.8.3.tgz#eeeb665a01b1f11068e9fb86ad56a1cb1a824cca"
125+
integrity sha512-BCxgX1BC2hD/oBlIFUgOCQDOPV8nSINxCwM3o93xP4P9Fq6aV5sgv2cOOITDMtCfQ+3PvHp3l689XZvAM9QyOA==
135126
dependencies:
136-
"@babel/types" "^7.0.0"
127+
"@babel/helper-get-function-arity" "^7.8.3"
128+
"@babel/template" "^7.8.3"
129+
"@babel/types" "^7.8.3"
137130

138131
"@babel/helper-get-function-arity@^7.7.4":
139132
version "7.7.4"
@@ -142,6 +135,13 @@
142135
dependencies:
143136
"@babel/types" "^7.7.4"
144137

138+
"@babel/helper-get-function-arity@^7.8.3":
139+
version "7.8.3"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.8.3.tgz#b894b947bd004381ce63ea1db9f08547e920abd5"
141+
integrity sha512-FVDR+Gd9iLjUMY1fzE2SR0IuaJToR4RkCDARVfsBBPSP53GEqSFjD8gNyxg246VUyc/ALRxFaAK8rVG7UT7xRA==
142+
dependencies:
143+
"@babel/types" "^7.8.3"
144+
145145
"@babel/helper-hoist-variables@^7.7.4":
146146
version "7.7.4"
147147
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.7.4.tgz#612384e3d823fdfaaf9fce31550fe5d4db0f3d12"
@@ -230,20 +230,20 @@
230230
"@babel/template" "^7.7.4"
231231
"@babel/types" "^7.7.4"
232232

233-
"@babel/helper-split-export-declaration@^7.4.4":
234-
version "7.4.4"
235-
resolved "https://registry.npm.taobao.org/@babel/helper-split-export-declaration/download/@babel/helper-split-export-declaration-7.4.4.tgz#ff94894a340be78f53f06af038b205c49d993677"
236-
integrity sha1-/5SJSjQL549T8GrwOLIFxJ2ZNnc=
237-
dependencies:
238-
"@babel/types" "^7.4.4"
239-
240233
"@babel/helper-split-export-declaration@^7.7.4":
241234
version "7.7.4"
242235
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.7.4.tgz#57292af60443c4a3622cf74040ddc28e68336fd8"
243236
integrity sha512-guAg1SXFcVr04Guk9eq0S4/rWS++sbmyqosJzVs8+1fH5NI+ZcmkaSkc7dmtAFbHFva6yRJnjW3yAcGxjueDug==
244237
dependencies:
245238
"@babel/types" "^7.7.4"
246239

240+
"@babel/helper-split-export-declaration@^7.8.3":
241+
version "7.8.3"
242+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.8.3.tgz#31a9f30070f91368a7182cf05f831781065fc7a9"
243+
integrity sha512-3x3yOeyBhW851hroze7ElzdkeRXQYQbFIb7gLK1WQYsw2GWDay5gAJNw1sWJ0VFP6z5J1whqeXH/WCdCjZv6dA==
244+
dependencies:
245+
"@babel/types" "^7.8.3"
246+
247247
"@babel/helper-wrap-function@^7.7.4":
248248
version "7.7.4"
249249
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.7.4.tgz#37ab7fed5150e22d9d7266e830072c0cdd8baace"
@@ -263,24 +263,19 @@
263263
"@babel/traverse" "^7.7.4"
264264
"@babel/types" "^7.7.4"
265265

266-
"@babel/highlight@^7.0.0":
267-
version "7.5.0"
268-
resolved "https://registry.npm.taobao.org/@babel/highlight/download/@babel/highlight-7.5.0.tgz?cache=0&sync_timestamp=1562245140883&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhighlight%2Fdownload%2F%40babel%2Fhighlight-7.5.0.tgz#56d11312bd9248fa619591d02472be6e8cb32540"
269-
integrity sha1-VtETEr2SSPphlZHQJHK+boyzJUA=
266+
"@babel/highlight@^7.8.3":
267+
version "7.8.3"
268+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.8.3.tgz#28f173d04223eaaa59bc1d439a3836e6d1265797"
269+
integrity sha512-PX4y5xQUvy0fnEVHrYOarRPXVWafSjTW9T0Hab8gVIawpl2Sj0ORyrygANq+KjcNlSSTw0YCLSNA8OyZ1I4yEg==
270270
dependencies:
271271
chalk "^2.0.0"
272272
esutils "^2.0.2"
273273
js-tokens "^4.0.0"
274274

275-
"@babel/parser@^7.0.0", "@babel/parser@^7.6.0", "@babel/parser@^7.6.3":
276-
version "7.6.4"
277-
resolved "https://registry.npm.taobao.org/@babel/parser/download/@babel/parser-7.6.4.tgz?cache=0&sync_timestamp=1570718702664&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fparser%2Fdownload%2F%40babel%2Fparser-7.6.4.tgz#cb9b36a7482110282d5cb6dd424ec9262b473d81"
278-
integrity sha1-y5s2p0ghECgtXLbdQk7JJitHPYE=
279-
280-
"@babel/parser@^7.7.4", "@babel/parser@^7.7.7":
281-
version "7.7.7"
282-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.7.tgz#1b886595419cf92d811316d5b715a53ff38b4937"
283-
integrity sha512-WtTZMZAZLbeymhkd/sEaPD8IQyGAhmuTuvTzLiCFM7iXiVdY0gc0IaI+cW0fh1BnSMbJSzXX6/fHllgHKwHhXw==
275+
"@babel/parser@^7.7.0", "@babel/parser@^7.7.4", "@babel/parser@^7.7.7", "@babel/parser@^7.8.6":
276+
version "7.8.8"
277+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.8.tgz#4c3b7ce36db37e0629be1f0d50a571d2f86f6cd4"
278+
integrity sha512-mO5GWzBPsPf6865iIbzNE0AvkKF3NE+2S3eRUpE+FE07BOAkXh6G+GW/Pj01hhXjve1WScbaIO4UlY1JKeqCcA==
284279

285280
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
286281
version "7.7.4"
@@ -729,15 +724,6 @@
729724
dependencies:
730725
regenerator-runtime "^0.13.2"
731726

732-
"@babel/template@^7.1.0":
733-
version "7.6.0"
734-
resolved "https://registry.npm.taobao.org/@babel/template/download/@babel/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
735-
integrity sha1-fwFZx/UBIjDa1kzKQuyb21yVNuY=
736-
dependencies:
737-
"@babel/code-frame" "^7.0.0"
738-
"@babel/parser" "^7.6.0"
739-
"@babel/types" "^7.6.0"
740-
741727
"@babel/template@^7.7.4":
742728
version "7.7.4"
743729
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.7.4.tgz#428a7d9eecffe27deac0a98e23bf8e3675d2a77b"
@@ -747,49 +733,34 @@
747733
"@babel/parser" "^7.7.4"
748734
"@babel/types" "^7.7.4"
749735

750-
"@babel/traverse@^7.0.0":
751-
version "7.6.3"
752-
resolved "https://registry.npm.taobao.org/@babel/traverse/download/@babel/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
753-
integrity sha1-ZtfboUawhnA8D7EN1Yi3NkzsR/k=
754-
dependencies:
755-
"@babel/code-frame" "^7.5.5"
756-
"@babel/generator" "^7.6.3"
757-
"@babel/helper-function-name" "^7.1.0"
758-
"@babel/helper-split-export-declaration" "^7.4.4"
759-
"@babel/parser" "^7.6.3"
760-
"@babel/types" "^7.6.3"
736+
"@babel/template@^7.8.3":
737+
version "7.8.6"
738+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
739+
integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
740+
dependencies:
741+
"@babel/code-frame" "^7.8.3"
742+
"@babel/parser" "^7.8.6"
743+
"@babel/types" "^7.8.6"
744+
745+
"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
746+
version "7.8.6"
747+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.8.6.tgz#acfe0c64e1cd991b3e32eae813a6eb564954b5ff"
748+
integrity sha512-2B8l0db/DPi8iinITKuo7cbPznLCEk0kCxDoB9/N6gGNg/gxOXiR/IcymAFPiBwk5w6TtQ27w4wpElgp9btR9A==
749+
dependencies:
750+
"@babel/code-frame" "^7.8.3"
751+
"@babel/generator" "^7.8.6"
752+
"@babel/helper-function-name" "^7.8.3"
753+
"@babel/helper-split-export-declaration" "^7.8.3"
754+
"@babel/parser" "^7.8.6"
755+
"@babel/types" "^7.8.6"
761756
debug "^4.1.0"
762757
globals "^11.1.0"
763758
lodash "^4.17.13"
764759

765-
"@babel/traverse@^7.7.4":
766-
version "7.7.4"
767-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.7.4.tgz#9c1e7c60fb679fe4fcfaa42500833333c2058558"
768-
integrity sha512-P1L58hQyupn8+ezVA2z5KBm4/Zr4lCC8dwKCMYzsa5jFMDMQAzaBNy9W5VjB+KAmBjb40U7a/H6ao+Xo+9saIw==
769-
dependencies:
770-
"@babel/code-frame" "^7.5.5"
771-
"@babel/generator" "^7.7.4"
772-
"@babel/helper-function-name" "^7.7.4"
773-
"@babel/helper-split-export-declaration" "^7.7.4"
774-
"@babel/parser" "^7.7.4"
775-
"@babel/types" "^7.7.4"
776-
debug "^4.1.0"
777-
globals "^11.1.0"
778-
lodash "^4.17.13"
779-
780-
"@babel/types@^7.0.0", "@babel/types@^7.4.4", "@babel/types@^7.6.0", "@babel/types@^7.6.3":
781-
version "7.6.3"
782-
resolved "https://registry.npm.taobao.org/@babel/types/download/@babel/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
783-
integrity sha1-PwfZb4VPmOL71FxksMuULRHougk=
784-
dependencies:
785-
esutils "^2.0.2"
786-
lodash "^4.17.13"
787-
to-fast-properties "^2.0.0"
788-
789-
"@babel/types@^7.7.4":
790-
version "7.7.4"
791-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.7.4.tgz#516570d539e44ddf308c07569c258ff94fde9193"
792-
integrity sha512-cz5Ji23KCi4T+YIE/BolWosrJuSmoZeN1EFnRtBwF+KKLi8GG/Z2c2hOJJeCXPk4mwk4QFvTmwIodJowXgttRA==
760+
"@babel/types@^7.0.0", "@babel/types@^7.7.0", "@babel/types@^7.7.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.8.7":
761+
version "7.8.7"
762+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.8.7.tgz#1fc9729e1acbb2337d5b6977a63979b4819f5d1d"
763+
integrity sha512-k2TreEHxFA4CjGkL+GYjRyx35W0Mr7DP5+9q6WMkyKXB+904bYmG40syjMFV0oLlhhFCwWl0vA0DyzTDkwAiJw==
793764
dependencies:
794765
esutils "^2.0.2"
795766
lodash "^4.17.13"
@@ -1622,15 +1593,15 @@ axios@^0.19.0:
16221593
follow-redirects "1.5.10"
16231594
is-buffer "^2.0.2"
16241595

1625-
babel-eslint@^10.0.1:
1626-
version "10.0.3"
1627-
resolved "https://registry.npm.taobao.org/babel-eslint/download/babel-eslint-10.0.3.tgz#81a2c669be0f205e19462fed2482d33e4687a88a"
1628-
integrity sha1-gaLGab4PIF4ZRi/tJILTPkaHqIo=
1596+
babel-eslint@^10.1.0:
1597+
version "10.1.0"
1598+
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.1.0.tgz#6968e568a910b78fb3779cdd8b6ac2f479943232"
1599+
integrity sha512-ifWaTHQ0ce+448CYop8AdrQiBsGrnC+bMgfyKFdi6EsPLTAWG+QfyDeM6OH+FmWnKvEq5NnBMLvlBUPKQZoDSg==
16291600
dependencies:
16301601
"@babel/code-frame" "^7.0.0"
1631-
"@babel/parser" "^7.0.0"
1632-
"@babel/traverse" "^7.0.0"
1633-
"@babel/types" "^7.0.0"
1602+
"@babel/parser" "^7.7.0"
1603+
"@babel/traverse" "^7.7.0"
1604+
"@babel/types" "^7.7.0"
16341605
eslint-visitor-keys "^1.0.0"
16351606
resolve "^1.12.0"
16361607

0 commit comments

Comments
 (0)