Skip to content

Commit 7071b4b

Browse files
committed
Update dependency @babel/types to v7.16.0
1 parent 79a2a63 commit 7071b4b

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.16.0",
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.15.7":
393+
version "7.15.7"
394+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
395+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
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.16.0"
1206+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
1207+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
1208+
dependencies:
1209+
"@babel/helper-validator-identifier" "^7.15.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)