Skip to content

Commit 24cd52f

Browse files
Update dependency @babel/core to v7.20.7
1 parent 164dde3 commit 24cd52f

File tree

2 files changed

+123
-24
lines changed

2 files changed

+123
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"webfontloader": "1.6.28"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "7.17.5",
28+
"@babel/core": "7.20.7",
2929
"@storybook/addon-a11y": "6.5.9",
3030
"@storybook/addon-actions": "6.5.9",
3131
"@storybook/addon-essentials": "6.5.9",

yarn.lock

Lines changed: 122 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@jridgewell/gen-mapping" "^0.1.0"
2121
"@jridgewell/trace-mapping" "^0.3.9"
2222

23-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.16.7", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
23+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13", "@babel/code-frame@^7.18.6", "@babel/code-frame@^7.5.5", "@babel/code-frame@^7.8.3":
2424
version "7.18.6"
2525
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.18.6.tgz#3b25d38c89600baa2dcc219edfa88a74eb2c427a"
2626
integrity sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==
@@ -32,6 +32,11 @@
3232
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
3333
integrity sha512-prBHMK4JYYK+wDjJF1q99KK4JLL+egWS4nmNqdlMUgCExMZ+iZW0hGhyC3VEbsPjvaN0TBhW//VIFwBrk8sEiw==
3434

35+
"@babel/compat-data@^7.20.5":
36+
version "7.20.5"
37+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
38+
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
39+
3540
3641
version "7.12.9"
3742
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.9.tgz#fd450c4ec10cdbb980e2928b7aa7a28484593fc8"
@@ -54,25 +59,25 @@
5459
semver "^5.4.1"
5560
source-map "^0.5.0"
5661

57-
"@babel/core@7.17.5":
58-
version "7.17.5"
59-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.17.5.tgz#6cd2e836058c28f06a4ca8ee7ed955bbf37c8225"
60-
integrity sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==
62+
"@babel/core@7.20.7":
63+
version "7.20.7"
64+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
65+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
6166
dependencies:
6267
"@ampproject/remapping" "^2.1.0"
63-
"@babel/code-frame" "^7.16.7"
64-
"@babel/generator" "^7.17.3"
65-
"@babel/helper-compilation-targets" "^7.16.7"
66-
"@babel/helper-module-transforms" "^7.16.7"
67-
"@babel/helpers" "^7.17.2"
68-
"@babel/parser" "^7.17.3"
69-
"@babel/template" "^7.16.7"
70-
"@babel/traverse" "^7.17.3"
71-
"@babel/types" "^7.17.0"
68+
"@babel/code-frame" "^7.18.6"
69+
"@babel/generator" "^7.20.7"
70+
"@babel/helper-compilation-targets" "^7.20.7"
71+
"@babel/helper-module-transforms" "^7.20.7"
72+
"@babel/helpers" "^7.20.7"
73+
"@babel/parser" "^7.20.7"
74+
"@babel/template" "^7.20.7"
75+
"@babel/traverse" "^7.20.7"
76+
"@babel/types" "^7.20.7"
7277
convert-source-map "^1.7.0"
7378
debug "^4.1.0"
7479
gensync "^1.0.0-beta.2"
75-
json5 "^2.1.2"
80+
json5 "^2.2.1"
7681
semver "^6.3.0"
7782

7883
"@babel/core@^7.1.0", "@babel/core@^7.12.10", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.17.10", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.0":
@@ -96,7 +101,7 @@
96101
json5 "^2.2.1"
97102
semver "^6.3.0"
98103

99-
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.17.3", "@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
104+
"@babel/generator@^7.12.11", "@babel/generator@^7.12.5", "@babel/generator@^7.19.3", "@babel/generator@^7.7.2":
100105
version "7.19.3"
101106
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.19.3.tgz#d7f4d1300485b4547cb6f94b27d10d237b42bf59"
102107
integrity sha512-fqVZnmp1ncvZU757UzDheKZpfPgatqY59XtW2/j/18H7u76akb8xqvjw82f+i2UKd/ksYsSick/BCLQUUtJ/qQ==
@@ -105,6 +110,15 @@
105110
"@jridgewell/gen-mapping" "^0.3.2"
106111
jsesc "^2.5.1"
107112

