Skip to content

Commit ca0aa07

Browse files
committed
Update dependency @babel/types to v7.15.6
1 parent 2a9412d commit ca0aa07

File tree

2 files changed

+10
-2
lines changed

2 files changed

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

yarn.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,15 @@
11961196
debug "^4.1.0"
11971197
globals "^11.1.0"
11981198

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":
1199+
1200+
version "7.15.6"
1201+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.6.tgz#99abdc48218b2881c058dd0a7ab05b99c9be758f"
1202+
integrity sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==
1203+
dependencies:
1204+
"@babel/helper-validator-identifier" "^7.14.9"
1205+
to-fast-properties "^2.0.0"
1206+
1207+
"@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":
12001208
version "7.14.2"
12011209
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
12021210
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==

0 commit comments

Comments
 (0)