Skip to content

Commit ec45354

Browse files
Merge pull request ferdikoomen#560 from ferdikoomen/dependabot/npm_and_yarn/babel/core-7.12.13
2 parents fae9aef + 420ed01 commit ec45354

File tree

2 files changed

+27
-150
lines changed

2 files changed

+27
-150
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@babel/cli": "7.12.13",
73-
"@babel/core": "7.12.10",
73+
"@babel/core": "7.12.13",
7474
"@babel/preset-env": "7.12.13",
7575
"@babel/preset-typescript": "7.12.13",
7676
"@rollup/plugin-commonjs": "17.1.0",

yarn.lock

Lines changed: 26 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@
1919
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

22-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11":
23-
version "7.12.11"
24-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
25-
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
26-
dependencies:
27-
"@babel/highlight" "^7.10.4"
28-
29-
"@babel/code-frame@^7.12.13":
22+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
3023
version "7.12.13"
3124
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
3225
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
@@ -38,19 +31,19 @@
3831
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.12.13.tgz#27e19e0ed3726ccf54067ced4109501765e7e2e8"
3932
integrity sha512-U/hshG5R+SIoW7HVWIdmy1cB7s3ki+r3FpyEZiCgpi4tFgPnX/vynY80ZGSASOIrUM6O7VxOgCZgdt7h97bUGg==
4033

41-
"@babel/[email protected].10", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
42-
version "7.12.10"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.10.tgz#b79a2e1b9f70ed3d84bbfb6d8c4ef825f606bccd"
44-
integrity sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w==
34+
"@babel/[email protected].13", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
35+
version "7.12.13"
36+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.12.13.tgz#b73a87a3a3e7d142a66248bf6ad88b9ceb093425"
37+
integrity sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw==
4538
dependencies:
46-
"@babel/code-frame" "^7.10.4"
47-
"@babel/generator" "^7.12.10"
48-
"@babel/helper-module-transforms" "^7.12.1"
49-
"@babel/helpers" "^7.12.5"
50-
"@babel/parser" "^7.12.10"
51-
"@babel/template" "^7.12.7"
52-
"@babel/traverse" "^7.12.10"
53-
"@babel/types" "^7.12.10"
39+
"@babel/code-frame" "^7.12.13"
40+
"@babel/generator" "^7.12.13"
41+
"@babel/helper-module-transforms" "^7.12.13"
42+
"@babel/helpers" "^7.12.13"
43+
"@babel/parser" "^7.12.13"
44+
"@babel/template" "^7.12.13"
45+
"@babel/traverse" "^7.12.13"
46+
"@babel/types" "^7.12.13"
5447
convert-source-map "^1.7.0"
5548
debug "^4.1.0"
5649
gensync "^1.0.0-beta.1"
@@ -59,15 +52,6 @@
5952
semver "^5.4.1"
6053
source-map "^0.5.0"
6154

62-
"@babel/generator@^7.12.10", "@babel/generator@^7.12.11":
63-
version "7.12.11"
64-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.11.tgz#98a7df7b8c358c9a37ab07a24056853016aba3af"
65-
integrity sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA==
66-
dependencies:
67-
"@babel/types" "^7.12.11"
68-
jsesc "^2.5.1"
69-
source-map "^0.5.0"
70-
7155
"@babel/generator@^7.12.13":
7256
version "7.12.15"
7357
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
@@ -128,15 +112,6 @@
128112
dependencies:
129113
"@babel/types" "^7.12.13"
130114

131-
"@babel/helper-function-name@^7.12.11":
132-
version "7.12.11"
133-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.11.tgz#1fd7738aee5dcf53c3ecff24f1da9c511ec47b42"
134-
integrity sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA==
135-
dependencies:
136-
"@babel/helper-get-function-arity" "^7.12.10"
137-
"@babel/template" "^7.12.7"
138-
"@babel/types" "^7.12.11"
139-
140115
"@babel/helper-function-name@^7.12.13":
141116
version "7.12.13"
142117
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
@@ -146,13 +121,6 @@
146121
"@babel/template" "^7.12.13"
147122
"@babel/types" "^7.12.13"
148123

