Skip to content

Commit 7fc0481

Browse files
authored
Merge pull request #729 from salesforcecli/dependabot-npm_and_yarn-babel-traverse-7.23.2
fix(deps): bump @babel/traverse from 7.18.2 to 7.23.2
2 parents a1c76cc + edb4794 commit 7fc0481

File tree

1 file changed

+130
-26
lines changed

1 file changed

+130
-26
lines changed

yarn.lock

Lines changed: 130 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
dependencies:
2323
"@babel/highlight" "^7.16.7"
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/compat-data@^7.17.10":
2634
version "7.17.10"
2735
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -57,6 +65,16 @@
5765
"@jridgewell/gen-mapping" "^0.3.0"
5866
jsesc "^2.5.1"
5967

68+
"@babel/generator@^7.23.0":
69+
version "7.23.0"
70+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
71+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
72+
dependencies:
73+
"@babel/types" "^7.23.0"
74+
"@jridgewell/gen-mapping" "^0.3.2"
75+
"@jridgewell/trace-mapping" "^0.3.17"
76+
jsesc "^2.5.1"
77+
6078
"@babel/helper-compilation-targets@^7.18.2":
6179
version "7.18.2"
6280
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.2.tgz#67a85a10cbd5fc7f1457fec2e7f45441dc6c754b"
@@ -67,25 +85,30 @@
6785
browserslist "^4.20.2"
6886
semver "^6.3.0"
6987

70-
"@babel/helper-environment-visitor@^7.16.7", "@babel/helper-environment-visitor@^7.18.2":
88+
"@babel/helper-environment-visitor@^7.16.7":
7189
version "7.18.2"
7290
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
7391
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
7492

75-
"@babel/helper-function-name@^7.17.9":
76-
version "7.17.9"
77-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz#136fcd54bc1da82fcb47565cf16fd8e444b1ff12"
78-
integrity sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==
93+
"@babel/helper-environment-visitor@^7.22.20":
94+
version "7.22.20"
95+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
96+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
97+
98+
"@babel/helper-function-name@^7.23.0":
99+
version "7.23.0"
100+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
101+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
79102
dependencies:
80-
"@babel/template" "^7.16.7"
81-
"@babel/types" "^7.17.0"
103+
"@babel/template" "^7.22.15"
104+
"@babel/types" "^7.23.0"
82105

83-
"@babel/helper-hoist-variables@^7.16.7":
84-
version "7.16.7"
85-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
86-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
106+
"@babel/helper-hoist-variables@^7.22.5":
107+
version "7.22.5"
108+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
109+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
87110
dependencies:
88-
"@babel/types" "^7.16.7"
111+
"@babel/types" "^7.22.5"
89112

90113
"@babel/helper-module-imports@^7.16.7":
91114
version "7.16.7"
@@ -122,11 +145,28 @@
122145
dependencies:
123146
"@babel/types" "^7.16.7"
124147

148+
"@babel/helper-split-export-declaration@^7.22.6":
149+
version "7.22.6"
150+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
151+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
152+
dependencies:
153+
"@babel/types" "^7.22.5"
154+
155+
"@babel/helper-string-parser@^7.22.5":
156+
version "7.22.5"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
158+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
159+
125160
"@babel/helper-validator-identifier@^7.16.7":
126161
version "7.16.7"
127162
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
128163
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
129164

165+
"@babel/helper-validator-identifier@^7.22.20":
166+
version "7.22.20"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
168+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
169+
130170
"@babel/helper-validator-option@^7.16.7":
131171
version "7.16.7"
132172
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -150,11 +190,25 @@
150190
chalk "^2.0.0"
151191
js-tokens "^4.0.0"
152192

193+
"@babel/highlight@^7.22.13":
194+
version "7.22.20"
195+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
196+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
197+
dependencies:
198+
"@babel/helper-validator-identifier" "^7.22.20"
199+
chalk "^2.4.2"
200+
js-tokens "^4.0.0"
201+
153202
"@babel/parser@^7.16.7", "@babel/parser@^7.18.0":
154203
version "7.18.4"
155204
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
156205
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
157206

207+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
208+
version "7.23.0"
209+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
210+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
211+
158212
"@babel/runtime-corejs3@^7.12.5":
159213
version "7.22.3"
160214
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.22.3.tgz#a684fb6b2eb987d9eb4ee7f1bba832473a29f0f1"
@@ -179,30 +233,48 @@
179233
"@babel/parser" "^7.16.7"
180234
"@babel/types" "^7.16.7"
181235

