Skip to content

Commit cf32d3b

Browse files
Bump @babel/core from 7.20.5 to 7.20.7 (#2451)
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.20.5 to 7.20.7. - [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.20.7/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be94dd0 commit cf32d3b

File tree

1 file changed

+70
-57
lines changed

1 file changed

+70
-57
lines changed

yarn.lock

Lines changed: 70 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -311,38 +311,38 @@
311311
dependencies:
312312
"@babel/highlight" "^7.18.6"
313313

314-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
314+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.1", "@babel/compat-data@^7.20.5":
315315
version "7.20.5"
316316
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
317317
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
318318

319319
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.13.16", "@babel/core@^7.14.0", "@babel/core@^7.19.6", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
320-
version "7.20.5"
321-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
322-
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
320+
version "7.20.7"
321+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.7.tgz#37072f951bd4d28315445f66e0ec9f6ae0c8c35f"
322+
integrity sha512-t1ZjCluspe5DW24bn2Rr1CDb2v9rn/hROtg9a2tmd0+QYf4bsloYfLQzjG4qHPNMhWtKdGC33R5AxGR2Af2cBw==
323323
dependencies:
324324
"@ampproject/remapping" "^2.1.0"
325325
"@babel/code-frame" "^7.18.6"
326-
"@babel/generator" "^7.20.5"
327-
"@babel/helper-compilation-targets" "^7.20.0"
328-
"@babel/helper-module-transforms" "^7.20.2"
329-
"@babel/helpers" "^7.20.5"
330-
"@babel/parser" "^7.20.5"
331-
"@babel/template" "^7.18.10"
332-
"@babel/traverse" "^7.20.5"
333-
"@babel/types" "^7.20.5"
326+
"@babel/generator" "^7.20.7"
327+
"@babel/helper-compilation-targets" "^7.20.7"
328+
"@babel/helper-module-transforms" "^7.20.7"
329+
"@babel/helpers" "^7.20.7"
330+
"@babel/parser" "^7.20.7"
331+
"@babel/template" "^7.20.7"
332+
"@babel/traverse" "^7.20.7"
333+
"@babel/types" "^7.20.7"
334334
convert-source-map "^1.7.0"
335335
debug "^4.1.0"
336336
gensync "^1.0.0-beta.2"
337337
json5 "^2.2.1"
338338
semver "^6.3.0"
339339

340-
"@babel/generator@^7.14.0", "@babel/generator@^7.20.5", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
341-
version "7.20.5"
342-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
343-
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
340+
"@babel/generator@^7.14.0", "@babel/generator@^7.20.7", "@babel/generator@^7.4.0", "@babel/generator@^7.7.2":
341+
version "7.20.7"
342+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.7.tgz#f8ef57c8242665c5929fe2e8d82ba75460187b4a"
343+
integrity sha512-7wqMOJq8doJMZmP4ApXTzLxSr7+oO2jroJURrVEp6XShrQUObV8Tq/D0NCcoYg2uHqUrjzO0zwBjoYzelxK+sw==
344344
dependencies:
345-
"@babel/types" "^7.20.5"
345+
"@babel/types" "^7.20.7"
346346
"@jridgewell/gen-mapping" "^0.3.2"
347347
jsesc "^2.5.1"
348348

@@ -361,14 +361,15 @@
361361
"@babel/helper-explode-assignable-expression" "^7.18.6"
362362
"@babel/types" "^7.18.9"
363363

364-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
365-
version "7.20.0"
366-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
367-
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
364+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0", "@babel/helper-compilation-targets@^7.20.7":
365+
version "7.20.7"
366+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
367+
integrity sha512-4tGORmfQcrc+bvrjb5y3dG9Mx1IOZjsHqQVUz7XCNHO+iTmqxWnVg3KRygjGmpRLJGdQSKuvFinbIb0CnZwHAQ==
368368
dependencies:
369-
"@babel/compat-data" "^7.20.0"
369+
"@babel/compat-data" "^7.20.5"
370370
"@babel/helper-validator-option" "^7.18.6"
371371
browserslist "^4.21.3"
372+
lru-cache "^5.1.1"
372373
semver "^6.3.0"
373374

374375
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.2", "@babel/helper-create-class-features-plugin@^7.20.5":
@@ -445,19 +446,19 @@
445446
dependencies:
446447
"@babel/types" "^7.18.6"
447448

448-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
449-
version "7.20.2"
450-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
451-
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
449+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.7":
450+
version "7.20.7"
451+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.7.tgz#7a6c9a1155bef55e914af574153069c9d9470c43"
452+
integrity sha512-FNdu7r67fqMUSVuQpFQGE6BPdhJIhitoxhGzDbAXNcA07uoVG37fOiMk3OSV8rEICuyG6t8LGkd9EE64qIEoIA==
452453
dependencies:
453454
"@babel/helper-environment-visitor" "^7.18.9"
454455
"@babel/helper-module-imports" "^7.18.6"
455456
"@babel/helper-simple-access" "^7.20.2"
456457
"@babel/helper-split-export-declaration" "^7.18.6"
457458
"@babel/helper-validator-identifier" "^7.19.1"
458-
"@babel/template" "^7.18.10"
459-
"@babel/traverse" "^7.20.1"
460-
"@babel/types" "^7.20.2"
459+
"@babel/template" "^7.20.7"
460+
"@babel/traverse" "^7.20.7"
461+
"@babel/types" "^7.20.7"
461462

462463
"@babel/helper-optimise-call-expression@^7.18.6":
463464
version "7.18.6"
@@ -538,14 +539,14 @@
538539
"@babel/traverse" "^7.20.5"
539540
"@babel/types" "^7.20.5"
540541

541-
"@babel/helpers@^7.20.5":
542-
version "7.20.6"
543-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
544-
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
542+
"@babel/helpers@^7.20.7":
543+
version "7.20.7"
544+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.7.tgz#04502ff0feecc9f20ecfaad120a18f011a8e6dce"
545+
integrity sha512-PBPjs5BppzsGaxHQCDKnZ6Gd9s6xl8bBCluz3vEInLGRJmnZan4F6BYCeqtyXqkk4W5IlPmjK4JlOuZkpJ3xZA==
545546
dependencies:
546-
"@babel/template" "^7.18.10"
547-
"@babel/traverse" "^7.20.5"
548-
"@babel/types" "^7.20.5"
547+
"@babel/template" "^7.20.7"
548+
"@babel/traverse" "^7.20.7"
549+
"@babel/types" "^7.20.7"
549550

550551
"@babel/highlight@^7.18.6":
551552
version "7.18.6"
@@ -561,10 +562,10 @@
561562
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
562563
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
563564

564-
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.4.3", "@babel/parser@^7.9.4":
565-
version "7.20.5"
566-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
567-
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
565+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.4", "@babel/parser@^7.20.7", "@babel/parser@^7.4.3", "@babel/parser@^7.9.4":
566+
version "7.20.7"
567+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.7.tgz#66fe23b3c8569220817d5feb8b9dcdc95bb4f71b"
568+
integrity sha512-T3Z9oHybU+0vZlY9CiDSJQTD5ZapcW18ZctFMi0MOAl/4BjFF4ul7NVSARLdbGO5vDqy9eQiGTV0LtKfvCYvcg==
568569

569570
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
570571
version "7.18.6"
@@ -1353,35 +1354,35 @@
13531354
dependencies:
13541355
regenerator-runtime "^0.13.11"
13551356

1356-
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
1357-
version "7.18.10"
1358-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
1359-
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
1357+
"@babel/template@^7.0.0", "@babel/template@^7.18.10", "@babel/template@^7.20.7", "@babel/template@^7.3.3", "@babel/template@^7.4.0":
1358+
version "7.20.7"
1359+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.20.7.tgz#a15090c2839a83b02aa996c0b4994005841fd5a8"
1360+
integrity sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==
13601361
dependencies:
13611362
"@babel/code-frame" "^7.18.6"
1362-
"@babel/parser" "^7.18.10"
1363-
"@babel/types" "^7.18.10"
1363+
"@babel/parser" "^7.20.7"
1364+
"@babel/types" "^7.20.7"
13641365

1365-
"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.2":
1366-
version "7.20.5"
1367-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
1368-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
1366+
"@babel/traverse@^7.12.5", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.4.3", "@babel/traverse@^7.7.2":
1367+
version "7.20.7"
1368+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.7.tgz#114f992fa989a390896ea72db5220780edab509c"
1369+
integrity sha512-xueOL5+ZKX2dJbg8z8o4f4uTRTqGDRjilva9D1hiRlayJbTY8jBRL+Ph67IeRTIE439/VifHk+Z4g0SwRtQE0A==
13691370
dependencies:
13701371
"@babel/code-frame" "^7.18.6"
1371-
"@babel/generator" "^7.20.5"
1372+
"@babel/generator" "^7.20.7"
13721373
"@babel/helper-environment-visitor" "^7.18.9"
13731374
"@babel/helper-function-name" "^7.19.0"
13741375
"@babel/helper-hoist-variables" "^7.18.6"
13751376
"@babel/helper-split-export-declaration" "^7.18.6"
1376-
"@babel/parser" "^7.20.5"
1377-
"@babel/types" "^7.20.5"
1377+
"@babel/parser" "^7.20.7"
1378+
"@babel/types" "^7.20.7"
13781379
debug "^4.1.0"
13791380
globals "^11.1.0"
13801381

1381-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1382-
version "7.20.5"
1383-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
1384-
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
1382+
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.0", "@babel/types@^7.4.4":
1383+
version "7.20.7"
1384+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.7.tgz#54ec75e252318423fc07fb644dc6a58a64c09b7f"
1385+
integrity sha512-69OnhBxSSgK0OzTJai4kyPDiKTIe3j+ctaHdIGVbRahTLAT7L3R9oeXHC2aVSuGYt3cVnoAMDmOCgJ2yaiLMvg==
13851386
dependencies:
13861387
"@babel/helper-string-parser" "^7.19.4"
13871388
"@babel/helper-validator-identifier" "^7.19.1"
@@ -10309,6 +10310,13 @@ lru-cache@^4.0.1:
1030910310
pseudomap "^1.0.2"
1031010311
yallist "^2.1.2"
1031110312

10313+
lru-cache@^5.1.1:
10314+
version "5.1.1"
10315+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
10316+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
10317+
dependencies:
10318+
yallist "^3.0.2"
10319+
1031210320
lru-cache@^6.0.0:
1031310321
version "6.0.0"
1031410322
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -14796,6 +14804,11 @@ yallist@^2.1.2:
1479614804
resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
1479714805
integrity sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==
1479814806

14807+
yallist@^3.0.2:
14808+
version "3.1.1"
14809+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
14810+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
14811+
1479914812
yallist@^4.0.0:
1480014813
version "4.0.0"
1480114814
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"

0 commit comments

Comments
 (0)