Skip to content

Commit 9a6ad0f

Browse files
renovate-botrenovate[bot]
authored andcommitted
⬆️ deps: Upgrade dependency @babel/core to v7.13.13
1 parent e62f9af commit 9a6ad0f

File tree

2 files changed

+63
-3
lines changed

2 files changed

+63
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"@aureooms/js-compare": "2.0.0",
7070
"@aureooms/js-itertools": "5.1.0",
7171
"@babel/cli": "7.13.10",
72-
"@babel/core": "7.13.10",
72+
"@babel/core": "7.13.13",
7373
"@babel/preset-env": "7.13.12",
7474
"@babel/register": "7.13.8",
7575
"@commitlint/cli": "12.0.1",

yarn.lock

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,29 @@
137137
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
138138
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
139139

140-
"@babel/core@7.13.10", "@babel/core@^7.12.10", "@babel/core@^7.12.16":
140+
"@babel/core@7.13.13":
141+
version "7.13.13"
142+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
143+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
144+
dependencies:
145+
"@babel/code-frame" "^7.12.13"
146+
"@babel/generator" "^7.13.9"
147+
"@babel/helper-compilation-targets" "^7.13.13"
148+
"@babel/helper-module-transforms" "^7.13.12"
149+
"@babel/helpers" "^7.13.10"
150+
"@babel/parser" "^7.13.13"
151+
"@babel/template" "^7.12.13"
152+
"@babel/traverse" "^7.13.13"
153+
"@babel/types" "^7.13.13"
154+
convert-source-map "^1.7.0"
155+
debug "^4.1.0"
156+
gensync "^1.0.0-beta.2"
157+
json5 "^2.1.2"
158+
lodash "^4.17.19"
159+
semver "^6.3.0"
160+
source-map "^0.5.0"
161+
162+
"@babel/core@^7.12.10", "@babel/core@^7.12.16":
141163
version "7.13.10"
142164
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
143165
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
@@ -202,6 +224,16 @@
202224
browserslist "^4.14.5"
203225
semver "^6.3.0"
204226

227+
"@babel/helper-compilation-targets@^7.13.13":
228+
version "7.13.13"
229+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
230+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
231+
dependencies:
232+
"@babel/compat-data" "^7.13.12"
233+
"@babel/helper-validator-option" "^7.12.17"
234+
browserslist "^4.14.5"
235+
semver "^6.3.0"
236+
205237
"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.13.0":
206238
version "7.13.11"
207239
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.11.tgz#30d30a005bca2c953f5653fc25091a492177f4f6"
@@ -280,7 +312,7 @@
280312
dependencies:
281313
"@babel/types" "^7.13.12"
282314

283-
"@babel/helper-module-transforms@^7.13.0":
315+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12":
284316
version "7.13.12"
285317
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
286318
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
@@ -389,6 +421,11 @@
389421
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.12.tgz#ba320059420774394d3b0c0233ba40e4250b81d1"
390422
integrity sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw==
391423

424+
"@babel/parser@^7.13.13":
425+
version "7.13.13"
426+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
427+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
428+
392429
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
393430
version "7.13.12"
394431
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"
@@ -1056,6 +1093,20 @@
10561093
globals "^11.1.0"
10571094
lodash "^4.17.19"
10581095

1096+
"@babel/traverse@^7.13.13":
1097+
version "7.13.13"
1098+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1099+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1100+
dependencies:
1101+
"@babel/code-frame" "^7.12.13"
1102+
"@babel/generator" "^7.13.9"
1103+
"@babel/helper-function-name" "^7.12.13"
1104+
"@babel/helper-split-export-declaration" "^7.12.13"
1105+
"@babel/parser" "^7.13.13"
1106+
"@babel/types" "^7.13.13"
1107+
debug "^4.1.0"
1108+
globals "^11.1.0"
1109+
10591110
"@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":
10601111
version "7.13.12"
10611112
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.12.tgz#edbf99208ef48852acdff1c8a681a1e4ade580cd"
@@ -1065,6 +1116,15 @@
10651116
lodash "^4.17.19"
10661117
to-fast-properties "^2.0.0"
10671118

1119+
"@babel/types@^7.13.13":
1120+
version "7.13.13"
1121+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
1122+
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==
1123+
dependencies:
1124+
"@babel/helper-validator-identifier" "^7.12.11"
1125+
lodash "^4.17.19"
1126+
to-fast-properties "^2.0.0"
1127+
10681128
"@bcoe/v8-coverage@^0.2.3":
10691129
version "0.2.3"
10701130
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"

0 commit comments

Comments
 (0)