Skip to content

Commit 8186c08

Browse files
renovate-botalan-agius4
authored andcommitted
build: update babel packages
1 parent b3defdf commit 8186c08

File tree

3 files changed

+116
-48
lines changed

3 files changed

+116
-48
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@
7979
"@angular/platform-server": "11.1.0-next.2",
8080
"@angular/router": "11.1.0-next.2",
8181
"@angular/service-worker": "11.1.0-next.2",
82-
"@babel/core": "7.12.9",
83-
"@babel/generator": "7.12.5",
84-
"@babel/plugin-transform-runtime": "7.12.1",
85-
"@babel/preset-env": "7.12.7",
82+
"@babel/core": "7.12.10",
83+
"@babel/generator": "7.12.11",
84+
"@babel/plugin-transform-runtime": "7.12.10",
85+
"@babel/preset-env": "7.12.11",
8686
"@babel/runtime": "7.12.5",
8787
"@babel/template": "7.12.7",
8888
"@bazel/bazelisk": "1.7.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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.12.9",
15-
"@babel/generator": "7.12.5",
16-
"@babel/plugin-transform-runtime": "7.12.1",
17-
"@babel/preset-env": "7.12.7",
14+
"@babel/core": "7.12.10",
15+
"@babel/generator": "7.12.11",
16+
"@babel/plugin-transform-runtime": "7.12.10",
17+
"@babel/preset-env": "7.12.11",
1818
"@babel/runtime": "7.12.5",
1919
"@babel/template": "7.12.7",
2020
"@jsdevtools/coverage-istanbul-loader": "3.0.5",

yarn.lock

Lines changed: 108 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -189,25 +189,24 @@
189189
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.7.tgz#9329b4782a7d6bbd7eef57e11addf91ee3ef1e41"
190190
integrity sha512-YaxPMGs/XIWtYqrdEOZOCPsVWfEoriXopnsz3/i7apYPXQ3698UFhS6dVT1KN5qOsWmVgw/FOrmQgpRaZayGsw==
191191

192-
"@babel/[email protected].9", "@babel/core@^7.7.5", "@babel/core@^7.8.6":
193-
version "7.12.9"
194-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
195-
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
192+
"@babel/[email protected].10":
193+
version "7.12.10"
194+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
195+
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
196196
dependencies:
197197
"@babel/code-frame" "^7.10.4"
198-
"@babel/generator" "^7.12.5"
198+
"@babel/generator" "^7.12.10"
199199
"@babel/helper-module-transforms" "^7.12.1"
200200
"@babel/helpers" "^7.12.5"
201-
"@babel/parser" "^7.12.7"
201+
"@babel/parser" "^7.12.10"
202202
"@babel/template" "^7.12.7"
203-
"@babel/traverse" "^7.12.9"
204-
"@babel/types" "^7.12.7"
203+
"@babel/traverse" "^7.12.10"
204+
"@babel/types" "^7.12.10"
205205
convert-source-map "^1.7.0"
206206
debug "^4.1.0"
207207
gensync "^1.0.0-beta.1"
208208
json5 "^2.1.2"
209209
lodash "^4.17.19"
210-
resolve "^1.3.2"
211210
semver "^5.4.1"
212211
source-map "^0.5.0"
213212

@@ -232,7 +231,38 @@
232231
semver "^5.4.1"
233232
source-map "^0.5.0"
234233

235-
"@babel/[email protected]", "@babel/generator@^7.12.5", "@babel/generator@^7.8.3":
234+
"@babel/core@^7.7.5", "@babel/core@^7.8.6":
235+
version "7.12.9"
236+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
237+
integrity sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==
238+
dependencies:
239+
"@babel/code-frame" "^7.10.4"
240+
"@babel/generator" "^7.12.5"
241+
"@babel/helper-module-transforms" "^7.12.1"
242+
"@babel/helpers" "^7.12.5"
243+
"@babel/parser" "^7.12.7"
244+
"@babel/template" "^7.12.7"
245+
"@babel/traverse" "^7.12.9"
246+
"@babel/types" "^7.12.7"
247+
convert-source-map "^1.7.0"
248+
debug "^4.1.0"
249+
gensync "^1.0.0-beta.1"
250+
json5 "^2.1.2"
251+
lodash "^4.17.19"
252+
resolve "^1.3.2"
253+
semver "^5.4.1"
254+
source-map "^0.5.0"
255+
256+
"@babel/[email protected]", "@babel/generator@^7.12.10":
257+
version "7.12.11"
258+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
259+
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
260+
dependencies:
261+
"@babel/types" "^7.12.11"
262+
jsesc "^2.5.1"
263+
source-map "^0.5.0"
264+
265+
"@babel/generator@^7.12.5", "@babel/generator@^7.8.3":
236266
version "7.12.5"
237267
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.5.tgz#a2c50de5c8b6d708ab95be5e6053936c1884a4de"
238268
integrity sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==
@@ -410,11 +440,21 @@
410440
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
411441
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
412442

