Skip to content

Commit 89485b6

Browse files
Merge pull request ferdikoomen#629 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.13.13
2 parents 62b3980 + d806831 commit 89485b6

File tree

2 files changed

+67
-38
lines changed

2 files changed

+67
-38
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.10",
74-
"@babel/core": "7.13.10",
74+
"@babel/core": "7.13.13",
7575
"@babel/preset-env": "7.13.12",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "18.0.0",

yarn.lock

Lines changed: 66 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@
4747
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
4848
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
4949

50-
"@babel/[email protected].10", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
51-
version "7.13.10"
52-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
53-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
50+
"@babel/[email protected].13", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
51+
version "7.13.13"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.13.tgz#bc44c4a2be2288ec4ddf56b66fc718019c76ac29"
53+
integrity sha512-1xEs9jZAyKIouOoCmpsgk/I26PoKyvzQ2ixdRpRzfbcp1fL+ozw7TUgdDgwonbTovqRaTfRh50IXuw4QrWO0GA==
5454
dependencies:
5555
"@babel/code-frame" "^7.12.13"
5656
"@babel/generator" "^7.13.9"
57-
"@babel/helper-compilation-targets" "^7.13.10"
58-
"@babel/helper-module-transforms" "^7.13.0"
57+
"@babel/helper-compilation-targets" "^7.13.13"
58+
"@babel/helper-module-transforms" "^7.13.12"
5959
"@babel/helpers" "^7.13.10"
60-
"@babel/parser" "^7.13.10"
60+
"@babel/parser" "^7.13.13"
6161
"@babel/template" "^7.12.13"
62-
"@babel/traverse" "^7.13.0"
63-
"@babel/types" "^7.13.0"
62+
"@babel/traverse" "^7.13.13"
63+
"@babel/types" "^7.13.13"
6464
convert-source-map "^1.7.0"
6565
debug "^4.1.0"
6666
gensync "^1.0.0-beta.2"
@@ -69,7 +69,7 @@
6969
semver "^6.3.0"
7070
source-map "^0.5.0"
7171

72-
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9":
72+
"@babel/generator@^7.13.9":
7373
version "7.13.9"
7474
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
7575
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
@@ -93,12 +93,12 @@
9393
"@babel/helper-explode-assignable-expression" "^7.12.13"
9494
"@babel/types" "^7.12.13"
9595

96-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.8":
97-
version "7.13.10"
98-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
99-
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
96+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
97+
version "7.13.13"
98+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
99+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
100100
dependencies:
101-
"@babel/compat-data" "^7.13.8"
101+
"@babel/compat-data" "^7.13.12"
102102
"@babel/helper-validator-option" "^7.12.17"
103103
browserslist "^4.14.5"
104104
semver "^6.3.0"
@@ -174,27 +174,40 @@
174174
dependencies:
175175
"@babel/types" "^7.13.0"
176176

177+
"@babel/helper-member-expression-to-functions@^7.13.12":
178+
version "7.13.12"
179+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
180+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
181+
dependencies:
182+
"@babel/types" "^7.13.12"
183+
177184
"@babel/helper-module-imports@^7.12.13":
178185
version "7.12.13"
179186
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
180187
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
181188
dependencies:
182189
"@babel/types" "^7.12.13"
183190

184-
"@babel/helper-module-transforms@^7.13.0":
185-
version "7.13.0"
186-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
187-
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
191+
"@babel/helper-module-imports@^7.13.12":
192+
version "7.13.12"
193+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
194+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
188195
dependencies:
189-
"@babel/helper-module-imports" "^7.12.13"
190-
"@babel/helper-replace-supers" "^7.13.0"
191-
"@babel/helper-simple-access" "^7.12.13"
196+
"@babel/types" "^7.13.12"
197+
198+
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.13.12":
199+
version "7.13.12"
200+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.12.tgz#600e58350490828d82282631a1422268e982ba96"
201+
integrity sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ==
202+
dependencies:
203+
"@babel/helper-module-imports" "^7.13.12"
204+
"@babel/helper-replace-supers" "^7.13.12"
205+
"@babel/helper-simple-access" "^7.13.12"
192206
"@babel/helper-split-export-declaration" "^7.12.13"
193207
"@babel/helper-validator-identifier" "^7.12.11"
194208
"@babel/template" "^7.12.13"
195209
"@babel/traverse" "^7.13.0"
196-
"@babel/types" "^7.13.0"
197-
lodash "^4.17.19"
210+
"@babel/types" "^7.13.12"
198211

199212
"@babel/helper-optimise-call-expression@^7.12.13":
200213
version "7.12.13"
@@ -227,13 +240,30 @@
227240
"@babel/traverse" "^7.13.0"
228241
"@babel/types" "^7.13.0"
229242

243+
"@babel/helper-replace-supers@^7.13.12":
244+
version "7.13.12"
245+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
246+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
247+
dependencies:
248+
"@babel/helper-member-expression-to-functions" "^7.13.12"
249+
"@babel/helper-optimise-call-expression" "^7.12.13"
250+
"@babel/traverse" "^7.13.0"
251+
"@babel/types" "^7.13.12"
252+
230253
"@babel/helper-simple-access@^7.12.13":
231254
version "7.12.13"
232255
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
233256
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
234257
dependencies:
235258
"@babel/types" "^7.12.13"
236259

260+
"@babel/helper-simple-access@^7.13.12":
261+
version "7.13.12"
262+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
263+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
264+
dependencies:
265+
"@babel/types" "^7.13.12"
266+
237267
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
238268
version "7.12.1"
239269
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -286,10 +316,10 @@
286316
chalk "^2.0.0"
287317
js-tokens "^4.0.0"
288318

289-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
290-
version "7.13.10"
291-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
292-
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
319+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.13":
320+
version "7.13.13"
321+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
322+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
293323

294324
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
295325
version "7.13.12"
@@ -882,22 +912,21 @@
882912
"@babel/parser" "^7.12.13"
883913
"@babel/types" "^7.12.13"
884914

885-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0":
886-
version "7.13.0"
887-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
888-
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
915+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13":
916+
version "7.13.13"
917+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
918+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
889919
dependencies:
890920
"@babel/code-frame" "^7.12.13"
891-
"@babel/generator" "^7.13.0"
921+
"@babel/generator" "^7.13.9"
892922
"@babel/helper-function-name" "^7.12.13"
893923
"@babel/helper-split-export-declaration" "^7.12.13"
894-
"@babel/parser" "^7.13.0"
895-
"@babel/types" "^7.13.0"
924+
"@babel/parser" "^7.13.13"
925+
"@babel/types" "^7.13.13"
896926
debug "^4.1.0"
897927
globals "^11.1.0"
898-
lodash "^4.17.19"
899928

900-
"@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.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
929+
"@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.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
901930
version "7.13.13"
902931
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.13.tgz#dcd8b815b38f537a3697ce84c8e3cc62197df96f"
903932
integrity sha512-kt+EpC6qDfIaqlP+DIbIJOclYy/A1YXs9dAf/ljbi+39Bcbc073H6jKVpXEr/EoIh5anGn5xq/yRVzKl+uIc9w==

0 commit comments

Comments
 (0)