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

Commit 497023a

Browse files
build(deps-dev): bump @babel/core from 7.14.0 to 7.14.2
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.14.0 to 7.14.2. - [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.2/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent fd1e04f commit 497023a

File tree

2 files changed

+46
-37
lines changed

2 files changed

+46
-37
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.14.0",
74+
"@babel/core": "7.14.2",
7575
"@babel/preset-env": "7.14.1",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "19.0.0",

yarn.lock

Lines changed: 45 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -46,33 +46,33 @@
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/[email protected].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==
49+
"@babel/[email protected].2", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
50+
version "7.14.2"
51+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.2.tgz#54e45334ffc0172048e5c93ded36461d3ad4c417"
52+
integrity sha512-OgC1mON+l4U4B4wiohJlQNUU3H73mpTyYY3j/c8U9dr9UagGGSm+WFpzjy/YLdoyjiG++c1kIDgxCo/mLwQJeQ==
5353
dependencies:
5454
"@babel/code-frame" "^7.12.13"
55-
"@babel/generator" "^7.14.0"
55+
"@babel/generator" "^7.14.2"
5656
"@babel/helper-compilation-targets" "^7.13.16"
57-
"@babel/helper-module-transforms" "^7.14.0"
57+
"@babel/helper-module-transforms" "^7.14.2"
5858
"@babel/helpers" "^7.14.0"
59-
"@babel/parser" "^7.14.0"
59+
"@babel/parser" "^7.14.2"
6060
"@babel/template" "^7.12.13"
61-
"@babel/traverse" "^7.14.0"
62-
"@babel/types" "^7.14.0"
61+
"@babel/traverse" "^7.14.2"
62+
"@babel/types" "^7.14.2"
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.14.0":
71-
version "7.14.0"
72-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.0.tgz#0f35d663506c43e4f10898fbda0d752ec75494be"
73-
integrity sha512-C6u00HbmsrNPug6A+CiNl8rEys7TsdcXwg12BHi2ca5rUfAs3+UwZsuDQSXnc+wCElCXMB8gMaJ3YXDdh8fAlg==
70+
"@babel/generator@^7.14.2":
71+
version "7.14.2"
72+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.2.tgz#d5773e8b557d421fd6ce0d5efa5fd7fc22567c30"
73+
integrity sha512-OnADYbKrffDVai5qcpkMxQ7caomHOoEwjkouqnN2QhydAjowFAZcsdecFIRUBdb+ZcruwYE4ythYmF1UBZU5xQ==
7474
dependencies:
75-
"@babel/types" "^7.14.0"
75+
"@babel/types" "^7.14.2"
7676
jsesc "^2.5.1"
7777
source-map "^0.5.0"
7878

@@ -162,6 +162,15 @@
162162
"@babel/template" "^7.12.13"
163163
"@babel/types" "^7.12.13"
164164

165+
"@babel/helper-function-name@^7.14.2":
166+
version "7.14.2"
167+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.2.tgz#397688b590760b6ef7725b5f0860c82427ebaac2"
168+
integrity sha512-NYZlkZRydxw+YT56IlhIcS8PAhb+FEUiOzuhFTfqDyPmzAhRge6ua0dQYT/Uh0t/EDHq05/i+e5M2d4XvjgarQ==
169+
dependencies:
170+
"@babel/helper-get-function-arity" "^7.12.13"
171+
"@babel/template" "^7.12.13"
172+
"@babel/types" "^7.14.2"
173+
165174
"@babel/helper-get-function-arity@^7.12.13":
166175
version "7.12.13"
167176
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -191,19 +200,19 @@
191200
dependencies:
192201
"@babel/types" "^7.13.12"
193202

194-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
195-
version "7.14.0"
196-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
197-
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
203+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0", "@babel/helper-module-transforms@^7.14.2":
204+
version "7.14.2"
205+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.2.tgz#ac1cc30ee47b945e3e0c4db12fa0c5389509dfe5"
206+
integrity sha512-OznJUda/soKXv0XhpvzGWDnml4Qnwp16GN+D/kZIdLsWoHj05kyu8Rm5kXmMef+rVJZ0+4pSGLkeixdqNUATDA==
198207
dependencies:
199208
"@babel/helper-module-imports" "^7.13.12"
200209
"@babel/helper-replace-supers" "^7.13.12"
201210
"@babel/helper-simple-access" "^7.13.12"
202211
"@babel/helper-split-export-declaration" "^7.12.13"
203212
"@babel/helper-validator-identifier" "^7.14.0"
204213
"@babel/template" "^7.12.13"
205-
"@babel/traverse" "^7.14.0"
206-
"@babel/types" "^7.14.0"
214+
"@babel/traverse" "^7.14.2"
215+
"@babel/types" "^7.14.2"
207216

208217
"@babel/helper-optimise-call-expression@^7.12.13":
209218
version "7.12.13"
@@ -300,10 +309,10 @@
300309
chalk "^2.0.0"
301310
js-tokens "^4.0.0"
302311

303-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.0":
304-
version "7.14.0"
305-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.0.tgz#2f0ebfed92bcddcc8395b91f1895191ce2760380"
306-
integrity sha512-AHbfoxesfBALg33idaTBVUkLnfXtsgvJREf93p4p0Lwsz4ppfE7g1tpEXVm4vrxUcH4DVhAa9Z1m1zqf9WUC7Q==
312+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.14.2":
313+
version "7.14.2"
314+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.2.tgz#0c1680aa44ad4605b16cbdcc5c341a61bde9c746"
315+
integrity sha512-IoVDIHpsgE/fu7eXBeRWt8zLbDrSvD7H1gpomOkPpBoEN8KCruCqSDdqo8dddwQQrui30KSvQBaMUOJiuFu6QQ==
307316

308317
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
309318
version "7.13.12"
@@ -932,24 +941,24 @@
932941
"@babel/parser" "^7.12.13"
933942
"@babel/types" "^7.12.13"
934943

935-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0":
936-
version "7.14.0"
937-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.0.tgz#cea0dc8ae7e2b1dec65f512f39f3483e8cc95aef"
938-
integrity sha512-dZ/a371EE5XNhTHomvtuLTUyx6UEoJmYX+DT5zBCQN3McHemsuIaKKYqsc/fs26BEkHs/lBZy0J571LP5z9kQA==
944+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.0", "@babel/traverse@^7.14.2":
945+
version "7.14.2"
946+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.2.tgz#9201a8d912723a831c2679c7ebbf2fe1416d765b"
947+
integrity sha512-TsdRgvBFHMyHOOzcP9S6QU0QQtjxlRpEYOy3mcCO5RgmC305ki42aSAmfZEMSSYBla2oZ9BMqYlncBaKmD/7iA==
939948
dependencies:
940949
"@babel/code-frame" "^7.12.13"
941-
"@babel/generator" "^7.14.0"
942-
"@babel/helper-function-name" "^7.12.13"
950+
"@babel/generator" "^7.14.2"
951+
"@babel/helper-function-name" "^7.14.2"
943952
"@babel/helper-split-export-declaration" "^7.12.13"
944-
"@babel/parser" "^7.14.0"
945-
"@babel/types" "^7.14.0"
953+
"@babel/parser" "^7.14.2"
954+
"@babel/types" "^7.14.2"
946955
debug "^4.1.0"
947956
globals "^11.1.0"
948957

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.14.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
950-
version "7.14.1"
951-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.1.tgz#095bd12f1c08ab63eff6e8f7745fa7c9cc15a9db"
952-
integrity sha512-S13Qe85fzLs3gYRUnrpyeIrBJIMYv33qSTg1qoBwiG6nPKwUWAD9odSzWhEedpwOIzSEI6gbdQIWEMiCI42iBA==
958+
"@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.14.1", "@babel/types@^7.14.2", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
959+
version "7.14.2"
960+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.2.tgz#4208ae003107ef8a057ea8333e56eb64d2f6a2c3"
961+
integrity sha512-SdjAG/3DikRHpUOjxZgnkbR11xUlyDMUFJdvnIgZEE16mqmY0BINMmc4//JMJglEmn6i7sq6p+mGrFWyZ98EEw==
953962
dependencies:
954963
"@babel/helper-validator-identifier" "^7.14.0"
955964
to-fast-properties "^2.0.0"

0 commit comments

Comments
 (0)