Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcc7244e

Browse files
chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 in /website (#879)
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 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>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent0956256 commitcc7244e

File tree

1 file changed

+80
-12
lines changed

1 file changed

+80
-12
lines changed

‎website/yarn.lock‎

Lines changed: 80 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"@jridgewell/gen-mapping""^0.3.0"
1111
"@jridgewell/trace-mapping""^0.3.9"
1212

13+
"@babel/code-frame@^7.22.13":
14+
version "7.22.13"
15+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
16+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
17+
dependencies:
18+
"@babel/highlight""^7.22.13"
19+
chalk "^2.4.2"
20+
1321
"@babel/code-frame@^7.22.5":
1422
version "7.22.5"
1523
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.5.tgz#234d98e1551960604f1246e6475891a570ad5658"
@@ -43,7 +51,7 @@
4351
json5 "^2.2.2"
4452
semver "^6.3.1"
4553

46-
"@babel/generator@^7.22.7", "@babel/generator@^7.22.9":
54+
"@babel/generator@^7.22.9":
4755
version "7.22.9"
4856
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.9.tgz#572ecfa7a31002fa1de2a9d91621fd895da8493d"
4957
integrity sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==
@@ -53,6 +61,16 @@
5361
"@jridgewell/trace-mapping""^0.3.17"
5462
jsesc "^2.5.1"
5563

64+
"@babel/generator@^7.23.0":
65+
version "7.23.0"
66+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.0.tgz#df5c386e2218be505b34837acbcb874d7a983420"
67+
integrity sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==
68+
dependencies:
69+
"@babel/types""^7.23.0"
70+
"@jridgewell/gen-mapping""^0.3.2"
71+
"@jridgewell/trace-mapping""^0.3.17"
72+
jsesc "^2.5.1"
73+
5674
"@babel/helper-annotate-as-pure@^7.22.5":
5775
version "7.22.5"
5876
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -113,6 +131,11 @@
113131
lodash.debounce "^4.0.8"
114132
resolve "^1.14.2"
115133

134+
"@babel/helper-environment-visitor@^7.22.20":
135+
version "7.22.20"
136+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
137+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
138+
116139
"@babel/helper-environment-visitor@^7.22.5":
117140
version "7.22.5"
118141
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
@@ -126,6 +149,14 @@
126149
"@babel/template""^7.22.5"
127150
"@babel/types""^7.22.5"
128151

152+
"@babel/helper-function-name@^7.23.0":
153+
version "7.23.0"
154+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
155+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
156+
dependencies:
157+
"@babel/template""^7.22.15"
158+
"@babel/types""^7.23.0"
159+
129160
"@babel/helper-hoist-variables@^7.22.5":
130161
version "7.22.5"
131162
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -214,6 +245,11 @@
214245
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
215246
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
216247

248+
"@babel/helper-validator-identifier@^7.22.20":
249+
version "7.22.20"
250+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
251+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
252+
217253
"@babel/helper-validator-identifier@^7.22.5":
218254
version "7.22.5"
219255
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -242,6 +278,15 @@
242278
"@babel/traverse""^7.22.6"
243279
"@babel/types""^7.22.5"
244280

281+
"@babel/highlight@^7.22.13":
282+
version "7.22.20"
283+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.20.tgz#4ca92b71d80554b01427815e06f2df965b9c1f54"
284+
integrity sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==
285+
dependencies:
286+
"@babel/helper-validator-identifier""^7.22.20"
287+
chalk "^2.4.2"
288+
js-tokens "^4.0.0"
289+
245290
"@babel/highlight@^7.22.5":
246291
version "7.22.5"
247292
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.5.tgz#aa6c05c5407a67ebce408162b7ede789b4d22031"
@@ -256,6 +301,11 @@
256301
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.7.tgz#df8cf085ce92ddbdbf668a7f186ce848c9036cae"
257302
integrity sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==
258303

304+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.0":
305+
version "7.23.0"
306+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.0.tgz#da950e622420bf96ca0d0f2909cdddac3acd8719"
307+
integrity sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==
308+
259309
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
260310
version "7.22.5"
261311
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.22.5.tgz#87245a21cd69a73b0b81bcda98d443d6df08f05e"
@@ -954,6 +1004,15 @@
9541004
dependencies:
9551005
regenerator-runtime "^0.13.11"
9561006

1007+
"@babel/template@^7.22.15":
1008+
version "7.22.15"
1009+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1010+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
1011+
dependencies:
1012+
"@babel/code-frame""^7.22.13"
1013+
"@babel/parser""^7.22.15"
1014+
"@babel/types""^7.22.15"
1015+
9571016
"@babel/template@^7.22.5":
9581017
version "7.22.5"
9591018
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.5.tgz#0c8c4d944509875849bd0344ff0050756eefc6ec"
@@ -964,21 +1023,30 @@
9641023
"@babel/types""^7.22.5"
9651024

9661025
"@babel/traverse@^7.22.5", "@babel/traverse@^7.22.6", "@babel/traverse@^7.22.8":
967-
version "7.22.8"
968-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.8.tgz#4d4451d31bc34efeae01eac222b514a77aa4000e"
969-
integrity sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==
970-
dependencies:
971-
"@babel/code-frame""^7.22.5"
972-
"@babel/generator""^7.22.7"
973-
"@babel/helper-environment-visitor""^7.22.5"
974-
"@babel/helper-function-name""^7.22.5"
1026+
version "7.23.2"
1027+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.2.tgz#329c7a06735e144a506bdb2cad0268b7f46f4ad8"
1028+
integrity sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==
1029+
dependencies:
1030+
"@babel/code-frame""^7.22.13"
1031+
"@babel/generator""^7.23.0"
1032+
"@babel/helper-environment-visitor""^7.22.20"
1033+
"@babel/helper-function-name""^7.23.0"
9751034
"@babel/helper-hoist-variables""^7.22.5"
9761035
"@babel/helper-split-export-declaration""^7.22.6"
977-
"@babel/parser""^7.22.7"
978-
"@babel/types""^7.22.5"
1036+
"@babel/parser""^7.23.0"
1037+
"@babel/types""^7.23.0"
9791038
debug "^4.1.0"
9801039
globals "^11.1.0"
9811040

1041+
"@babel/types@^7.22.15", "@babel/types@^7.23.0":
1042+
version "7.23.0"
1043+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.0.tgz#8c1f020c9df0e737e4e247c0619f58c68458aaeb"
1044+
integrity sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==
1045+
dependencies:
1046+
"@babel/helper-string-parser""^7.22.5"
1047+
"@babel/helper-validator-identifier""^7.22.20"
1048+
to-fast-properties "^2.0.0"
1049+
9821050
"@babel/types@^7.22.5", "@babel/types@^7.4.4":
9831051
version "7.22.5"
9841052
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.5.tgz#cd93eeaab025880a3a47ec881f4b096a5b786fbe"
@@ -2480,7 +2548,7 @@ caseless@~0.12.0:
24802548
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
24812549
integrity sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==
24822550

2483-
chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1:
2551+
chalk@^2.0.0, chalk@^2.3.2, chalk@^2.4.1, chalk@^2.4.2:
24842552
version "2.4.2"
24852553
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
24862554
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp