Skip to content

Commit a85db42

Browse files
authored
Merge pull request #4312 from learningequality/dependabot/npm_and_yarn/babel/traverse-7.23.2
Bump @babel/traverse from 7.18.2 to 7.23.2
2 parents 6ae8aca + c2d81a2 commit a85db42

File tree

1 file changed

+102
-31
lines changed

1 file changed

+102
-31
lines changed

yarn.lock

Lines changed: 102 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,14 @@
4646
dependencies:
4747
"@babel/highlight" "^7.18.6"
4848

49+
"@babel/code-frame@^7.22.13":
50+
version "7.22.13"
51+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
52+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
53+
dependencies:
54+
"@babel/highlight" "^7.22.13"
55+
chalk "^2.4.2"
56+
4957
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
5058
version "7.17.10"
5159
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -117,6 +125,16 @@
117125
"@jridgewell/trace-mapping" "^0.3.17"
118126
jsesc "^2.5.1"
119127

128+
"@babel/generator@^7.23.0":
129+
version "7.23.0"
130+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
131+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
132+
dependencies:
133+
"@babel/types" "^7.23.0"
134+
"@jridgewell/gen-mapping" "^0.3.2"
135+
"@jridgewell/trace-mapping" "^0.3.17"
136+
jsesc "^2.5.1"
137+
120138
"@babel/helper-annotate-as-pure@^7.16.7":
121139
version "7.16.7"
122140
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -248,6 +266,11 @@
248266
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.21.5.tgz#c769afefd41d171836f7cb63e295bedf689d48ba"
249267
integrity sha512-IYl4gZ3ETsWocUWgsFZLM5i1BYx9SoemminVEXadgLBa9TdeorzgLKm8wWLA6J1N/kT3Kch8XIk1laNzYoHKvQ==
250268

269+
"@babel/helper-environment-visitor@^7.22.20":
270+
version "7.22.20"
271+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
272+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
273+
251274
"@babel/helper-explode-assignable-expression@^7.16.7":
252275
version "7.16.7"
253276
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -271,6 +294,14 @@
271294
"@babel/template" "^7.20.7"
272295
"@babel/types" "^7.21.0"
273296

297+
"@babel/helper-function-name@^7.23.0":
298+
version "7.23.0"
299+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
300+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
301+
dependencies:
302+
"@babel/template" "^7.22.15"
303+
"@babel/types" "^7.23.0"
304+
274305
"@babel/helper-hoist-variables@^7.16.7":
275306
version "7.16.7"
276307
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
@@ -285,6 +316,13 @@
285316
dependencies:
286317
"@babel/types" "^7.18.6"
287318

319+
"@babel/helper-hoist-variables@^7.22.5":
320+
version "7.22.5"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
322+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
323+
dependencies:
324+
"@babel/types" "^7.22.5"
325+
288326
"@babel/helper-member-expression-to-functions@^7.17.7":
289327
version "7.17.7"
290328
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.17.7.tgz#a34013b57d8542a8c4ff8ba3f747c02452a4d8c4"
@@ -449,11 +487,23 @@
449487
dependencies:
450488
"@babel/types" "^7.18.6"
451489

490+
"@babel/helper-split-export-declaration@^7.22.6":
491+
version "7.22.6"
492+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
493+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
494+
dependencies:
495+
"@babel/types" "^7.22.5"
496+
452497
"@babel/helper-string-parser@^7.21.5":
453498
version "7.21.5"
454499
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.21.5.tgz#2b3eea65443c6bdc31c22d037c65f6d323b6b2bd"
455500
integrity sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==
456501

502+
"@babel/helper-string-parser@^7.22.5":
503+
version "7.22.5"
504+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
505+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
506+
457507
"@babel/helper-validator-identifier@^7.16.7":
458508
version "7.16.7"
459509
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -464,6 +514,11 @@
464514
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
465515
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
466516

517+
"@babel/helper-validator-identifier@^7.22.20":
518+
version "7.22.20"
519+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
520+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
521+
467522
"@babel/helper-validator-option@^7.16.7":
468523
version "7.16.7"
469524
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -530,16 +585,30 @@
530585
chalk "^2.0.0"
531586
js-tokens "^4.0.0"
532587

