Skip to content

Commit 665f6e0

Browse files
renovate-botmgechev
authored andcommitted
build: update @babel/core to version 7.6.3 (#15790)
1 parent 1071237 commit 665f6e0

File tree

2 files changed

+65
-26
lines changed

2 files changed

+65
-26
lines changed

packages/angular_devkit/build_angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@angular-devkit/build-optimizer": "0.0.0",
1212
"@angular-devkit/build-webpack": "0.0.0",
1313
"@angular-devkit/core": "0.0.0",
14-
"@babel/core": "7.6.2",
15-
"@babel/preset-env": "7.6.2",
14+
"@babel/core": "7.6.3",
15+
"@babel/preset-env": "7.6.3",
1616
"@ngtools/webpack": "0.0.0",
1717
"ajv": "6.10.2",
1818
"autoprefixer": "9.6.1",

yarn.lock

Lines changed: 63 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -118,25 +118,25 @@
118118
dependencies:
119119
"@babel/highlight" "^7.0.0"
120120

121-
"@babel/[email protected].2":
122-
version "7.6.2"
123-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
124-
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
121+
"@babel/[email protected].3":
122+
version "7.6.3"
123+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.3.tgz#44de824e89eaa089bb12da7337bc9bdff2ab68f9"
124+
integrity sha512-QfQ5jTBgXLzJuo7Mo8bZK/ePywmgNRgk/UQykiKwEtZPiFIn8ZqE6jB+AnD1hbB1S2xQyL4//it5vuAUOVAMTw==
125125
dependencies:
126126
"@babel/code-frame" "^7.5.5"
127-
"@babel/generator" "^7.6.2"
127+
"@babel/generator" "^7.6.3"
128128
"@babel/helpers" "^7.6.2"
129-
"@babel/parser" "^7.6.2"
129+
"@babel/parser" "^7.6.3"
130130
"@babel/template" "^7.6.0"
131-
"@babel/traverse" "^7.6.2"
132-
"@babel/types" "^7.6.0"
131+
"@babel/traverse" "^7.6.3"
132+
"@babel/types" "^7.6.3"
133133
convert-source-map "^1.1.0"
134134
debug "^4.1.0"
135135
json5 "^2.1.0"
136136
lodash "^4.17.13"
137137
resolve "^1.3.2"
138138
semver "^5.4.1"
139-
source-map "^0.5.0"
139+
source-map "^0.6.1"
140140

141141
"@babel/generator@^7.4.0", "@babel/generator@^7.6.2":
142142
version "7.6.2"
@@ -148,6 +148,16 @@
148148
lodash "^4.17.13"
149149
source-map "^0.5.0"
150150

151+
"@babel/generator@^7.6.3":
152+
version "7.6.3"
153+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.3.tgz#71d5375264f93ec7bac7d9f35a67067733f5578e"
154+
integrity sha512-hLhYbAb3pHwxjlijC4AQ7mqZdcoujiNaW7izCT04CIowHK8psN0IN8QjDv0iyFtycF5FowUOTwDloIheI25aMw==
155+
dependencies:
156+
"@babel/types" "^7.6.3"
157+
jsesc "^2.5.1"
158+
lodash "^4.17.13"
159+
source-map "^0.6.1"
160+
151161
"@babel/helper-annotate-as-pure@^7.0.0":
152162
version "7.0.0"
153163
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -326,6 +336,11 @@
326336
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
327337
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
328338

339+
"@babel/parser@^7.6.3":
340+
version "7.6.3"
341+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.3.tgz#9eff8b9c3eeae16a74d8d4ff30da2bd0d6f0487e"
342+
integrity sha512-sUZdXlva1dt2Vw2RqbMkmfoImubO0D0gaCrNngV6Hi0DA4x3o4mlrq0tbfY0dZEUIccH8I6wQ4qgEtwcpOR6Qg==
343+
329344
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
330345
version "7.2.0"
331346
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -434,10 +449,10 @@
434449
dependencies:
435450
"@babel/helper-plugin-utils" "^7.0.0"
436451

437-
"@babel/plugin-transform-block-scoping@^7.6.2":
438-
version "7.6.2"
439-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
440-
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
452+
"@babel/plugin-transform-block-scoping@^7.6.3":
453+
version "7.6.3"
454+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.3.tgz#6e854e51fbbaa84351b15d4ddafe342f3a5d542a"
455+
integrity sha512-7hvrg75dubcO3ZI2rjYTzUrEuh1E9IyDEhhB6qfcooxhDA33xx2MasuLVgdxzcP6R/lipAC6n9ub9maNW6RKdw==
441456
dependencies:
442457
"@babel/helper-plugin-utils" "^7.0.0"
443458
lodash "^4.17.13"
@@ -559,10 +574,10 @@
559574
"@babel/helper-module-transforms" "^7.1.0"
560575
"@babel/helper-plugin-utils" "^7.0.0"
561576

562-
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
563-
version "7.6.2"
564-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
565-
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
577+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.3":
578+
version "7.6.3"
579+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.3.tgz#aaa6e409dd4fb2e50b6e2a91f7e3a3149dbce0cf"
580+
integrity sha512-jTkk7/uE6H2s5w6VlMHeWuH+Pcy2lmdwFoeWCVnvIrDUnB5gQqTVI8WfmEAhF2CDEarGrknZcmSFg1+bkfCoSw==
566581
dependencies:
567582
regexpu-core "^4.6.0"
568583

@@ -657,10 +672,10 @@
657672
"@babel/helper-regex" "^7.4.4"
658673
regexpu-core "^4.6.0"
659674

660-
"@babel/[email protected].2":
661-
version "7.6.2"
662-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
663-
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
675+
"@babel/[email protected].3":
676+
version "7.6.3"
677+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.3.tgz#9e1bf05a2e2d687036d24c40e4639dc46cef2271"
678+
integrity sha512-CWQkn7EVnwzlOdR5NOm2+pfgSNEZmvGjOhlCHBDq0J8/EStr+G+FvPEiz9B56dR6MoiUFjXhfE4hjLoAKKJtIQ==
664679
dependencies:
665680
"@babel/helper-module-imports" "^7.0.0"
666681
"@babel/helper-plugin-utils" "^7.0.0"
@@ -678,7 +693,7 @@
678693
"@babel/plugin-transform-arrow-functions" "^7.2.0"
679694
"@babel/plugin-transform-async-to-generator" "^7.5.0"
680695
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
681-
"@babel/plugin-transform-block-scoping" "^7.6.2"
696+
"@babel/plugin-transform-block-scoping" "^7.6.3"
682697
"@babel/plugin-transform-classes" "^7.5.5"
683698
"@babel/plugin-transform-computed-properties" "^7.2.0"
684699
"@babel/plugin-transform-destructuring" "^7.6.0"
@@ -693,7 +708,7 @@
693708
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
694709
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
695710
"@babel/plugin-transform-modules-umd" "^7.2.0"
696-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
711+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.3"
697712
"@babel/plugin-transform-new-target" "^7.4.4"
698713
"@babel/plugin-transform-object-super" "^7.5.5"
699714
"@babel/plugin-transform-parameters" "^7.4.4"
@@ -706,7 +721,7 @@
706721
"@babel/plugin-transform-template-literals" "^7.4.4"
707722
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
708723
"@babel/plugin-transform-unicode-regex" "^7.6.2"
709-
"@babel/types" "^7.6.0"
724+
"@babel/types" "^7.6.3"
710725
browserslist "^4.6.0"
711726
core-js-compat "^3.1.1"
712727
invariant "^2.2.2"
@@ -744,6 +759,21 @@
744759
globals "^11.1.0"
745760
lodash "^4.17.13"
746761

762+
"@babel/traverse@^7.6.3":
763+
version "7.6.3"
764+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.3.tgz#66d7dba146b086703c0fb10dd588b7364cec47f9"
765+
integrity sha512-unn7P4LGsijIxaAJo/wpoU11zN+2IaClkQAxcJWBNCMS6cmVh802IyLHNkAjQ0iYnRS3nnxk5O3fuXW28IMxTw==
766+
dependencies:
767+
"@babel/code-frame" "^7.5.5"
768+
"@babel/generator" "^7.6.3"
769+
"@babel/helper-function-name" "^7.1.0"
770+
"@babel/helper-split-export-declaration" "^7.4.4"
771+
"@babel/parser" "^7.6.3"
772+
"@babel/types" "^7.6.3"
773+
debug "^4.1.0"
774+
globals "^11.1.0"
775+
lodash "^4.17.13"
776+
747777
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
748778
version "7.6.1"
749779
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
@@ -753,6 +783,15 @@
753783
lodash "^4.17.13"
754784
to-fast-properties "^2.0.0"
755785

786+
"@babel/types@^7.6.3":
787+
version "7.6.3"
788+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.3.tgz#3f07d96f854f98e2fbd45c64b0cb942d11e8ba09"
789+
integrity sha512-CqbcpTxMcpuQTMhjI37ZHVgjBkysg5icREQIEZ0eG1yCNwg3oy+5AaLiOKmjsCj6nqOsa6Hf0ObjRVwokb7srA==
790+
dependencies:
791+
esutils "^2.0.2"
792+
lodash "^4.17.13"
793+
to-fast-properties "^2.0.0"
794+
756795
757796
version "0.29.0"
758797
resolved "https://registry.yarnpkg.com/@bazel/bazel-darwin_x64/-/bazel-darwin_x64-0.29.0.tgz#d2ebcb95bc66031b0545dd8b0e597b3aa5b9024b"

0 commit comments

Comments
 (0)