Skip to content

Commit 5c1cf14

Browse files
authored
Merge pull request #186 from synonymdev/dependabot/npm_and_yarn/example/babel/traverse-7.23.2
chore(deps): bump @babel/traverse from 7.20.5 to 7.23.2 in /example
2 parents 9f03fcb + aec4de2 commit 5c1cf14

File tree

1 file changed

+116
-18
lines changed

1 file changed

+116
-18
lines changed

example/yarn.lock

Lines changed: 116 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
dependencies:
1818
"@babel/highlight" "^7.18.6"
1919

20+
"@babel/code-frame@^7.22.13":
21+
version "7.22.13"
22+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
23+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
24+
dependencies:
25+
"@babel/highlight" "^7.22.13"
26+
chalk "^2.4.2"
27+
2028
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
2129
version "7.20.5"
2230
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.20.5.tgz"
@@ -61,6 +69,16 @@
6169
"@jridgewell/gen-mapping" "^0.3.2"
6270
jsesc "^2.5.1"
6371

72+
"@babel/generator@^7.23.0":
73+
version "7.23.0"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
75+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
76+
dependencies:
77+
"@babel/types" "^7.23.0"
78+
"@jridgewell/gen-mapping" "^0.3.2"
79+
"@jridgewell/trace-mapping" "^0.3.17"
80+
jsesc "^2.5.1"
81+
6482
"@babel/helper-annotate-as-pure@^7.18.6":
6583
version "7.18.6"
6684
resolved "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz"
@@ -124,6 +142,11 @@
124142
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
125143
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
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.18.6":
128151
version "7.18.6"
129152
resolved "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz"
@@ -139,12 +162,20 @@
139162
"@babel/template" "^7.18.10"
140163
"@babel/types" "^7.19.0"
141164

142-
"@babel/helper-hoist-variables@^7.18.6":
143-
version "7.18.6"
144-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
145-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
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.18.6"
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.18.9":
150181
version "7.18.9"
@@ -228,16 +259,33 @@
228259
dependencies:
229260
"@babel/types" "^7.18.6"
230261

262+
"@babel/helper-split-export-declaration@^7.22.6":
263+
version "7.22.6"
264+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
265+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
266+
dependencies:
267+
"@babel/types" "^7.22.5"
268+
231269
"@babel/helper-string-parser@^7.19.4":
232270
version "7.19.4"
233271
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz"
234272
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
235273

274+
"@babel/helper-string-parser@^7.22.5":
275+
version "7.22.5"
276+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
277+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
278+
236279
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
237280
version "7.19.1"
238281
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
239282
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
240283

284+
"@babel/helper-validator-identifier@^7.22.20":
285+
version "7.22.20"
286+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
287+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
288+
241289
"@babel/helper-validator-option@^7.18.6":
242290
version "7.18.6"
243291
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz"
@@ -271,11 +319,25 @@
271319
chalk "^2.0.0"
272320
js-tokens "^4.0.0"
273321

322+
"@babel/highlight@^7.22.13":
323+
version "7.22.20"
324+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
325+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
326+
dependencies:
327+
"@babel/helper-validator-identifier" "^7.22.20"
328+
chalk "^2.4.2"
329+
js-tokens "^4.0.0"
330+
274331
"@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.20.5":
275332
version "7.20.5"
276333
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.20.5.tgz"
277334
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
278335

336+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
337+
version "7.23.0"
338+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
339+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
340+
279341
"@babel/plugin-proposal-async-generator-functions@^7.0.0":
280342
version "7.20.1"
281343
resolved "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz"
@@ -743,19 +805,28 @@
743805
"@babel/parser" "^7.18.10"
744806
"@babel/types" "^7.18.10"
745807

746-
"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
747-
version "7.20.5"
748-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.20.5.tgz"
749-
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
808+
"@babel/template@^7.22.15":
809+
version "7.22.15"
810+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
811+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
750812
dependencies:
751-
"@babel/code-frame" "^7.18.6"
752-
"@babel/generator" "^7.20.5"
753-
"@babel/helper-environment-visitor" "^7.18.9"
754-
"@babel/helper-function-name" "^7.19.0"
755-
"@babel/helper-hoist-variables" "^7.18.6"
756-
"@babel/helper-split-export-declaration" "^7.18.6"
757-
"@babel/parser" "^7.20.5"
758-
"@babel/types" "^7.20.5"
813+
"@babel/code-frame" "^7.22.13"
814+
"@babel/parser" "^7.22.15"
815+
"@babel/types" "^7.22.15"
816+
817+
"@babel/traverse@^7.14.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.2", "@babel/traverse@^7.7.4":
818+
version "7.23.2"
819+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
820+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
821+
dependencies:
822+
"@babel/code-frame" "^7.22.13"
823+
"@babel/generator" "^7.23.0"
824+
"@babel/helper-environment-visitor" "^7.22.20"
825+
"@babel/helper-function-name" "^7.23.0"
826+
"@babel/helper-hoist-variables" "^7.22.5"
827+
"@babel/helper-split-export-declaration" "^7.22.6"
828+
"@babel/parser" "^7.23.0"
829+
"@babel/types" "^7.23.0"
759830
debug "^4.1.0"
760831
globals "^11.1.0"
761832

@@ -768,6 +839,15 @@
768839
"@babel/helper-validator-identifier" "^7.19.1"
769840
to-fast-properties "^2.0.0"
770841

842+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
843+
version "7.23.0"
844+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
845+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
846+
dependencies:
847+
"@babel/helper-string-parser" "^7.22.5"
848+
"@babel/helper-validator-identifier" "^7.22.20"
849+
to-fast-properties "^2.0.0"
850+
771851
"@bcoe/v8-coverage@^0.2.3":
772852
version "0.2.3"
773853
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -1133,6 +1213,11 @@
11331213
resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz"
11341214
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
11351215

1216+
"@jridgewell/resolve-uri@^3.1.0":
1217+
version "3.1.1"
1218+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1219+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1220+
11361221
"@jridgewell/set-array@^1.0.0", "@jridgewell/set-array@^1.0.1":
11371222
version "1.1.2"
11381223
resolved "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz"
@@ -1143,6 +1228,11 @@
11431228
resolved "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz"
11441229
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
11451230

1231+
"@jridgewell/sourcemap-codec@^1.4.14":
1232+
version "1.4.15"
1233+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1234+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1235+
11461236
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.15", "@jridgewell/trace-mapping@^0.3.9":
11471237
version "0.3.17"
11481238
resolved "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz"
@@ -1151,6 +1241,14 @@
11511241
"@jridgewell/resolve-uri" "3.1.0"
11521242
"@jridgewell/sourcemap-codec" "1.4.14"
11531243

1244+
"@jridgewell/trace-mapping@^0.3.17":
1245+
version "0.3.20"
1246+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz#72e45707cf240fa6b081d0366f8265b0cd10197f"
1247+
integrity sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==
1248+
dependencies:
1249+
"@jridgewell/resolve-uri" "^3.1.0"
1250+
"@jridgewell/sourcemap-codec" "^1.4.14"
1251+
11541252
"@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1":
11551253
version "5.1.1-v1"
11561254
resolved "https://registry.yarnpkg.com/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz#dbf733a965ca47b1973177dc0bb6c889edcfb129"
@@ -1428,7 +1526,7 @@
14281526
"@sinonjs/commons" "^1.7.0"
14291527

14301528
"@synonymdev/react-native-ldk@../lib":
1431-
version "0.0.111"
1529+
version "0.0.118"
14321530
dependencies:
14331531
bitcoinjs-lib "^6.0.2"
14341532

0 commit comments

Comments
 (0)