Skip to content

Commit 04285b9

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update babel monorepo to v7.12.16
1 parent b4ae942 commit 04285b9

File tree

2 files changed

+53
-39
lines changed

2 files changed

+53
-39
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@
8282
"@aureooms/js-compare": "1.4.8",
8383
"@aureooms/js-itertools": "4.1.0",
8484
"@aureooms/js-random": "2.0.0",
85-
"@babel/cli": "7.12.13",
86-
"@babel/core": "7.12.13",
87-
"@babel/preset-env": "7.12.13",
85+
"@babel/cli": "7.12.16",
86+
"@babel/core": "7.12.16",
87+
"@babel/preset-env": "7.12.16",
8888
"@babel/register": "7.12.13",
8989
"ava": "3.15.0",
9090
"babel-plugin-transform-remove-console": "6.9.4",

yarn.lock

+50-36
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
resolved "https://registry.yarnpkg.com/@aureooms/js-random/-/js-random-2.0.0.tgz#f62c6954ed79bd9a520197125ee3cfbe14b00d72"
3838
integrity sha1-9ixpVO15vZpSAZcSXuPPvhSwDXI=
3939

40-
"@babel/[email protected].13":
41-
version "7.12.13"
42-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.13.tgz#ae2c6a75fa43f3db4bca0659799b0dfca3f5212b"
43-
integrity sha512-Zto3HPeE0GRmaxobUl7NvFTo97NKe1zdAuWqTO8oka7nE0IIqZ4CFvuRZe1qf+ZMd7eHMhwqrecjwc10mjXo/g==
40+
"@babel/[email protected].16":
41+
version "7.12.16"
42+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.12.16.tgz#bde5bc5118d90e539603abcd37938c5f0fd6c87a"
43+
integrity sha512-cKWkNCxbpjSuYLbdeJs4kOnyW1E2D65pu7SodXDOkzahIN/wSgT8geIqf6+pJTgCo47zrOMGcJTmjSFe5WKYwQ==
4444
dependencies:
4545
commander "^4.0.1"
4646
convert-source-map "^1.1.0"
@@ -73,16 +73,16 @@
7373
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
7474
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
7575

76-
"@babel/[email protected].13":
77-
version "7.12.13"
78-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
79-
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
76+
"@babel/[email protected].16":
77+
version "7.12.16"
78+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
79+
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
8080
dependencies:
8181
"@babel/code-frame" "^7.12.13"
82-
"@babel/generator" "^7.12.13"
82+
"@babel/generator" "^7.12.15"
8383
"@babel/helper-module-transforms" "^7.12.13"
8484
"@babel/helpers" "^7.12.13"
85-
"@babel/parser" "^7.12.13"
85+
"@babel/parser" "^7.12.16"
8686
"@babel/template" "^7.12.13"
8787
"@babel/traverse" "^7.12.13"
8888
"@babel/types" "^7.12.13"
@@ -134,6 +134,15 @@
134134
jsesc "^2.5.1"
135135
source-map "^0.5.0"
136136

137+
"@babel/generator@^7.12.15":
138+
version "7.12.15"
139+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
140+
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
141+
dependencies:
142+
"@babel/types" "^7.12.13"
143+
jsesc "^2.5.1"
144+
source-map "^0.5.0"
145+
137146
"@babel/helper-annotate-as-pure@^7.10.4":
138147
version "7.10.4"
139148
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.10.4.tgz#5bf0d495a3f757ac3bda48b5bf3b3ba309c72ba3"
@@ -156,13 +165,13 @@
156165
"@babel/helper-explode-assignable-expression" "^7.12.13"
157166
"@babel/types" "^7.12.13"
158167

159-
"@babel/helper-compilation-targets@^7.12.13":
160-
version "7.12.13"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.13.tgz#d689cdef88810aa74e15a7a94186f26a3d773c98"
162-
integrity sha512-dXof20y/6wB5HnLOGyLh/gobsMvDNoekcC+8MCV2iaTd5JemhFkPD73QB+tK3iFC9P0xJC73B6MvKkyUfS9cCw==
168+
"@babel/helper-compilation-targets@^7.12.16":
169+
version "7.12.16"
170+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
171+
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
163172
dependencies:
164173
"@babel/compat-data" "^7.12.13"
165-
"@babel/helper-validator-option" "^7.12.11"
174+
"@babel/helper-validator-option" "^7.12.16"
166175
browserslist "^4.14.5"
167176
semver "^5.5.0"
168177

@@ -403,10 +412,10 @@
403412
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
404413
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
405414

