Skip to content

Commit fdc625b

Browse files
dependabot[bot]tyao1
authored andcommittedOct 18, 2023
Bump @babel/traverse from 7.15.4 to 7.23.2 in /issue-tracker
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.15.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] <[email protected]>
1 parent 57d8b02 commit fdc625b

File tree

1 file changed

+132
-12
lines changed

1 file changed

+132
-12
lines changed
 

‎issue-tracker/yarn.lock

+132-12
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616
dependencies:
1717
"@babel/highlight" "^7.14.5"
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.13.11", "@babel/compat-data@^7.15.0", "@babel/compat-data@^7.9.0":
2028
version "7.15.0"
2129
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
@@ -84,7 +92,7 @@
8492
semver "^6.3.0"
8593
source-map "^0.5.0"
8694

87-
"@babel/generator@^7.15.4", "@babel/generator@^7.15.8", "@babel/generator@^7.4.0", "@babel/generator@^7.6.0", "@babel/generator@^7.9.0":
95+
"@babel/generator@^7.15.8", "@babel/generator@^7.4.0", "@babel/generator@^7.6.0", "@babel/generator@^7.9.0":
8896
version "7.15.8"
8997
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.8.tgz#fa56be6b596952ceb231048cf84ee499a19c0cd1"
9098
integrity sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==
@@ -93,6 +101,16 @@
93101
jsesc "^2.5.1"
94102
source-map "^0.5.0"
95103

104+
"@babel/generator@^7.23.0":
105+
version "7.23.0"
106+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
107+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
108+
dependencies:
109+
"@babel/types" "^7.23.0"
110+
"@jridgewell/gen-mapping" "^0.3.2"
111+
"@jridgewell/trace-mapping" "^0.3.17"
112+
jsesc "^2.5.1"
113+
96114
"@babel/helper-annotate-as-pure@^7.14.5", "@babel/helper-annotate-as-pure@^7.15.4":
97115
version "7.15.4"
98116
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz#3d0e43b00c5e49fdb6c57e421601a7a658d5f835"
@@ -152,6 +170,11 @@
152170
resolve "^1.14.2"
153171
semver "^6.1.2"
154172

173+
"@babel/helper-environment-visitor@^7.22.20":
174+
version "7.22.20"
175+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
176+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
177+
155178
"@babel/helper-explode-assignable-expression@^7.15.4":
156179
version "7.15.4"
157180
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz#f9aec9d219f271eaf92b9f561598ca6b2682600c"
@@ -168,6 +191,14 @@
168191
"@babel/template" "^7.15.4"
169192
"@babel/types" "^7.15.4"
170193

194+
"@babel/helper-function-name@^7.23.0":
195+
version "7.23.0"
196+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
197+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
198+
dependencies:
199+
"@babel/template" "^7.22.15"
200+
"@babel/types" "^7.23.0"
201+
171202
"@babel/helper-get-function-arity@^7.15.4":
172203
version "7.15.4"
173204
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz#098818934a137fce78b536a3e015864be1e2879b"
@@ -182,6 +213,13 @@
182213
dependencies:
183214
"@babel/types" "^7.15.4"
184215

216+
"@babel/helper-hoist-variables@^7.22.5":
217+
version "7.22.5"
218+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
219+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
220+
dependencies:
221+
"@babel/types" "^7.22.5"
222+
185223
"@babel/helper-member-expression-to-functions@^7.15.4":
186224
version "7.15.4"
187225
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz#bfd34dc9bba9824a4658b0317ec2fd571a51e6ef"
@@ -262,11 +300,28 @@
262300
dependencies:
263301
"@babel/types" "^7.15.4"
264302

303+
"@babel/helper-split-export-declaration@^7.22.6":
304+
version "7.22.6"
305+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
306+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
307+
dependencies:
308+
"@babel/types" "^7.22.5"
309+
310+
"@babel/helper-string-parser@^7.22.5":
311+
version "7.22.5"
312+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
313+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
314+
265315
"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9", "@babel/helper-validator-identifier@^7.15.7":
266316
version "7.15.7"
267317
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
268318
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
269319

320+
"@babel/helper-validator-identifier@^7.22.20":
321+
version "7.22.20"
322+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
323+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
324+
270325
"@babel/helper-validator-option@^7.14.5":
271326
version "7.14.5"
272327
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
@@ -300,6 +355,15 @@
300355
chalk "^2.0.0"
301356
js-tokens "^4.0.0"
302357

358+
"@babel/highlight@^7.22.13":
359+
version "7.22.20"
360+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
361+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
362+
dependencies:
363+
"@babel/helper-validator-identifier" "^7.22.20"
364+
chalk "^2.4.2"
365+
js-tokens "^4.0.0"
366+
303367
"@babel/node@^7.15.8":
304368
version "7.15.8"
305369
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.15.8.tgz#5d6b815d0232ae4893727971f53deabfe06c4ca7"
@@ -317,6 +381,11 @@
317381
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.8.tgz#7bacdcbe71bdc3ff936d510c15dcea7cf0b99016"
318382
integrity sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==
319383

384+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
385+
version "7.23.0"
386+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
387+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
388+
320389
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.15.4":
321390
version "7.15.4"
322391
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz#dbdeabb1e80f622d9f0b583efb2999605e0a567e"
@@ -1208,18 +1277,28 @@
12081277
"@babel/parser" "^7.15.4"
12091278
"@babel/types" "^7.15.4"
12101279

1211-
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.0", "@babel/traverse@^7.9.0":
1212-
version "7.15.4"
1213-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.4.tgz#ff8510367a144bfbff552d9e18e28f3e2889c22d"
1214-
integrity sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==
1280+
"@babel/template@^7.22.15":
1281+
version "7.22.15"
1282+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1283+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
12151284
dependencies:
1216-
"@babel/code-frame" "^7.14.5"
1217-
"@babel/generator" "^7.15.4"
1218-
"@babel/helper-function-name" "^7.15.4"
1219-
"@babel/helper-hoist-variables" "^7.15.4"
1220-
"@babel/helper-split-export-declaration" "^7.15.4"
1221-
"@babel/parser" "^7.15.4"
1222-
"@babel/types" "^7.15.4"
1285+
"@babel/code-frame" "^7.22.13"
1286+
"@babel/parser" "^7.22.15"
1287+
"@babel/types" "^7.22.15"
1288+
1289+
"@babel/traverse@^7.0.0", "@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.15.4", "@babel/traverse@^7.4.3", "@babel/traverse@^7.6.0", "@babel/traverse@^7.9.0":
1290+
version "7.23.2"
1291+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1292+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1293+
dependencies:
1294+
"@babel/code-frame" "^7.22.13"
1295+
"@babel/generator" "^7.23.0"
1296+
"@babel/helper-environment-visitor" "^7.22.20"
1297+
"@babel/helper-function-name" "^7.23.0"
1298+
"@babel/helper-hoist-variables" "^7.22.5"
1299+
"@babel/helper-split-export-declaration" "^7.22.6"
1300+
"@babel/parser" "^7.23.0"
1301+
"@babel/types" "^7.23.0"
12231302
debug "^4.1.0"
12241303
globals "^11.1.0"
12251304

@@ -1231,6 +1310,15 @@
12311310
"@babel/helper-validator-identifier" "^7.14.9"
12321311
to-fast-properties "^2.0.0"
12331312

1313+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
1314+
version "7.23.0"
1315+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1316+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1317+
dependencies:
1318+
"@babel/helper-string-parser" "^7.22.5"
1319+
"@babel/helper-validator-identifier" "^7.22.20"
1320+
to-fast-properties "^2.0.0"
1321+
12341322
"@cnakazawa/watch@^1.0.3":
12351323
version "1.0.4"
12361324
resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.4.tgz#f864ae85004d0fcab6f50be9141c4da368d1656a"
@@ -1429,6 +1517,38 @@
14291517
"@types/istanbul-reports" "^1.1.1"
14301518
"@types/yargs" "^13.0.0"
14311519

1520+
"@jridgewell/gen-mapping@^0.3.2":
1521+
version "0.3.3"
1522+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
1523+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
1524+
dependencies:
1525+
"@jridgewell/set-array" "^1.0.1"
1526+
"@jridgewell/sourcemap-codec" "^1.4.10"
1527+
"@jridgewell/trace-mapping" "^0.3.9"
1528+
1529+
"@jridgewell/resolve-uri@^3.1.0":
1530+
version "3.1.1"
1531+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
1532+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
1533+
1534+
"@jridgewell/set-array@^1.0.1":
1535+
version "1.1.2"
1536+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
1537+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
1538+
1539+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
1540+
version "1.4.15"
1541+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
1542+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
1543+
1544+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
1545+
version "0.3.19"
1546+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
1547+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
1548+
dependencies:
1549+
"@jridgewell/resolve-uri" "^3.1.0"
1550+
"@jridgewell/sourcemap-codec" "^1.4.14"
1551+
14321552
"@mrmlnc/readdir-enhanced@^2.2.1":
14331553
version "2.2.1"
14341554
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"

0 commit comments

Comments
 (0)
Please sign in to comment.