Skip to content

Commit f46e5b0

Browse files
build(deps-dev): bump @babel/preset-env from 7.14.8 to 7.15.0 (#1805)
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.8 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-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" 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 450f025 commit f46e5b0

1 file changed

Lines changed: 118 additions & 51 deletions

File tree

yarn.lock

Lines changed: 118 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
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":
20-
version "7.14.7"
21-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
22-
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
19+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.7", "@babel/compat-data@^7.15.0":
20+
version "7.15.0"
21+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
22+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
2323

2424
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2525
version "7.9.0"
@@ -82,6 +82,15 @@
8282
jsesc "^2.5.1"
8383
source-map "^0.5.0"
8484

85+
"@babel/generator@^7.15.0":
86+
version "7.15.0"
87+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
88+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
89+
dependencies:
90+
"@babel/types" "^7.15.0"
91+
jsesc "^2.5.1"
92+
source-map "^0.5.0"
93+
8594
"@babel/generator@^7.9.0":
8695
version "7.9.4"
8796
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
@@ -107,12 +116,12 @@
107116
"@babel/helper-explode-assignable-expression" "^7.14.5"
108117
"@babel/types" "^7.14.5"
109118

110-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5":
111-
version "7.14.5"
112-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
113-
integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
119+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
120+
version "7.15.0"
121+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
122+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
114123
dependencies:
115-
"@babel/compat-data" "^7.14.5"
124+
"@babel/compat-data" "^7.15.0"
116125
"@babel/helper-validator-option" "^7.14.5"
117126
browserslist "^4.16.6"
118127
semver "^6.3.0"
@@ -220,6 +229,13 @@
220229
dependencies:
221230
"@babel/types" "^7.14.5"
222231

232+
"@babel/helper-member-expression-to-functions@^7.15.0":
233+
version "7.15.0"
234+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
235+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
236+
dependencies:
237+
"@babel/types" "^7.15.0"
238+
223239
"@babel/helper-member-expression-to-functions@^7.8.3":
224240
version "7.8.3"
225241
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.8.3.tgz#659b710498ea6c1d9907e0c73f206eee7dadc24c"
@@ -255,6 +271,20 @@
255271
"@babel/traverse" "^7.14.5"
256272
"@babel/types" "^7.14.5"
257273

274+
"@babel/helper-module-transforms@^7.15.0":
275+
version "7.15.0"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
277+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
278+
dependencies:
279+
"@babel/helper-module-imports" "^7.14.5"
280+
"@babel/helper-replace-supers" "^7.15.0"
281+
"@babel/helper-simple-access" "^7.14.8"
282+
"@babel/helper-split-export-declaration" "^7.14.5"
283+
"@babel/helper-validator-identifier" "^7.14.9"
284+
"@babel/template" "^7.14.5"
285+
"@babel/traverse" "^7.15.0"
286+
"@babel/types" "^7.15.0"
287+
258288
"@babel/helper-module-transforms@^7.9.0":
259289
version "7.9.0"
260290
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.9.0.tgz#43b34dfe15961918707d247327431388e9fe96e5"
@@ -306,6 +336,16 @@
306336
"@babel/traverse" "^7.14.5"
307337
"@babel/types" "^7.14.5"
308338

339+
"@babel/helper-replace-supers@^7.15.0":
340+
version "7.15.0"
341+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
342+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
343+
dependencies:
344+
"@babel/helper-member-expression-to-functions" "^7.15.0"
345+
"@babel/helper-optimise-call-expression" "^7.14.5"
346+
"@babel/traverse" "^7.15.0"
347+
"@babel/types" "^7.15.0"
348+
309349
"@babel/helper-replace-supers@^7.8.6":
310350
version "7.8.6"
311351
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.8.6.tgz#5ada744fd5ad73203bf1d67459a27dcba67effc8"
@@ -323,6 +363,13 @@
323363
dependencies:
324364
"@babel/types" "^7.14.5"
325365

366+
"@babel/helper-simple-access@^7.14.8":
367+
version "7.14.8"
368+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
369+
integrity sha512-TrFN4RHh9gnWEU+s7JloIho2T76GPwRHhdzOWLqTrMnlas8T9O7ec+oEDNsRXndOmru9ymH9DFrEOxpzPoSbdg==
370+
dependencies:
371+
"@babel/types" "^7.14.8"
372+
326373
"@babel/helper-simple-access@^7.8.3":
327374
version "7.8.3"
328375
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.8.3.tgz#7f8109928b4dab4654076986af575231deb639ae"
@@ -369,10 +416,10 @@
369416
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.5.tgz#d0f0e277c512e0c938277faa85a3968c9a44c0e8"
370417
integrity sha512-5lsetuxCLilmVGyiLEfoHBRX8UCFD+1m2x3Rj97WrW3V7H3u4RWRXA4evMjImCsin2J2YT0QaVDGf+z8ondbAg==
371418

372-
"@babel/helper-validator-identifier@^7.14.8":
373-
version "7.14.8"
374-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
375-
integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
419+
"@babel/helper-validator-identifier@^7.14.9":
420+
version "7.14.9"
421+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
422+
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
376423

377424
"@babel/helper-validator-option@^7.14.5":
378425
version "7.14.5"
@@ -450,6 +497,11 @@
450497
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
451498
integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
452499

500+
"@babel/parser@^7.15.0":
501+
version "7.15.0"
502+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
503+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
504+
453505
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
454506
version "7.14.5"
455507
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz#4b467302e1548ed3b1be43beae2cc9cf45e0bb7e"
@@ -459,10 +511,10 @@
459511
"@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
460512
"@babel/plugin-proposal-optional-chaining" "^7.14.5"
461513

462-
"@babel/plugin-proposal-async-generator-functions@^7.14.7":
463-
version "7.14.7"
464-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
465-
integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
514+
"@babel/plugin-proposal-async-generator-functions@^7.14.9":
515+
version "7.14.9"
516+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.9.tgz#7028dc4fa21dc199bbacf98b39bab1267d0eaf9a"
517+
integrity sha512-d1lnh+ZnKrFKwtTYdw320+sQWCTwgkB9fmUhNXRADA4akR6wLjaruSGnIEUjpt9HCOwTr4ynFTKu19b7rFRpmw==
466518
dependencies:
467519
"@babel/helper-plugin-utils" "^7.14.5"
468520
"@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -736,10 +788,10 @@
736788
dependencies:
737789
"@babel/helper-plugin-utils" "^7.14.5"
738790

739-
"@babel/plugin-transform-classes@^7.14.5":
740-
version "7.14.5"
741-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.5.tgz#0e98e82097b38550b03b483f9b51a78de0acb2cf"
742-
integrity sha512-J4VxKAMykM06K/64z9rwiL6xnBHgB1+FVspqvlgCdwD1KUbQNfszeKVVOMh59w3sztHYIZDgnhOC4WbdEfHFDA==
791+
"@babel/plugin-transform-classes@^7.14.9":
792+
version "7.14.9"
793+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.14.9.tgz#2a391ffb1e5292710b00f2e2c210e1435e7d449f"
794+
integrity sha512-NfZpTcxU3foGWbl4wxmZ35mTsYJy8oQocbeIMoDAGGFarAmSQlL+LWMkDx/tj6pNotpbX3rltIA4dprgAPOq5A==
743795
dependencies:
744796
"@babel/helper-annotate-as-pure" "^7.14.5"
745797
"@babel/helper-function-name" "^7.14.5"
@@ -824,14 +876,14 @@
824876
"@babel/helper-plugin-utils" "^7.14.5"
825877
babel-plugin-dynamic-import-node "^2.3.3"
826878

827-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
828-
version "7.14.5"
829-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
830-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
879+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
880+
version "7.15.0"
881+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
882+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
831883
dependencies:
832-
"@babel/helper-module-transforms" "^7.14.5"
884+
"@babel/helper-module-transforms" "^7.15.0"
833885
"@babel/helper-plugin-utils" "^7.14.5"
834-
"@babel/helper-simple-access" "^7.14.5"
886+
"@babel/helper-simple-access" "^7.14.8"
835887
babel-plugin-dynamic-import-node "^2.3.3"
836888

837889
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -853,10 +905,10 @@
853905
"@babel/helper-module-transforms" "^7.14.5"
854906
"@babel/helper-plugin-utils" "^7.14.5"
855907

856-
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
857-
version "7.14.7"
858-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
859-
integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
908+
"@babel/plugin-transform-named-capturing-groups-regex@^7.14.9":
909+
version "7.14.9"
910+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz#c68f5c5d12d2ebaba3762e57c2c4f6347a46e7b2"
911+
integrity sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==
860912
dependencies:
861913
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
862914

@@ -955,16 +1007,16 @@
9551007
"@babel/helper-plugin-utils" "^7.14.5"
9561008

9571009
"@babel/preset-env@^7.7.5":
958-
version "7.14.8"
959-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.8.tgz#254942f5ca80ccabcfbb2a9f524c74bca574005b"
960-
integrity sha512-a9aOppDU93oArQ51H+B8M1vH+tayZbuBqzjOhntGetZVa+4tTu5jp+XTwqHGG2lxslqomPYVSjIxQkFwXzgnxg==
1010+
version "7.15.0"
1011+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1012+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
9611013
dependencies:
962-
"@babel/compat-data" "^7.14.7"
963-
"@babel/helper-compilation-targets" "^7.14.5"
1014+
"@babel/compat-data" "^7.15.0"
1015+
"@babel/helper-compilation-targets" "^7.15.0"
9641016
"@babel/helper-plugin-utils" "^7.14.5"
9651017
"@babel/helper-validator-option" "^7.14.5"
9661018
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
967-
"@babel/plugin-proposal-async-generator-functions" "^7.14.7"
1019+
"@babel/plugin-proposal-async-generator-functions" "^7.14.9"
9681020
"@babel/plugin-proposal-class-properties" "^7.14.5"
9691021
"@babel/plugin-proposal-class-static-block" "^7.14.5"
9701022
"@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -997,7 +1049,7 @@
9971049
"@babel/plugin-transform-async-to-generator" "^7.14.5"
9981050
"@babel/plugin-transform-block-scoped-functions" "^7.14.5"
9991051
"@babel/plugin-transform-block-scoping" "^7.14.5"
1000-
"@babel/plugin-transform-classes" "^7.14.5"
1052+
"@babel/plugin-transform-classes" "^7.14.9"
10011053
"@babel/plugin-transform-computed-properties" "^7.14.5"
10021054
"@babel/plugin-transform-destructuring" "^7.14.7"
10031055
"@babel/plugin-transform-dotall-regex" "^7.14.5"
@@ -1008,10 +1060,10 @@
10081060
"@babel/plugin-transform-literals" "^7.14.5"
10091061
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
10101062
"@babel/plugin-transform-modules-amd" "^7.14.5"
1011-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1063+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
10121064
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
10131065
"@babel/plugin-transform-modules-umd" "^7.14.5"
1014-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
1066+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
10151067
"@babel/plugin-transform-new-target" "^7.14.5"
10161068
"@babel/plugin-transform-object-super" "^7.14.5"
10171069
"@babel/plugin-transform-parameters" "^7.14.5"
@@ -1026,11 +1078,11 @@
10261078
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
10271079
"@babel/plugin-transform-unicode-regex" "^7.14.5"
10281080
"@babel/preset-modules" "^0.1.4"
1029-
"@babel/types" "^7.14.8"
1081+
"@babel/types" "^7.15.0"
10301082
babel-plugin-polyfill-corejs2 "^0.2.2"
10311083
babel-plugin-polyfill-corejs3 "^0.2.2"
10321084
babel-plugin-polyfill-regenerator "^0.2.2"
1033-
core-js-compat "^3.15.0"
1085+
core-js-compat "^3.16.0"
10341086
semver "^6.3.0"
10351087

10361088
"@babel/preset-modules@^0.1.4":
@@ -1123,6 +1175,21 @@
11231175
debug "^4.1.0"
11241176
globals "^11.1.0"
11251177

1178+
"@babel/traverse@^7.15.0":
1179+
version "7.15.0"
1180+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1181+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1182+
dependencies:
1183+
"@babel/code-frame" "^7.14.5"
1184+
"@babel/generator" "^7.15.0"
1185+
"@babel/helper-function-name" "^7.14.5"
1186+
"@babel/helper-hoist-variables" "^7.14.5"
1187+
"@babel/helper-split-export-declaration" "^7.14.5"
1188+
"@babel/parser" "^7.15.0"
1189+
"@babel/types" "^7.15.0"
1190+
debug "^4.1.0"
1191+
globals "^11.1.0"
1192+
11261193
"@babel/traverse@^7.7.2":
11271194
version "7.14.7"
11281195
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
@@ -1138,12 +1205,12 @@
11381205
debug "^4.1.0"
11391206
globals "^11.1.0"
11401207

1141-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1142-
version "7.14.8"
1143-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
1144-
integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
1208+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@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", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
1209+
version "7.15.0"
1210+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1211+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
11451212
dependencies:
1146-
"@babel/helper-validator-identifier" "^7.14.8"
1213+
"@babel/helper-validator-identifier" "^7.14.9"
11471214
to-fast-properties "^2.0.0"
11481215

11491216
"@bcoe/v8-coverage@^0.2.3":
@@ -2050,10 +2117,10 @@ convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
20502117
dependencies:
20512118
safe-buffer "~5.1.1"
20522119

2053-
core-js-compat@^3.15.0, core-js-compat@^3.9.1:
2054-
version "3.15.0"
2055-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.0.tgz#e14a371123db9d1c5b41206d3f420643d238b8fa"
2056-
integrity sha512-8X6lWsG+s7IfOKzV93a7fRYfWRZobOfjw5V5rrq43Vh/W+V6qYxl7Akalsvgab4PFT/4L/pjQbdBUEM36NXKrw==
2120+
core-js-compat@^3.16.0, core-js-compat@^3.9.1:
2121+
version "3.16.0"
2122+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.16.0.tgz#fced4a0a534e7e02f7e084bff66c701f8281805f"
2123+
integrity sha512-5D9sPHCdewoUK7pSUPfTF7ZhLh8k9/CoJXWUEo+F1dZT5Z1DVgcuRqUKhjeKW+YLb8f21rTFgWwQJiNw1hoZ5Q==
20572124
dependencies:
20582125
browserslist "^4.16.6"
20592126
semver "7.0.0"

0 commit comments

Comments
 (0)