Skip to content

Commit e572bf8

Browse files
chore(deps): bump @babel/traverse in /examples/example-app-v17 (#2199)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.13 to 7.23.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.23.7/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcf39a2 commit e572bf8

File tree

1 file changed

+73
-50
lines changed

1 file changed

+73
-50
lines changed

examples/example-app-v17/yarn.lock

Lines changed: 73 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,16 @@ __metadata:
372372
languageName: node
373373
linkType: hard
374374

375+
"@babel/code-frame@npm:^7.23.5":
376+
version: 7.23.5
377+
resolution: "@babel/code-frame@npm:7.23.5"
378+
dependencies:
379+
"@babel/highlight": ^7.23.4
380+
chalk: ^2.4.2
381+
checksum: d90981fdf56a2824a9b14d19a4c0e8db93633fd488c772624b4e83e0ceac6039a27cd298a247c3214faa952bf803ba23696172ae7e7235f3b97f43ba278c569a
382+
languageName: node
383+
linkType: hard
384+
375385
"@babel/compat-data@npm:^7.20.5":
376386
version: 7.20.10
377387
resolution: "@babel/compat-data@npm:7.20.10"
@@ -455,6 +465,18 @@ __metadata:
455465
languageName: node
456466
linkType: hard
457467

468+
"@babel/generator@npm:^7.23.6":
469+
version: 7.23.6
470+
resolution: "@babel/generator@npm:7.23.6"
471+
dependencies:
472+
"@babel/types": ^7.23.6
473+
"@jridgewell/gen-mapping": ^0.3.2
474+
"@jridgewell/trace-mapping": ^0.3.17
475+
jsesc: ^2.5.1
476+
checksum: 1a1a1c4eac210f174cd108d479464d053930a812798e09fee069377de39a893422df5b5b146199ead7239ae6d3a04697b45fc9ac6e38e0f6b76374390f91fc6c
477+
languageName: node
478+
linkType: hard
479+
458480
"@babel/helper-annotate-as-pure@npm:7.22.5, @babel/helper-annotate-as-pure@npm:^7.22.5":
459481
version: 7.22.5
460482
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
@@ -583,16 +605,6 @@ __metadata:
583605
languageName: node
584606
linkType: hard
585607

586-
"@babel/helper-function-name@npm:^7.19.0":
587-
version: 7.19.0
588-
resolution: "@babel/helper-function-name@npm:7.19.0"
589-
dependencies:
590-
"@babel/template": ^7.18.10
591-
"@babel/types": ^7.19.0
592-
checksum: eac1f5db428ba546270c2b8d750c24eb528b8fcfe50c81de2e0bdebf0e20f24bec688d4331533b782e4a907fad435244621ca2193cfcf80a86731299840e0f6e
593-
languageName: node
594-
linkType: hard
595-
596608
"@babel/helper-function-name@npm:^7.22.5, @babel/helper-function-name@npm:^7.23.0":
597609
version: 7.23.0
598610
resolution: "@babel/helper-function-name@npm:7.23.0"
@@ -603,15 +615,6 @@ __metadata:
603615
languageName: node
604616
linkType: hard
605617

606-
"@babel/helper-hoist-variables@npm:^7.18.6":
607-
version: 7.18.6
608-
resolution: "@babel/helper-hoist-variables@npm:7.18.6"
609-
dependencies:
610-
"@babel/types": ^7.18.6
611-
checksum: fd9c35bb435fda802bf9ff7b6f2df06308a21277c6dec2120a35b09f9de68f68a33972e2c15505c1a1a04b36ec64c9ace97d4a9e26d6097b76b4396b7c5fa20f
612-
languageName: node
613-
linkType: hard
614-
615618
"@babel/helper-hoist-variables@npm:^7.22.5":
616619
version: 7.22.5
617620
resolution: "@babel/helper-hoist-variables@npm:7.22.5"
@@ -787,6 +790,13 @@ __metadata:
787790
languageName: node
788791
linkType: hard
789792

793+
"@babel/helper-string-parser@npm:^7.23.4":
794+
version: 7.23.4
795+
resolution: "@babel/helper-string-parser@npm:7.23.4"
796+
checksum: c0641144cf1a7e7dc93f3d5f16d5327465b6cf5d036b48be61ecba41e1eece161b48f46b7f960951b67f8c3533ce506b16dece576baef4d8b3b49f8c65410f90
797+
languageName: node
798+
linkType: hard
799+
790800
"@babel/helper-validator-identifier@npm:^7.18.6, @babel/helper-validator-identifier@npm:^7.19.1":
791801
version: 7.19.1
792802
resolution: "@babel/helper-validator-identifier@npm:7.19.1"
@@ -870,7 +880,18 @@ __metadata:
870880
languageName: node
871881
linkType: hard
872882

873-
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.13, @babel/parser@npm:^7.20.7":
883+
"@babel/highlight@npm:^7.23.4":
884+
version: 7.23.4
885+
resolution: "@babel/highlight@npm:7.23.4"
886+
dependencies:
887+
"@babel/helper-validator-identifier": ^7.22.20
888+
chalk: ^2.4.2
889+
js-tokens: ^4.0.0
890+
checksum: 643acecdc235f87d925979a979b539a5d7d1f31ae7db8d89047269082694122d11aa85351304c9c978ceeb6d250591ccadb06c366f358ccee08bb9c122476b89
891+
languageName: node
892+
linkType: hard
893+
894+
"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.14.7, @babel/parser@npm:^7.20.7":
874895
version: 7.20.13
875896
resolution: "@babel/parser@npm:7.20.13"
876897
bin:
@@ -888,6 +909,15 @@ __metadata:
888909
languageName: node
889910
linkType: hard
890911

912+
"@babel/parser@npm:^7.23.6":
913+
version: 7.23.6
914+
resolution: "@babel/parser@npm:7.23.6"
915+
bin:
916+
parser: ./bin/babel-parser.js
917+
checksum: 140801c43731a6c41fd193f5c02bc71fd647a0360ca616b23d2db8be4b9739b9f951a03fc7c2db4f9b9214f4b27c1074db0f18bc3fa653783082d5af7c8860d5
918+
languageName: node
919+
linkType: hard
920+
891921
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:^7.22.15":
892922
version: 7.22.15
893923
resolution: "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@npm:7.22.15"
@@ -1877,7 +1907,7 @@ __metadata:
18771907
languageName: node
18781908
linkType: hard
18791909

1880-
"@babel/template@npm:^7.18.10, @babel/template@npm:^7.20.7, @babel/template@npm:^7.3.3":
1910+
"@babel/template@npm:^7.20.7, @babel/template@npm:^7.3.3":
18811911
version: 7.20.7
18821912
resolution: "@babel/template@npm:7.20.7"
18831913
dependencies:
@@ -1899,43 +1929,25 @@ __metadata:
18991929
languageName: node
19001930
linkType: hard
19011931

1902-
"@babel/traverse@npm:^7.20.10, @babel/traverse@npm:^7.20.12, @babel/traverse@npm:^7.20.13":
1903-
version: 7.20.13
1904-
resolution: "@babel/traverse@npm:7.20.13"
1932+
"@babel/traverse@npm:^7.20.10, @babel/traverse@npm:^7.20.12, @babel/traverse@npm:^7.20.13, @babel/traverse@npm:^7.23.2":
1933+
version: 7.23.7
1934+
resolution: "@babel/traverse@npm:7.23.7"
19051935
dependencies:
1906-
"@babel/code-frame": ^7.18.6
1907-
"@babel/generator": ^7.20.7
1908-
"@babel/helper-environment-visitor": ^7.18.9
1909-
"@babel/helper-function-name": ^7.19.0
1910-
"@babel/helper-hoist-variables": ^7.18.6
1911-
"@babel/helper-split-export-declaration": ^7.18.6
1912-
"@babel/parser": ^7.20.13
1913-
"@babel/types": ^7.20.7
1914-
debug: ^4.1.0
1915-
globals: ^11.1.0
1916-
checksum: 30ca6e0bd18233fda48fa09315efd14dfc61dcf5b8fa3712b343bfc61b32bc63b5e85ea1773cc9576c9b293b96f46b4589aaeb0a52e1f3eeac4edc076d049fc7
1917-
languageName: node
1918-
linkType: hard
1919-
1920-
"@babel/traverse@npm:^7.23.2":
1921-
version: 7.23.2
1922-
resolution: "@babel/traverse@npm:7.23.2"
1923-
dependencies:
1924-
"@babel/code-frame": ^7.22.13
1925-
"@babel/generator": ^7.23.0
1936+
"@babel/code-frame": ^7.23.5
1937+
"@babel/generator": ^7.23.6
19261938
"@babel/helper-environment-visitor": ^7.22.20
19271939
"@babel/helper-function-name": ^7.23.0
19281940
"@babel/helper-hoist-variables": ^7.22.5
19291941
"@babel/helper-split-export-declaration": ^7.22.6
1930-
"@babel/parser": ^7.23.0
1931-
"@babel/types": ^7.23.0
1932-
debug: ^4.1.0
1942+
"@babel/parser": ^7.23.6
1943+
"@babel/types": ^7.23.6
1944+
debug: ^4.3.1
19331945
globals: ^11.1.0
1934-
checksum: 26a1eea0dde41ab99dde8b9773a013a0dc50324e5110a049f5d634e721ff08afffd54940b3974a20308d7952085ac769689369e9127dea655f868c0f6e1ab35d
1946+
checksum: d4a7afb922361f710efc97b1e25ec343fab8b2a4ddc81ca84f9a153f22d4482112cba8f263774be8d297918b6c4767c7a98988ab4e53ac73686c986711dd002e
19351947
languageName: node
19361948
linkType: hard
19371949

1938-
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.19.0, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
1950+
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.6, @babel/types@npm:^7.20.2, @babel/types@npm:^7.20.7, @babel/types@npm:^7.3.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4, @babel/types@npm:^7.8.3":
19391951
version: 7.20.7
19401952
resolution: "@babel/types@npm:7.20.7"
19411953
dependencies:
@@ -1957,6 +1969,17 @@ __metadata:
19571969
languageName: node
19581970
linkType: hard
19591971

1972+
"@babel/types@npm:^7.23.6":
1973+
version: 7.23.6
1974+
resolution: "@babel/types@npm:7.23.6"
1975+
dependencies:
1976+
"@babel/helper-string-parser": ^7.23.4
1977+
"@babel/helper-validator-identifier": ^7.22.20
1978+
to-fast-properties: ^2.0.0
1979+
checksum: 68187dbec0d637f79bc96263ac95ec8b06d424396678e7e225492be866414ce28ebc918a75354d4c28659be6efe30020b4f0f6df81cc418a2d30645b690a8de0
1980+
languageName: node
1981+
linkType: hard
1982+
19601983
"@bcoe/v8-coverage@npm:^0.2.3":
19611984
version: 0.2.3
19621985
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -5090,7 +5113,7 @@ __metadata:
50905113
languageName: node
50915114
linkType: hard
50925115

5093-
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:~4.3.1, debug@npm:~4.3.2":
5116+
"debug@npm:4, debug@npm:^4.1.0, debug@npm:^4.1.1, debug@npm:^4.3.1, debug@npm:^4.3.3, debug@npm:^4.3.4, debug@npm:~4.3.1, debug@npm:~4.3.2":
50945117
version: 4.3.4
50955118
resolution: "debug@npm:4.3.4"
50965119
dependencies:

0 commit comments

Comments
 (0)