Skip to content

Commit 2499bde

Browse files
Bump @babel/traverse from 7.22.11 to 7.23.5 in /template (#393)
1 parent ee867c1 commit 2499bde

File tree

1 file changed

+83
-10
lines changed

1 file changed

+83
-10
lines changed

template/yarn.lock

Lines changed: 83 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"@babel/highlight" "^7.22.13"
2424
chalk "^2.4.2"
2525

26+
"@babel/code-frame@^7.22.13", "@babel/code-frame@^7.23.5":
27+
version "7.23.5"
28+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
29+
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
30+
dependencies:
31+
"@babel/highlight" "^7.23.4"
32+
chalk "^2.4.2"
33+
2634
"@babel/compat-data@^7.20.5", "@babel/compat-data@^7.22.6", "@babel/compat-data@^7.22.9":
2735
version "7.22.9"
2836
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
@@ -68,6 +76,16 @@
6876
"@jridgewell/trace-mapping" "^0.3.17"
6977
jsesc "^2.5.1"
7078

79+
"@babel/generator@^7.23.5":
80+
version "7.23.5"
81+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.23.5.tgz#17d0a1ea6b62f351d281350a5f80b87a810c4755"
82+
integrity sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==
83+
dependencies:
84+
"@babel/types" "^7.23.5"
85+
"@jridgewell/gen-mapping" "^0.3.2"
86+
"@jridgewell/trace-mapping" "^0.3.17"
87+
jsesc "^2.5.1"
88+
7189
"@babel/helper-annotate-as-pure@^7.22.5":
7290
version "7.22.5"
7391
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
@@ -133,6 +151,11 @@
133151
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
134152
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
135153

154+
"@babel/helper-environment-visitor@^7.22.20":
155+
version "7.22.20"
156+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
157+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
158+
136159
"@babel/helper-function-name@^7.22.5":
137160
version "7.22.5"
138161
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
@@ -141,6 +164,14 @@
141164
"@babel/template" "^7.22.5"
142165
"@babel/types" "^7.22.5"
143166

167+
"@babel/helper-function-name@^7.23.0":
168+
version "7.23.0"
169+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
170+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
171+
dependencies:
172+
"@babel/template" "^7.22.15"
173+
"@babel/types" "^7.23.0"
174+
144175
"@babel/helper-hoist-variables@^7.22.5":
145176
version "7.22.5"
146177
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
@@ -229,6 +260,16 @@
229260
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
230261
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
231262

263+
"@babel/helper-string-parser@^7.23.4":
264+
version "7.23.4"
265+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
266+
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
267+
268+
"@babel/helper-validator-identifier@^7.22.20":
269+
version "7.22.20"
270+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
271+
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
272+
232273
"@babel/helper-validator-identifier@^7.22.5":
233274
version "7.22.5"
234275
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz#9544ef6a33999343c8740fa51350f30eeaaaf193"
@@ -266,11 +307,25 @@
266307
chalk "^2.4.2"
267308
js-tokens "^4.0.0"
268309

310+
"@babel/highlight@^7.23.4":
311+
version "7.23.4"
312+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.23.4.tgz#edaadf4d8232e1a961432db785091207ead0621b"
313+
integrity sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==
314+
dependencies:
315+
"@babel/helper-validator-identifier" "^7.22.20"
316+
chalk "^2.4.2"
317+
js-tokens "^4.0.0"
318+
269319
"@babel/parser@^7.1.0", "@babel/parser@^7.13.16", "@babel/parser@^7.14.7", "@babel/parser@^7.20.0", "@babel/parser@^7.20.7", "@babel/parser@^7.22.11", "@babel/parser@^7.22.5":
270320
version "7.22.13"
271321
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.13.tgz#23fb17892b2be7afef94f573031c2f4b42839a2b"
272322
integrity sha512-3l6+4YOvc9wx7VlCSw4yQfcBo01ECA8TicQfbnCPuCEpRQrf+gTUyGdxNw+pyTUyywp6JRD1w0YQs9TpBXYlkw==
273323

324+
"@babel/parser@^7.22.15", "@babel/parser@^7.23.5":
325+
version "7.23.5"
326+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.23.5.tgz#37dee97c4752af148e1d38c34b856b2507660563"
327+
integrity sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==
328+
274329
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.22.5":
275330
version "7.22.5"
276331
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"
@@ -1135,19 +1190,28 @@
11351190
"@babel/parser" "^7.22.5"
11361191
"@babel/types" "^7.22.5"
11371192

1138-
"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.11", "@babel/traverse@^7.7.4":
1139-
version "7.22.11"
1140-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.11.tgz#71ebb3af7a05ff97280b83f05f8865ac94b2027c"
1141-
integrity sha512-mzAenteTfomcB7mfPtyi+4oe5BZ6MXxWcn4CX+h4IRJ+OOGXBrWU6jDQavkQI9Vuc5P+donFabBfFCcmWka9lQ==
1193+
"@babel/template@^7.22.15":
1194+
version "7.22.15"
1195+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
1196+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
11421197
dependencies:
1143-
"@babel/code-frame" "^7.22.10"
1144-
"@babel/generator" "^7.22.10"
1145-
"@babel/helper-environment-visitor" "^7.22.5"
1146-
"@babel/helper-function-name" "^7.22.5"
1198+
"@babel/code-frame" "^7.22.13"
1199+
"@babel/parser" "^7.22.15"
1200+
"@babel/types" "^7.22.15"
1201+
1202+
"@babel/traverse@^7.20.0", "@babel/traverse@^7.22.11", "@babel/traverse@^7.7.4":
1203+
version "7.23.5"
1204+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.23.5.tgz#f546bf9aba9ef2b042c0e00d245990c15508e7ec"
1205+
integrity sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==
1206+
dependencies:
1207+
"@babel/code-frame" "^7.23.5"
1208+
"@babel/generator" "^7.23.5"
1209+
"@babel/helper-environment-visitor" "^7.22.20"
1210+
"@babel/helper-function-name" "^7.23.0"
11471211
"@babel/helper-hoist-variables" "^7.22.5"
11481212
"@babel/helper-split-export-declaration" "^7.22.6"
1149-
"@babel/parser" "^7.22.11"
1150-
"@babel/types" "^7.22.11"
1213+
"@babel/parser" "^7.23.5"
1214+
"@babel/types" "^7.23.5"
11511215
debug "^4.1.0"
11521216
globals "^11.1.0"
11531217

@@ -1160,6 +1224,15 @@
11601224
"@babel/helper-validator-identifier" "^7.22.5"
11611225
to-fast-properties "^2.0.0"
11621226

1227+
"@babel/types@^7.22.15", "@babel/types@^7.23.0", "@babel/types@^7.23.5":
1228+
version "7.23.5"
1229+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.23.5.tgz#48d730a00c95109fa4393352705954d74fb5b602"
1230+
integrity sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==
1231+
dependencies:
1232+
"@babel/helper-string-parser" "^7.23.4"
1233+
"@babel/helper-validator-identifier" "^7.22.20"
1234+
to-fast-properties "^2.0.0"
1235+
11631236
"@bcoe/v8-coverage@^0.2.3":
11641237
version "0.2.3"
11651238
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)