Skip to content

Commit 2129e8d

Browse files
chore(deps-dev): bump @babel/core from 7.14.6 to 7.15.0 (#281)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.6 to 7.15.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.15.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccafda5 commit 2129e8d

File tree

2 files changed

+32
-64
lines changed

2 files changed

+32
-64
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"vue": "2.*"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.14",
28+
"@babel/core": "^7.15",
2929
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
3030
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
3131
"@babel/preset-env": "^7.14.7",

yarn.lock

Lines changed: 31 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -16,41 +16,37 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
1818

19-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7":
2020
version "7.14.7"
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
2222
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
2323

24-
"@babel/core@^7.1.0", "@babel/core@^7.14", "@babel/core@^7.7.5":
25-
version "7.14.6"
26-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
27-
integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
24+
"@babel/compat-data@^7.15.0":
25+
version "7.15.0"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
27+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
28+
29+
"@babel/core@^7.1.0", "@babel/core@^7.15", "@babel/core@^7.7.5":
30+
version "7.15.0"
31+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
32+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
2833
dependencies:
2934
"@babel/code-frame" "^7.14.5"
30-
"@babel/generator" "^7.14.5"
31-
"@babel/helper-compilation-targets" "^7.14.5"
32-
"@babel/helper-module-transforms" "^7.14.5"
33-
"@babel/helpers" "^7.14.6"
34-
"@babel/parser" "^7.14.6"
35+
"@babel/generator" "^7.15.0"
36+
"@babel/helper-compilation-targets" "^7.15.0"
37+
"@babel/helper-module-transforms" "^7.15.0"
38+
"@babel/helpers" "^7.14.8"
39+
"@babel/parser" "^7.15.0"
3540
"@babel/template" "^7.14.5"
36-
"@babel/traverse" "^7.14.5"
37-
"@babel/types" "^7.14.5"
41+
"@babel/traverse" "^7.15.0"
42+
"@babel/types" "^7.15.0"
3843
convert-source-map "^1.7.0"
3944
debug "^4.1.0"
4045
gensync "^1.0.0-beta.2"
4146
json5 "^2.1.2"
4247
semver "^6.3.0"
4348
source-map "^0.5.0"
4449

45-
"@babel/generator@^7.14.5":
46-
version "7.14.5"
47-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.5.tgz#848d7b9f031caca9d0cd0af01b063f226f52d785"
48-
integrity sha512-y3rlP+/G25OIX3mYKKIOlQRcqj7YgrvHxOLbVmyLJ9bPmi5ttvUmpydVjcFjZphOktWuA7ovbx91ECloWTfjIA==
49-
dependencies:
50-
"@babel/types" "^7.14.5"
51-
jsesc "^2.5.1"
52-
source-map "^0.5.0"
53-
5450
"@babel/generator@^7.15.0":
5551
version "7.15.0"
5652
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
@@ -75,12 +71,12 @@
7571
"@babel/helper-explode-assignable-expression" "^7.14.5"
7672
"@babel/types" "^7.14.5"
7773

78-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
79-
version "7.14.5"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
81-
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
74+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
75+
version "7.15.0"
76+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
77+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
8278
dependencies:
83-
"@babel/compat-data" "^7.14.5"
79+
"@babel/compat-data" "^7.15.0"
8480
"@babel/helper-validator-option" "^7.14.5"
8581
browserslist "^4.16.6"
8682
semver "^6.3.0"
@@ -283,14 +279,14 @@
283279
"@babel/traverse" "^7.14.5"
284280
"@babel/types" "^7.14.5"
285281

286-
"@babel/helpers@^7.14.6":
287-
version "7.14.6"
288-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
289-
integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
282+
"@babel/helpers@^7.14.8":
283+
version "7.15.3"
284+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"
285+
integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==
290286
dependencies:
291287
"@babel/template" "^7.14.5"
292-
"@babel/traverse" "^7.14.5"
293-
"@babel/types" "^7.14.5"
288+
"@babel/traverse" "^7.15.0"
289+
"@babel/types" "^7.15.0"
294290

295291
"@babel/highlight@^7.10.4":
296292
version "7.13.8"
@@ -310,12 +306,7 @@
310306
chalk "^2.0.0"
311307
js-tokens "^4.0.0"
312308

313-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6":
314-
version "7.14.6"
315-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
316-
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
317-
318-
"@babel/parser@^7.15.0":
309+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0":
319310
version "7.15.2"
320311
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.2.tgz#08d4ffcf90d211bf77e7cc7154c6f02d468d2b1d"
321312
integrity sha512-bMJXql1Ss8lFnvr11TZDH4ArtwlAS5NG9qBmdiFW2UHHm6MVoR+GDc5XE2b9K938cyjc9O6/+vjjcffLDtfuDg==
@@ -923,22 +914,7 @@
923914
"@babel/parser" "^7.14.5"
924915
"@babel/types" "^7.14.5"
925916

926-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5":
927-
version "7.14.5"
928-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
929-
integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
930-
dependencies:
931-
"@babel/code-frame" "^7.14.5"
932-
"@babel/generator" "^7.14.5"
933-
"@babel/helper-function-name" "^7.14.5"
934-
"@babel/helper-hoist-variables" "^7.14.5"
935-
"@babel/helper-split-export-declaration" "^7.14.5"
936-
"@babel/parser" "^7.14.5"
937-
"@babel/types" "^7.14.5"
938-
debug "^4.1.0"
939-
globals "^11.1.0"
940-
941-
"@babel/traverse@^7.15.0":
917+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0":
942918
version "7.15.0"
943919
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
944920
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
@@ -953,15 +929,7 @@
953929
debug "^4.1.0"
954930
globals "^11.1.0"
955931

956-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
957-
version "7.14.5"
958-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.5.tgz#3bb997ba829a2104cedb20689c4a5b8121d383ff"
959-
integrity sha512-M/NzBpEL95I5Hh4dwhin5JlE7EzO5PHMAuzjxss3tiOBD46KfQvVedN/3jEPZvdRvtsK2222XfdHogNIttFgcg==
960-
dependencies:
961-
"@babel/helper-validator-identifier" "^7.14.5"
962-
to-fast-properties "^2.0.0"
963-
964-
"@babel/types@^7.14.8", "@babel/types@^7.15.0":
932+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
965933
version "7.15.0"
966934
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
967935
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==

0 commit comments

Comments
 (0)