406-
"@babel/helper-validator-option@^7.12.11":
407-
version "7.12.11"
408-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.11.tgz#d66cb8b7a3e7fe4c6962b32020a131ecf0847f4f"
409-
integrity sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw==
415+
"@babel/helper-validator-option@^7.12.16":
416+
version "7.12.16"
417+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
418+
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
410419

411420
"@babel/helper-wrap-function@^7.12.13":
412421
version "7.12.13"
@@ -464,6 +473,11 @@
464473
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.13.tgz#3ee7be4131fe657ba9143d5c5b3a9f253fdb75e9"
465474
integrity sha512-z7n7ybOUzaRc3wwqLpAX8UFIXsrVXUJhtNGBwAnLz6d1KUapqyq7ad2La8gZ6CXhHmGAIL32cop8Tst4/PNWLw==
466475

476+
"@babel/parser@^7.12.16":
477+
version "7.12.16"
478+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
479+
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
480+
467481
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
468482
version "7.12.13"
469483
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.12.13.tgz#d1c6d841802ffb88c64a2413e311f7345b9e66b5"
@@ -481,12 +495,12 @@
481495
"@babel/helper-create-class-features-plugin" "^7.12.13"
482496
"@babel/helper-plugin-utils" "^7.12.13"
483497

484-
"@babel/plugin-proposal-dynamic-import@^7.12.1":
485-
version "7.12.1"
486-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.1.tgz#43eb5c2a3487ecd98c5c8ea8b5fdb69a2749b2dc"
487-
integrity sha512-a4rhUSZFuq5W8/OO8H7BL5zspjnc1FLd9hlOxIK/f7qG4a0qsqk8uvF/ywgBA8/OmjsapjpvaEOYItfGG1qIvQ==
498+
"@babel/plugin-proposal-dynamic-import@^7.12.16":
499+
version "7.12.16"
500+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
501+
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
488502
dependencies:
489-
"@babel/helper-plugin-utils" "^7.10.4"
503+
"@babel/helper-plugin-utils" "^7.12.13"
490504
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
491505

492506
"@babel/plugin-proposal-export-namespace-from@^7.12.13":
@@ -546,10 +560,10 @@
546560
"@babel/helper-plugin-utils" "^7.12.13"
547561
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
548562

549-
"@babel/plugin-proposal-optional-chaining@^7.12.13":
550-
version "7.12.13"
551-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.13.tgz#63a7d805bc8ce626f3234ee5421a2a7fb23f66d9"
552-
integrity sha512-0ZwjGfTcnZqyV3y9DSD1Yk3ebp+sIUpT2YDqP8hovzaNZnQq2Kd7PEqa6iOIUDBXBt7Jl3P7YAcEIL5Pz8u09Q==
563+
"@babel/plugin-proposal-optional-chaining@^7.12.16":
564+
version "7.12.16"
565+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
566+
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
553567
dependencies:
554568
"@babel/helper-plugin-utils" "^7.12.13"
555569
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -919,27 +933,27 @@
919933
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
920934
"@babel/helper-plugin-utils" "^7.12.13"
921935

922-
"@babel/[email protected].13":
923-
version "7.12.13"
924-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.13.tgz#3aa2d09cf7d255177538dff292ac9af29ad46525"
925-
integrity sha512-JUVlizG8SoFTz4LmVUL8++aVwzwxcvey3N0j1tRbMAXVEy95uQ/cnEkmEKHN00Bwq4voAV3imQGnQvpkLAxsrw==
936+
"@babel/[email protected].16":
937+
version "7.12.16"
938+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
939+
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
926940
dependencies:
927941
"@babel/compat-data" "^7.12.13"
928-
"@babel/helper-compilation-targets" "^7.12.13"
942+
"@babel/helper-compilation-targets" "^7.12.16"
929943
"@babel/helper-module-imports" "^7.12.13"
930944
"@babel/helper-plugin-utils" "^7.12.13"
931-
"@babel/helper-validator-option" "^7.12.11"
945+
"@babel/helper-validator-option" "^7.12.16"
932946
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
933947
"@babel/plugin-proposal-class-properties" "^7.12.13"
934-
"@babel/plugin-proposal-dynamic-import" "^7.12.1"
948+
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
935949
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
936950
"@babel/plugin-proposal-json-strings" "^7.12.13"
937951
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
938952
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
939953
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
940954
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
941955
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
942-
"@babel/plugin-proposal-optional-chaining" "^7.12.13"
956+
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
943957
"@babel/plugin-proposal-private-methods" "^7.12.13"
944958
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
945959
"@babel/plugin-syntax-async-generators" "^7.8.0"

0 commit comments

Comments
 (0)