Skip to content

Commit f2b937f

Browse files
authored
Merge pull request #79 from increments/dependabot/npm_and_yarn/babel/traverse-7.23.3
Bump @babel/traverse from 7.21.2 to 7.23.3
2 parents 3d008b3 + 53a64e5 commit f2b937f

File tree

1 file changed

+98
-26
lines changed

1 file changed

+98
-26
lines changed

yarn.lock

Lines changed: 98 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@
2222
dependencies:
2323
"@babel/highlight" "^7.18.6"
2424

25+
"@babel/code-frame@^7.22.13":
26+
version "7.22.13"
27+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
28+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
29+
dependencies:
30+
"@babel/highlight" "^7.22.13"
31+
chalk "^2.4.2"
32+
2533
"@babel/compat-data@^7.20.5":
2634
version "7.21.0"
2735
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.21.0.tgz#c241dc454e5b5917e40d37e525e2f4530c399298"
@@ -48,7 +56,7 @@
4856
json5 "^2.2.2"
4957
semver "^6.3.0"
5058

51-
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1", "@babel/generator@^7.7.2":
59+
"@babel/generator@^7.21.0", "@babel/generator@^7.7.2":
5260
version "7.21.1"
5361
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
5462
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
@@ -58,6 +66,16 @@
5866
"@jridgewell/trace-mapping" "^0.3.17"
5967
jsesc "^2.5.1"
6068

69+
"@babel/generator@^7.23.3":
70+
version "7.23.3"
71+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.3.tgz#86e6e83d95903fbe7613f448613b8b319f330a8e"
72+
integrity sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==
73+
dependencies:
74+
"@babel/types" "^7.23.3"
75+
"@jridgewell/gen-mapping" "^0.3.2"
76+
"@jridgewell/trace-mapping" "^0.3.17"
77+
jsesc "^2.5.1"
78+
6179
"@babel/helper-compilation-targets@^7.20.7":
6280
version "7.20.7"
6381
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.7.tgz#a6cd33e93629f5eb473b021aac05df62c4cd09bb"
@@ -74,20 +92,25 @@
7492
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
7593
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
7694

77-
"@babel/helper-function-name@^7.21.0":
78-
version "7.21.0"
79-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.21.0.tgz#d552829b10ea9f120969304023cd0645fa00b1b4"
80-
integrity sha512-HfK1aMRanKHpxemaY2gqBmL04iAPOPRj7DxtNbiDOrJK+gdwkiNRVpCpUJYbUT+aZyemKN8brqTOxzCaG6ExRg==
95+
"@babel/helper-environment-visitor@^7.22.20":
96+
version "7.22.20"
97+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
98+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
99+
100+
"@babel/helper-function-name@^7.23.0":
101+
version "7.23.0"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
103+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
81104
dependencies:
82-
"@babel/template" "^7.20.7"
83-
"@babel/types" "^7.21.0"
105+
"@babel/template" "^7.22.15"
106+
"@babel/types" "^7.23.0"
84107

85-
"@babel/helper-hoist-variables@^7.18.6":
86-
version "7.18.6"
87-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz#d4d2c8fb4baeaa5c68b99cc8245c56554f926678"
88-
integrity sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==
108+
"@babel/helper-hoist-variables@^7.22.5":
109+
version "7.22.5"
110+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
111+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
89112
dependencies:
90-
"@babel/types" "^7.18.6"
113+
"@babel/types" "^7.22.5"
91114

92115
"@babel/helper-module-imports@^7.16.7", "@babel/helper-module-imports@^7.18.6":
93116
version "7.18.6"
@@ -129,16 +152,33 @@
129152
dependencies:
130153
"@babel/types" "^7.18.6"
131154

155+
"@babel/helper-split-export-declaration@^7.22.6":
156+
version "7.22.6"
157+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
158+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
159+
dependencies:
160+
"@babel/types" "^7.22.5"
161+
132162
"@babel/helper-string-parser@^7.19.4":
133163
version "7.19.4"
134164
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
135165
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
136166

167+
"@babel/helper-string-parser@^7.22.5":
168+
version "7.22.5"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
170+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
171+
137172
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
138173
version "7.19.1"
139174
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
140175
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
141176

