Skip to content

Commit e21c498

Browse files
chore(deps): bump @babel/traverse from 7.19.3 to 7.23.2 in /example (#139)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.19.3 to 7.23.2. - [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.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 973d21c commit e21c498

File tree

1 file changed

+115
-17
lines changed

1 file changed

+115
-17
lines changed

example/yarn.lock

Lines changed: 115 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@
8383
dependencies:
8484
"@babel/highlight" "^7.18.6"
8585

86+
"@babel/code-frame@^7.22.13":
87+
version "7.22.13"
88+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
89+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
90+
dependencies:
91+
"@babel/highlight" "^7.22.13"
92+
chalk "^2.4.2"
93+
8694
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.18.8", "@babel/compat-data@^7.19.3":
8795
version "7.19.3"
8896
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.19.3.tgz#707b939793f867f5a73b2666e6d9a3396eb03151"
@@ -118,6 +126,16 @@
118126
"@jridgewell/gen-mapping" "^0.3.2"
119127
jsesc "^2.5.1"
120128

129+
"@babel/generator@^7.23.0":
130+
version "7.23.0"
131+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
132+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
133+
dependencies:
134+
"@babel/types" "^7.23.0"
135+
"@jridgewell/gen-mapping" "^0.3.2"
136+
"@jridgewell/trace-mapping" "^0.3.17"
137+
jsesc "^2.5.1"
138+
121139
"@babel/helper-annotate-as-pure@^7.18.6":
122140
version "7.18.6"
123141
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz#eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb"
@@ -181,6 +199,11 @@
181199
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
182200
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
183201

202+
"@babel/helper-environment-visitor@^7.22.20":
203+
version "7.22.20"
204+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
205+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
206+
184207
"@babel/helper-explode-assignable-expression@^7.18.6":
185208
version "7.18.6"
186209
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
@@ -196,12 +219,20 @@
196219
"@babel/template" "^7.18.10"
197220
"@babel/types" "^7.19.0"
198221

199-
"@babel/helper-hoist-variables@^7.18.6":
200-
version "7.18.6"
201-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
202-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
222+
"@babel/helper-function-name@^7.23.0":
223+
version "7.23.0"
224+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
225+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
203226
dependencies:
204-
"@babel/types" "^7.18.6"
227+
"@babel/template" "^7.22.15"
228+
"@babel/types" "^7.23.0"
229+
230+
"@babel/helper-hoist-variables@^7.22.5":
231+
version "7.22.5"
232+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
233+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
234+
dependencies:
235+
"@babel/types" "^7.22.5"
205236

206237
"@babel/helper-member-expression-to-functions@^7.18.9":
207238
version "7.18.9"
@@ -285,16 +316,33 @@
285316
dependencies:
286317
"@babel/types" "^7.18.6"
287318

319+
"@babel/helper-split-export-declaration@^7.22.6":
320+
version "7.22.6"
321+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
322+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
323+
dependencies:
324+
"@babel/types" "^7.22.5"
325+
288326
"@babel/helper-string-parser@^7.18.10":
289327
version "7.18.10"
290328
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz#181f22d28ebe1b3857fa575f5c290b1aaf659b56"
291329
integrity sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==
292330

331+
"@babel/helper-string-parser@^7.22.5":
332+
version "7.22.5"
333+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
334+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
335+
293336
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
294337
version "7.19.1"
295338
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
296339
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
297340

341+
"@babel/helper-validator-identifier@^7.22.20":
342+
version "7.22.20"
343+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
344+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
345+
298346
"@babel/helper-validator-option@^7.18.6":
299347
version "7.18.6"
300348
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz#bf0d2b5a509b1f336099e4ff36e1a63aa5db4db8"
@@ -328,11 +376,25 @@
328376
chalk "^2.0.0"
329377
js-tokens "^4.0.0"
330378

379+
"@babel/highlight@^7.22.13":
380+
version "7.22.20"
381+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
382+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
383+
dependencies:
384+
"@babel/helper-validator-identifier" "^7.22.20"
385+
chalk "^2.4.2"
386+
js-tokens "^4.0.0"
387+
331388
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.19.3", "@babel/parser@^7.7.0":
332389
version "7.19.3"
333390
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.19.3.tgz#8dd36d17c53ff347f9e55c328710321b49479a9a"
334391
integrity sha512-pJ9xOlNWHiy9+FuFP09DEAFbAn4JskgRsVcc169w2xRBC3FRGuQEwjeIMMND9L2zc0iEhO/tGv4Zq+km+hxNpQ==
335392

393+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
394+
version "7.23.0"
395+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
396+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
397+
336398
"@babel/plugin-proposal-class-properties@^7.0.0", "@babel/plugin-proposal-class-properties@^7.13.0":
337399
version "7.18.6"
338400
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
@@ -791,19 +853,28 @@
791853
"@babel/parser" "^7.18.10"
792854
"@babel/types" "^7.18.10"
793855

794-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
795-
version "7.19.3"
796-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.19.3.tgz#3a3c5348d4988ba60884e8494b0592b2f15a04b4"
797-
integrity sha512-qh5yf6149zhq2sgIXmwjnsvmnNQC2iw70UFjp4olxucKrWd/dvlUsBI88VSLUsnMNF7/vnOiA+nk1+yLoCqROQ==
856+
"@babel/template@^7.22.15":
857+
version "7.22.15"
858+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
859+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
798860
dependencies:
799-
"@babel/code-frame" "^7.18.6"
800-
"@babel/generator" "^7.19.3"
801-
"@babel/helper-environment-visitor" "^7.18.9"
802-
"@babel/helper-function-name" "^7.19.0"
803-
"@babel/helper-hoist-variables" "^7.18.6"
804-
"@babel/helper-split-export-declaration" "^7.18.6"
805-
"@babel/parser" "^7.19.3"
806-
"@babel/types" "^7.19.3"
861+
"@babel/code-frame" "^7.22.13"
862+
"@babel/parser" "^7.22.15"
863+
"@babel/types" "^7.22.15"
864+
865+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.19.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.19.3", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
866+
version "7.23.2"
867+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
868+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
869+
dependencies:
870+
"@babel/code-frame" "^7.22.13"
871+
"@babel/generator" "^7.23.0"
872+
"@babel/helper-environment-visitor" "^7.22.20"
873+
"@babel/helper-function-name" "^7.23.0"
874+
"@babel/helper-hoist-variables" "^7.22.5"
875+
"@babel/helper-split-export-declaration" "^7.22.6"
876+
"@babel/parser" "^7.23.0"
877+
"@babel/types" "^7.23.0"
807878
debug "^4.1.0"
808879
globals "^11.1.0"
809880

@@ -816,6 +887,15 @@
816887
"@babel/helper-validator-identifier" "^7.19.1"
817888
to-fast-properties "^2.0.0"
818889

890+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
891+
version "7.23.0"
892+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
893+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
894+
dependencies:
895+
"@babel/helper-string-parser" "^7.22.5"
896+
"@babel/helper-validator-identifier" "^7.22.20"
897+
to-fast-properties "^2.0.0"
898+
819899
"@bcoe/v8-coverage@^0.2.3":
820900
version "0.2.3"
821901
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1097,6 +1177,11 @@
10971177
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
10981178
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
10991179

1180+
"@jridgewell/resolve-uri@^3.1.0":
1181+
version "3.1.1"
1182+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1183+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1184+
11001185
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
11011186
version "1.1.2"
11021187
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -1107,6 +1192,19 @@
11071192
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
11081193
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11091194

1195+
"@jridgewell/sourcemap-codec@^1.4.14":
1196+
version "1.4.15"
1197+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1198+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1199+
1200+
"@jridgewell/trace-mapping@^0.3.17":
1201+
version "0.3.20"
1202+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1203+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1204+
dependencies:
1205+
"@jridgewell/resolve-uri" "^3.1.0"
1206+
"@jridgewell/sourcemap-codec" "^1.4.14"
1207+
11101208
"@jridgewell/trace-mapping@^0.3.9":
11111209
version "0.3.16"
11121210
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.16.tgz#a7982f16c18cae02be36274365433e5b49d7b23f"

0 commit comments

Comments
 (0)