Skip to content

Commit d35ab74

Browse files
chore(deps): update babel monorepo
1 parent ad5d396 commit d35ab74

File tree

2 files changed

+221
-5
lines changed

2 files changed

+221
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
"styled-components": "^5.3.5"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "7.19.1",
33+
"@babel/core": "7.19.6",
3434
"@babel/plugin-proposal-function-sent": "7.18.6",
3535
"@babel/plugin-proposal-throw-expressions": "7.18.6",
3636
"@babel/plugin-syntax-import-meta": "7.10.4",
37-
"@babel/preset-env": "7.19.1",
37+
"@babel/preset-env": "7.19.4",
3838
"@babel/preset-react": "7.18.6",
3939
"@storybook/addon-actions": "6.5.12",
4040
"@storybook/addon-essentials": "6.5.12",

yarn.lock

Lines changed: 219 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.1.tgz#72d647b4ff6a4f82878d184613353af1dd0290f9"
2323
integrity sha512-72a9ghR0gnESIa7jBN53U32FOVCEoztyIlKaNoU05zRhEecduGK9L9c3ww7Mp06JiR+0ls0GBPFJQwwtjn9ksg==
2424

25+
"@babel/compat-data@^7.19.3", "@babel/compat-data@^7.19.4":
26+
version "7.19.4"
27+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.4.tgz#95c86de137bf0317f3a570e1b6e996b427299747"
28+
integrity sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==
29+
2530
2631
version "7.12.9"
2732
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -44,7 +49,28 @@
4449
semver "^5.4.1"
4550
source-map "^0.5.0"
4651

47-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
52+
53+
version "7.19.6"
54+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.6.tgz#7122ae4f5c5a37c0946c066149abd8e75f81540f"
55+
integrity sha512-D2Ue4KHpc6Ys2+AxpIx1BZ8+UegLLLE2p3KJEuJRKmokHOtl49jQ5ny1773KsGLZs8MQvBidAF6yWUJxRqtKtg==
56+
dependencies:
57+
"@ampproject/remapping" "^2.1.0"
58+
"@babel/code-frame" "^7.18.6"
59+
"@babel/generator" "^7.19.6"
60+
"@babel/helper-compilation-targets" "^7.19.3"
61+
"@babel/helper-module-transforms" "^7.19.6"
62+
"@babel/helpers" "^7.19.4"
63+
"@babel/parser" "^7.19.6"
64+
"@babel/template" "^7.18.10"
65+
"@babel/traverse" "^7.19.6"
66+
"@babel/types" "^7.19.4"
67+
convert-source-map "^1.7.0"
68+
debug "^4.1.0"
69+
gensync "^1.0.0-beta.2"
70+
json5 "^2.2.1"
71+
semver "^6.3.0"
72+
73+
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.7.5":
4874
version "7.19.1"
4975
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.19.1.tgz#c8fa615c5e88e272564ace3d42fbc8b17bfeb22b"
5076
integrity sha512-1H8VgqXme4UXCRv7/Wa1bq7RVymKOzC7znjyFM8KiEzwFqcKUKYNoQef4GhdklgNvoBXyW4gYhuBNCM5o1zImw==
@@ -74,6 +100,15 @@
74100
"@jridgewell/gen-mapping" "^0.3.2"
75101
jsesc "^2.5.1"
76102

103+
"@babel/generator@^7.19.6":
104+
version "7.19.6"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.6.tgz#9e481a3fe9ca6261c972645ae3904ec0f9b34a1d"
106+
integrity sha512-oHGRUQeoX1QrKeJIKVe0hwjGqNnVYsM5Nep5zo0uE0m42sLH+Fsd2pStJ5sRM1bNyTUUoz0pe2lTeMJrb/taTA==
107+
dependencies:
108+
"@babel/types" "^7.19.4"
109+
"@jridgewell/gen-mapping" "^0.3.2"
110+
jsesc "^2.5.1"
111+
77112
"@babel/helper-annotate-as-pure@^7.16.0", "@babel/helper-annotate-as-pure@^7.18.6":
78113
version "7.18.6"
79114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -99,6 +134,16 @@
99134
browserslist "^4.21.3"
100135
semver "^6.3.0"
101136

