Skip to content

Commit 1d08d4c

Browse files
build(deps): bump @babel/traverse from 7.10.5 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.5 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>
1 parent 45e53ad commit 1d08d4c

File tree

1 file changed

+127
-23
lines changed

1 file changed

+127
-23
lines changed

yarn.lock

Lines changed: 127 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
dependencies:
1717
"@babel/highlight" "^7.10.4"
1818

19+
"@babel/code-frame@^7.22.13":
20+
version "7.22.13"
21+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
22+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
23+
dependencies:
24+
"@babel/highlight" "^7.22.13"
25+
chalk "^2.4.2"
26+
1927
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2028
version "7.10.5"
2129
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
@@ -47,21 +55,35 @@
4755
jsesc "^2.5.1"
4856
source-map "^0.5.0"
4957

50-
"@babel/helper-function-name@^7.10.4":
51-
version "7.10.4"
52-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
53-
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
58+
"@babel/generator@^7.23.0":
59+
version "7.23.0"
60+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
61+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
5462
dependencies:
55-
"@babel/helper-get-function-arity" "^7.10.4"
56-
"@babel/template" "^7.10.4"
57-
"@babel/types" "^7.10.4"
63+
"@babel/types" "^7.23.0"
64+
"@jridgewell/gen-mapping" "^0.3.2"
65+
"@jridgewell/trace-mapping" "^0.3.17"
66+
jsesc "^2.5.1"
5867

59-
"@babel/helper-get-function-arity@^7.10.4":
60-
version "7.10.4"
61-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
62-
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
68+
"@babel/helper-environment-visitor@^7.22.20":
69+
version "7.22.20"
70+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
71+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
72+
73+
"@babel/helper-function-name@^7.23.0":
74+
version "7.23.0"
75+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
76+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
6377
dependencies:
64-
"@babel/types" "^7.10.4"
78+
"@babel/template" "^7.22.15"
79+
"@babel/types" "^7.23.0"
80+
81+
"@babel/helper-hoist-variables@^7.22.5":
82+
version "7.22.5"
83+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
84+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
85+
dependencies:
86+
"@babel/types" "^7.22.5"
6587

6688
"@babel/helper-member-expression-to-functions@^7.10.4":
6789
version "7.10.5"
@@ -132,11 +154,28 @@
132154
dependencies:
133155
"@babel/types" "^7.10.4"
134156

157+
"@babel/helper-split-export-declaration@^7.22.6":
158+
version "7.22.6"
159+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
160+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
161+
dependencies:
162+
"@babel/types" "^7.22.5"
163+
164+
"@babel/helper-string-parser@^7.22.5":
165+
version "7.22.5"
166+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
167+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
168+
135169
"@babel/helper-validator-identifier@^7.10.4":
136170
version "7.10.4"
137171
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz#a78c7a7251e01f616512d31b10adcf52ada5e0d2"
138172
integrity sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw==
139173

174+
"@babel/helper-validator-identifier@^7.22.20":
175+
version "7.22.20"
176+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
177+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
178+
140179
"@babel/helpers@^7.10.4":
141180
version "7.10.4"
142181
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.10.4.tgz#2abeb0d721aff7c0a97376b9e1f6f65d7a475044"
@@ -155,11 +194,25 @@
155194
chalk "^2.0.0"
156195
js-tokens "^4.0.0"
157196

197+
"@babel/highlight@^7.22.13":
198+
version "7.22.20"
199+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
200+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
201+
dependencies:
202+
"@babel/helper-validator-identifier" "^7.22.20"
203+
chalk "^2.4.2"
204+
js-tokens "^4.0.0"
205+
158206
"@babel/parser@^7.1.0", "@babel/parser@^7.10.4", "@babel/parser@^7.10.5":
159207
version "7.10.5"
160208
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
161209
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
162210

211+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
212+
version "7.23.0"
213+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
214+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
215+
163216
"@babel/plugin-syntax-async-generators@^7.8.4":
164217
version "7.8.4"
165218
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -268,20 +321,30 @@
268321
"@babel/parser" "^7.10.4"
269322
"@babel/types" "^7.10.4"
270323

271-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5":
272-
version "7.10.5"
273-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.10.5.tgz#77ce464f5b258be265af618d8fddf0536f20b564"
274-
integrity sha512-yc/fyv2gUjPqzTz0WHeRJH2pv7jA9kA7mBX2tXl/x5iOE81uaVPuGPtaYk7wmkx4b67mQ7NqI8rmT2pF47KYKQ==
324+
"@babel/template@^7.22.15":
325+
version "7.22.15"
326+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
327+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
275328
dependencies:
276-
"@babel/code-frame" "^7.10.4"
277-
"@babel/generator" "^7.10.5"
278-
"@babel/helper-function-name" "^7.10.4"
279-
"@babel/helper-split-export-declaration" "^7.10.4"
280-
"@babel/parser" "^7.10.5"
281-
"@babel/types" "^7.10.5"
329+
"@babel/code-frame" "^7.22.13"
330+
"@babel/parser" "^7.22.15"
331+
"@babel/types" "^7.22.15"
332+
333+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.10.4", "@babel/traverse@^7.10.5":
334+
version "7.23.2"
335+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
336+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
337+
dependencies:
338+
"@babel/code-frame" "^7.22.13"
339+
"@babel/generator" "^7.23.0"
340+
"@babel/helper-environment-visitor" "^7.22.20"
341+
"@babel/helper-function-name" "^7.23.0"
342+
"@babel/helper-hoist-variables" "^7.22.5"
343+
"@babel/helper-split-export-declaration" "^7.22.6"
344+
"@babel/parser" "^7.23.0"
345+
"@babel/types" "^7.23.0"
282346
debug "^4.1.0"
283347
globals "^11.1.0"
284-
lodash "^4.17.19"
285348

286349
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
287350
version "7.10.5"
@@ -292,6 +355,15 @@
292355
lodash "^4.17.19"
293356
to-fast-properties "^2.0.0"
294357

358+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
359+
version "7.23.0"
360+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
361+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
362+
dependencies:
363+
"@babel/helper-string-parser" "^7.22.5"
364+
"@babel/helper-validator-identifier" "^7.22.20"
365+
to-fast-properties "^2.0.0"
366+
295367
"@bcoe/v8-coverage@^0.2.3":
296368
version "0.2.3"
297369
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1006,6 +1078,38 @@
10061078
"@types/yargs" "^15.0.0"
10071079
chalk "^4.0.0"
10081080

1081+
"@jridgewell/gen-mapping@^0.3.2":
1082+
version "0.3.3"
1083+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1084+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1085+
dependencies:
1086+
"@jridgewell/set-array" "^1.0.1"
1087+
"@jridgewell/sourcemap-codec" "^1.4.10"
1088+
"@jridgewell/trace-mapping" "^0.3.9"
1089+
1090+
"@jridgewell/resolve-uri@^3.1.0":
1091+
version "3.1.1"
1092+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1093+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1094+
1095+
"@jridgewell/set-array@^1.0.1":
1096+
version "1.1.2"
1097+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1098+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1099+
1100+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1101+
version "1.4.15"
1102+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1103+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1104+
1105+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1106+
version "0.3.19"
1107+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1108+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1109+
dependencies:
1110+
"@jridgewell/resolve-uri" "^3.1.0"
1111+
"@jridgewell/sourcemap-codec" "^1.4.14"
1112+
10091113
"@nodelib/fs.scandir@2.1.3":
10101114
version "2.1.3"
10111115
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"

0 commit comments

Comments
 (0)