182-
"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
183-
version "7.18.2"
184-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
185-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
236+
"@babel/template@^7.22.15":
237+
version "7.22.15"
238+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
239+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
186240
dependencies:
187-
"@babel/code-frame" "^7.16.7"
188-
"@babel/generator" "^7.18.2"
189-
"@babel/helper-environment-visitor" "^7.18.2"
190-
"@babel/helper-function-name" "^7.17.9"
191-
"@babel/helper-hoist-variables" "^7.16.7"
192-
"@babel/helper-split-export-declaration" "^7.16.7"
193-
"@babel/parser" "^7.18.0"
194-
"@babel/types" "^7.18.2"
241+
"@babel/code-frame" "^7.22.13"
242+
"@babel/parser" "^7.22.15"
243+
"@babel/types" "^7.22.15"
244+
245+
"@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2":
246+
version "7.23.2"
247+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
248+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
249+
dependencies:
250+
"@babel/code-frame" "^7.22.13"
251+
"@babel/generator" "^7.23.0"
252+
"@babel/helper-environment-visitor" "^7.22.20"
253+
"@babel/helper-function-name" "^7.23.0"
254+
"@babel/helper-hoist-variables" "^7.22.5"
255+
"@babel/helper-split-export-declaration" "^7.22.6"
256+
"@babel/parser" "^7.23.0"
257+
"@babel/types" "^7.23.0"
195258
debug "^4.1.0"
196259
globals "^11.1.0"
197260

198-
"@babel/types@^7.16.7", "@babel/types@^7.17.0", "@babel/types@^7.18.0", "@babel/types@^7.18.2":
261+
"@babel/types@^7.16.7", "@babel/types@^7.18.0", "@babel/types@^7.18.2":
199262
version "7.18.4"
200263
resolved "https://registry.npmjs.org/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
201264
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
202265
dependencies:
203266
"@babel/helper-validator-identifier" "^7.16.7"
204267
to-fast-properties "^2.0.0"
205268

269+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
270+
version "7.23.0"
271+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
272+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
273+
dependencies:
274+
"@babel/helper-string-parser" "^7.22.5"
275+
"@babel/helper-validator-identifier" "^7.22.20"
276+
to-fast-properties "^2.0.0"
277+
206278
"@commitlint/cli@^17.1.2":
207279
version "17.4.2"
208280
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.2.tgz#8600c83abb7e84191fd59528fc14f436496fb00b"
@@ -532,21 +604,45 @@
532604
"@jridgewell/sourcemap-codec" "^1.4.10"
533605
"@jridgewell/trace-mapping" "^0.3.9"
534606

607+
"@jridgewell/gen-mapping@^0.3.2":
608+
version "0.3.3"
609+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
610+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
611+
dependencies:
612+
"@jridgewell/set-array" "^1.0.1"
613+
"@jridgewell/sourcemap-codec" "^1.4.10"
614+
"@jridgewell/trace-mapping" "^0.3.9"
615+
535616
"@jridgewell/resolve-uri@^3.0.3":
536617
version "3.0.7"
537618
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
538619
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
539620

621+
"@jridgewell/resolve-uri@^3.1.0":
622+
version "3.1.1"
623+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
624+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
625+
540626
"@jridgewell/set-array@^1.0.0":
541627
version "1.1.1"
542628
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
543629
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
544630

631+
"@jridgewell/set-array@^1.0.1":
632+
version "1.1.2"
633+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
634+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
635+
545636
"@jridgewell/sourcemap-codec@^1.4.10":
546637
version "1.4.13"
547638
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
548639
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
549640

641+
"@jridgewell/sourcemap-codec@^1.4.14":
642+
version "1.4.15"
643+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
644+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
645+
550646
"@jridgewell/trace-mapping@0.3.9":
551647
version "0.3.9"
552648
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
@@ -555,6 +651,14 @@
555651
"@jridgewell/resolve-uri" "^3.0.3"
556652
"@jridgewell/sourcemap-codec" "^1.4.10"
557653

654+
"@jridgewell/trace-mapping@^0.3.17":
655+
version "0.3.20"
656+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
657+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
658+
dependencies:
659+
"@jridgewell/resolve-uri" "^3.1.0"
660+
"@jridgewell/sourcemap-codec" "^1.4.14"
661+
558662
"@jridgewell/trace-mapping@^0.3.9":
559663
version "0.3.13"
560664
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
@@ -2490,7 +2594,7 @@ chai@^4.3.10, chai@^4.3.8:
24902594
pathval "^1.1.1"
24912595
type-detect "^4.0.8"
24922596

2493-
chalk@^2.0.0, chalk@^2.4.1:
2597+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
24942598
version "2.4.2"
24952599
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
24962600
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)