Skip to content
This repository was archived by the owner on Apr 12, 2022. It is now read-only.

Commit a90ac71

Browse files
committed
chore(deps): update babel monorepo to v7.15.0
1 parent 1df52c4 commit a90ac71

File tree

2 files changed

+126
-58
lines changed

2 files changed

+126
-58
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
},
4040
"devDependencies": {
4141
"@babel/cli": "7.14.8",
42-
"@babel/core": "7.14.8",
43-
"@babel/plugin-transform-runtime": "7.14.5",
44-
"@babel/preset-env": "7.14.9",
42+
"@babel/core": "7.15.0",
43+
"@babel/plugin-transform-runtime": "7.15.0",
44+
"@babel/preset-env": "7.15.0",
4545
"@babel/preset-react": "7.14.5",
46-
"@babel/preset-typescript": "7.14.5",
46+
"@babel/preset-typescript": "7.15.0",
4747
"@testing-library/jest-dom": "5.14.1",
4848
"@testing-library/react": "11.2.7",
4949
"@types/babel__core": "7.1.15",

yarn.lock

Lines changed: 122 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
6060
integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
6161

62-
"@babel/compat-data@^7.14.9":
63-
version "7.14.9"
64-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.9.tgz#ac7996ceaafcf8f410119c8af0d1db4cf914a210"
65-
integrity sha512-p3QjZmMGHDGdpcwEYYWu7i7oJShJvtgMjJeb0W95PPhSm++3lm8YXYOh45Y6iCN9PkZLTZ7CIX5nFrp7pw7TXw==
62+
"@babel/compat-data@^7.15.0":
63+
version "7.15.0"
64+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
65+
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
6666

6767
6868
version "7.12.3"
@@ -86,20 +86,20 @@
8686
semver "^5.4.1"
8787
source-map "^0.5.0"
8888

89-
"@babel/core@7.14.8":
90-
version "7.14.8"
91-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
92-
integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
89+
"@babel/core@7.15.0":
90+
version "7.15.0"
91+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
92+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
9393
dependencies:
9494
"@babel/code-frame" "^7.14.5"
95-
"@babel/generator" "^7.14.8"
96-
"@babel/helper-compilation-targets" "^7.14.5"
97-
"@babel/helper-module-transforms" "^7.14.8"
95+
"@babel/generator" "^7.15.0"
96+
"@babel/helper-compilation-targets" "^7.15.0"
97+
"@babel/helper-module-transforms" "^7.15.0"
9898
"@babel/helpers" "^7.14.8"
99-
"@babel/parser" "^7.14.8"
99+
"@babel/parser" "^7.15.0"
100100
"@babel/template" "^7.14.5"
101-
"@babel/traverse" "^7.14.8"
102-
"@babel/types" "^7.14.8"
101+
"@babel/traverse" "^7.15.0"
102+
"@babel/types" "^7.15.0"
103103
convert-source-map "^1.7.0"
104104
debug "^4.1.0"
105105
gensync "^1.0.0-beta.2"
@@ -183,6 +183,15 @@
183183
jsesc "^2.5.1"
184184
source-map "^0.5.0"
185185

186+
"@babel/generator@^7.15.0":
187+
version "7.15.0"
188+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
189+
integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
190+
dependencies:
191+
"@babel/types" "^7.15.0"
192+
jsesc "^2.5.1"
193+
source-map "^0.5.0"
194+
186195
"@babel/helper-annotate-as-pure@^7.10.4":
187196
version "7.12.10"
188197
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.10.tgz#54ab9b000e60a93644ce17b3f37d313aaf1d115d"
@@ -235,6 +244,16 @@
235244
browserslist "^4.16.6"
236245
semver "^6.3.0"
237246

247+
"@babel/helper-compilation-targets@^7.15.0":
248+
version "7.15.0"
249+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
250+
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
251+
dependencies:
252+
"@babel/compat-data" "^7.15.0"
253+
"@babel/helper-validator-option" "^7.14.5"
254+
browserslist "^4.16.6"
255+
semver "^6.3.0"
256+
238257
"@babel/helper-create-class-features-plugin@^7.14.5":
239258
version "7.14.5"
240259
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
@@ -247,6 +266,18 @@
247266
"@babel/helper-replace-supers" "^7.14.5"
248267
"@babel/helper-split-export-declaration" "^7.14.5"
249268

269+
"@babel/helper-create-class-features-plugin@^7.15.0":
270+
version "7.15.0"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.0.tgz#c9a137a4d137b2d0e2c649acf536d7ba1a76c0f7"
272+
integrity sha512-MdmDXgvTIi4heDVX/e9EFfeGpugqm9fobBVg/iioE8kueXrOHdRDe36FAY7SnE9xXLVeYCoJR/gdrBEIHRC83Q==
273+
dependencies:
274+
"@babel/helper-annotate-as-pure" "^7.14.5"
275+
"@babel/helper-function-name" "^7.14.5"
276+
"@babel/helper-member-expression-to-functions" "^7.15.0"
277+
"@babel/helper-optimise-call-expression" "^7.14.5"
278+
"@babel/helper-replace-supers" "^7.15.0"
279+
"@babel/helper-split-export-declaration" "^7.14.5"
280+
250281
"@babel/helper-create-regexp-features-plugin@^7.12.1":
251282
version "7.12.7"
252283
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.12.7.tgz#2084172e95443fa0a09214ba1bb328f9aea1278f"
@@ -360,6 +391,13 @@
360391
dependencies:
361392
"@babel/types" "^7.14.5"
362393

394+
"@babel/helper-member-expression-to-functions@^7.15.0":
395+
version "7.15.0"
396+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
397+
integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
398+
dependencies:
399+
"@babel/types" "^7.15.0"
400+
363401
"@babel/helper-module-imports@^7.12.1":
364402
version "7.12.5"
365403
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz#1bfc0229f794988f76ed0a4d4e90860850b54dfb"
@@ -425,19 +463,19 @@
425463
"@babel/traverse" "^7.14.5"
426464
"@babel/types" "^7.14.5"
427465

428-
"@babel/helper-module-transforms@^7.14.8":
429-
version "7.14.8"
430-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
431-
integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
466+
"@babel/helper-module-transforms@^7.15.0":
467+
version "7.15.0"
468+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
469+
integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
432470
dependencies:
433471
"@babel/helper-module-imports" "^7.14.5"
434-
"@babel/helper-replace-supers" "^7.14.5"
472+
"@babel/helper-replace-supers" "^7.15.0"
435473
"@babel/helper-simple-access" "^7.14.8"
436474
"@babel/helper-split-export-declaration" "^7.14.5"
437-
"@babel/helper-validator-identifier" "^7.14.8"
475+
"@babel/helper-validator-identifier" "^7.14.9"
438476
"@babel/template" "^7.14.5"
439-
"@babel/traverse" "^7.14.8"
440-
"@babel/types" "^7.14.8"
477+
"@babel/traverse" "^7.15.0"
478+
"@babel/types" "^7.15.0"
441479

442480
"@babel/helper-optimise-call-expression@^7.12.10":
443481
version "7.12.10"
@@ -519,6 +557,16 @@
519557
"@babel/traverse" "^7.14.5"
520558
"@babel/types" "^7.14.5"
521559

560+
"@babel/helper-replace-supers@^7.15.0":
561+
version "7.15.0"
562+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
563+
integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
564+
dependencies:
565+
"@babel/helper-member-expression-to-functions" "^7.15.0"
566+
"@babel/helper-optimise-call-expression" "^7.14.5"
567+
"@babel/traverse" "^7.15.0"
568+
"@babel/types" "^7.15.0"
569+
522570
"@babel/helper-simple-access@^7.12.1":
523571
version "7.12.1"
524572
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
@@ -719,6 +767,11 @@
719767
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
720768
integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
721769

770+
"@babel/parser@^7.15.0":
771+
version "7.15.0"
772+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.0.tgz#b6d6e29058ca369127b0eeca2a1c4b5794f1b6b9"
773+
integrity sha512-0v7oNOjr6YT9Z2RAOTv4T9aP+ubfx4Q/OhVtAet7PFDt0t9Oy6Jn+/rfC6b8HJ5zEqrQCiMxJfgtHpmIminmJQ==
774+
722775
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
723776
version "7.14.5"
724777
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"
@@ -1123,14 +1176,14 @@
11231176
"@babel/helper-plugin-utils" "^7.14.5"
11241177
babel-plugin-dynamic-import-node "^2.3.3"
11251178

1126-
"@babel/plugin-transform-modules-commonjs@^7.14.5":
1127-
version "7.14.5"
1128-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.14.5.tgz#7aaee0ea98283de94da98b28f8c35701429dad97"
1129-
integrity sha512-en8GfBtgnydoao2PS+87mKyw62k02k7kJ9ltbKe0fXTHrQmG6QZZflYuGI1VVG7sVpx4E1n7KBpNlPb8m78J+A==
1179+
"@babel/plugin-transform-modules-commonjs@^7.15.0":
1180+
version "7.15.0"
1181+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.0.tgz#3305896e5835f953b5cdb363acd9e8c2219a5281"
1182+
integrity sha512-3H/R9s8cXcOGE8kgMlmjYYC9nqr5ELiPkJn4q0mypBrjhYQoc+5/Maq69vV4xRPWnkzZuwJPf5rArxpB/35Cig==
11301183
dependencies:
1131-
"@babel/helper-module-transforms" "^7.14.5"
1184+
"@babel/helper-module-transforms" "^7.15.0"
11321185
"@babel/helper-plugin-utils" "^7.14.5"
1133-
"@babel/helper-simple-access" "^7.14.5"
1186+
"@babel/helper-simple-access" "^7.14.8"
11341187
babel-plugin-dynamic-import-node "^2.3.3"
11351188

11361189
"@babel/plugin-transform-modules-systemjs@^7.14.5":
@@ -1235,10 +1288,10 @@
12351288
dependencies:
12361289
"@babel/helper-plugin-utils" "^7.14.5"
12371290

1238-
"@babel/plugin-transform-runtime@7.14.5":
1239-
version "7.14.5"
1240-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.14.5.tgz#30491dad49c6059f8f8fa5ee8896a0089e987523"
1241-
integrity sha512-fPMBhh1AV8ZyneiCIA+wYYUH1arzlXR1UMcApjvchDhfKxhy2r2lReJv8uHEyihi4IFIGlr1Pdx7S5fkESDQsg==
1291+
"@babel/plugin-transform-runtime@7.15.0":
1292+
version "7.15.0"
1293+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.15.0.tgz#d3aa650d11678ca76ce294071fda53d7804183b3"
1294+
integrity sha512-sfHYkLGjhzWTq6xsuQ01oEsUYjkHRux9fW1iUA68dC7Qd8BS1Unq4aZ8itmQp95zUzIcyR2EbNMTzAicFj+guw==
12421295
dependencies:
12431296
"@babel/helper-module-imports" "^7.14.5"
12441297
"@babel/helper-plugin-utils" "^7.14.5"
@@ -1283,12 +1336,12 @@
12831336
dependencies:
12841337
"@babel/helper-plugin-utils" "^7.14.5"
12851338

1286-
"@babel/plugin-transform-typescript@^7.14.5":
1287-
version "7.14.5"
1288-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.5.tgz#5b41b59072f765bd1ec1d0b694e08c7df0f6f8a0"
1289-
integrity sha512-cFD5PKp4b8/KkwQ7h71FdPXFvz1RgwTFF9akRZwFldb9G0AHf7CgoPx96c4Q/ZVjh6V81tqQwW5YiHws16OzPg==
1339+
"@babel/plugin-transform-typescript@^7.15.0":
1340+
version "7.15.0"
1341+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.0.tgz#553f230b9d5385018716586fc48db10dd228eb7e"
1342+
integrity sha512-WIIEazmngMEEHDaPTx0IZY48SaAmjVWe3TRSX7cmJXn0bEv9midFzAjxiruOWYIVf5iQ10vFx7ASDpgEO08L5w==
12901343
dependencies:
1291-
"@babel/helper-create-class-features-plugin" "^7.14.5"
1344+
"@babel/helper-create-class-features-plugin" "^7.15.0"
12921345
"@babel/helper-plugin-utils" "^7.14.5"
12931346
"@babel/plugin-syntax-typescript" "^7.14.5"
12941347

@@ -1307,13 +1360,13 @@
13071360
"@babel/helper-create-regexp-features-plugin" "^7.14.5"
13081361
"@babel/helper-plugin-utils" "^7.14.5"
13091362

1310-
"@babel/preset-env@7.14.9":
1311-
version "7.14.9"
1312-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.9.tgz#4a3bbbd745f20e9121d5925170bef040a21b7819"
1313-
integrity sha512-BV5JvCwBDebkyh67bPKBYVCC6gGw0MCzU6HfKe5Pm3upFpPVqiC/hB33zkOe0tVdAzaMywah0LSXQeD9v/BYdQ==
1363+
"@babel/preset-env@7.15.0":
1364+
version "7.15.0"
1365+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.15.0.tgz#e2165bf16594c9c05e52517a194bf6187d6fe464"
1366+
integrity sha512-FhEpCNFCcWW3iZLg0L2NPE9UerdtsCR6ZcsGHUX6Om6kbCQeL5QZDqFDmeNHC6/fy6UH3jEge7K4qG5uC9In0Q==
13141367
dependencies:
1315-
"@babel/compat-data" "^7.14.9"
1316-
"@babel/helper-compilation-targets" "^7.14.5"
1368+
"@babel/compat-data" "^7.15.0"
1369+
"@babel/helper-compilation-targets" "^7.15.0"
13171370
"@babel/helper-plugin-utils" "^7.14.5"
13181371
"@babel/helper-validator-option" "^7.14.5"
13191372
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
@@ -1361,7 +1414,7 @@
13611414
"@babel/plugin-transform-literals" "^7.14.5"
13621415
"@babel/plugin-transform-member-expression-literals" "^7.14.5"
13631416
"@babel/plugin-transform-modules-amd" "^7.14.5"
1364-
"@babel/plugin-transform-modules-commonjs" "^7.14.5"
1417+
"@babel/plugin-transform-modules-commonjs" "^7.15.0"
13651418
"@babel/plugin-transform-modules-systemjs" "^7.14.5"
13661419
"@babel/plugin-transform-modules-umd" "^7.14.5"
13671420
"@babel/plugin-transform-named-capturing-groups-regex" "^7.14.9"
@@ -1379,7 +1432,7 @@
13791432
"@babel/plugin-transform-unicode-escapes" "^7.14.5"
13801433
"@babel/plugin-transform-unicode-regex" "^7.14.5"
13811434
"@babel/preset-modules" "^0.1.4"
1382-
"@babel/types" "^7.14.9"
1435+
"@babel/types" "^7.15.0"
13831436
babel-plugin-polyfill-corejs2 "^0.2.2"
13841437
babel-plugin-polyfill-corejs3 "^0.2.2"
13851438
babel-plugin-polyfill-regenerator "^0.2.2"
@@ -1409,14 +1462,14 @@
14091462
"@babel/plugin-transform-react-jsx-development" "^7.14.5"
14101463
"@babel/plugin-transform-react-pure-annotations" "^7.14.5"
14111464

1412-
"@babel/preset-typescript@7.14.5":
1413-
version "7.14.5"
1414-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.14.5.tgz#aa98de119cf9852b79511f19e7f44a2d379bcce0"
1415-
integrity sha512-u4zO6CdbRKbS9TypMqrlGH7sd2TAJppZwn3c/ZRLeO/wGsbddxgbPDUZVNrie3JWYLQ9vpineKlsrWFvO6Pwkw==
1465+
"@babel/preset-typescript@7.15.0":
1466+
version "7.15.0"
1467+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz#e8fca638a1a0f64f14e1119f7fe4500277840945"
1468+
integrity sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==
14161469
dependencies:
14171470
"@babel/helper-plugin-utils" "^7.14.5"
14181471
"@babel/helper-validator-option" "^7.14.5"
1419-
"@babel/plugin-transform-typescript" "^7.14.5"
1472+
"@babel/plugin-transform-typescript" "^7.15.0"
14201473

14211474
"@babel/runtime-corejs3@^7.10.2":
14221475
version "7.13.10"
@@ -1527,6 +1580,21 @@
15271580
debug "^4.1.0"
15281581
globals "^11.1.0"
15291582

1583+
"@babel/traverse@^7.15.0":
1584+
version "7.15.0"
1585+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1586+
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
1587+
dependencies:
1588+
"@babel/code-frame" "^7.14.5"
1589+
"@babel/generator" "^7.15.0"
1590+
"@babel/helper-function-name" "^7.14.5"
1591+
"@babel/helper-hoist-variables" "^7.14.5"
1592+
"@babel/helper-split-export-declaration" "^7.14.5"
1593+
"@babel/parser" "^7.15.0"
1594+
"@babel/types" "^7.15.0"
1595+
debug "^4.1.0"
1596+
globals "^11.1.0"
1597+
15301598
"@babel/types@^7.0.0", "@babel/types@^7.13.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
15311599
version "7.13.0"
15321600
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
@@ -1578,10 +1646,10 @@
15781646
"@babel/helper-validator-identifier" "^7.14.8"
15791647
to-fast-properties "^2.0.0"
15801648

1581-
"@babel/types@^7.14.9":
1582-
version "7.14.9"
1583-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.9.tgz#f2b19c3f2f77c5708d67fe8f6046e9cea2b5036d"
1584-
integrity sha512-u0bLTnv3DFHeaQLYzb7oRJ1JHr1sv/SYDM7JSqHFFLwXG1wTZRughxFI5NCP8qBEo1rVVsn7Yg2Lvw49nne/Ow==
1649+
"@babel/types@^7.15.0":
1650+
version "7.15.0"
1651+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1652+
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
15851653
dependencies:
15861654
"@babel/helper-validator-identifier" "^7.14.9"
15871655
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)