443+
"@babel/helper-validator-identifier@^7.12.11":
444+
version "7.12.11"
445+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
446+
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
447+
413448
"@babel/helper-validator-option@^7.12.1":
414449
version "7.12.1"
415450
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.1.tgz#175567380c3e77d60ff98a54bb015fe78f2178d9"
416451
integrity sha512-YpJabsXlJVWP0USHjnC/AQDTLlZERbON577YUVO/wLpqyj6HAtVYnWaQaN0iUN+1/tWn3c+uKKXjRut5115Y2A==
417452

453+
"@babel/helper-validator-option@^7.12.11":
454+
version "7.12.11"
455+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
456+
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
457+
418458
"@babel/helper-wrap-function@^7.10.4":
419459
version "7.12.3"
420460
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.12.3.tgz#3332339fc4d1fbbf1c27d7958c27d34708e990d9"
@@ -448,6 +488,11 @@
448488
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7.tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056"
449489
integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg==
450490

491+
"@babel/parser@^7.12.10":
492+
version "7.12.11"
493+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
494+
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
495+
451496
"@babel/plugin-proposal-async-generator-functions@^7.12.1":
452497
version "7.12.1"
453498
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.1.tgz#dc6c1170e27d8aca99ff65f4925bd06b1c90550e"
@@ -662,10 +707,10 @@
662707
dependencies:
663708
"@babel/helper-plugin-utils" "^7.10.4"
664709

665-
"@babel/plugin-transform-block-scoping@^7.12.1":
666-
version "7.12.1"
667-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.1.tgz#f0ee727874b42a208a48a586b84c3d222c2bbef1"
668-
integrity sha512-zJyAC9sZdE60r1nVQHblcfCj29Dh2Y0DOvlMkcqSo0ckqjiCwNiUezUKw+RjOCwGfpLRwnAeQ2XlLpsnGkvv9w==
710+
"@babel/plugin-transform-block-scoping@^7.12.11":
711+
version "7.12.11"
712+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.11.tgz#83ae92a104dbb93a7d6c6dd1844f351083c46b4f"
713+
integrity sha512-atR1Rxc3hM+VPg/NvNvfYw0npQEAcHuJ+MGZnFn6h3bo+1U3BWXMdFMlvVRApBTWKQMX7SOwRJZA5FBF/JQbvA==
669714
dependencies:
670715
"@babel/helper-plugin-utils" "^7.10.4"
671716

@@ -837,14 +882,13 @@
837882
dependencies:
838883
"@babel/helper-plugin-utils" "^7.10.4"
839884

840-
"@babel/[email protected].1":
841-
version "7.12.1"
842-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.1.tgz#04b792057eb460389ff6a4198e377614ea1e7ba5"
843-
integrity sha512-Ac/H6G9FEIkS2tXsZjL4RAdS3L3WHxci0usAnz7laPWUmFiGtj7tIASChqKZMHTSQTQY6xDbOq+V1/vIq3QrWg==
885+
"@babel/[email protected].10":
886+
version "7.12.10"
887+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.12.10.tgz#af0fded4e846c4b37078e8e5d06deac6cd848562"
888+
integrity sha512-xOrUfzPxw7+WDm9igMgQCbO3cJKymX7dFdsgRr1eu9n3KjjyU4pptIXbXPseQDquw+W+RuJEJMHKHNsPNNm3CA==
844889
dependencies:
845-
"@babel/helper-module-imports" "^7.12.1"
890+
"@babel/helper-module-imports" "^7.12.5"
846891
"@babel/helper-plugin-utils" "^7.10.4"
847-
resolve "^1.8.1"
848892
semver "^5.5.1"
849893

850894
"@babel/plugin-transform-shorthand-properties@^7.12.1":
@@ -876,10 +920,10 @@
876920
dependencies:
877921
"@babel/helper-plugin-utils" "^7.10.4"
878922

