Skip to content

Commit f07ad97

Browse files
chore: update babel monorepo to v7.12.17 (#2458)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4a618e6 commit f07ad97

File tree

1 file changed

+126
-69
lines changed

1 file changed

+126
-69
lines changed

yarn.lock

+126-69
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@
4343
source-map "^0.5.0"
4444

4545
"@babel/core@^7.12.10":
46-
version "7.12.16"
47-
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.16.tgz#8c6ba456b23b680a6493ddcfcd9d3c3ad51cab7c"
48-
integrity sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw==
46+
version "7.12.17"
47+
resolved "https://registry.npmjs.org/@babel/core/-/core-7.12.17.tgz#993c5e893333107a2815d8e0d73a2c3755e280b2"
48+
integrity sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ==
4949
dependencies:
5050
"@babel/code-frame" "^7.12.13"
51-
"@babel/generator" "^7.12.15"
52-
"@babel/helper-module-transforms" "^7.12.13"
53-
"@babel/helpers" "^7.12.13"
54-
"@babel/parser" "^7.12.16"
51+
"@babel/generator" "^7.12.17"
52+
"@babel/helper-module-transforms" "^7.12.17"
53+
"@babel/helpers" "^7.12.17"
54+
"@babel/parser" "^7.12.17"
5555
"@babel/template" "^7.12.13"
56-
"@babel/traverse" "^7.12.13"
57-
"@babel/types" "^7.12.13"
56+
"@babel/traverse" "^7.12.17"
57+
"@babel/types" "^7.12.17"
5858
convert-source-map "^1.7.0"
5959
debug "^4.1.0"
6060
gensync "^1.0.0-beta.1"
@@ -63,7 +63,7 @@
6363
semver "^5.4.1"
6464
source-map "^0.5.0"
6565

66-
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11", "@babel/generator@^7.12.13", "@babel/generator@^7.12.15":
66+
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
6767
version "7.12.15"
6868
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
6969
integrity sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ==
@@ -72,6 +72,15 @@
7272
jsesc "^2.5.1"
7373
source-map "^0.5.0"
7474

75+
"@babel/generator@^7.12.13", "@babel/generator@^7.12.17":
76+
version "7.12.17"
77+
resolved "https://registry.npmjs.org/@babel/generator/-/generator-7.12.17.tgz#9ef1dd792d778b32284411df63f4f668a9957287"
78+
integrity sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg==
79+
dependencies:
80+
"@babel/types" "^7.12.17"
81+
jsesc "^2.5.1"
82+
source-map "^0.5.0"
83+
7584
"@babel/helper-annotate-as-pure@^7.12.13":
7685
version "7.12.13"
7786
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -87,31 +96,31 @@
8796
"@babel/helper-explode-assignable-expression" "^7.12.13"
8897
"@babel/types" "^7.12.13"
8998

90-
"@babel/helper-compilation-targets@^7.12.16":
91-
version "7.12.16"
92-
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.16.tgz#6905238b4a5e02ba2d032c1a49dd1820fe8ce61b"
93-
integrity sha512-dBHNEEaZx7F3KoUYqagIhRIeqyyuI65xMndMZ3WwGwEBI609I4TleYQHcrS627vbKyNTXqShoN+fvYD9HuQxAg==
99+
"@babel/helper-compilation-targets@^7.12.17":
100+
version "7.12.17"
101+
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.12.17.tgz#91d83fae61ef390d39c3f0507cb83979bab837c7"
102+
integrity sha512-5EkibqLVYOuZ89BSg2lv+GG8feywLuvMXNYgf0Im4MssE0mFWPztSpJbildNnUgw0bLI2EsIN4MpSHC2iUJkQA==
94103
dependencies:
95104
"@babel/compat-data" "^7.12.13"
96-
"@babel/helper-validator-option" "^7.12.16"
105+
"@babel/helper-validator-option" "^7.12.17"
97106
browserslist "^4.14.5"
98107
semver "^5.5.0"
99108

100109
"@babel/helper-create-class-features-plugin@^7.12.13":
101-
version "7.12.16"
102-
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.16.tgz#955d5099fd093e5afb05542190f8022105082c61"
103-
integrity sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow==
110+
version "7.12.17"
111+
resolved "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.12.17.tgz#704b69c8a78d03fb1c5fcc2e7b593f8a65628944"
112+
integrity sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ==
104113
dependencies:
105114
"@babel/helper-function-name" "^7.12.13"
106-
"@babel/helper-member-expression-to-functions" "^7.12.16"
115+
"@babel/helper-member-expression-to-functions" "^7.12.17"
107116
"@babel/helper-optimise-call-expression" "^7.12.13"
108117
"@babel/helper-replace-supers" "^7.12.13"
109118
"@babel/helper-split-export-declaration" "^7.12.13"
110119

111120
"@babel/helper-create-regexp-features-plugin@^7.12.13":
112-
version "7.12.16"
113-
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.16.tgz#3b31d13f39f930fad975e151163b7df7d4ffe9d3"
114-
integrity sha512-jAcQ1biDYZBdaAxB4yg46/XirgX7jBDiMHDbwYQOgtViLBXGxJpZQ24jutmBqAIB/q+AwB6j+NbBXjKxEY8vqg==
121+
version "7.12.17"
122+
resolved "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.17.tgz#a2ac87e9e319269ac655b8d4415e94d38d663cb7"
123+
integrity sha512-p2VGmBu9oefLZ2nQpgnEnG0ZlRPvL8gAGvPUMQwUdaE8k49rOMuZpOwdQoy5qJf6K8jL3bcAMhVUlHAjIgJHUg==
115124
dependencies:
116125
"@babel/helper-annotate-as-pure" "^7.12.13"
117126
regexpu-core "^4.7.1"
@@ -146,12 +155,12 @@
146155
dependencies:
147156
"@babel/types" "^7.12.13"
148157

149-
"@babel/helper-member-expression-to-functions@^7.12.13", "@babel/helper-member-expression-to-functions@^7.12.16":
150-
version "7.12.16"
151-
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.16.tgz#41e0916b99f8d5f43da4f05d85f4930fa3d62b22"
152-
integrity sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ==
158+
"@babel/helper-member-expression-to-functions@^7.12.13", "@babel/helper-member-expression-to-functions@^7.12.17":
159+
version "7.12.17"
160+
resolved "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.17.tgz#f82838eb06e1235307b6d71457b6670ff71ee5ac"
161+
integrity sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg==
153162
dependencies:
154-
"@babel/types" "^7.12.13"
163+
"@babel/types" "^7.12.17"
155164

156165
"@babel/helper-module-imports@^7.12.13":
157166
version "7.12.13"
@@ -160,7 +169,7 @@
160169
dependencies:
161170
"@babel/types" "^7.12.13"
162171

163-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.12.13":
172+
"@babel/helper-module-transforms@^7.12.1":
164173
version "7.12.13"
165174
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
166175
integrity sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA==
@@ -175,6 +184,21 @@
175184
"@babel/types" "^7.12.13"
176185
lodash "^4.17.19"
177186

187+
"@babel/helper-module-transforms@^7.12.13", "@babel/helper-module-transforms@^7.12.17":
188+
version "7.12.17"
189+
resolved "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.17.tgz#7c75b987d6dfd5b48e575648f81eaac891539509"
190+
integrity sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ==
191+
dependencies:
192+
"@babel/helper-module-imports" "^7.12.13"
193+
"@babel/helper-replace-supers" "^7.12.13"
194+
"@babel/helper-simple-access" "^7.12.13"
195+
"@babel/helper-split-export-declaration" "^7.12.13"
196+
"@babel/helper-validator-identifier" "^7.12.11"
197+
"@babel/template" "^7.12.13"
198+
"@babel/traverse" "^7.12.17"
199+
"@babel/types" "^7.12.17"
200+
lodash "^4.17.19"
201+
178202
"@babel/helper-optimise-call-expression@^7.12.13":
179203
version "7.12.13"
180204
resolved "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -232,10 +256,10 @@
232256
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
233257
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
234258

235-
"@babel/helper-validator-option@^7.12.16":
236-
version "7.12.16"
237-
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.16.tgz#f73cbd3bbba51915216c5dea908e9b206bb10051"
238-
integrity sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ==
259+
"@babel/helper-validator-option@^7.12.17":
260+
version "7.12.17"
261+
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
262+
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
239263

240264
"@babel/helper-wrap-function@^7.12.13":
241265
version "7.12.13"
@@ -247,7 +271,16 @@
247271
"@babel/traverse" "^7.12.13"
248272
"@babel/types" "^7.12.13"
249273

250-
"@babel/helpers@^7.12.13", "@babel/helpers@^7.12.5":
274+
"@babel/helpers@^7.12.17":
275+
version "7.12.17"
276+
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.17.tgz#71e03d2981a6b5ee16899964f4101dc8471d60bc"
277+
integrity sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg==
278+
dependencies:
279+
"@babel/template" "^7.12.13"
280+
"@babel/traverse" "^7.12.17"
281+
"@babel/types" "^7.12.17"
282+
283+
"@babel/helpers@^7.12.5":
251284
version "7.12.13"
252285
resolved "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
253286
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
@@ -275,10 +308,10 @@
275308
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
276309
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
277310

278-
"@babel/parser@^7.12.13", "@babel/parser@^7.12.16":
279-
version "7.12.16"
280-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.16.tgz#cc31257419d2c3189d394081635703f549fc1ed4"
281-
integrity sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw==
311+
"@babel/parser@^7.12.13", "@babel/parser@^7.12.17":
312+
version "7.12.17"
313+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.12.17.tgz#bc85d2d47db38094e5bb268fc761716e7d693848"
314+
integrity sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg==
282315

283316
"@babel/plugin-proposal-async-generator-functions@^7.12.13":
284317
version "7.12.13"
@@ -297,10 +330,10 @@
297330
"@babel/helper-create-class-features-plugin" "^7.12.13"
298331
"@babel/helper-plugin-utils" "^7.12.13"
299332

300-
"@babel/plugin-proposal-dynamic-import@^7.12.16":
301-
version "7.12.16"
302-
resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.16.tgz#b9f33b252e3406d492a15a799c9d45a9a9613473"
303-
integrity sha512-yiDkYFapVxNOCcBfLnsb/qdsliroM+vc3LHiZwS4gh7pFjo5Xq3BDhYBNn3H3ao+hWPvqeeTdU+s+FIvokov+w==
333+
"@babel/plugin-proposal-dynamic-import@^7.12.17":
334+
version "7.12.17"
335+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.12.17.tgz#e0ebd8db65acc37eac518fa17bead2174e224512"
336+
integrity sha512-ZNGoFZqrnuy9H2izB2jLlnNDAfVPlGl5NhFEiFe4D84ix9GQGygF+CWMGHKuE+bpyS/AOuDQCnkiRNqW2IzS1Q==
304337
dependencies:
305338
"@babel/helper-plugin-utils" "^7.12.13"
306339
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
@@ -362,10 +395,10 @@
362395
"@babel/helper-plugin-utils" "^7.12.13"
363396
"@babel/plugin-syntax-optional-catch-binding" "^7.8.0"
364397

365-
"@babel/plugin-proposal-optional-chaining@^7.12.16":
366-
version "7.12.16"
367-
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.16.tgz#600c7531f754186b0f2096e495a92da7d88aa139"
368-
integrity sha512-O3ohPwOhkwji5Mckb7F/PJpJVJY3DpPsrt/F0Bk40+QMk9QpAIqeGusHWqu/mYqsM8oBa6TziL/2mbERWsUZjg==
398+
"@babel/plugin-proposal-optional-chaining@^7.12.17":
399+
version "7.12.17"
400+
resolved "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.12.17.tgz#e382becadc2cb16b7913b6c672d92e4b33385b5c"
401+
integrity sha512-TvxwI80pWftrGPKHNfkvX/HnoeSTR7gC4ezWnAL39PuktYUe6r8kEpOLTYnkBTsaoeazXm2jHJ22EQ81sdgfcA==
369402
dependencies:
370403
"@babel/helper-plugin-utils" "^7.12.13"
371404
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -748,26 +781,26 @@
748781
"@babel/helper-plugin-utils" "^7.12.13"
749782

750783
"@babel/preset-env@^7.12.11":
751-
version "7.12.16"
752-
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.16.tgz#16710e3490e37764b2f41886de0a33bc4ae91082"
753-
integrity sha512-BXCAXy8RE/TzX416pD2hsVdkWo0G+tYd16pwnRV4Sc0fRwTLRS/Ssv8G5RLXUGQv7g4FG7TXkdDJxCjQ5I+Zjg==
784+
version "7.12.17"
785+
resolved "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.12.17.tgz#94a3793ff089c32ee74d76a3c03a7597693ebaaa"
786+
integrity sha512-9PMijx8zFbCwTHrd2P4PJR5nWGH3zWebx2OcpTjqQrHhCiL2ssSR2Sc9ko2BsI2VmVBfoaQmPrlMTCui4LmXQg==
754787
dependencies:
755788
"@babel/compat-data" "^7.12.13"
756-
"@babel/helper-compilation-targets" "^7.12.16"
789+
"@babel/helper-compilation-targets" "^7.12.17"
757790
"@babel/helper-module-imports" "^7.12.13"
758791
"@babel/helper-plugin-utils" "^7.12.13"
759-
"@babel/helper-validator-option" "^7.12.16"
792+
"@babel/helper-validator-option" "^7.12.17"
760793
"@babel/plugin-proposal-async-generator-functions" "^7.12.13"
761794
"@babel/plugin-proposal-class-properties" "^7.12.13"
762-
"@babel/plugin-proposal-dynamic-import" "^7.12.16"
795+
"@babel/plugin-proposal-dynamic-import" "^7.12.17"
763796
"@babel/plugin-proposal-export-namespace-from" "^7.12.13"
764797
"@babel/plugin-proposal-json-strings" "^7.12.13"
765798
"@babel/plugin-proposal-logical-assignment-operators" "^7.12.13"
766799
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.12.13"
767800
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
768801
"@babel/plugin-proposal-object-rest-spread" "^7.12.13"
769802
"@babel/plugin-proposal-optional-catch-binding" "^7.12.13"
770-
"@babel/plugin-proposal-optional-chaining" "^7.12.16"
803+
"@babel/plugin-proposal-optional-chaining" "^7.12.17"
771804
"@babel/plugin-proposal-private-methods" "^7.12.13"
772805
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
773806
"@babel/plugin-syntax-async-generators" "^7.8.0"
@@ -815,7 +848,7 @@
815848
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
816849
"@babel/plugin-transform-unicode-regex" "^7.12.13"
817850
"@babel/preset-modules" "^0.1.3"
818-
"@babel/types" "^7.12.13"
851+
"@babel/types" "^7.12.17"
819852
core-js-compat "^3.8.0"
820853
semver "^5.5.0"
821854

@@ -831,9 +864,9 @@
831864
esutils "^2.0.2"
832865

833866
"@babel/runtime@^7.8.4":
834-
version "7.12.13"
835-
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz#0a21452352b02542db0ffb928ac2d3ca7cb6d66d"
836-
integrity sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==
867+
version "7.12.18"
868+
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.18.tgz#af137bd7e7d9705a412b3caaf991fe6aaa97831b"
869+
integrity sha512-BogPQ7ciE6SYAUPtlm9tWbgI9+2AgqSam6QivMgXgAT+fKbgppaj4ZX15MHeLC1PVF5sNk70huBu20XxWOs8Cg==
837870
dependencies:
838871
regenerator-runtime "^0.13.4"
839872

@@ -870,7 +903,7 @@
870903
globals "^11.1.0"
871904
lodash "^4.17.19"
872905

873-
"@babel/traverse@^7.12.10", "@babel/traverse@^7.12.13":
906+
"@babel/traverse@^7.12.10":
874907
version "7.12.13"
875908
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
876909
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -885,6 +918,21 @@
885918
globals "^11.1.0"
886919
lodash "^4.17.19"
887920

921+
"@babel/traverse@^7.12.13", "@babel/traverse@^7.12.17":
922+
version "7.12.17"
923+
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.17.tgz#40ec8c7ffb502c4e54c7f95492dc11b88d718619"
924+
integrity sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ==
925+
dependencies:
926+
"@babel/code-frame" "^7.12.13"
927+
"@babel/generator" "^7.12.17"
928+
"@babel/helper-function-name" "^7.12.13"
929+
"@babel/helper-split-export-declaration" "^7.12.13"
930+
"@babel/parser" "^7.12.17"
931+
"@babel/types" "^7.12.17"
932+
debug "^4.1.0"
933+
globals "^11.1.0"
934+
lodash "^4.17.19"
935+
888936
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
889937
version "7.12.12"
890938
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.12.tgz#4608a6ec313abbd87afa55004d373ad04a96c299"
@@ -894,7 +942,16 @@
894942
lodash "^4.17.19"
895943
to-fast-properties "^2.0.0"
896944

897-
"@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.7", "@babel/types@^7.4.4":
945+
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.12.17", "@babel/types@^7.4.4":
946+
version "7.12.17"
947+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.17.tgz#9d711eb807e0934c90b8b1ca0eb1f7230d150963"
948+
integrity sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ==
949+
dependencies:
950+
"@babel/helper-validator-identifier" "^7.12.11"
951+
lodash "^4.17.19"
952+
to-fast-properties "^2.0.0"
953+
954+
"@babel/types@^7.12.10", "@babel/types@^7.12.12", "@babel/types@^7.12.7":
898955
version "7.12.13"
899956
resolved "https://registry.npmjs.org/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
900957
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==
@@ -2913,7 +2970,7 @@ browser-process-hrtime@^1.0.0:
29132970
resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
29142971
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
29152972

2916-
browserslist@^4.14.5, browserslist@^4.16.1:
2973+
browserslist@^4.14.5, browserslist@^4.16.3:
29172974
version "4.16.3"
29182975
resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.16.3.tgz#340aa46940d7db878748567c5dea24a48ddf3717"
29192976
integrity sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw==
@@ -3100,9 +3157,9 @@ camelcase@^6.0.0:
31003157
integrity sha512-8KMDF1Vz2gzOq54ONPJS65IvTUaB1cHJ2DMM7MbPmLZljDH1qpzzLsWdiN9pHh6qvkRVDTi/07+eNGch/oLU4w==
31013158

31023159
caniuse-lite@^1.0.30001181:
3103-
version "1.0.30001185"
3104-
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001185.tgz#3482a407d261da04393e2f0d61eefbc53be43b95"
3105-
integrity sha512-Fpi4kVNtNvJ15H0F6vwmXtb3tukv3Zg3qhKkOGUq7KJ1J6b9kf4dnNgtEAFXhRsJo0gNj9W60+wBvn0JcTvdTg==
3160+
version "1.0.30001187"
3161+
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001187.tgz#5706942631f83baa5a0218b7dfa6ced29f845438"
3162+
integrity sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA==
31063163

31073164
capture-exit@^2.0.0:
31083165
version "2.0.0"
@@ -3650,11 +3707,11 @@ copy-descriptor@^0.1.0:
36503707
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
36513708

36523709
core-js-compat@^3.8.0:
3653-
version "3.8.3"
3654-
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.8.3.tgz#9123fb6b9cad30f0651332dc77deba48ef9b0b3f"
3655-
integrity sha512-1sCb0wBXnBIL16pfFG1Gkvei6UzvKyTNYpiC41yrdjEv0UoJoq9E/abTMzyYJ6JpTkAj15dLjbqifIzEBDVvog==
3710+
version "3.9.0"
3711+
resolved "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.9.0.tgz#29da39385f16b71e1915565aa0385c4e0963ad56"
3712+
integrity sha512-YK6fwFjCOKWwGnjFUR3c544YsnA/7DoLL0ysncuOJ4pwbriAtOpvM2bygdlcXbvQCQZ7bBU9CL4t7tGl7ETRpQ==
36563713
dependencies:
3657-
browserslist "^4.16.1"
3714+
browserslist "^4.16.3"
36583715
semver "7.0.0"
36593716

36603717
core-js@^2.4.0, core-js@^2.5.0:
@@ -4152,9 +4209,9 @@ [email protected]:
41524209
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
41534210

41544211
electron-to-chromium@^1.3.649:
4155-
version "1.3.663"
4156-
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.663.tgz#dd54adfd8d7f0e01b80d236c6e232efbaa0c686c"
4157-
integrity sha512-xkVkzHj6k3oRRGlmdgUCCLSLhtFYHDCTH7SeK+LJdJjnsLcrdbpr8EYmfMQhez3V/KPO5UScSpzQ0feYX6Qoyw==
4212+
version "1.3.668"
4213+
resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.668.tgz#87bab4d2863d865a6996b592db79f94e1cc5f768"
4214+
integrity sha512-TJzc4pxcplsWWS2hP01qQtwMIS+/3VLm4tkhsXbFwx3IIroXyidalrwcaJH+cNcrAdzSJ5xv0oeyGMS7d0i3kg==
41584215

41594216
emittery@^0.7.1:
41604217
version "0.7.1"

0 commit comments

Comments
 (0)