Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit dd67f7c

Browse files
build(deps-dev): bump @babel/core from 7.13.16 to 7.14.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.16 to 7.14.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent a916929 commit dd67f7c

File tree

2 files changed

+21
-63
lines changed

2 files changed

+21
-63
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
"devDependencies": {
7373
"@babel/cli": "7.13.16",
74-
"@babel/core": "7.13.16",
74+
"@babel/core": "7.14.0",
7575
"@babel/preset-env": "7.14.0",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "18.0.0",

yarn.lock

Lines changed: 20 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -46,36 +46,27 @@
4646
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.0.tgz#a901128bce2ad02565df95e6ecbf195cf9465919"
4747
integrity sha512-vu9V3uMM/1o5Hl5OekMUowo3FqXLJSw+s+66nt0fSWVWTtmosdzn45JHOB3cPtZoe6CTBDzvSw0RdOY85Q37+Q==
4848

49-
"@babel/core@7.13.16", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
50-
version "7.13.16"
51-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
52-
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
49+
"@babel/core@7.14.0", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
50+
version "7.14.0"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.0.tgz#47299ff3ec8d111b493f1a9d04bf88c04e728d88"
52+
integrity sha512-8YqpRig5NmIHlMLw09zMlPTvUVMILjqCOtVgu+TVNWEBvy9b5I3RRyhqnrV4hjgEK7n8P9OqvkWJAFmEL6Wwfw==
5353
dependencies:
5454
"@babel/code-frame" "^7.12.13"
55-
"@babel/generator" "^7.13.16"
55+
"@babel/generator" "^7.14.0"
5656
"@babel/helper-compilation-targets" "^7.13.16"
57-
"@babel/helper-module-transforms" "^7.13.14"
58-
"@babel/helpers" "^7.13.16"
59-
"@babel/parser" "^7.13.16"
57+
"@babel/helper-module-transforms" "^7.14.0"
58+
"@babel/helpers" "^7.14.0"
59+
"@babel/parser" "^7.14.0"
6060
"@babel/template" "^7.12.13"
61-
"@babel/traverse" "^7.13.15"
62-
"@babel/types" "^7.13.16"
61+
"@babel/traverse" "^7.14.0"
62+
"@babel/types" "^7.14.0"
6363
convert-source-map "^1.7.0"
6464
debug "^4.1.0"
6565
gensync "^1.0.0-beta.2"
6666
json5 "^2.1.2"
6767
semver "^6.3.0"
6868
source-map "^0.5.0"
6969

70-
"@babel/generator@^7.13.16":
71-
version "7.13.16"
72-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
73-
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
74-
dependencies:
75-
"@babel/types" "^7.13.16"
76-
jsesc "^2.5.1"
77-
source-map "^0.5.0"
78-
7970
"@babel/generator@^7.14.0":
8071
version "7.14.0"
8172
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
@@ -200,21 +191,7 @@
200191
dependencies:
201192
"@babel/types" "^7.13.12"
202193

203-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.14":
204-
version "7.13.14"
205-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
206-
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
207-
dependencies:
208-
"@babel/helper-module-imports" "^7.13.12"
209-
"@babel/helper-replace-supers" "^7.13.12"
210-
"@babel/helper-simple-access" "^7.13.12"
211-
"@babel/helper-split-export-declaration" "^7.12.13"
212-
"@babel/helper-validator-identifier" "^7.12.11"
213-
"@babel/template" "^7.12.13"
214-
"@babel/traverse" "^7.13.13"
215-
"@babel/types" "^7.13.14"
216-
217-
"@babel/helper-module-transforms@^7.14.0":
194+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
218195
version "7.14.0"
219196
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
220197
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
@@ -305,14 +282,14 @@
305282
"@babel/traverse" "^7.13.0"
306283
"@babel/types" "^7.13.0"
307284

308-
"@babel/helpers@^7.13.16":
309-
version "7.13.17"
310-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
311-
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
285+
"@babel/helpers@^7.14.0":
286+
version "7.14.0"
287+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.0.tgz#ea9b6be9478a13d6f961dbb5f36bf75e2f3b8f62"
288+
integrity sha512-+ufuXprtQ1D1iZTO/K9+EBRn+qPWMJjZSw/S0KlFrxCw4tkrzv9grgpDHkY9MeQTjTY8i2sp7Jep8DfU6tN9Mg==
312289
dependencies:
313290
"@babel/template" "^7.12.13"
314-
"@babel/traverse" "^7.13.17"
315-
"@babel/types" "^7.13.17"
291+
"@babel/traverse" "^7.14.0"
292+
"@babel/types" "^7.14.0"
316293

317294
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
318295
version "7.13.10"
@@ -323,12 +300,7 @@
323300
chalk "^2.0.0"
324301
js-tokens "^4.0.0"
325302

326-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
327-
version "7.13.16"
328-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
329-
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
330-
331-
"@babel/parser@^7.14.0":
303+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
332304
version "7.14.0"
333305
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
334306
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
@@ -960,21 +932,7 @@
960932
"@babel/parser" "^7.12.13"
961933
"@babel/types" "^7.12.13"
962934

963-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
964-
version "7.13.17"
965-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
966-
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
967-
dependencies:
968-
"@babel/code-frame" "^7.12.13"
969-
"@babel/generator" "^7.13.16"
970-
"@babel/helper-function-name" "^7.12.13"
971-
"@babel/helper-split-export-declaration" "^7.12.13"
972-
"@babel/parser" "^7.13.16"
973-
"@babel/types" "^7.13.17"
974-
debug "^4.1.0"
975-
globals "^11.1.0"
976-
977-
"@babel/traverse@^7.14.0":
935+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0":
978936
version "7.14.0"
979937
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
980938
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
@@ -988,7 +946,7 @@
988946
debug "^4.1.0"
989947
globals "^11.1.0"
990948

991-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
949+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.14.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
992950
version "7.14.0"
993951
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.0.tgz#3fc3fc74e0cdad878182e5f66cc6bcab1915a802"
994952
integrity sha512-O2LVLdcnWplaGxiPBz12d0HcdN8QdxdsWYhz5LSeuukV/5mn2xUUc3gBeU4QBYPJ18g/UToe8F532XJ608prmg==

0 commit comments

Comments
 (0)