177+
"@babel/helper-validator-identifier@^7.22.20":
178+
version "7.22.20"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
180+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
181+
142182
"@babel/helper-validator-option@^7.18.6":
143183
version "7.21.0"
144184
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.21.0.tgz#8224c7e13ace4bafdc4004da2cf064ef42673180"
@@ -162,11 +202,25 @@
162202
chalk "^2.0.0"
163203
js-tokens "^4.0.0"
164204

165-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
205+
"@babel/highlight@^7.22.13":
206+
version "7.22.20"
207+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
208+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
209+
dependencies:
210+
"@babel/helper-validator-identifier" "^7.22.20"
211+
chalk "^2.4.2"
212+
js-tokens "^4.0.0"
213+
214+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0":
166215
version "7.21.2"
167216
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
168217
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
169218

219+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.3":
220+
version "7.23.3"
221+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.3.tgz#0ce0be31a4ca4f1884b5786057cadcb6c3be58f9"
222+
integrity sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==
223+
170224
"@babel/plugin-syntax-async-generators@^7.8.4":
171225
version "7.8.4"
172226
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -281,19 +335,28 @@
281335
"@babel/parser" "^7.20.7"
282336
"@babel/types" "^7.20.7"
283337

284-
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.7.2":
285-
version "7.21.2"
286-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
287-
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
338+
"@babel/template@^7.22.15":
339+
version "7.22.15"
340+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
341+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
288342
dependencies:
289-
"@babel/code-frame" "^7.18.6"
290-
"@babel/generator" "^7.21.1"
291-
"@babel/helper-environment-visitor" "^7.18.9"
292-
"@babel/helper-function-name" "^7.21.0"
293-
"@babel/helper-hoist-variables" "^7.18.6"
294-
"@babel/helper-split-export-declaration" "^7.18.6"
295-
"@babel/parser" "^7.21.2"
296-
"@babel/types" "^7.21.2"
343+
"@babel/code-frame" "^7.22.13"
344+
"@babel/parser" "^7.22.15"
345+
"@babel/types" "^7.22.15"
346+
347+
"@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.7.2":
348+
version "7.23.3"
349+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.3.tgz#26ee5f252e725aa7aca3474aa5b324eaf7908b5b"
350+
integrity sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==
351+
dependencies:
352+
"@babel/code-frame" "^7.22.13"
353+
"@babel/generator" "^7.23.3"
354+
"@babel/helper-environment-visitor" "^7.22.20"
355+
"@babel/helper-function-name" "^7.23.0"
356+
"@babel/helper-hoist-variables" "^7.22.5"
357+
"@babel/helper-split-export-declaration" "^7.22.6"
358+
"@babel/parser" "^7.23.3"
359+
"@babel/types" "^7.23.3"
297360
debug "^4.1.0"
298361
globals "^11.1.0"
299362

@@ -306,6 +369,15 @@
306369
"@babel/helper-validator-identifier" "^7.19.1"
307370
to-fast-properties "^2.0.0"
308371

372+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.3":
373+
version "7.23.3"
374+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.3.tgz#d5ea892c07f2ec371ac704420f4dcdb07b5f9598"
375+
integrity sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==
376+
dependencies:
377+
"@babel/helper-string-parser" "^7.22.5"
378+
"@babel/helper-validator-identifier" "^7.22.20"
379+
to-fast-properties "^2.0.0"
380+
309381
"@bcoe/v8-coverage@^0.2.3":
310382
version "0.2.3"
311383
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1693,7 +1765,7 @@ chalk@5.2.0:
16931765
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.2.0.tgz#249623b7d66869c673699fb66d65723e54dfcfb3"
16941766
integrity sha512-ree3Gqw/nazQAPuJJEy+avdl7QfZMcUvmHIKgEZkGL+xOBzRvup5Hxo6LHuMceSxOabuJLJm5Yp/92R9eMmMvA==
16951767

1696-
chalk@^2.0.0, chalk@^2.4.1:
1768+
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
16971769
version "2.4.2"
16981770
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
16991771
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)