113+
"@babel/generator@^7.20.7":
114+
version "7.20.7"
115+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
116+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
117+
dependencies:
118+
"@babel/types" "^7.20.7"
119+
"@jridgewell/gen-mapping" "^0.3.2"
120+
jsesc "^2.5.1"
121+
108122
"@babel/helper-annotate-as-pure@^7.18.6":
109123
version "7.18.6"
110124
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -120,7 +134,7 @@
120134
"@babel/helper-explode-assignable-expression" "^7.18.6"
121135
"@babel/types" "^7.18.9"
122136

123-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.7", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
137+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.19.0", "@babel/helper-compilation-targets@^7.19.3":
124138
version "7.19.3"
125139
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz#a10a04588125675d7c7ae299af86fa1b2ee038ca"
126140
integrity sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==
@@ -130,6 +144,17 @@
130144
browserslist "^4.21.3"
131145
semver "^6.3.0"
132146

147+
"@babel/helper-compilation-targets@^7.20.7":
148+
version "7.20.7"
149+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
150+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
151+
dependencies:
152+
"@babel/compat-data" "^7.20.5"
153+
"@babel/helper-validator-option" "^7.18.6"
154+
browserslist "^4.21.3"
155+
lru-cache "^5.1.1"
156+
semver "^6.3.0"
157+
133158
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.19.0":
134159
version "7.19.0"
135160
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz#bfd6904620df4e46470bae4850d66be1054c404b"
@@ -218,7 +243,7 @@
218243
dependencies:
219244
"@babel/types" "^7.18.6"
220245

221-
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.16.7", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
246+
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.0":
222247
version "7.19.0"
223248
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz#309b230f04e22c58c6a2c0c0c7e50b216d350c30"
224249
integrity sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==
@@ -232,6 +257,20 @@
232257
"@babel/traverse" "^7.19.0"
233258
"@babel/types" "^7.19.0"
234259

260+
"@babel/helper-module-transforms@^7.20.7":
261+
version "7.20.7"
262+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
263+
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
264+
dependencies:
265+
"@babel/helper-environment-visitor" "^7.18.9"
266+
"@babel/helper-module-imports" "^7.18.6"
267+
"@babel/helper-simple-access" "^7.20.2"
268+
"@babel/helper-split-export-declaration" "^7.18.6"
269+
"@babel/helper-validator-identifier" "^7.19.1"
270+
"@babel/template" "^7.20.7"
271+
"@babel/traverse" "^7.20.7"
272+
"@babel/types" "^7.20.7"
273+
235274
"@babel/helper-optimise-call-expression@^7.18.6":
236275
version "7.18.6"
237276
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
@@ -277,6 +316,13 @@
277316
dependencies:
278317
"@babel/types" "^7.18.6"
279318

319+
"@babel/helper-simple-access@^7.20.2":
320+
version "7.20.2"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
322+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
323+
dependencies:
324+
"@babel/types" "^7.20.2"
325+
280326
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
281327
version "7.18.9"
282328
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz#778d87b3a758d90b471e7b9918f34a9a02eb5818"
@@ -296,6 +342,11 @@
296342
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
297343
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
298344

345+
"@babel/helper-string-parser@^7.19.4":
346+
version "7.19.4"
347+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
348+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
349+
299350
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
300351
version "7.19.1"
301352
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
@@ -316,7 +367,7 @@
316367
"@babel/traverse" "^7.19.0"
317368
"@babel/types" "^7.19.0"
318369

319-
"@babel/helpers@^7.12.5", "@babel/helpers@^7.17.2", "@babel/helpers@^7.19.0":
370+
"@babel/helpers@^7.12.5", "@babel/helpers@^7.19.0":
320371
version "7.19.0"
321372
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.19.0.tgz#f30534657faf246ae96551d88dd31e9d1fa1fc18"
322373
integrity sha512-DRBCKGwIEdqY3+rPJgG/dKfQy9+08rHIAJx8q2p+HSWP87s2HCrQmaAMMyMll2kIXKCW0cO1RdQskx15Xakftg==
@@ -325,6 +376,15 @@
325376
"@babel/traverse" "^7.19.0"
326377
"@babel/types" "^7.19.0"
327378

