Skip to content

Commit 00db485

Browse files
Merge pull request #1956 from ember-cli/dependabot/npm_and_yarn/babel/traverse-7.23.2
build(deps): Bump @babel/traverse from 7.19.6 to 7.23.2
2 parents 3efc920 + ceb2d14 commit 00db485

File tree

1 file changed

+90
-36
lines changed

1 file changed

+90
-36
lines changed

yarn.lock

Lines changed: 90 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
dependencies:
2323
"@babel/highlight" "^7.18.6"
2424

25+
"@babel/code-frame@^7.22.13":
26+
version "7.22.13"
27+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29+
dependencies:
30+
"@babel/highlight" "^7.22.13"
31+
chalk "^2.4.2"
32+
2533
"@babel/code-frame@^7.22.5":
2634
version "7.22.5"
2735
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
@@ -73,6 +81,16 @@
7381
"@jridgewell/gen-mapping" "^0.3.2"
7482
jsesc "^2.5.1"
7583

84+
"@babel/generator@^7.23.0":
85+
version "7.23.0"
86+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
87+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
88+
dependencies:
89+
"@babel/types" "^7.23.0"
90+
"@jridgewell/gen-mapping" "^0.3.2"
91+
"@jridgewell/trace-mapping" "^0.3.17"
92+
jsesc "^2.5.1"
93+
7694
"@babel/helper-annotate-as-pure@^7.22.5":
7795
version "7.22.5"
7896
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -120,14 +138,6 @@
120138
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
121139
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
122140

123-
"@babel/helper-function-name@^7.19.0":
124-
version "7.19.0"
125-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
126-
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
127-
dependencies:
128-
"@babel/template" "^7.18.10"
129-
"@babel/types" "^7.19.0"
130-
131141
"@babel/helper-function-name@^7.22.5":
132142
version "7.22.5"
133143
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -136,12 +146,20 @@
136146
"@babel/template" "^7.22.5"
137147
"@babel/types" "^7.22.5"
138148

139-
"@babel/helper-hoist-variables@^7.18.6":
140-
version "7.18.6"
141-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
142-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
149+
"@babel/helper-function-name@^7.23.0":
150+
version "7.23.0"
151+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
152+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
143153
dependencies:
144-
"@babel/types" "^7.18.6"
154+
"@babel/template" "^7.22.15"
155+
"@babel/types" "^7.23.0"
156+
157+
"@babel/helper-hoist-variables@^7.22.5":
158+
version "7.22.5"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
160+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
161+
dependencies:
162+
"@babel/types" "^7.22.5"
145163

146164
"@babel/helper-member-expression-to-functions@^7.22.15":
147165
version "7.23.0"
@@ -261,6 +279,15 @@
261279
chalk "^2.0.0"
262280
js-tokens "^4.0.0"
263281

282+
"@babel/highlight@^7.22.13":
283+
version "7.22.20"
284+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
285+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
286+
dependencies:
287+
"@babel/helper-validator-identifier" "^7.22.20"
288+
chalk "^2.4.2"
289+
js-tokens "^4.0.0"
290+
264291
"@babel/highlight@^7.22.5":
265292
version "7.22.5"
266293
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -275,6 +302,11 @@
275302
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.6.tgz#b923430cb94f58a7eae8facbffa9efd19130e7f8"
276303
integrity sha512-h1IUp81s2JYJ3mRkdxJgs4UvmSsRvDrx5ICSJbPvtWYv5i1nTBGcBpnog+89rAFMwvvru6E5NUHdBe01UeSzYA==
277304

305+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
306+
version "7.23.0"
307+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
308+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
309+
278310
"@babel/parser@^7.22.5":
279311
version "7.22.5"
280312
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.5.tgz#721fd042f3ce1896238cf1b341c77eb7dee7dbea"
@@ -413,6 +445,15 @@
413445
"@babel/parser" "^7.18.10"
414446
"@babel/types" "^7.18.10"
415447

448+
"@babel/template@^7.22.15":
449+
version "7.22.15"
450+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
451+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
452+
dependencies:
453+
"@babel/code-frame" "^7.22.13"
454+
"@babel/parser" "^7.22.15"
455+
"@babel/types" "^7.22.15"
456+
416457
"@babel/template@^7.22.5":
417458
version "7.22.5"
418459
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -423,22 +464,22 @@
423464
"@babel/types" "^7.22.5"
424465