137+
"@babel/helper-compilation-targets@^7.19.3":
138+
version "7.19.3"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
140+
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
141+
dependencies:
142+
"@babel/compat-data" "^7.19.3"
143+
"@babel/helper-validator-option" "^7.18.6"
144+
browserslist "^4.21.3"
145+
semver "^6.3.0"
146+
102147
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
103148
version "7.19.0"
104149
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -209,6 +254,20 @@
209254
"@babel/traverse" "^7.19.0"
210255
"@babel/types" "^7.19.0"
211256

257+
"@babel/helper-module-transforms@^7.19.6":
258+
version "7.19.6"
259+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.6.tgz#6c52cc3ac63b70952d33ee987cbee1c9368b533f"
260+
integrity sha512-fCmcfQo/KYr/VXXDIyd3CBGZ6AFhPFy1TfSEJ+PilGVlQT6jcbqtHAM4C1EciRqMza7/TpOUZliuSH+U6HAhJw==
261+
dependencies:
262+
"@babel/helper-environment-visitor" "^7.18.9"
263+
"@babel/helper-module-imports" "^7.18.6"
264+
"@babel/helper-simple-access" "^7.19.4"
265+
"@babel/helper-split-export-declaration" "^7.18.6"
266+
"@babel/helper-validator-identifier" "^7.19.1"
267+
"@babel/template" "^7.18.10"
268+
"@babel/traverse" "^7.19.6"
269+
"@babel/types" "^7.19.4"
270+
212271
"@babel/helper-optimise-call-expression@^7.18.6":
213272
version "7.18.6"
214273
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -254,6 +313,13 @@
254313
dependencies:
255314
"@babel/types" "^7.18.6"
256315

316+
"@babel/helper-simple-access@^7.19.4":
317+
version "7.19.4"
318+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz#be553f4951ac6352df2567f7daa19a0ee15668e7"
319+
integrity sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==
320+
dependencies:
321+
"@babel/types" "^7.19.4"
322+
257323
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
258324
version "7.18.9"
259325
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -273,7 +339,12 @@
273339
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
274340
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
275341

276-
"@babel/helper-validator-identifier@^7.18.6":
342+
"@babel/helper-string-parser@^7.19.4":
343+
version "7.19.4"
344+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
345+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
346+
347+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
277348
version "7.19.1"
278349
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
279350
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
@@ -302,6 +373,15 @@
302373
"@babel/traverse" "^7.19.0"
303374
"@babel/types" "^7.19.0"
304375

376+
"@babel/helpers@^7.19.4":
377+
version "7.19.4"
378+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.4.tgz#42154945f87b8148df7203a25c31ba9a73be46c5"
379+
integrity sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==
380+
dependencies:
381+
"@babel/template" "^7.18.10"
382+
"@babel/traverse" "^7.19.4"
383+
"@babel/types" "^7.19.4"
384+
305385
"@babel/highlight@^7.18.6":
306386
version "7.18.6"
307387
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -316,6 +396,11 @@
316396
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.1.tgz#6f6d6c2e621aad19a92544cc217ed13f1aac5b4c"
317397
integrity sha512-h7RCSorm1DdTVGJf3P2Mhj3kdnkmF/EiysUkzS2TdgAYqyjFdMQJbVuXOBej2SBJaXan/lIVtT6KkGbyyq753A==
318398

399+
"@babel/parser@^7.19.6":
400+
version "7.19.6"
401+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
402+
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
403+
319404
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
320405
version "7.18.6"
321406
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
@@ -455,6 +540,17 @@
455540
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
456541
"@babel/plugin-transform-parameters" "^7.18.8"
457542

