Skip to content

Commit 973d21c

Browse files
chore(deps): bump @babel/traverse from 7.18.2 to 7.23.2 in /fabric-example (#138)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.2 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 7e38784 commit 973d21c

File tree

1 file changed

+131
-19
lines changed

1 file changed

+131
-19
lines changed

fabric-example/yarn.lock

Lines changed: 131 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
dependencies:
2525
"@babel/highlight" "^7.16.7"
2626

27+
"@babel/code-frame@^7.22.13":
28+
version "7.22.13"
29+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
30+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
31+
dependencies:
32+
"@babel/highlight" "^7.22.13"
33+
chalk "^2.4.2"
34+
2735
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.17.10":
2836
version "7.17.10"
2937
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.17.10.tgz#711dc726a492dfc8be8220028b1b92482362baab"
@@ -59,6 +67,16 @@
5967
"@jridgewell/gen-mapping" "^0.3.0"
6068
jsesc "^2.5.1"
6169

70+
"@babel/generator@^7.23.0":
71+
version "7.23.0"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
73+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
74+
dependencies:
75+
"@babel/types" "^7.23.0"
76+
"@jridgewell/gen-mapping" "^0.3.2"
77+
"@jridgewell/trace-mapping" "^0.3.17"
78+
jsesc "^2.5.1"
79+
6280
"@babel/helper-annotate-as-pure@^7.16.7":
6381
version "7.16.7"
6482
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.7.tgz#bb2339a7534a9c128e3102024c60760a3a7f3862"
@@ -124,6 +142,11 @@
124142
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz#8a6d2dedb53f6bf248e31b4baf38739ee4a637bd"
125143
integrity sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==
126144

145+
"@babel/helper-environment-visitor@^7.22.20":
146+
version "7.22.20"
147+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
148+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
149+
127150
"@babel/helper-explode-assignable-expression@^7.16.7":
128151
version "7.16.7"
129152
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.7.tgz#12a6d8522fdd834f194e868af6354e8650242b7a"
@@ -139,12 +162,20 @@
139162
"@babel/template" "^7.16.7"
140163
"@babel/types" "^7.17.0"
141164

142-
"@babel/helper-hoist-variables@^7.16.7":
143-
version "7.16.7"
144-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
145-
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
165+
"@babel/helper-function-name@^7.23.0":
166+
version "7.23.0"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
168+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
146169
dependencies:
147-
"@babel/types" "^7.16.7"
170+
"@babel/template" "^7.22.15"
171+
"@babel/types" "^7.23.0"
172+
173+
"@babel/helper-hoist-variables@^7.22.5":
174+
version "7.22.5"
175+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
176+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
177+
dependencies:
178+
"@babel/types" "^7.22.5"
148179

149180
"@babel/helper-member-expression-to-functions@^7.17.7":
150181
version "7.17.7"
@@ -227,11 +258,28 @@
227258
dependencies:
228259
"@babel/types" "^7.16.7"
229260

261+
"@babel/helper-split-export-declaration@^7.22.6":
262+
version "7.22.6"
263+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
264+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
265+
dependencies:
266+
"@babel/types" "^7.22.5"
267+
268+
"@babel/helper-string-parser@^7.22.5":
269+
version "7.22.5"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
271+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
272+
230273
"@babel/helper-validator-identifier@^7.16.7":
231274
version "7.16.7"
232275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
233276
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
234277

278+
"@babel/helper-validator-identifier@^7.22.20":
279+
version "7.22.20"
280+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
281+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
282+
235283
"@babel/helper-validator-option@^7.16.7":
236284
version "7.16.7"
237285
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -265,11 +313,25 @@
265313
chalk "^2.0.0"
266314
js-tokens "^4.0.0"
267315

316+
"@babel/highlight@^7.22.13":
317+
version "7.22.20"
318+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
319+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
320+
dependencies:
321+
"@babel/helper-validator-identifier" "^7.22.20"
322+
chalk "^2.4.2"
323+
js-tokens "^4.0.0"
324+
268325
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.7", "@babel/parser@^7.18.0", "@babel/parser@^7.7.0":
269326
version "7.18.4"
270327
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.18.4.tgz#6774231779dd700e0af29f6ad8d479582d7ce5ef"
271328
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
272329

330+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
331+
version "7.23.0"
332+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
333+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
334+
273335
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
274336
version "7.17.12"
275337
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.17.12.tgz#094a417e31ce7e692d84bab06c8e2a607cbeef03"
@@ -729,19 +791,28 @@
729791
"@babel/parser" "^7.16.7"
730792
"@babel/types" "^7.16.7"
731793

732-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
733-
version "7.18.2"
734-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.18.2.tgz#b77a52604b5cc836a9e1e08dca01cba67a12d2e8"
735-
integrity sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==
794+
"@babel/template@^7.22.15":
795+
version "7.22.15"
796+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
797+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
736798
dependencies:
737-
"@babel/code-frame" "^7.16.7"
738-
"@babel/generator" "^7.18.2"
739-
"@babel/helper-environment-visitor" "^7.18.2"
740-
"@babel/helper-function-name" "^7.17.9"
741-
"@babel/helper-hoist-variables" "^7.16.7"
742-
"@babel/helper-split-export-declaration" "^7.16.7"
743-
"@babel/parser" "^7.18.0"
744-
"@babel/types" "^7.18.2"
799+
"@babel/code-frame" "^7.22.13"
800+
"@babel/parser" "^7.22.15"
801+
"@babel/types" "^7.22.15"
802+
803+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.16.8", "@babel/traverse@^7.18.0", "@babel/traverse@^7.18.2", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4":
804+
version "7.23.2"
805+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
806+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
807+
dependencies:
808+
"@babel/code-frame" "^7.22.13"
809+
"@babel/generator" "^7.23.0"
810+
"@babel/helper-environment-visitor" "^7.22.20"
811+
"@babel/helper-function-name" "^7.23.0"
812+
"@babel/helper-hoist-variables" "^7.22.5"
813+
"@babel/helper-split-export-declaration" "^7.22.6"
814+
"@babel/parser" "^7.23.0"
815+
"@babel/types" "^7.23.0"
745816
debug "^4.1.0"
746817
globals "^11.1.0"
747818

@@ -753,6 +824,15 @@
753824
"@babel/helper-validator-identifier" "^7.16.7"
754825
to-fast-properties "^2.0.0"
755826

827+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
828+
version "7.23.0"
829+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
830+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
831+
dependencies:
832+
"@babel/helper-string-parser" "^7.22.5"
833+
"@babel/helper-validator-identifier" "^7.22.20"
834+
to-fast-properties "^2.0.0"
835+
756836
"@bcoe/v8-coverage@^0.2.3":
757837
version "0.2.3"
758838
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1029,21 +1109,53 @@
10291109
"@jridgewell/sourcemap-codec" "^1.4.10"
10301110
"@jridgewell/trace-mapping" "^0.3.9"
10311111

1112+
"@jridgewell/gen-mapping@^0.3.2":
1113+
version "0.3.3"
1114+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1115+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1116+
dependencies:
1117+
"@jridgewell/set-array" "^1.0.1"
1118+
"@jridgewell/sourcemap-codec" "^1.4.10"
1119+
"@jridgewell/trace-mapping" "^0.3.9"
1120+
10321121
"@jridgewell/resolve-uri@^3.0.3":
10331122
version "3.0.7"
10341123
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz#30cd49820a962aff48c8fffc5cd760151fca61fe"
10351124
integrity sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==
10361125

1126+
"@jridgewell/resolve-uri@^3.1.0":
1127+
version "3.1.1"
1128+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1129+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1130+
10371131
"@jridgewell/set-array@^1.0.0":
10381132
version "1.1.1"
10391133
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.1.tgz#36a6acc93987adcf0ba50c66908bd0b70de8afea"
10401134
integrity sha512-Ct5MqZkLGEXTVmQYbGtx9SVqD2fqwvdubdps5D3djjAkgkKwT918VNOz65pEHFaYTeWcukmJmH5SwsA9Tn2ObQ==
10411135

1136+
"@jridgewell/set-array@^1.0.1":
1137+
version "1.1.2"
1138+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1139+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1140+
10421141
"@jridgewell/sourcemap-codec@^1.4.10":
10431142
version "1.4.13"
10441143
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz#b6461fb0c2964356c469e115f504c95ad97ab88c"
10451144
integrity sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==
10461145

1146+
"@jridgewell/sourcemap-codec@^1.4.14":
1147+
version "1.4.15"
1148+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1149+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1150+
1151+
"@jridgewell/trace-mapping@^0.3.17":
1152+
version "0.3.20"
1153+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1154+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1155+
dependencies:
1156+
"@jridgewell/resolve-uri" "^3.1.0"
1157+
"@jridgewell/sourcemap-codec" "^1.4.14"
1158+
10471159
"@jridgewell/trace-mapping@^0.3.9":
10481160
version "0.3.13"
10491161
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz#dcfe3e95f224c8fe97a87a5235defec999aa92ea"
@@ -1238,7 +1350,7 @@
12381350
integrity sha512-o6aam+0Ug1xGK3ABYmBm0B1YuEKfM/5kaoZO0eHbZwSpw9UzDX4G5y4Nx/K20FHqUmJHkZmLvOUFYwN4N+HqKA==
12391351

12401352
"@react-native-community/progress-view@link:..":
1241-
version "1.4.1"
1353+
version "1.4.2"
12421354

12431355
"@react-native/assets@1.0.0":
12441356
version "1.0.0"
@@ -2025,7 +2137,7 @@ capture-exit@^2.0.0:
20252137
dependencies:
20262138
rsvp "^4.8.4"
20272139

2028-
chalk@^2.0.0:
2140+
chalk@^2.0.0, chalk@^2.4.2:
20292141
version "2.4.2"
20302142
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
20312143
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)