Skip to content

Commit 3524805

Browse files
Merge pull request #128 from textlint-ja/dependabot/npm_and_yarn/example/babel/traverse-7.23.2
2 parents ed2117b + 7416f82 commit 3524805

File tree

1 file changed

+123
-23
lines changed

1 file changed

+123
-23
lines changed

example/yarn.lock

Lines changed: 123 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
dependencies:
2727
"@babel/highlight" "^7.12.13"
2828

29+
"@babel/code-frame@^7.22.13":
30+
version "7.22.13"
31+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
32+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
33+
dependencies:
34+
"@babel/highlight" "^7.22.13"
35+
chalk "^2.4.2"
36+
2937
"@babel/compat-data@^7.13.12":
3038
version "7.13.15"
3139
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
@@ -61,6 +69,16 @@
6169
jsesc "^2.5.1"
6270
source-map "^0.5.0"
6371

72+
"@babel/generator@^7.23.0":
73+
version "7.23.0"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
75+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
76+
dependencies:
77+
"@babel/types" "^7.23.0"
78+
"@jridgewell/gen-mapping" "^0.3.2"
79+
"@jridgewell/trace-mapping" "^0.3.17"
80+
jsesc "^2.5.1"
81+
6482
"@babel/helper-compilation-targets@^7.13.13":
6583
version "7.13.13"
6684
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
@@ -71,21 +89,25 @@
7189
browserslist "^4.14.5"
7290
semver "^6.3.0"
7391

74-
"@babel/helper-function-name@^7.12.13":
75-
version "7.12.13"
76-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
77-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
92+
"@babel/helper-environment-visitor@^7.22.20":
93+
version "7.22.20"
94+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
95+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
96+
97+
"@babel/helper-function-name@^7.23.0":
98+
version "7.23.0"
99+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
100+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
78101
dependencies:
79-
"@babel/helper-get-function-arity" "^7.12.13"
80-
"@babel/template" "^7.12.13"
81-
"@babel/types" "^7.12.13"
102+
"@babel/template" "^7.22.15"
103+
"@babel/types" "^7.23.0"
82104

83-
"@babel/helper-get-function-arity@^7.12.13":
84-
version "7.12.13"
85-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
86-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
105+
"@babel/helper-hoist-variables@^7.22.5":
106+
version "7.22.5"
107+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
108+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
87109
dependencies:
88-
"@babel/types" "^7.12.13"
110+
"@babel/types" "^7.22.5"
89111

90112
"@babel/helper-member-expression-to-functions@^7.13.12":
91113
version "7.13.12"
@@ -146,11 +168,28 @@
146168
dependencies:
147169
"@babel/types" "^7.12.13"
148170

171+
"@babel/helper-split-export-declaration@^7.22.6":
172+
version "7.22.6"
173+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
174+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
175+
dependencies:
176+
"@babel/types" "^7.22.5"
177+
178+
"@babel/helper-string-parser@^7.22.5":
179+
version "7.22.5"
180+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
181+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
182+
149183
"@babel/helper-validator-identifier@^7.12.11":
150184
version "7.12.11"
151185
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
152186
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
153187

188+
"@babel/helper-validator-identifier@^7.22.20":
189+
version "7.22.20"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
191+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
192+
154193
"@babel/helper-validator-option@^7.12.17":
155194
version "7.12.17"
156195
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -174,11 +213,25 @@
174213
chalk "^2.0.0"
175214
js-tokens "^4.0.0"
176215

216+
"@babel/highlight@^7.22.13":
217+
version "7.22.20"
218+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
219+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
220+
dependencies:
221+
"@babel/helper-validator-identifier" "^7.22.20"
222+
chalk "^2.4.2"
223+
js-tokens "^4.0.0"
224+
177225
"@babel/parser@^7.12.13", "@babel/parser@^7.13.15", "@babel/parser@^7.7.5":
178226
version "7.13.15"
179227
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
180228
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
181229

230+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
231+
version "7.23.0"
232+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
233+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
234+
182235
"@babel/template@^7.12.13", "@babel/template@^7.4.4":
183236
version "7.12.13"
184237
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -188,17 +241,28 @@
188241
"@babel/parser" "^7.12.13"
189242
"@babel/types" "^7.12.13"
190243

