Skip to content

Commit cd2167c

Browse files
renovate-botrenovate[bot]
authored andcommittedMar 27, 2021
⬆️ deps: Upgrade dependency @babel/core to v7.13.13
1 parent 8b959b1 commit cd2167c

File tree

2 files changed

+63
-3
lines changed

2 files changed

+63
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"@aureooms/js-compare": "2.0.0",
7373
"@aureooms/js-operator": "1.0.2",
7474
"@aureooms/js-predicate": "3.0.1",
75-
"@babel/core": "7.13.10",
75+
"@babel/core": "7.13.13",
7676
"@babel/preset-env": "7.13.12",
7777
"@babel/register": "7.13.8",
7878
"@commitlint/cli": "12.0.1",

‎yarn.lock

+62-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,29 @@
4848
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
4949
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
5050

51-
"@babel/core@7.13.10", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
51+
"@babel/core@7.13.13":
52+
version "7.13.13"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
54+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
55+
dependencies:
56+
"@babel/code-frame" "^7.12.13"
57+
"@babel/generator" "^7.13.9"
58+
"@babel/helper-compilation-targets" "^7.13.13"
59+
"@babel/helper-module-transforms" "^7.13.12"
60+
"@babel/helpers" "^7.13.10"
61+
"@babel/parser" "^7.13.13"
62+
"@babel/template" "^7.12.13"
63+
"@babel/traverse" "^7.13.13"
64+
"@babel/types" "^7.13.13"
65+
convert-source-map "^1.7.0"
66+
debug "^4.1.0"
67+
gensync "^1.0.0-beta.2"
68+
json5 "^2.1.2"
69+
lodash "^4.17.19"
70+
semver "^6.3.0"
71+
source-map "^0.5.0"
72+
73+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
5274
version "7.13.10"
5375
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
5476
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
@@ -113,6 +135,16 @@
113135
browserslist "^4.14.5"
114136
semver "^6.3.0"
115137

138+
"@babel/helper-compilation-targets@^7.13.13":
139+
version "7.13.13"
140+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
141+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
142+
dependencies:
143+
"@babel/compat-data" "^7.13.12"
144+
"@babel/helper-validator-option" "^7.12.17"
145+
browserslist "^4.14.5"
146+
semver "^6.3.0"
147+
116148
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
117149
version "7.13.11"
118150
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -191,7 +223,7 @@
191223
dependencies:
192224
"@babel/types" "^7.13.12"
193225

194-
"@babel/helper-module-transforms@^7.13.0":
226+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12":
195227
version "7.13.12"
196228
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
197229
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
@@ -300,6 +332,11 @@
300332
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1"
301333
integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==
302334

335+
"@babel/parser@^7.13.13":
336+
version "7.13.13"
337+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
338+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
339+
303340
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
304341
version "7.13.12"
305342
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"
@@ -967,6 +1004,20 @@
9671004
globals "^11.1.0"
9681005
lodash "^4.17.19"
9691006

1007+
"@babel/traverse@^7.13.13":
1008+
version "7.13.13"
1009+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1010+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1011+
dependencies:
1012+
"@babel/code-frame" "^7.12.13"
1013+
"@babel/generator" "^7.13.9"
1014+
"@babel/helper-function-name" "^7.12.13"
1015+
"@babel/helper-split-export-declaration" "^7.12.13"
1016+
"@babel/parser" "^7.13.13"
1017+
"@babel/types" "^7.13.13"
1018+
debug "^4.1.0"
1019+
globals "^11.1.0"
1020+
9701021
"@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.4.4":
9711022
version "7.13.12"
9721023
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
@@ -976,6 +1027,15 @@
9761027
lodash "^4.17.19"
9771028
to-fast-properties "^2.0.0"
9781029

1030+
"@babel/types@^7.13.13":
1031+
version "7.13.13"
1032+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
1033+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
1034+
dependencies:
1035+
"@babel/helper-validator-identifier" "^7.12.11"
1036+
lodash "^4.17.19"
1037+
to-fast-properties "^2.0.0"
1038+
9791039
"@bcoe/v8-coverage@^0.2.3":
9801040
version "0.2.3"
9811041
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)
Please sign in to comment.