879-
"@babel/plugin-transform-typeof-symbol@^7.12.1":
880-
version "7.12.1"
881-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.1.tgz#9ca6be343d42512fbc2e68236a82ae64bc7af78a"
882-
integrity sha512-EPGgpGy+O5Kg5pJFNDKuxt9RdmTgj5sgrus2XVeMp/ZIbOESadgILUbm50SNpghOh3/6yrbsH+NB5+WJTmsA7Q==
923+
"@babel/plugin-transform-typeof-symbol@^7.12.10":
924+
version "7.12.10"
925+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.12.10.tgz#de01c4c8f96580bd00f183072b0d0ecdcf0dec4b"
926+
integrity sha512-JQ6H8Rnsogh//ijxspCjc21YPd3VLVoYtAwv3zQmqAt8YGYUtdo5usNhdl4b9/Vir2kPFZl6n1h0PfUz4hJhaA==
883927
dependencies:
884928
"@babel/helper-plugin-utils" "^7.10.4"
885929

@@ -898,16 +942,16 @@
898942
"@babel/helper-create-regexp-features-plugin" "^7.12.1"
899943
"@babel/helper-plugin-utils" "^7.10.4"
900944

901-
"@babel/[email protected].7":
902-
version "7.12.7"
903-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.7.tgz#54ea21dbe92caf6f10cb1a0a576adc4ebf094b55"
904-
integrity sha512-OnNdfAr1FUQg7ksb7bmbKoby4qFOHw6DKWWUNB9KqnnCldxhxJlP+21dpyaWFmf2h0rTbOkXJtAGevY3XW1eew==
945+
"@babel/[email protected].11":
946+
version "7.12.11"
947+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.11.tgz#55d5f7981487365c93dbbc84507b1c7215e857f9"
948+
integrity sha512-j8Tb+KKIXKYlDBQyIOy4BLxzv1NUOwlHfZ74rvW+Z0Gp4/cI2IMDPBWAgWceGcE7aep9oL/0K9mlzlMGxA8yNw==
905949
dependencies:
906950
"@babel/compat-data" "^7.12.7"
907951
"@babel/helper-compilation-targets" "^7.12.5"
908952
"@babel/helper-module-imports" "^7.12.5"
909953
"@babel/helper-plugin-utils" "^7.10.4"
910-
"@babel/helper-validator-option" "^7.12.1"
954+
"@babel/helper-validator-option" "^7.12.11"
911955
"@babel/plugin-proposal-async-generator-functions" "^7.12.1"
912956
"@babel/plugin-proposal-class-properties" "^7.12.1"
913957
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
@@ -936,7 +980,7 @@
936980
"@babel/plugin-transform-arrow-functions" "^7.12.1"
937981
"@babel/plugin-transform-async-to-generator" "^7.12.1"
938982
"@babel/plugin-transform-block-scoped-functions" "^7.12.1"
939-
"@babel/plugin-transform-block-scoping" "^7.12.1"
983+
"@babel/plugin-transform-block-scoping" "^7.12.11"
940984
"@babel/plugin-transform-classes" "^7.12.1"
941985
"@babel/plugin-transform-computed-properties" "^7.12.1"
942986
"@babel/plugin-transform-destructuring" "^7.12.1"
@@ -962,12 +1006,12 @@
9621006
"@babel/plugin-transform-spread" "^7.12.1"
9631007
"@babel/plugin-transform-sticky-regex" "^7.12.7"
9641008
"@babel/plugin-transform-template-literals" "^7.12.1"
965-
"@babel/plugin-transform-typeof-symbol" "^7.12.1"
1009+
"@babel/plugin-transform-typeof-symbol" "^7.12.10"
9661010
"@babel/plugin-transform-unicode-escapes" "^7.12.1"
9671011
"@babel/plugin-transform-unicode-regex" "^7.12.1"
9681012
"@babel/preset-modules" "^0.1.3"
969-
"@babel/types" "^7.12.7"
970-
core-js-compat "^3.7.0"
1013+
"@babel/types" "^7.12.11"
1014+
core-js-compat "^3.8.0"
9711015
semver "^5.5.0"
9721016

9731017
"@babel/preset-modules@^0.1.3":
@@ -1012,6 +1056,21 @@
10121056
globals "^11.1.0"
10131057
lodash "^4.17.19"
10141058