191-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
192-
version "7.13.15"
193-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
194-
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
244+
"@babel/template@^7.22.15":
245+
version "7.22.15"
246+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
247+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
195248
dependencies:
196-
"@babel/code-frame" "^7.12.13"
197-
"@babel/generator" "^7.13.9"
198-
"@babel/helper-function-name" "^7.12.13"
199-
"@babel/helper-split-export-declaration" "^7.12.13"
200-
"@babel/parser" "^7.13.15"
201-
"@babel/types" "^7.13.14"
249+
"@babel/code-frame" "^7.22.13"
250+
"@babel/parser" "^7.22.15"
251+
"@babel/types" "^7.22.15"
252+
253+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
254+
version "7.23.2"
255+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
256+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
257+
dependencies:
258+
"@babel/code-frame" "^7.22.13"
259+
"@babel/generator" "^7.23.0"
260+
"@babel/helper-environment-visitor" "^7.22.20"
261+
"@babel/helper-function-name" "^7.23.0"
262+
"@babel/helper-hoist-variables" "^7.22.5"
263+
"@babel/helper-split-export-declaration" "^7.22.6"
264+
"@babel/parser" "^7.23.0"
265+
"@babel/types" "^7.23.0"
202266
debug "^4.1.0"
203267
globals "^11.1.0"
204268

@@ -211,6 +275,15 @@
211275
lodash "^4.17.19"
212276
to-fast-properties "^2.0.0"
213277

278+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
279+
version "7.23.0"
280+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
281+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
282+
dependencies:
283+
"@babel/helper-string-parser" "^7.22.5"
284+
"@babel/helper-validator-identifier" "^7.22.20"
285+
to-fast-properties "^2.0.0"
286+
214287
"@jridgewell/gen-mapping@^0.3.0":
215288
version "0.3.2"
216289
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -220,11 +293,25 @@
220293
"@jridgewell/sourcemap-codec" "^1.4.10"
221294
"@jridgewell/trace-mapping" "^0.3.9"
222295

296+
"@jridgewell/gen-mapping@^0.3.2":
297+
version "0.3.3"
298+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
299+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
300+
dependencies:
301+
"@jridgewell/set-array" "^1.0.1"
302+
"@jridgewell/sourcemap-codec" "^1.4.10"
303+
"@jridgewell/trace-mapping" "^0.3.9"
304+
223305
"@jridgewell/[email protected]", "@jridgewell/resolve-uri@^3.0.3":
224306
version "3.1.0"
225307
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
226308
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
227309

310+
"@jridgewell/resolve-uri@^3.1.0":
311+
version "3.1.1"
312+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
313+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
314+
228315
"@jridgewell/set-array@^1.0.1":
229316
version "1.1.2"
230317
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
@@ -243,6 +330,11 @@
243330
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
244331
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
245332

333+
"@jridgewell/sourcemap-codec@^1.4.14":
334+
version "1.4.15"
335+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
336+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
337+
246338
"@jridgewell/trace-mapping@^0.3.14":
247339
version "0.3.17"
248340
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
@@ -251,6 +343,14 @@
251343
"@jridgewell/resolve-uri" "3.1.0"
252344
"@jridgewell/sourcemap-codec" "1.4.14"
253345

346+
"@jridgewell/trace-mapping@^0.3.17":
347+
version "0.3.19"
348+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
349+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
350+
dependencies:
351+
"@jridgewell/resolve-uri" "^3.1.0"
352+
"@jridgewell/sourcemap-codec" "^1.4.14"
353+
254354
"@jridgewell/trace-mapping@^0.3.9":
255355
version "0.3.14"
256356
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.14.tgz#b231a081d8f66796e475ad588a1ef473112701ed"
@@ -1405,7 +1505,7 @@ ccount@^1.0.0, ccount@^1.0.3:
14051505
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.1.0.tgz#246687debb6014735131be8abab2d93898f8d043"
14061506
integrity sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==
14071507

1408-
chalk@^2.0.0:
1508+
chalk@^2.0.0, chalk@^2.4.2:
14091509
version "2.4.2"
14101510
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
14111511
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)