Skip to content

Commit 4cc9609

Browse files
Merge pull request #117 from textlint-ja/dependabot/npm_and_yarn/example/babel/traverse-7.23.2
2 parents 11cd9c5 + 65a5980 commit 4cc9609

File tree

1 file changed

+105
-23
lines changed

1 file changed

+105
-23
lines changed

example/yarn.lock

Lines changed: 105 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121
dependencies:
2222
"@babel/highlight" "^7.12.13"
2323

24+
"@babel/code-frame@^7.22.13":
25+
version "7.22.13"
26+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
27+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
28+
dependencies:
29+
"@babel/highlight" "^7.22.13"
30+
chalk "^2.4.2"
31+
2432
"@babel/compat-data@^7.13.15":
2533
version "7.14.0"
2634
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
@@ -56,6 +64,16 @@
5664
jsesc "^2.5.1"
5765
source-map "^0.5.0"
5866

67+
"@babel/generator@^7.23.0":
68+
version "7.23.0"
69+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
70+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
71+
dependencies:
72+
"@babel/types" "^7.23.0"
73+
"@jridgewell/gen-mapping" "^0.3.2"
74+
"@jridgewell/trace-mapping" "^0.3.17"
75+
jsesc "^2.5.1"
76+
5977
"@babel/helper-compilation-targets@^7.13.16":
6078
version "7.13.16"
6179
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
@@ -66,21 +84,25 @@
6684
browserslist "^4.14.5"
6785
semver "^6.3.0"
6886

69-
"@babel/helper-function-name@^7.14.2":
70-
version "7.14.2"
71-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
72-
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
87+
"@babel/helper-environment-visitor@^7.22.20":
88+
version "7.22.20"
89+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
90+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
91+
92+
"@babel/helper-function-name@^7.23.0":
93+
version "7.23.0"
94+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
95+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
7396
dependencies:
74-
"@babel/helper-get-function-arity" "^7.12.13"
75-
"@babel/template" "^7.12.13"
76-
"@babel/types" "^7.14.2"
97+
"@babel/template" "^7.22.15"
98+
"@babel/types" "^7.23.0"
7799

78-
"@babel/helper-get-function-arity@^7.12.13":
79-
version "7.12.13"
80-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
81-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
100+
"@babel/helper-hoist-variables@^7.22.5":
101+
version "7.22.5"
102+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
103+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
82104
dependencies:
83-
"@babel/types" "^7.12.13"
105+
"@babel/types" "^7.22.5"
84106

85107
"@babel/helper-member-expression-to-functions@^7.13.12":
86108
version "7.13.12"
@@ -141,11 +163,28 @@
141163
dependencies:
142164
"@babel/types" "^7.12.13"
143165

166+
"@babel/helper-split-export-declaration@^7.22.6":
167+
version "7.22.6"
168+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
169+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
170+
dependencies:
171+
"@babel/types" "^7.22.5"
172+
173+
"@babel/helper-string-parser@^7.22.5":
174+
version "7.22.5"
175+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
176+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
177+
144178
"@babel/helper-validator-identifier@^7.14.0":
145179
version "7.14.0"
146180
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
147181
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
148182

183+
"@babel/helper-validator-identifier@^7.22.20":
184+
version "7.22.20"
185+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
186+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
187+
149188
"@babel/helper-validator-option@^7.12.17":
150189
version "7.12.17"
151190
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -169,11 +208,25 @@
169208
chalk "^2.0.0"
170209
js-tokens "^4.0.0"
171210

211+
"@babel/highlight@^7.22.13":
212+
version "7.22.20"
213+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
214+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
215+
dependencies:
216+
"@babel/helper-validator-identifier" "^7.22.20"
217+
chalk "^2.4.2"
218+
js-tokens "^4.0.0"
219+
172220
"@babel/parser@^7.12.13", "@babel/parser@^7.14.2", "@babel/parser@^7.7.5":
173221
version "7.14.2"
174222
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
175223
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
176224

225+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
226+
version "7.23.0"
227+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
228+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
229+
177230
"@babel/template@^7.12.13", "@babel/template@^7.4.4":
178231
version "7.12.13"
179232
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -183,17 +236,28 @@
183236
"@babel/parser" "^7.12.13"
184237
"@babel/types" "^7.12.13"
185238

186-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
187-
version "7.14.2"
188-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
189-
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
239+
"@babel/template@^7.22.15":
240+
version "7.22.15"
241+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
242+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
190243
dependencies:
191-
"@babel/code-frame" "^7.12.13"
192-
"@babel/generator" "^7.14.2"
193-
"@babel/helper-function-name" "^7.14.2"
194-
"@babel/helper-split-export-declaration" "^7.12.13"
195-
"@babel/parser" "^7.14.2"
196-
"@babel/types" "^7.14.2"
244+
"@babel/code-frame" "^7.22.13"
245+
"@babel/parser" "^7.22.15"
246+
"@babel/types" "^7.22.15"
247+
248+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
249+
version "7.23.2"
250+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
251+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
252+
dependencies:
253+
"@babel/code-frame" "^7.22.13"
254+
"@babel/generator" "^7.23.0"
255+
"@babel/helper-environment-visitor" "^7.22.20"
256+
"@babel/helper-function-name" "^7.23.0"
257+
"@babel/helper-hoist-variables" "^7.22.5"
258+
"@babel/helper-split-export-declaration" "^7.22.6"
259+
"@babel/parser" "^7.23.0"
260+
"@babel/types" "^7.23.0"
197261
debug "^4.1.0"
198262
globals "^11.1.0"
199263

@@ -205,6 +269,15 @@
205269
"@babel/helper-validator-identifier" "^7.14.0"
206270
to-fast-properties "^2.0.0"
207271

272+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0":
273+
version "7.23.0"
274+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
275+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
276+
dependencies:
277+
"@babel/helper-string-parser" "^7.22.5"
278+
"@babel/helper-validator-identifier" "^7.22.20"
279+
to-fast-properties "^2.0.0"
280+
208281
"@jridgewell/gen-mapping@^0.3.0":
209282
version "0.3.2"
210283
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz#c1aedc61e853f2bb9f5dfe6d4442d3b565b253b9"
@@ -214,6 +287,15 @@
214287
"@jridgewell/sourcemap-codec" "^1.4.10"
215288
"@jridgewell/trace-mapping" "^0.3.9"
216289

290+
"@jridgewell/gen-mapping@^0.3.2":
291+
version "0.3.3"
292+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
293+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
294+
dependencies:
295+
"@jridgewell/set-array" "^1.0.1"
296+
"@jridgewell/sourcemap-codec" "^1.4.10"
297+
"@jridgewell/trace-mapping" "^0.3.9"
298+
217299
"@jridgewell/resolve-uri@3.1.0":
218300
version "3.1.0"
219301
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
@@ -1148,7 +1230,7 @@ chalk@^1.0.0, chalk@^1.1.1, chalk@^1.1.3:
11481230
strip-ansi "^3.0.0"
11491231
supports-color "^2.0.0"
11501232

1151-
chalk@^2.0.0:
1233+
chalk@^2.0.0, chalk@^2.4.2:
11521234
version "2.4.2"
11531235
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
11541236
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)