425466
"@babel/traverse@^7.19.4", "@babel/traverse@^7.19.6", "@babel/traverse@^7.7.2":
426-
version "7.19.6"
427-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.6.tgz#7b4c865611df6d99cb131eec2e8ac71656a490dc"
428-
integrity sha512-6l5HrUCzFM04mfbG09AagtYyR2P0B71B1wN7PfSPiksDPz2k5H9CBC1tcZpz2M8OxbKTPccByoOJ22rUKbpmQQ==
467+
version "7.23.2"
468+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
469+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
429470
dependencies:
430-
"@babel/code-frame" "^7.18.6"
431-
"@babel/generator" "^7.19.6"
432-
"@babel/helper-environment-visitor" "^7.18.9"
433-
"@babel/helper-function-name" "^7.19.0"
434-
"@babel/helper-hoist-variables" "^7.18.6"
435-
"@babel/helper-split-export-declaration" "^7.18.6"
436-
"@babel/parser" "^7.19.6"
437-
"@babel/types" "^7.19.4"
471+
"@babel/code-frame" "^7.22.13"
472+
"@babel/generator" "^7.23.0"
473+
"@babel/helper-environment-visitor" "^7.22.20"
474+
"@babel/helper-function-name" "^7.23.0"
475+
"@babel/helper-hoist-variables" "^7.22.5"
476+
"@babel/helper-split-export-declaration" "^7.22.6"
477+
"@babel/parser" "^7.23.0"
478+
"@babel/types" "^7.23.0"
438479
debug "^4.1.0"
439480
globals "^11.1.0"
440481

441-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.0", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
482+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.19.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
442483
version "7.19.4"
443484
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7"
444485
integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==
@@ -447,6 +488,15 @@
447488
"@babel/helper-validator-identifier" "^7.19.1"
448489
to-fast-properties "^2.0.0"
449490

491+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
492+
version "7.23.0"
493+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
494+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
495+
dependencies:
496+
"@babel/helper-string-parser" "^7.22.5"
497+
"@babel/helper-validator-identifier" "^7.22.20"
498+
to-fast-properties "^2.0.0"
499+
450500
"@babel/types@^7.22.5":
451501
version "7.22.5"
452502
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -456,15 +506,6 @@
456506
"@babel/helper-validator-identifier" "^7.22.5"
457507
to-fast-properties "^2.0.0"
458508

459-
"@babel/types@^7.23.0":
460-
version "7.23.0"
461-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
462-
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
463-
dependencies:
464-
"@babel/helper-string-parser" "^7.22.5"
465-
"@babel/helper-validator-identifier" "^7.22.20"
466-
to-fast-properties "^2.0.0"
467-
468509
"@bcoe/v8-coverage@^0.2.3":
469510
version "0.2.3"
470511
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -847,6 +888,11 @@
847888
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
848889
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
849890

891+
"@jridgewell/resolve-uri@^3.1.0":
892+
version "3.1.1"
893+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
894+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
895+
850896
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
851897
version "1.1.2"
852898
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -857,7 +903,7 @@
857903
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
858904
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
859905

860-
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.15":
906+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14", "@jridgewell/sourcemap-codec@^1.4.15":
861907
version "1.4.15"
862908
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
863909
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
@@ -870,6 +916,14 @@
870916
"@jridgewell/resolve-uri" "3.1.0"
871917
"@jridgewell/sourcemap-codec" "1.4.14"
872918

919+
"@jridgewell/trace-mapping@^0.3.17":
920+
version "0.3.20"
921+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
922+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
923+
dependencies:
924+
"@jridgewell/resolve-uri" "^3.1.0"
925+
"@jridgewell/sourcemap-codec" "^1.4.14"
926+
873927
"@kwsites/file-exists@^1.1.1":
874928
version "1.1.1"
875929
resolved "https://registry.yarnpkg.com/@kwsites/file-exists/-/file-exists-1.1.1.tgz#ad1efcac13e1987d8dbaf235ef3be5b0d96faa99"
@@ -2126,7 +2180,7 @@ [email protected], chalk@^5.0.0, chalk@^5.0.1, chalk@^5.2.0:
21262180
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
21272181
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
21282182

2129-
chalk@^2.0.0, chalk@^2.4.1:
2183+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
21302184
version "2.4.2"
21312185
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
21322186
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)