Skip to content

Commit 52046a1

Browse files
Bump @babel/traverse from 7.14.2 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.14.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>
1 parent 306bd85 commit 52046a1

1 file changed

Lines changed: 129 additions & 24 deletions

File tree

yarn.lock

Lines changed: 129 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
dependencies:
1717
"@babel/highlight" "^7.12.13"
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/compat-data@^7.14.4":
2028
version "7.14.4"
2129
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.4.tgz#45720fe0cecf3fd42019e1d12cc3d27fadc98d58"
@@ -51,7 +59,7 @@
5159
eslint-visitor-keys "^2.1.0"
5260
semver "^6.3.0"
5361

54-
"@babel/generator@^7.14.2", "@babel/generator@^7.14.3":
62+
"@babel/generator@^7.14.3":
5563
version "7.14.3"
5664
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.3.tgz#0c2652d91f7bddab7cccc6ba8157e4f40dcedb91"
5765
integrity sha512-bn0S6flG/j0xtQdz3hsjJ624h3W0r3llttBMfyHX3YrZ/KtLYr15bjA0FXkgW7FpvrDuTuElXeVjiKlYRpnOFA==
@@ -60,6 +68,16 @@
6068
jsesc "^2.5.1"
6169
source-map "^0.5.0"
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.13.16":
6482
version "7.14.4"
6583
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.4.tgz#33ebd0ffc34248051ee2089350a929ab02f2a516"
@@ -70,21 +88,25 @@
7088
browserslist "^4.16.6"
7189
semver "^6.3.0"
7290

73-
"@babel/helper-function-name@^7.14.2":
74-
version "7.14.2"
75-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
76-
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
91+
"@babel/helper-environment-visitor@^7.22.20":
92+
version "7.22.20"
93+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
94+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
95+
96+
"@babel/helper-function-name@^7.23.0":
97+
version "7.23.0"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
99+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
77100
dependencies:
78-
"@babel/helper-get-function-arity" "^7.12.13"
79-
"@babel/template" "^7.12.13"
80-
"@babel/types" "^7.14.2"
101+
"@babel/template" "^7.22.15"
102+
"@babel/types" "^7.23.0"
81103

82-
"@babel/helper-get-function-arity@^7.12.13":
83-
version "7.12.13"
84-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
85-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
104+
"@babel/helper-hoist-variables@^7.22.5":
105+
version "7.22.5"
106+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
107+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
86108
dependencies:
87-
"@babel/types" "^7.12.13"
109+
"@babel/types" "^7.22.5"
88110

89111
"@babel/helper-member-expression-to-functions@^7.13.12":
90112
version "7.13.12"
@@ -150,11 +172,28 @@
150172
dependencies:
151173
"@babel/types" "^7.12.13"
152174

175+
"@babel/helper-split-export-declaration@^7.22.6":
176+
version "7.22.6"
177+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
178+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
179+
dependencies:
180+
"@babel/types" "^7.22.5"
181+
182+
"@babel/helper-string-parser@^7.22.5":
183+
version "7.22.5"
184+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
185+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
186+
153187
"@babel/helper-validator-identifier@^7.14.0":
154188
version "7.14.0"
155189
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
156190
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
157191

192+
"@babel/helper-validator-identifier@^7.22.20":
193+
version "7.22.20"
194+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
195+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
196+
158197
"@babel/helper-validator-option@^7.12.17":
159198
version "7.12.17"
160199
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -178,11 +217,25 @@
178217
chalk "^2.0.0"
179218
js-tokens "^4.0.0"
180219

181-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.14.3":
220+
"@babel/highlight@^7.22.13":
221+
version "7.22.20"
222+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
223+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
224+
dependencies:
225+
"@babel/helper-validator-identifier" "^7.22.20"
226+
chalk "^2.4.2"
227+
js-tokens "^4.0.0"
228+
229+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.3":
182230
version "7.14.4"
183231
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.4.tgz#a5c560d6db6cd8e6ed342368dea8039232cbab18"
184232
integrity sha512-ArliyUsWDUqEGfWcmzpGUzNfLxTdTp6WU4IuP6QFSp9gGfWS6boxFCkJSJ/L4+RG8z/FnIU3WxCk6hPL9SSWeA==
185233

234+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
235+
version "7.23.0"
236+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
237+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
238+
186239
"@babel/plugin-syntax-async-generators@^7.8.4":
187240
version "7.8.4"
188241
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -276,17 +329,28 @@
276329
"@babel/parser" "^7.12.13"
277330
"@babel/types" "^7.12.13"
278331

279-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
280-
version "7.14.2"
281-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
282-
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
332+
"@babel/template@^7.22.15":
333+
version "7.22.15"
334+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
335+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
283336
dependencies:
284-
"@babel/code-frame" "^7.12.13"
285-
"@babel/generator" "^7.14.2"
286-
"@babel/helper-function-name" "^7.14.2"
287-
"@babel/helper-split-export-declaration" "^7.12.13"
288-
"@babel/parser" "^7.14.2"
289-
"@babel/types" "^7.14.2"
337+
"@babel/code-frame" "^7.22.13"
338+
"@babel/parser" "^7.22.15"
339+
"@babel/types" "^7.22.15"
340+
341+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
342+
version "7.23.2"
343+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
344+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
345+
dependencies:
346+
"@babel/code-frame" "^7.22.13"
347+
"@babel/generator" "^7.23.0"
348+
"@babel/helper-environment-visitor" "^7.22.20"
349+
"@babel/helper-function-name" "^7.23.0"
350+
"@babel/helper-hoist-variables" "^7.22.5"
351+
"@babel/helper-split-export-declaration" "^7.22.6"
352+
"@babel/parser" "^7.23.0"
353+
"@babel/types" "^7.23.0"
290354
debug "^4.1.0"
291355
globals "^11.1.0"
292356

@@ -298,6 +362,15 @@
298362
"@babel/helper-validator-identifier" "^7.14.0"
299363
to-fast-properties "^2.0.0"
300364

365+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
366+
version "7.23.0"
367+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
368+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
369+
dependencies:
370+
"@babel/helper-string-parser" "^7.22.5"
371+
"@babel/helper-validator-identifier" "^7.22.20"
372+
to-fast-properties "^2.0.0"
373+
301374
"@bcoe/v8-coverage@^0.2.3":
302375
version "0.2.3"
303376
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -513,6 +586,38 @@
513586
"@types/yargs" "^15.0.0"
514587
chalk "^4.0.0"
515588

589+
"@jridgewell/gen-mapping@^0.3.2":
590+
version "0.3.3"
591+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
592+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
593+
dependencies:
594+
"@jridgewell/set-array" "^1.0.1"
595+
"@jridgewell/sourcemap-codec" "^1.4.10"
596+
"@jridgewell/trace-mapping" "^0.3.9"
597+
598+
"@jridgewell/resolve-uri@^3.1.0":
599+
version "3.1.1"
600+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
601+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
602+
603+
"@jridgewell/set-array@^1.0.1":
604+
version "1.1.2"
605+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
606+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
607+
608+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
609+
version "1.4.15"
610+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
611+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
612+
613+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
614+
version "0.3.19"
615+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
616+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
617+
dependencies:
618+
"@jridgewell/resolve-uri" "^3.1.0"
619+
"@jridgewell/sourcemap-codec" "^1.4.14"
620+
516621
"@logux/eslint-config@^45.4.1":
517622
version "45.4.4"
518623
resolved "https://registry.yarnpkg.com/@logux/eslint-config/-/eslint-config-45.4.4.tgz#4205c56117eba934ffe20439bbb83073c19ffb8d"

0 commit comments

Comments
 (0)