588+
"@babel/highlight@^7.22.13":
589+
version "7.22.20"
590+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
591+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
592+
dependencies:
593+
"@babel/helper-validator-identifier" "^7.22.20"
594+
chalk "^2.4.2"
595+
js-tokens "^4.0.0"
596+
533597
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
534598
version "7.18.4"
535599
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
536600
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
537601

538-
"@babel/parser@^7.20.7", "@babel/parser@^7.21.5", "@babel/parser@^7.21.8":
602+
"@babel/parser@^7.20.7", "@babel/parser@^7.21.8":
539603
version "7.21.8"
540604
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8"
541605
integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA==
542606

607+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
608+
version "7.23.0"
609+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
610+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
611+
543612
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.17.12":
544613
version "7.17.12"
545614
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.17.12.tgz#1dca338caaefca368639c9ffb095afbd4d420b1e"
@@ -1688,35 +1757,28 @@
16881757
"@babel/parser" "^7.20.7"
16891758
"@babel/types" "^7.20.7"
16901759

1691-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
1692-
version "7.18.2"
1693-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
1694-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
1695-
dependencies:
1696-
"@babel/code-frame" "^7.16.7"
1697-
"@babel/generator" "^7.18.2"
1698-
"@babel/helper-environment-visitor" "^7.18.2"
1699-
"@babel/helper-function-name" "^7.17.9"
1700-
"@babel/helper-hoist-variables" "^7.16.7"
1701-
"@babel/helper-split-export-declaration" "^7.16.7"
1702-
"@babel/parser" "^7.18.0"
1703-
"@babel/types" "^7.18.2"
1704-
debug "^4.1.0"
1705-
globals "^11.1.0"
1706-
1707-
"@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
1708-
version "7.21.5"
1709-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.5.tgz#ad22361d352a5154b498299d523cf72998a4b133"
1710-
integrity sha512-AhQoI3YjWi6u/y/ntv7k48mcrCXmus0t79J9qPNlk/lAsFlCiJ047RmbfMOawySTHtywXhbXgpx/8nXMYd+oFw==
1711-
dependencies:
1712-
"@babel/code-frame" "^7.21.4"
1713-
"@babel/generator" "^7.21.5"
1714-
"@babel/helper-environment-visitor" "^7.21.5"
1715-
"@babel/helper-function-name" "^7.21.0"
1716-
"@babel/helper-hoist-variables" "^7.18.6"
1717-
"@babel/helper-split-export-declaration" "^7.18.6"
1718-
"@babel/parser" "^7.21.5"
1719-
"@babel/types" "^7.21.5"
1760+
"@babel/template@^7.22.15":
1761+
version "7.22.15"
1762+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1763+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1764+
dependencies:
1765+
"@babel/code-frame" "^7.22.13"
1766+
"@babel/parser" "^7.22.15"
1767+
"@babel/types" "^7.22.15"
1768+
1769+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.20.5", "@babel/traverse@^7.21.5", "@babel/traverse@^7.7.2":
1770+
version "7.23.2"
1771+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1772+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1773+
dependencies:
1774+
"@babel/code-frame" "^7.22.13"
1775+
"@babel/generator" "^7.23.0"
1776+
"@babel/helper-environment-visitor" "^7.22.20"
1777+
"@babel/helper-function-name" "^7.23.0"
1778+
"@babel/helper-hoist-variables" "^7.22.5"
1779+
"@babel/helper-split-export-declaration" "^7.22.6"
1780+
"@babel/parser" "^7.23.0"
1781+
"@babel/types" "^7.23.0"
17201782
debug "^4.1.0"
17211783
globals "^11.1.0"
17221784

@@ -1737,6 +1799,15 @@
17371799
"@babel/helper-validator-identifier" "^7.19.1"
17381800
to-fast-properties "^2.0.0"
17391801

1802+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1803+
version "7.23.0"
1804+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1805+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1806+
dependencies:
1807+
"@babel/helper-string-parser" "^7.22.5"
1808+
"@babel/helper-validator-identifier" "^7.22.20"
1809+
to-fast-properties "^2.0.0"
1810+
17401811
"@bcoe/v8-coverage@^0.2.3":
17411812
version "0.2.3"
17421813
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -4350,7 +4421,7 @@ chalk@^1.1.3:
43504421
strip-ansi "^3.0.0"
43514422
supports-color "^2.0.0"
43524423

4353-
chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1:
4424+
chalk@^2.0.0, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
43544425
version "2.4.2"
43554426
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
43564427
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)