Skip to content

Commit bb35e13

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

File tree

2 files changed

+15
-2
lines changed

2 files changed

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

yarn.lock

+14-1
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,11 @@
389389
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
390390
integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
391391

392+
"@babel/helper-validator-identifier@^7.16.7":
393+
version "7.16.7"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
395+
integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
396+
392397
"@babel/helper-validator-option@^7.12.17":
393398
version "7.12.17"
394399
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
@@ -1196,7 +1201,15 @@
11961201
debug "^4.1.0"
11971202
globals "^11.1.0"
11981203

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":
1204+
1205+
version "7.18.4"
1206+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.4.tgz#27eae9b9fd18e9dccc3f9d6ad051336f307be354"
1207+
integrity sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
1208+
dependencies:
1209+
"@babel/helper-validator-identifier" "^7.16.7"
1210+
to-fast-properties "^2.0.0"
1211+
1212+
"@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":
12001213
version "7.14.2"
12011214
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
12021215
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==

0 commit comments

Comments
 (0)