379+
"@babel/helpers@^7.20.7":
380+
version "7.20.7"
381+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
382+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
383+
dependencies:
384+
"@babel/template" "^7.20.7"
385+
"@babel/traverse" "^7.20.7"
386+
"@babel/types" "^7.20.7"
387+
328388
"@babel/highlight@^7.18.6":
329389
version "7.18.6"
330390
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.18.6.tgz#81158601e93e2563795adcbfbdf5d64be3f2ecdf"
@@ -334,11 +394,16 @@
334394
chalk "^2.0.0"
335395
js-tokens "^4.0.0"
336396

337-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.17.3", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
397+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7", "@babel/parser@^7.13.12", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.6.0", "@babel/parser@^7.9.6":
338398
version "7.19.3"
339399
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
340400
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
341401

402+
"@babel/parser@^7.20.7":
403+
version "7.20.7"
404+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
405+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
406+
342407
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
343408
version "7.18.6"
344409
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"
@@ -1144,7 +1209,7 @@
11441209
dependencies:
11451210
regenerator-runtime "^0.13.2"
11461211

1147-
"@babel/template@^7.12.7", "@babel/template@^7.16.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
1212+
"@babel/template@^7.12.7", "@babel/template@^7.18.10", "@babel/template@^7.3.3":
11481213
version "7.18.10"
11491214
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
11501215
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
@@ -1153,7 +1218,16 @@
11531218
"@babel/parser" "^7.18.10"
11541219
"@babel/types" "^7.18.10"
11551220

1156-
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.17.3", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
1221+
"@babel/template@^7.20.7":
1222+
version "7.20.7"
1223+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1224+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
1225+
dependencies:
1226+
"@babel/code-frame" "^7.18.6"
1227+
"@babel/parser" "^7.20.7"
1228+
"@babel/types" "^7.20.7"
1229+
1230+
"@babel/traverse@^7.1.6", "@babel/traverse@^7.12.11", "@babel/traverse@^7.12.9", "@babel/traverse@^7.13.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.2":
11571231
version "7.19.3"
11581232
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
11591233
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
@@ -1169,7 +1243,23 @@
11691243
debug "^4.1.0"
11701244
globals "^11.1.0"
11711245

1172-
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.17.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
1246+
"@babel/traverse@^7.20.7":
1247+
version "7.20.7"
1248+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c"
1249+
integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A==
1250+
dependencies:
1251+
"@babel/code-frame" "^7.18.6"
1252+
"@babel/generator" "^7.20.7"
1253+
"@babel/helper-environment-visitor" "^7.18.9"
1254+
"@babel/helper-function-name" "^7.19.0"
1255+
"@babel/helper-hoist-variables" "^7.18.6"
1256+
"@babel/helper-split-export-declaration" "^7.18.6"
1257+
"@babel/parser" "^7.20.7"
1258+
"@babel/types" "^7.20.7"
1259+
debug "^4.1.0"
1260+
globals "^11.1.0"
1261+
1262+
"@babel/types@^7.0.0", "@babel/types@^7.12.11", "@babel/types@^7.12.7", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.8", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.19.3", "@babel/types@^7.2.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.6.1", "@babel/types@^7.9.6":
11731263
version "7.19.3"
11741264
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.3.tgz#fc420e6bbe54880bce6779ffaf315f5e43ec9624"
11751265
integrity sha512-hGCaQzIY22DJlDh9CH7NOxgKkFjBk0Cw9xDO1Xmh2151ti7wiGfQ3LauXzL4HP1fmFlTX6XjpRETTpUcv7wQLw==
@@ -1178,6 +1268,15 @@
11781268
"@babel/helper-validator-identifier" "^7.19.1"
11791269
to-fast-properties "^2.0.0"
11801270

1271+
"@babel/types@^7.20.2", "@babel/types@^7.20.7":
1272+
version "7.20.7"
1273+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1274+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
1275+
dependencies:
1276+
"@babel/helper-string-parser" "^7.19.4"
1277+
"@babel/helper-validator-identifier" "^7.19.1"
1278+
to-fast-properties "^2.0.0"
1279+
11811280
"@bcoe/v8-coverage@^0.2.3":
11821281
version "0.2.3"
11831282
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)