1059+
"@babel/traverse@^7.12.10":
1060+
version "7.12.10"
1061+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.10.tgz#2d1f4041e8bf42ea099e5b2dc48d6a594c00017a"
1062+
integrity sha512-6aEtf0IeRgbYWzta29lePeYSk+YAFIC3kyqESeft8o5CkFlYIMX+EQDDWEiAQ9LHOA3d0oHdgrSsID/CKqXJlg==
1063+
dependencies:
1064+
"@babel/code-frame" "^7.10.4"
1065+
"@babel/generator" "^7.12.10"
1066+
"@babel/helper-function-name" "^7.10.4"
1067+
"@babel/helper-split-export-declaration" "^7.11.0"
1068+
"@babel/parser" "^7.12.10"
1069+
"@babel/types" "^7.12.10"
1070+
debug "^4.1.0"
1071+
globals "^11.1.0"
1072+
lodash "^4.17.19"
1073+
10151074
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.11.0", "@babel/types@^7.12.1", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6":
10161075
version "7.12.7"
10171076
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.7.tgz#6039ff1e242640a29452c9ae572162ec9a8f5d13"
@@ -1021,6 +1080,15 @@
10211080
lodash "^4.17.19"
10221081
to-fast-properties "^2.0.0"
10231082

1083+
"@babel/types@^7.12.10", "@babel/types@^7.12.11":
1084+
version "7.12.11"
1085+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.11.tgz#a86e4d71e30a9b6ee102590446c98662589283ce"
1086+
integrity sha512-ukA9SQtKThINm++CX1CwmliMrE54J6nIYB5XTwL5f/CLFW9owfls+YSU8tVW15RQ2w+a3fSbPjC6HdQNtWZkiA==
1087+
dependencies:
1088+
"@babel/helper-validator-identifier" "^7.12.11"
1089+
lodash "^4.17.19"
1090+
to-fast-properties "^2.0.0"
1091+
10241092
10251093
version "1.7.3"
10261094
resolved "https://registry.yarnpkg.com/@bazel/bazelisk/-/bazelisk-1.7.3.tgz#51d99286326e15434ce10c54c1ee598c4ab1f694"
@@ -2901,7 +2969,7 @@ browserify-zlib@^0.2.0:
29012969
dependencies:
29022970
pako "~1.0.5"
29032971

2904-
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.14.7, browserslist@^4.7.0, browserslist@^4.9.1:
2972+
browserslist@^4.0.0, browserslist@^4.12.0, browserslist@^4.14.5, browserslist@^4.7.0, browserslist@^4.9.1:
29052973
version "4.14.7"
29062974
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.14.7.tgz#c071c1b3622c1c2e790799a37bb09473a4351cb6"
29072975
integrity sha512-BSVRLCeG3Xt/j/1cCGj1019Wbty0H+Yvu2AOuZSuoaUWn3RatbL33Cxk+Q4jRMRAbOm0p7SLravLjpnT6s0vzQ==
@@ -3894,12 +3962,12 @@ [email protected]:
38943962
serialize-javascript "^5.0.1"
38953963
webpack-sources "^1.4.3"
38963964

3897-
core-js-compat@^3.7.0:
3898-
version "3.8.0"
3899-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.0.tgz#3248c6826f4006793bd637db608bca6e4cd688b1"
3900-
integrity sha512-o9QKelQSxQMYWHXc/Gc4L8bx/4F7TTraE5rhuN8I7mKBt5dBIUpXpIR3omv70ebr8ST5R3PqbDQr+ZI3+Tt1FQ==
3965+
core-js-compat@^3.8.0:
3966+
version "3.8.1"
3967+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.8.1.tgz#8d1ddd341d660ba6194cbe0ce60f4c794c87a36e"
3968+
integrity sha512-a16TLmy9NVD1rkjUGbwuyWkiDoN0FDpAwrfLONvHFQx0D9k7J9y0srwMT8QP/Z6HE3MIFaVynEeYwZwPX1o5RQ==
39013969
dependencies:
3902-
browserslist "^4.14.7"
3970+
browserslist "^4.15.0"
39033971
semver "7.0.0"
39043972

39053973
@@ -10413,7 +10481,7 @@ resolve-url@^0.2.1:
1041310481
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
1041410482
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
1041510483

10416-
[email protected], resolve@^1.1.5, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.17.0, resolve@^1.3.2, resolve@^1.8.1:
10484+
[email protected], resolve@^1.1.5, resolve@^1.1.6, resolve@^1.1.7, resolve@^1.10.0, resolve@^1.17.0, resolve@^1.3.2:
1041710485
version "1.19.0"
1041810486
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
1041910487
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==

0 commit comments

Comments
 (0)