149-
"@babel/helper-get-function-arity@^7.12.10":
150-
version "7.12.10"
151-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.10.tgz#b158817a3165b5faa2047825dfa61970ddcc16cf"
152-
integrity sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag==
153-
dependencies:
154-
"@babel/types" "^7.12.10"
155-
156124
"@babel/helper-get-function-arity@^7.12.13":
157125
version "7.12.13"
158126
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -174,35 +142,13 @@
174142
dependencies:
175143
"@babel/types" "^7.12.13"
176144

177-
"@babel/helper-member-expression-to-functions@^7.12.7":
178-
version "7.12.7"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.7.tgz#aa77bd0396ec8114e5e30787efa78599d874a855"
180-
integrity sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw==
181-
dependencies:
182-
"@babel/types" "^7.12.7"
183-
184-
"@babel/helper-module-imports@^7.12.1", "@babel/helper-module-imports@^7.12.13":
145+
"@babel/helper-module-imports@^7.12.13":
185146
version "7.12.13"
186147
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.12.13.tgz#ec67e4404f41750463e455cc3203f6a32e93fcb0"
187148
integrity sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g==
188149
dependencies:
189150
"@babel/types" "^7.12.13"
190151

191-
"@babel/helper-module-transforms@^7.12.1":
192-
version "7.12.1"
193-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz#7954fec71f5b32c48e4b303b437c34453fd7247c"
194-
integrity sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==
195-
dependencies:
196-
"@babel/helper-module-imports" "^7.12.1"
197-
"@babel/helper-replace-supers" "^7.12.1"
198-
"@babel/helper-simple-access" "^7.12.1"
199-
"@babel/helper-split-export-declaration" "^7.11.0"
200-
"@babel/helper-validator-identifier" "^7.10.4"
201-
"@babel/template" "^7.10.4"
202-
"@babel/traverse" "^7.12.1"
203-
"@babel/types" "^7.12.1"
204-
lodash "^4.17.19"
205-
206152
"@babel/helper-module-transforms@^7.12.13":
207153
version "7.12.13"
208154
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.12.13.tgz#01afb052dcad2044289b7b20beb3fa8bd0265bea"
@@ -218,13 +164,6 @@
218164
"@babel/types" "^7.12.13"
219165
lodash "^4.17.19"
220166

221-
"@babel/helper-optimise-call-expression@^7.12.10":
222-
version "7.12.10"
223-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.10.tgz#94ca4e306ee11a7dd6e9f42823e2ac6b49881e2d"
224-
integrity sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ==
225-
dependencies:
226-
"@babel/types" "^7.12.10"
227-
228167
"@babel/helper-optimise-call-expression@^7.12.13":
229168
version "7.12.13"
230169
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
@@ -246,16 +185,6 @@
246185
"@babel/helper-wrap-function" "^7.12.13"
247186
"@babel/types" "^7.12.13"
248187

249-
"@babel/helper-replace-supers@^7.12.1":
250-
version "7.12.11"
251-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.11.tgz#ea511658fc66c7908f923106dd88e08d1997d60d"
252-
integrity sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA==
253-
dependencies:
254-
"@babel/helper-member-expression-to-functions" "^7.12.7"
255-
"@babel/helper-optimise-call-expression" "^7.12.10"
256-
"@babel/traverse" "^7.12.10"
257-
"@babel/types" "^7.12.11"
258-
259188
"@babel/helper-replace-supers@^7.12.13":
260189
version "7.12.13"
261190
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.12.13.tgz#00ec4fb6862546bd3d0aff9aac56074277173121"
@@ -266,13 +195,6 @@
266195
"@babel/traverse" "^7.12.13"
267196
"@babel/types" "^7.12.13"
268197

269-
"@babel/helper-simple-access@^7.12.1":
270-
version "7.12.1"
271-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz#32427e5aa61547d38eb1e6eaf5fd1426fdad9136"
272-
integrity sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==
273-
dependencies:
274-
"@babel/types" "^7.12.1"
275-
276198
"@babel/helper-simple-access@^7.12.13":
277199
version "7.12.13"
278200
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
@@ -287,21 +209,14 @@
287209
dependencies:
288210
"@babel/types" "^7.12.1"
289211

290-
"@babel/helper-split-export-declaration@^7.11.0", "@babel/helper-split-export-declaration@^7.12.11":
291-
version "7.12.11"
292-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.11.tgz#1b4cc424458643c47d37022223da33d76ea4603a"
293-
integrity sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g==
294-
dependencies:
295-
"@babel/types" "^7.12.11"
296-
297212
"@babel/helper-split-export-declaration@^7.12.13":
298213
version "7.12.13"
299214
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
300215
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
301216
dependencies:
302217
"@babel/types" "^7.12.13"
303218

