Skip to content

Commit 02e2601

Browse files
depfu[bot]arghyaxcodes
authored andcommitted
Update all of babel7 to version 7.21.8
1 parent 8bf444a commit 02e2601

2 files changed

Lines changed: 93 additions & 114 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"unist-util-visit": "^2.0.3"
6666
},
6767
"devDependencies": {
68-
"@babel/core": "^7.21.3",
68+
"@babel/core": "^7.21.8",
6969
"@babel/plugin-transform-react-jsx": "^7.21.0",
7070
"@types/react": "^18.0.28",
7171
"@typescript-eslint/eslint-plugin": "^5.59.1",

yarn.lock

Lines changed: 92 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -128,15 +128,22 @@
128128
dependencies:
129129
"@babel/highlight" "^7.18.6"
130130

131+
"@babel/code-frame@^7.21.4":
132+
version "7.21.4"
133+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
134+
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
135+
dependencies:
136+
"@babel/highlight" "^7.18.6"
137+
131138
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
132139
version "7.17.10"
133140
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
134141
integrity sha512-GZt/TCsG70Ms19gfZO1tM4CVnXsPgEPBCpJu+Qz3L0LUDsY5nZqFZglIoPC1kIYOtNBZlrnFT+klg12vFGZXrw==
135142

136-
"@babel/compat-data@^7.20.5":
137-
version "7.20.10"
138-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.10.tgz#9d92fa81b87542fff50e848ed585b4212c1d34ec"
139-
integrity sha512-sEnuDPpOJR/fcafHMjpcpGN5M2jbUGUHwmuWKM/YdPzeEDJg8bgmbcWQFUfE32MQjti1koACvoPVsDe8Uq+idg==
143+
"@babel/compat-data@^7.21.5":
144+
version "7.21.7"
145+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.7.tgz#61caffb60776e49a57ba61a88f02bedd8714f6bc"
146+
integrity sha512-KYMqFYTaenzMK4yUtf4EW9wc4N9ef80FsbMtkwool5zpwl4YrT1SdWYSTRcT94KO4hannogdS+LxY7L+arP3gA==
140147

141148
"@babel/core@7.12.9":
142149
version "7.12.9"
@@ -181,21 +188,21 @@
181188
json5 "^2.2.1"
182189
semver "^6.3.0"
183190

184-
"@babel/core@^7.21.3":
185-
version "7.21.3"
186-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
187-
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
191+
"@babel/core@^7.21.8":
192+
version "7.21.8"
193+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.8.tgz#2a8c7f0f53d60100ba4c32470ba0281c92aa9aa4"
194+
integrity sha512-YeM22Sondbo523Sz0+CirSPnbj9bG3P0CdHcBZdqUuaeOaYEFbOLoGU7lebvGP6P5J/WE9wOn7u7C4J9HvS1xQ==
188195
dependencies:
189196
"@ampproject/remapping" "^2.2.0"
190-
"@babel/code-frame" "^7.18.6"
191-
"@babel/generator" "^7.21.3"
192-
"@babel/helper-compilation-targets" "^7.20.7"
193-
"@babel/helper-module-transforms" "^7.21.2"
194-
"@babel/helpers" "^7.21.0"
195-
"@babel/parser" "^7.21.3"
197+
"@babel/code-frame" "^7.21.4"
198+
"@babel/generator" "^7.21.5"
199+
"@babel/helper-compilation-targets" "^7.21.5"
200+
"@babel/helper-module-transforms" "^7.21.5"
201+
"@babel/helpers" "^7.21.5"
202+
"@babel/parser" "^7.21.8"
196203
"@babel/template" "^7.20.7"
197-
"@babel/traverse" "^7.21.3"
198-
"@babel/types" "^7.21.3"
204+
"@babel/traverse" "^7.21.5"
205+
"@babel/types" "^7.21.5"
199206
convert-source-map "^1.7.0"
200207
debug "^4.1.0"
201208
gensync "^1.0.0-beta.2"
@@ -220,22 +227,12 @@
220227
"@jridgewell/gen-mapping" "^0.3.0"
221228
jsesc "^2.5.1"
222229

223-
"@babel/generator@^7.21.0":
224-
version "7.21.1"
225-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
226-
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
227-
dependencies:
228-
"@babel/types" "^7.21.0"
229-
"@jridgewell/gen-mapping" "^0.3.2"
230-
"@jridgewell/trace-mapping" "^0.3.17"
231-
jsesc "^2.5.1"
232-
233-
"@babel/generator@^7.21.3":
234-
version "7.21.3"
235-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
236-
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
230+
"@babel/generator@^7.21.5":
231+
version "7.21.5"
232+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.5.tgz#c0c0e5449504c7b7de8236d99338c3e2a340745f"
233+
integrity sha512-SrKK/sRv8GesIW1bDagf9cCG38IOMYZusoe1dfg0D8aiUe3Amvoj1QtjTPAWcfrZFvIwlleLb0gxzQidL9w14w==
237234
dependencies:
238-
"@babel/types" "^7.21.3"
235+
"@babel/types" "^7.21.5"
239236
"@jridgewell/gen-mapping" "^0.3.2"
240237
"@jridgewell/trace-mapping" "^0.3.17"
241238
jsesc "^2.5.1"
@@ -272,13 +269,13 @@
272269
browserslist "^4.20.2"
273270
semver "^6.3.0"
274271

275-
"@babel/helper-compilation-targets@^7.20.7":
276-
version "7.20.7"
277-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
278-
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
272+
"@babel/helper-compilation-targets@^7.21.5":
273+
version "7.21.5"
274+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.5.tgz#631e6cc784c7b660417421349aac304c94115366"
275+
integrity sha512-1RkbFGUKex4lvsB9yhIfWltJM5cZKUftB2eNajaDv3dCMEp49iBG0K14uH8NnX9IPux2+mK7JGEOB0jn48/J6w==
279276
dependencies:
280-
"@babel/compat-data" "^7.20.5"
281-
"@babel/helper-validator-option" "^7.18.6"
277+
"@babel/compat-data" "^7.21.5"
278+
"@babel/helper-validator-option" "^7.21.0"
282279
browserslist "^4.21.3"
283280
lru-cache "^5.1.1"
284281
semver "^6.3.0"
@@ -323,10 +320,10 @@
323320
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
324321
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
325322

326-
"@babel/helper-environment-visitor@^7.18.9":
327-
version "7.18.9"
328-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
329-
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
323+
"@babel/helper-environment-visitor@^7.21.5":
324+
version "7.21.5"
325+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
326+
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
330327

331328
"@babel/helper-explode-assignable-expression@^7.16.7":
332329
version "7.16.7"
@@ -386,6 +383,13 @@
386383
dependencies:
387384
"@babel/types" "^7.18.6"
388385

386+
"@babel/helper-module-imports@^7.21.4":
387+
version "7.21.4"
388+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.21.4.tgz#ac88b2f76093637489e718a90cec6cf8a9b029af"
389+
integrity sha512-orajc5T2PsRYUN3ZryCEFeMDYwyw09c/pZeaQEZPH0MpKzSvn3e0uXsDBu3k03VI+9DBiRo+l22BfKTpKwa/Wg==
390+
dependencies:
391+
"@babel/types" "^7.21.4"
392+
389393
"@babel/helper-module-transforms@^7.12.1", "@babel/helper-module-transforms@^7.18.0":
390394
version "7.18.0"
391395
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.18.0.tgz#baf05dec7a5875fb9235bd34ca18bad4e21221cd"
@@ -400,19 +404,19 @@
400404
"@babel/traverse" "^7.18.0"
401405
"@babel/types" "^7.18.0"
402406

403-
"@babel/helper-module-transforms@^7.21.2":
404-
version "7.21.2"
405-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
406-
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
407+
"@babel/helper-module-transforms@^7.21.5":
408+
version "7.21.5"
409+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.5.tgz#d937c82e9af68d31ab49039136a222b17ac0b420"
410+
integrity sha512-bI2Z9zBGY2q5yMHoBvJ2a9iX3ZOAzJPm7Q8Yz6YeoUjU/Cvhmi2G4QyTNyPBqqXSgTjUxRg3L0xV45HvkNWWBw==
407411
dependencies:
408-
"@babel/helper-environment-visitor" "^7.18.9"
409-
"@babel/helper-module-imports" "^7.18.6"
410-
"@babel/helper-simple-access" "^7.20.2"
412+
"@babel/helper-environment-visitor" "^7.21.5"
413+
"@babel/helper-module-imports" "^7.21.4"
414+
"@babel/helper-simple-access" "^7.21.5"
411415
"@babel/helper-split-export-declaration" "^7.18.6"
412416
"@babel/helper-validator-identifier" "^7.19.1"
413417
"@babel/template" "^7.20.7"
414-
"@babel/traverse" "^7.21.2"
415-
"@babel/types" "^7.21.2"
418+
"@babel/traverse" "^7.21.5"
419+
"@babel/types" "^7.21.5"
416420

417421
"@babel/helper-optimise-call-expression@^7.16.7":
418422
version "7.16.7"
@@ -468,12 +472,12 @@
468472
dependencies:
469473
"@babel/types" "^7.18.2"
470474

471-
"@babel/helper-simple-access@^7.20.2":
472-
version "7.20.2"
473-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
474-
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
475+
"@babel/helper-simple-access@^7.21.5":
476+
version "7.21.5"
477+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.21.5.tgz#d697a7971a5c39eac32c7e63c0921c06c8a249ee"
478+
integrity sha512-ENPDAMC1wAjR0uaCUwliBdiSl1KBJAVnMTzXqi64c2MG8MPR6ii4qf7bSXDqSFbr4W6W028/rf5ivoHop5/mkg==
475479
dependencies:
476-
"@babel/types" "^7.20.2"
480+
"@babel/types" "^7.21.5"
477481

478482
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
479483
version "7.16.0"
@@ -501,6 +505,11 @@
501505
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
502506
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
503507

508+
"@babel/helper-string-parser@^7.21.5":
509+
version "7.21.5"
510+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
511+
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
512+
504513
"@babel/helper-validator-identifier@^7.16.7":
505514
version "7.16.7"
506515
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -521,10 +530,10 @@
521530
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
522531
integrity sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==
523532

524-
"@babel/helper-validator-option@^7.18.6":
525-
version "7.18.6"
526-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
527-
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
533+
"@babel/helper-validator-option@^7.21.0":
534+
version "7.21.0"
535+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
536+
integrity sha512-rmL/B8/f0mKS2baE9ZpyTcTavvEuWhTTW8amjzXNvYG4AwBsqTLikfXsEofsJEfKHf+HQVQbFOHy6o+4cnC/fQ==
528537

529538
"@babel/helper-wrap-function@^7.16.8":
530539
version "7.16.8"
@@ -545,14 +554,14 @@
545554
"@babel/traverse" "^7.18.2"
546555
"@babel/types" "^7.18.2"
547556

548-
"@babel/helpers@^7.21.0":
549-
version "7.21.0"
550-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.0.tgz#9dd184fb5599862037917cdc9eecb84577dc4e7e"
551-
integrity sha512-XXve0CBtOW0pd7MRzzmoyuSj0e3SEzj8pgyFxnTT1NJZL38BD1MK7yYrm8yefRPIDvNNe14xR4FdbHwpInD4rA==
557+
"@babel/helpers@^7.21.5":
558+
version "7.21.5"
559+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.21.5.tgz#5bac66e084d7a4d2d9696bdf0175a93f7fb63c08"
560+
integrity sha512-BSY+JSlHxOmGsPTydUkPf1MdMQ3M81x5xGCOVgWM3G8XH77sJ292Y2oqcp0CbbgxhqBuI46iUz1tT7hqP7EfgA==
552561
dependencies:
553562
"@babel/template" "^7.20.7"
554-
"@babel/traverse" "^7.21.0"
555-
"@babel/types" "^7.21.0"
563+
"@babel/traverse" "^7.21.5"
564+
"@babel/types" "^7.21.5"
556565

557566
"@babel/highlight@^7.16.7":
558567
version "7.17.12"
@@ -582,15 +591,10 @@
582591
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
583592
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
584593

585-
"@babel/parser@^7.21.0":
586-
version "7.21.1"
587-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.1.tgz#a8f81ee2fe872af23faea4b17a08fcc869de7bcc"
588-
integrity sha512-JzhBFpkuhBNYUY7qs+wTzNmyCWUHEaAFpQQD2YfU1rPL38/L43Wvid0fFkiOCnHvsGncRZgEPyGnltABLcVDTg==
589-
590-
"@babel/parser@^7.21.3":
591-
version "7.21.3"
592-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
593-
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
594+
"@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
595+
version "7.21.8"
596+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
597+
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
594598

595599
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
596600
version "7.17.12"
@@ -1398,35 +1402,19 @@
13981402
debug "^4.1.0"
13991403
globals "^11.1.0"
14001404

1401-
"@babel/traverse@^7.21.0":
1402-
version "7.21.0"
1403-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.0.tgz#0e1807abd5db98e6a19c204b80ed1e3f5bca0edc"
1404-
integrity sha512-Xdt2P1H4LKTO8ApPfnO1KmzYMFpp7D/EinoXzLYN/cHcBNrVCAkAtGUcXnHXrl/VGktureU6fkQrHSBE2URfoA==
1405+
"@babel/traverse@^7.21.5":
1406+
version "7.21.5"
1407+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
1408+
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
14051409
dependencies:
1406-
"@babel/code-frame" "^7.18.6"
1407-
"@babel/generator" "^7.21.0"
1408-
"@babel/helper-environment-visitor" "^7.18.9"
1410+
"@babel/code-frame" "^7.21.4"
1411+
"@babel/generator" "^7.21.5"
1412+
"@babel/helper-environment-visitor" "^7.21.5"
14091413
"@babel/helper-function-name" "^7.21.0"
14101414
"@babel/helper-hoist-variables" "^7.18.6"
14111415
"@babel/helper-split-export-declaration" "^7.18.6"
1412-
"@babel/parser" "^7.21.0"
1413-
"@babel/types" "^7.21.0"
1414-
debug "^4.1.0"
1415-
globals "^11.1.0"
1416-
1417-
"@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
1418-
version "7.21.3"
1419-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
1420-
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
1421-
dependencies:
1422-
"@babel/code-frame" "^7.18.6"
1423-
"@babel/generator" "^7.21.3"
1424-
"@babel/helper-environment-visitor" "^7.18.9"
1425-
"@babel/helper-function-name" "^7.21.0"
1426-
"@babel/helper-hoist-variables" "^7.18.6"
1427-
"@babel/helper-split-export-declaration" "^7.18.6"
1428-
"@babel/parser" "^7.21.3"
1429-
"@babel/types" "^7.21.3"
1416+
"@babel/parser" "^7.21.5"
1417+
"@babel/types" "^7.21.5"
14301418
debug "^4.1.0"
14311419
globals "^11.1.0"
14321420

@@ -1446,15 +1434,6 @@
14461434
"@babel/helper-validator-identifier" "^7.18.6"
14471435
to-fast-properties "^2.0.0"
14481436

1449-
"@babel/types@^7.20.2":
1450-
version "7.20.5"
1451-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1452-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1453-
dependencies:
1454-
"@babel/helper-string-parser" "^7.19.4"
1455-
"@babel/helper-validator-identifier" "^7.19.1"
1456-
to-fast-properties "^2.0.0"
1457-
14581437
"@babel/types@^7.20.7":
14591438
version "7.20.7"
14601439
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
@@ -1473,12 +1452,12 @@
14731452
"@babel/helper-validator-identifier" "^7.19.1"
14741453
to-fast-properties "^2.0.0"
14751454

1476-
"@babel/types@^7.21.2", "@babel/types@^7.21.3":
1477-
version "7.21.3"
1478-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
1479-
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
1455+
"@babel/types@^7.21.4", "@babel/types@^7.21.5":
1456+
version "7.21.5"
1457+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.5.tgz#18dfbd47c39d3904d5db3d3dc2cc80bedb60e5b6"
1458+
integrity sha512-m4AfNvVF2mVC/F7fDEdH2El3HzUg9It/XsCxZiOTTA3m3qYfcSVSbTfM6Q9xG+hYDniZssYhlXKKUMD5m8tF4Q==
14801459
dependencies:
1481-
"@babel/helper-string-parser" "^7.19.4"
1460+
"@babel/helper-string-parser" "^7.21.5"
14821461
"@babel/helper-validator-identifier" "^7.19.1"
14831462
to-fast-properties "^2.0.0"
14841463

0 commit comments

Comments
 (0)