543+
"@babel/plugin-proposal-object-rest-spread@^7.19.4":
544+
version "7.19.4"
545+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz#a8fc86e8180ff57290c91a75d83fe658189b642d"
546+
integrity sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==
547+
dependencies:
548+
"@babel/compat-data" "^7.19.4"
549+
"@babel/helper-compilation-targets" "^7.19.3"
550+
"@babel/helper-plugin-utils" "^7.19.0"
551+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
552+
"@babel/plugin-transform-parameters" "^7.18.8"
553+
458554
"@babel/plugin-proposal-optional-catch-binding@^7.18.6", "@babel/plugin-proposal-optional-catch-binding@^7.8.3":
459555
version "7.18.6"
460556
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz#f9400d0e6a3ea93ba9ef70b09e72dd6da638a2cb"
@@ -704,6 +800,13 @@
704800
dependencies:
705801
"@babel/helper-plugin-utils" "^7.18.9"
706802

803+
"@babel/plugin-transform-block-scoping@^7.19.4":
804+
version "7.19.4"
805+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz#315d70f68ce64426db379a3d830e7ac30be02e9b"
806+
integrity sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==
807+
dependencies:
808+
"@babel/helper-plugin-utils" "^7.19.0"
809+
707810
"@babel/plugin-transform-classes@^7.12.1", "@babel/plugin-transform-classes@^7.19.0", "@babel/plugin-transform-classes@^7.9.2":
708811
version "7.19.0"
709812
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz#0e61ec257fba409c41372175e7c1e606dc79bb20"
@@ -733,6 +836,13 @@
733836
dependencies:
734837
"@babel/helper-plugin-utils" "^7.18.9"
735838

839+
"@babel/plugin-transform-destructuring@^7.19.4":
840+
version "7.19.4"
841+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz#46890722687b9b89e1369ad0bd8dc6c5a3b4319d"
842+
integrity sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==
843+
dependencies:
844+
"@babel/helper-plugin-utils" "^7.19.0"
845+
736846
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
737847
version "7.18.6"
738848
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz#b286b3e7aae6c7b861e45bed0a2fafd6b1a4fef8"
@@ -997,7 +1107,88 @@
9971107
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
9981108
"@babel/helper-plugin-utils" "^7.18.6"
9991109

