Skip to content

Commit a83768a

Browse files
chore(deps): bump @babel/traverse from 7.21.4 to 7.23.2 (#14)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 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 b667e18 commit a83768a

File tree

1 file changed

+96
-24
lines changed

1 file changed

+96
-24
lines changed

yarn.lock

Lines changed: 96 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@
2424
dependencies:
2525
"@babel/highlight" "^7.18.6"
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.21.4":
2836
version "7.21.4"
2937
resolved "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.21.4.tgz#457ffe647c480dff59c2be092fc3acf71195c87f"
@@ -60,6 +68,16 @@
6068
"@jridgewell/trace-mapping" "^0.3.17"
6169
jsesc "^2.5.1"
6270

71+
"@babel/generator@^7.23.0":
72+
version "7.23.0"
73+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
74+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
75+
dependencies:
76+
"@babel/types" "^7.23.0"
77+
"@jridgewell/gen-mapping" "^0.3.2"
78+
"@jridgewell/trace-mapping" "^0.3.17"
79+
jsesc "^2.5.1"
80+
6381
"@babel/helper-compilation-targets@^7.21.4":
6482
version "7.21.4"
6583
resolved "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.21.4.tgz#770cd1ce0889097ceacb99418ee6934ef0572656"
@@ -76,20 +94,25 @@
7694
resolved "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz"
7795
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
7896

79-
"@babel/helper-function-name@^7.21.0":
80-
version "7.21.0"
81-
resolved "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
82-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
97+
"@babel/helper-environment-visitor@^7.22.20":
98+
version "7.22.20"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
100+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
101+
102+
"@babel/helper-function-name@^7.23.0":
103+
version "7.23.0"
104+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
105+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
83106
dependencies:
84-
"@babel/template" "^7.20.7"
85-
"@babel/types" "^7.21.0"
107+
"@babel/template" "^7.22.15"
108+
"@babel/types" "^7.23.0"
86109

87-
"@babel/helper-hoist-variables@^7.18.6":
88-
version "7.18.6"
89-
resolved "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz"
90-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
110+
"@babel/helper-hoist-variables@^7.22.5":
111+
version "7.22.5"
112+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
113+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
91114
dependencies:
92-
"@babel/types" "^7.18.6"
115+
"@babel/types" "^7.22.5"
93116

94117
"@babel/helper-module-imports@^7.18.6":
95118
version "7.18.6"
@@ -131,16 +154,33 @@
131154
dependencies:
132155
"@babel/types" "^7.18.6"
133156

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+
134164
"@babel/helper-string-parser@^7.19.4":
135165
version "7.19.4"
136166
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
137167
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
138168

169+
"@babel/helper-string-parser@^7.22.5":
170+
version "7.22.5"
171+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
172+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
173+
139174
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
140175
version "7.19.1"
141176
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz"
142177
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
143178

179+
"@babel/helper-validator-identifier@^7.22.20":
180+
version "7.22.20"
181+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
182+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
183+
144184
"@babel/helper-validator-option@^7.21.0":
145185
version "7.21.0"
146186
resolved "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -164,11 +204,25 @@
164204
chalk "^2.0.0"
165205
js-tokens "^4.0.0"
166206

207+
"@babel/highlight@^7.22.13":
208+
version "7.22.20"
209+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
210+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
211+
dependencies:
212+
"@babel/helper-validator-identifier" "^7.22.20"
213+
chalk "^2.4.2"
214+
js-tokens "^4.0.0"
215+
167216
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.7", "@babel/parser@^7.21.4":
168217
version "7.21.4"
169218
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.21.4.tgz#94003fdfc520bbe2875d4ae557b43ddb6d880f17"
170219
integrity sha512-alVJj7k7zIxqBZ7BTRhz0IqJFxW1VJbm6N8JbcYhQ186df9ZBPbZBmWSqAMXwHGsCJdYks7z/voa3ibiS5bCIw==
171220

221+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
222+
version "7.23.0"
223+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
224+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
225+
172226
"@babel/plugin-syntax-async-generators@^7.8.4":
173227
version "7.8.4"
174228
resolved "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz"
@@ -276,6 +330,15 @@
276330
"@babel/parser" "^7.20.7"
277331
"@babel/types" "^7.20.7"
278332

333+
"@babel/template@^7.22.15":
334+
version "7.22.15"
335+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
336+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
337+
dependencies:
338+
"@babel/code-frame" "^7.22.13"
339+
"@babel/parser" "^7.22.15"
340+
"@babel/types" "^7.22.15"
341+
279342
"@babel/template@^7.3.3":
280343
version "7.18.10"
281344
resolved "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz"
@@ -286,18 +349,18 @@
286349
"@babel/types" "^7.18.10"
287350

288351
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.4", "@babel/traverse@^7.7.2":
289-
version "7.21.4"
290-
resolved "https://registry.npmjs.org/@babel/traverse/-/traverse-7.21.4.tgz#a836aca7b116634e97a6ed99976236b3282c9d36"
291-
integrity sha512-eyKrRHKdyZxqDm+fV1iqL9UAHMoIg0nDaGqfIOd8rKH17m5snv7Gn4qgjBoFfLz9APvjFU/ICT00NVCv1Epp8Q==
292-
dependencies:
293-
"@babel/code-frame" "^7.21.4"
294-
"@babel/generator" "^7.21.4"
295-
"@babel/helper-environment-visitor" "^7.18.9"
296-
"@babel/helper-function-name" "^7.21.0"
297-
"@babel/helper-hoist-variables" "^7.18.6"
298-
"@babel/helper-split-export-declaration" "^7.18.6"
299-
"@babel/parser" "^7.21.4"
300-
"@babel/types" "^7.21.4"
352+
version "7.23.2"
353+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
354+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
355+
dependencies:
356+
"@babel/code-frame" "^7.22.13"
357+
"@babel/generator" "^7.23.0"
358+
"@babel/helper-environment-visitor" "^7.22.20"
359+
"@babel/helper-function-name" "^7.23.0"
360+
"@babel/helper-hoist-variables" "^7.22.5"
361+
"@babel/helper-split-export-declaration" "^7.22.6"
362+
"@babel/parser" "^7.23.0"
363+
"@babel/types" "^7.23.0"
301364
debug "^4.1.0"
302365
globals "^11.1.0"
303366

@@ -310,6 +373,15 @@
310373
"@babel/helper-validator-identifier" "^7.19.1"
311374
to-fast-properties "^2.0.0"
312375

376+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
377+
version "7.23.0"
378+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
379+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
380+
dependencies:
381+
"@babel/helper-string-parser" "^7.22.5"
382+
"@babel/helper-validator-identifier" "^7.22.20"
383+
to-fast-properties "^2.0.0"
384+
313385
"@bcoe/v8-coverage@^0.2.3":
314386
version "0.2.3"
315387
resolved "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz"
@@ -1373,7 +1445,7 @@ caniuse-lite@^1.0.30001400:
13731445
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001481.tgz#f58a717afe92f9e69d0e35ff64df596bfad93912"
13741446
integrity sha512-KCqHwRnaa1InZBtqXzP98LPg0ajCVujMKjqKDhZEthIpAsJl/YEIa3YvXjGXPVqzZVguccuu7ga9KOE1J9rKPQ==
13751447

1376-
chalk@^2.0.0:
1448+
chalk@^2.0.0, chalk@^2.4.2:
13771449
version "2.4.2"
13781450
resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz"
13791451
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)