Skip to content

Commit db33251

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

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-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.26.7",
3434
"camelcase": "6.2.0",
3535
"command-line-args": "5.2.0",
3636
"command-line-usage": "6.1.1",

yarn.lock

+19-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.9":
383+
version "7.25.9"
384+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
385+
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
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.9":
398+
version "7.25.9"
399+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
400+
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
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,15 @@
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.26.7"
1211+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.26.7.tgz#5e2b89c0768e874d4d061961f3a5a153d71dc17a"
1212+
integrity sha512-t8kDRGrKXyp6+tjUh7hw2RLyclsW4TRoRvRHtSyAX9Bb5ldlFh+90YAYY6awRXrlB4G5G2izNeGySpATlFzmOg==
1213+
dependencies:
1214+
"@babel/helper-string-parser" "^7.25.9"
1215+
"@babel/helper-validator-identifier" "^7.25.9"
1216+
1217+
"@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":
12001218
version "7.14.2"
12011219
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
12021220
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==

0 commit comments

Comments
 (0)