304-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
219+
"@babel/helper-validator-identifier@^7.12.11":
305220
version "7.12.11"
306221
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
307222
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
@@ -321,23 +236,14 @@
321236
"@babel/traverse" "^7.12.13"
322237
"@babel/types" "^7.12.13"
323238

324-
"@babel/helpers@^7.12.5":
325-
version "7.12.5"
326-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.5.tgz#1a1ba4a768d9b58310eda516c449913fe647116e"
327-
integrity sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==
328-
dependencies:
329-
"@babel/template" "^7.10.4"
330-
"@babel/traverse" "^7.12.5"
331-
"@babel/types" "^7.12.5"
332-
333-
"@babel/highlight@^7.10.4":
334-
version "7.10.4"
335-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
336-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
239+
"@babel/helpers@^7.12.13":
240+
version "7.12.13"
241+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.12.13.tgz#3c75e993632e4dadc0274eae219c73eb7645ba47"
242+
integrity sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ==
337243
dependencies:
338-
"@babel/helper-validator-identifier" "^7.10.4"
339-
chalk "^2.0.0"
340-
js-tokens "^4.0.0"
244+
"@babel/template" "^7.12.13"
245+
"@babel/traverse" "^7.12.13"
246+
"@babel/types" "^7.12.13"
341247

342248
"@babel/highlight@^7.12.13":
343249
version "7.12.13"
@@ -348,12 +254,7 @@
348254
chalk "^2.0.0"
349255
js-tokens "^4.0.0"
350256

351-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.10", "@babel/parser@^7.12.11", "@babel/parser@^7.12.7":
352-
version "7.12.11"
353-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.11.tgz#9ce3595bcd74bc5c466905e86c535b8b25011e79"
354-
integrity sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg==
355-
356-
"@babel/parser@^7.12.13":
257+
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13":
357258
version "7.12.15"
358259
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
359260
integrity sha512-AQBOU2Z9kWwSZMd6lNjCX0GUgFonL1wAM1db8L8PMk9UDaGsRCArBkU4Sc+UCM3AE4hjbXx+h58Lb3QT4oRmrA==
@@ -926,16 +827,7 @@
926827
dependencies:
927828
regenerator-runtime "^0.13.4"
928829

929-
"@babel/template@^7.10.4", "@babel/template@^7.12.7", "@babel/template@^7.3.3":
930-
version "7.12.7"
931-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.7.tgz#c817233696018e39fbb6c491d2fb684e05ed43bc"
932-
integrity sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow==
933-
dependencies:
934-
"@babel/code-frame" "^7.10.4"
935-
"@babel/parser" "^7.12.7"
936-
"@babel/types" "^7.12.7"
937-
938-
"@babel/template@^7.12.13":
830+
"@babel/template@^7.12.13", "@babel/template@^7.3.3":
939831
version "7.12.13"
940832
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
941833
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
@@ -944,22 +836,7 @@
944836
"@babel/parser" "^7.12.13"
945837
"@babel/types" "^7.12.13"
946838

947-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.12.10", "@babel/traverse@^7.12.5":
948-
version "7.12.12"
949-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.12.tgz#d0cd87892704edd8da002d674bc811ce64743376"
950-
integrity sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w==
951-
dependencies:
952-
"@babel/code-frame" "^7.12.11"
953-
"@babel/generator" "^7.12.11"
954-
"@babel/helper-function-name" "^7.12.11"
955-
"@babel/helper-split-export-declaration" "^7.12.11"
956-
"@babel/parser" "^7.12.11"
957-
"@babel/types" "^7.12.12"
958-
debug "^4.1.0"
959-
globals "^11.1.0"
960-
lodash "^4.17.19"
961-
962-
"@babel/traverse@^7.12.13":
839+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.12.13":
963840
version "7.12.13"
964841
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
965842
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -974,7 +851,7 @@
974851
globals "^11.1.0"
975852
lodash "^4.17.19"
976853

977-
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.10", "@babel/types@^7.12.11", "@babel/types@^7.12.12", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.12.7", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
854+
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
978855
version "7.12.13"
979856
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.12.13.tgz#8be1aa8f2c876da11a9cf650c0ecf656913ad611"
980857
integrity sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ==

0 commit comments

Comments
 (0)