Skip to content

Commit 05734b6

Browse files
committed
Update @babel/cli to 7.13.16
1 parent 76ebe64 commit 05734b6

File tree

2 files changed

+53
-22
lines changed

2 files changed

+53
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
"yargs": "16.2.0"
5757
},
5858
"devDependencies": {
59-
"@babel/cli": "7.13.14",
60-
"@babel/core": "7.13.15",
59+
"@babel/cli": "7.13.16",
60+
"@babel/core": "7.13.16",
6161
"@babel/node": "7.13.13",
6262
"@babel/preset-env": "7.13.15",
6363
"babel-eslint": "10.1.0",

yarn.lock

Lines changed: 51 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,15 @@
4848
http-errors "^1.7.3"
4949
object-path "^0.11.4"
5050

51-
"@babel/cli@7.13.14":
52-
version "7.13.14"
53-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.14.tgz#c395bc89ec4760c91f2027fa8b26f8b2bf42238f"
54-
integrity sha512-zmEFV8WBRsW+mPQumO1/4b34QNALBVReaiHJOkxhUsdo/AvYM62c+SKSuLi2aZ42t3ocK6OI0uwUXRvrIbREZw==
51+
"@babel/cli@7.13.16":
52+
version "7.13.16"
53+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.16.tgz#9d372e943ced0cc291f068204a9b010fd9cfadbc"
54+
integrity sha512-cL9tllhqvsQ6r1+d9Invf7nNXg/3BlfL1vvvL/AdH9fZ2l5j0CeBcoq6UjsqHpvyN1v5nXSZgqJZoGeK+ZOAbw==
5555
dependencies:
5656
commander "^4.0.1"
5757
convert-source-map "^1.1.0"
5858
fs-readdir-recursive "^1.1.0"
5959
glob "^7.0.0"
60-
lodash "^4.17.19"
6160
make-dir "^2.1.0"
6261
slash "^2.0.0"
6362
source-map "^0.5.0"
@@ -106,20 +105,20 @@
106105
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
107106
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
108107

109-
"@babel/core@7.13.15":
110-
version "7.13.15"
111-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
112-
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
108+
"@babel/core@7.13.16":
109+
version "7.13.16"
110+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
111+
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
113112
dependencies:
114113
"@babel/code-frame" "^7.12.13"
115-
"@babel/generator" "^7.13.9"
116-
"@babel/helper-compilation-targets" "^7.13.13"
114+
"@babel/generator" "^7.13.16"
115+
"@babel/helper-compilation-targets" "^7.13.16"
117116
"@babel/helper-module-transforms" "^7.13.14"
118-
"@babel/helpers" "^7.13.10"
119-
"@babel/parser" "^7.13.15"
117+
"@babel/helpers" "^7.13.16"
118+
"@babel/parser" "^7.13.16"
120119
"@babel/template" "^7.12.13"
121120
"@babel/traverse" "^7.13.15"
122-
"@babel/types" "^7.13.14"
121+
"@babel/types" "^7.13.16"
123122
convert-source-map "^1.7.0"
124123
debug "^4.1.0"
125124
gensync "^1.0.0-beta.2"
@@ -177,6 +176,15 @@
177176
jsesc "^2.5.1"
178177
source-map "^0.5.0"
179178

179+
"@babel/generator@^7.13.16":
180+
version "7.13.16"
181+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
182+
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
183+
dependencies:
184+
"@babel/types" "^7.13.16"
185+
jsesc "^2.5.1"
186+
source-map "^0.5.0"
187+
180188
"@babel/generator@^7.13.9":
181189
version "7.13.9"
182190
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
@@ -228,6 +236,16 @@
228236
browserslist "^4.14.5"
229237
semver "^6.3.0"
230238

239+
"@babel/helper-compilation-targets@^7.13.16":
240+
version "7.13.16"
241+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
242+
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
243+
dependencies:
244+
"@babel/compat-data" "^7.13.15"
245+
"@babel/helper-validator-option" "^7.12.17"
246+
browserslist "^4.14.5"
247+
semver "^6.3.0"
248+
231249
"@babel/helper-compilation-targets@^7.13.8":
232250
version "7.13.8"
233251
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.8.tgz#02bdb22783439afb11b2f009814bdd88384bd468"
@@ -597,14 +615,14 @@
597615
"@babel/traverse" "^7.10.1"
598616
"@babel/types" "^7.10.1"
599617

600-
"@babel/helpers@^7.13.10":
601-
version "7.13.10"
602-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
603-
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
618+
"@babel/helpers@^7.13.16":
619+
version "7.13.16"
620+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.16.tgz#08af075f786fd06a56e41bcac3e8cc87ddc4d0b3"
621+
integrity sha512-x5otxUaLpdWHl02P4L94wBU+2BJXBkvO+6d6uzQ+xD9/h2hTSAwA5O8QV8GqKx/l8i+VYmKKQg9e2QGTa2Wu3Q==
604622
dependencies:
605623
"@babel/template" "^7.12.13"
606-
"@babel/traverse" "^7.13.0"
607-
"@babel/types" "^7.13.0"
624+
"@babel/traverse" "^7.13.15"
625+
"@babel/types" "^7.13.16"
608626

609627
"@babel/highlight@^7.10.1":
610628
version "7.10.1"
@@ -661,6 +679,11 @@
661679
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
662680
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
663681

682+
"@babel/parser@^7.13.16":
683+
version "7.13.16"
684+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
685+
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
686+
664687
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
665688
version "7.13.12"
666689
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
@@ -1436,6 +1459,14 @@
14361459
lodash "^4.17.19"
14371460
to-fast-properties "^2.0.0"
14381461

1462+
"@babel/types@^7.13.16":
1463+
version "7.13.16"
1464+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.16.tgz#916120b858aa5655cfba84bd0f6021ff5bdb4e65"
1465+
integrity sha512-7enM8Wxhrl1hB1+k6+xO6RmxpNkaveRWkdpyii8DkrLWRgr0l3x29/SEuhTIkP+ynHsU/Hpjn8Evd/axv/ll6Q==
1466+
dependencies:
1467+
"@babel/helper-validator-identifier" "^7.12.11"
1468+
to-fast-properties "^2.0.0"
1469+
14391470
"@bcoe/v8-coverage@^0.2.3":
14401471
version "0.2.3"
14411472
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)