1000-
"@babel/[email protected]", "@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
1110+
1111+
version "7.19.4"
1112+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.4.tgz#4c91ce2e1f994f717efb4237891c3ad2d808c94b"
1113+
integrity sha512-5QVOTXUdqTCjQuh2GGtdd7YEhoRXBMVGROAtsBeLGIbIz3obCBIfRMT1I3ZKkMgNzwkyCkftDXSSkHxnfVf4qg==
1114+
dependencies:
1115+
"@babel/compat-data" "^7.19.4"
1116+
"@babel/helper-compilation-targets" "^7.19.3"
1117+
"@babel/helper-plugin-utils" "^7.19.0"
1118+
"@babel/helper-validator-option" "^7.18.6"
1119+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
1120+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
1121+
"@babel/plugin-proposal-async-generator-functions" "^7.19.1"
1122+
"@babel/plugin-proposal-class-properties" "^7.18.6"
1123+
"@babel/plugin-proposal-class-static-block" "^7.18.6"
1124+
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
1125+
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
1126+
"@babel/plugin-proposal-json-strings" "^7.18.6"
1127+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
1128+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
1129+
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
1130+
"@babel/plugin-proposal-object-rest-spread" "^7.19.4"
1131+
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
1132+
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
1133+
"@babel/plugin-proposal-private-methods" "^7.18.6"
1134+
"@babel/plugin-proposal-private-property-in-object" "^7.18.6"
1135+
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
1136+
"@babel/plugin-syntax-async-generators" "^7.8.4"
1137+
"@babel/plugin-syntax-class-properties" "^7.12.13"
1138+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
1139+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
1140+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
1141+
"@babel/plugin-syntax-import-assertions" "^7.18.6"
1142+
"@babel/plugin-syntax-json-strings" "^7.8.3"
1143+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
1144+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
1145+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
1146+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
1147+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
1148+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
1149+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
1150+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
1151+
"@babel/plugin-transform-arrow-functions" "^7.18.6"
1152+
"@babel/plugin-transform-async-to-generator" "^7.18.6"
1153+
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
1154+
"@babel/plugin-transform-block-scoping" "^7.19.4"
1155+
"@babel/plugin-transform-classes" "^7.19.0"
1156+
"@babel/plugin-transform-computed-properties" "^7.18.9"
1157+
"@babel/plugin-transform-destructuring" "^7.19.4"
1158+
"@babel/plugin-transform-dotall-regex" "^7.18.6"
1159+
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
1160+
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
1161+
"@babel/plugin-transform-for-of" "^7.18.8"
1162+
"@babel/plugin-transform-function-name" "^7.18.9"
1163+
"@babel/plugin-transform-literals" "^7.18.9"
1164+
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
1165+
"@babel/plugin-transform-modules-amd" "^7.18.6"
1166+
"@babel/plugin-transform-modules-commonjs" "^7.18.6"
1167+
"@babel/plugin-transform-modules-systemjs" "^7.19.0"
1168+
"@babel/plugin-transform-modules-umd" "^7.18.6"
1169+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
1170+
"@babel/plugin-transform-new-target" "^7.18.6"
1171+
"@babel/plugin-transform-object-super" "^7.18.6"
1172+
"@babel/plugin-transform-parameters" "^7.18.8"
1173+
"@babel/plugin-transform-property-literals" "^7.18.6"
1174+
"@babel/plugin-transform-regenerator" "^7.18.6"
1175+
"@babel/plugin-transform-reserved-words" "^7.18.6"
1176+
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
1177+
"@babel/plugin-transform-spread" "^7.19.0"
1178+
"@babel/plugin-transform-sticky-regex" "^7.18.6"
1179+
"@babel/plugin-transform-template-literals" "^7.18.9"
1180+
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
1181+
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
1182+
"@babel/plugin-transform-unicode-regex" "^7.18.6"
1183+
"@babel/preset-modules" "^0.1.5"
1184+
"@babel/types" "^7.19.4"
1185+
babel-plugin-polyfill-corejs2 "^0.3.3"
1186+
babel-plugin-polyfill-corejs3 "^0.6.0"
1187+
babel-plugin-polyfill-regenerator "^0.4.1"
1188+
core-js-compat "^3.25.1"
1189+
semver "^6.3.0"
1190+
1191+
"@babel/preset-env@^7.12.11", "@babel/preset-env@^7.9.0":
10011192
version "7.19.1"
10021193
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.19.1.tgz#9f04c916f9c0205a48ebe5cc1be7768eb1983f67"
10031194
integrity sha512-c8B2c6D16Lp+Nt6HcD+nHl0VbPKVnNPTpszahuxJJnurfMtKeZ80A+qUv48Y7wqvS+dTFuLuaM9oYxyNHbCLWA==
@@ -1176,6 +1367,22 @@
11761367
debug "^4.1.0"
11771368
globals "^11.1.0"
11781369

1370+
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6":
1371+
version "7.19.6"
1372+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
1373+
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
1374+
dependencies:
1375+
"@babel/code-frame" "^7.18.6"
1376+
"@babel/generator" "^7.19.6"
1377+
"@babel/helper-environment-visitor" "^7.18.9"
1378+
"@babel/helper-function-name" "^7.19.0"
1379+
"@babel/helper-hoist-variables" "^7.18.6"
1380+
"@babel/helper-split-export-declaration" "^7.18.6"
1381+
"@babel/parser" "^7.19.6"
1382+
"@babel/types" "^7.19.4"
1383+
debug "^4.1.0"
1384+
globals "^11.1.0"
1385+
11791386
"@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4":
11801387
version "7.19.0"
11811388
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.0.tgz#75f21d73d73dc0351f3368d28db73465f4814600"
@@ -1185,6 +1392,15 @@
11851392
"@babel/helper-validator-identifier" "^7.18.6"
11861393
to-fast-properties "^2.0.0"
11871394

1395+
"@babel/types@^7.19.4":
1396+
version "7.19.4"
1397+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
1398+
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
1399+
dependencies:
1400+
"@babel/helper-string-parser" "^7.19.4"
1401+
"@babel/helper-validator-identifier" "^7.19.1"
1402+
to-fast-properties "^2.0.0"
1403+
11881404
11891405
version "1.0.1"
11901406
resolved "https://registry.yarnpkg.com/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz#371ba8be66d556812dc7fb169ebc3c08378f69d4"

0 commit comments

Comments
 (0)