Skip to content

Commit ea2ba65

Browse files
Update dependency @babel/types to v7.25.8
1 parent 79a2a63 commit ea2ba65

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@babel/preset-typescript": "7.15.0",
3131
"@babel/template": "7.15.4",
3232
"@babel/traverse": "7.15.4",
33-
"@babel/types": "7.14.2",
33+
"@babel/types": "7.25.8",
3434
"camelcase": "6.2.0",
3535
"command-line-args": "5.2.0",
3636
"command-line-usage": "6.1.1",

yarn.lock

+20-1
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,11 @@
379379
dependencies:
380380
"@babel/types" "^7.15.4"
381381

382+
"@babel/helper-string-parser@^7.25.7":
383+
version "7.25.7"
384+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.7.tgz#d50e8d37b1176207b4fe9acedec386c565a44a54"
385+
integrity sha512-CbkjYdsJNHFk8uqpEkpCvRs3YRp9tY6FmFY7wLMSYuGYkrdUi7r2lc4/wqsvlHoMznX3WJ9IP8giGPq68T/Y6g==
386+
382387
"@babel/helper-validator-identifier@^7.14.0":
383388
version "7.14.0"
384389
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
@@ -389,6 +394,11 @@
389394
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
390395
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
391396

397+
"@babel/helper-validator-identifier@^7.25.7":
398+
version "7.25.7"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.7.tgz#77b7f60c40b15c97df735b38a66ba1d7c3e93da5"
400+
integrity sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==
401+
392402
"@babel/helper-validator-option@^7.12.17":
393403
version "7.12.17"
394404
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -1196,7 +1206,16 @@
11961206
debug "^4.1.0"
11971207
globals "^11.1.0"
11981208

1199-
"@babel/[email protected]", "@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1209+
1210+
version "7.25.8"
1211+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.8.tgz#5cf6037258e8a9bcad533f4979025140cb9993e1"
1212+
integrity sha512-JWtuCu8VQsMladxVz/P4HzHUGCAwpuqacmowgXFs5XjxIgKuNjnLokQzuVjlTvIzODaDmpjT3oxcC48vyk9EWg==
1213+
dependencies:
1214+
"@babel/helper-string-parser" "^7.25.7"
1215+
"@babel/helper-validator-identifier" "^7.25.7"
1216+
to-fast-properties "^2.0.0"
1217+
1218+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
12001219
version "7.14.2"
12011220
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
12021221
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==

0 commit comments

Comments
 (0)