Skip to content

Commit d4ebdc1

Browse files
Bump @babel/core from 7.13.8 to 7.15.0
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.13.8 to 7.15.0. - [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.15.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86601d5 commit d4ebdc1

File tree

2 files changed

+30
-161
lines changed

2 files changed

+30
-161
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/cli": "^7.14.8",
58-
"@babel/core": "^7.13.8",
58+
"@babel/core": "^7.15.0",
5959
"@babel/preset-env": "^7.15.0",
6060
"@rollup/plugin-commonjs": "^17.1.0",
6161
"@rollup/plugin-node-resolve": "^11.2.0",

yarn.lock

Lines changed: 29 additions & 160 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,7 @@
2525
dependencies:
2626
"@babel/highlight" "^7.10.4"
2727

28-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
29-
version "7.12.13"
30-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
31-
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
32-
dependencies:
33-
"@babel/highlight" "^7.12.13"
34-
35-
"@babel/code-frame@^7.14.5":
28+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.14.5":
3629
version "7.14.5"
3730
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.14.5.tgz#23b08d740e83f49c5e59945fbf1b43e80bbf4edb"
3831
integrity sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==
@@ -44,37 +37,27 @@
4437
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
4538
integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
4639

47-
"@babel/core@^7.1.0", "@babel/core@^7.13.8", "@babel/core@^7.7.5":
48-
version "7.13.8"
49-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
50-
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
51-
dependencies:
52-
"@babel/code-frame" "^7.12.13"
53-
"@babel/generator" "^7.13.0"
54-
"@babel/helper-compilation-targets" "^7.13.8"
55-
"@babel/helper-module-transforms" "^7.13.0"
56-
"@babel/helpers" "^7.13.0"
57-
"@babel/parser" "^7.13.4"
58-
"@babel/template" "^7.12.13"
59-
"@babel/traverse" "^7.13.0"
60-
"@babel/types" "^7.13.0"
40+
"@babel/core@^7.1.0", "@babel/core@^7.15.0", "@babel/core@^7.7.5":
41+
version "7.15.0"
42+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
43+
integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
44+
dependencies:
45+
"@babel/code-frame" "^7.14.5"
46+
"@babel/generator" "^7.15.0"
47+
"@babel/helper-compilation-targets" "^7.15.0"
48+
"@babel/helper-module-transforms" "^7.15.0"
49+
"@babel/helpers" "^7.14.8"
50+
"@babel/parser" "^7.15.0"
51+
"@babel/template" "^7.14.5"
52+
"@babel/traverse" "^7.15.0"
53+
"@babel/types" "^7.15.0"
6154
convert-source-map "^1.7.0"
6255
debug "^4.1.0"
6356
gensync "^1.0.0-beta.2"
6457
json5 "^2.1.2"
65-
lodash "^4.17.19"
6658
semver "^6.3.0"
6759
source-map "^0.5.0"
6860

69-
"@babel/generator@^7.13.0":
70-
version "7.13.0"
71-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.0.tgz#bd00d4394ca22f220390c56a0b5b85568ec1ec0c"
72-
integrity sha512-zBZfgvBB/ywjx0Rgc2+BwoH/3H+lDtlgD4hBOpEv5LxRnYsm/753iRuLepqnYlynpjC3AdQxtxsoeHJoEEwOAw==
73-
dependencies:
74-
"@babel/types" "^7.13.0"
75-
jsesc "^2.5.1"
76-
source-map "^0.5.0"
77-
7861
"@babel/generator@^7.15.0":
7962
version "7.15.0"
8063
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
@@ -99,7 +82,7 @@
9982
"@babel/helper-explode-assignable-expression" "^7.14.5"
10083
"@babel/types" "^7.14.5"
10184

102-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.8", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
85+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.14.5", "@babel/helper-compilation-targets@^7.15.0":
10386
version "7.15.0"
10487
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
10588
integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
@@ -150,15 +133,6 @@
150133
dependencies:
151134
"@babel/types" "^7.14.5"
152135

153-
"@babel/helper-function-name@^7.12.13":
154-
version "7.12.13"
155-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
156-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
157-
dependencies:
158-
"@babel/helper-get-function-arity" "^7.12.13"
159-
"@babel/template" "^7.12.13"
160-
"@babel/types" "^7.12.13"
161-
162136
"@babel/helper-function-name@^7.14.5":
163137
version "7.14.5"
164138
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.14.5.tgz#89e2c474972f15d8e233b52ee8c480e2cfcd50c4"
@@ -168,13 +142,6 @@
168142
"@babel/template" "^7.14.5"
169143
"@babel/types" "^7.14.5"
170144

171-
"@babel/helper-get-function-arity@^7.12.13":
172-
version "7.12.13"
173-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
174-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
175-
dependencies:
176-
"@babel/types" "^7.12.13"
177-
178145
"@babel/helper-get-function-arity@^7.14.5":
179146
version "7.14.5"
180147
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.14.5.tgz#25fbfa579b0937eee1f3b805ece4ce398c431815"
@@ -189,13 +156,6 @@
189156
dependencies:
190157
"@babel/types" "^7.14.5"
191158

192-
"@babel/helper-member-expression-to-functions@^7.13.0":
193-
version "7.13.0"
194-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.0.tgz#6aa4bb678e0f8c22f58cdb79451d30494461b091"
195-
integrity sha512-yvRf8Ivk62JwisqV1rFRMxiSMDGnN6KH1/mDMmIrij4jztpQNRoHqqMG3U6apYbGRPJpgPalhva9Yd06HlUxJQ==
196-
dependencies:
197-
"@babel/types" "^7.13.0"
198-
199159
"@babel/helper-member-expression-to-functions@^7.15.0":
200160
version "7.15.0"
201161
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
@@ -224,21 +184,6 @@
224184
dependencies:
225185
"@babel/types" "^7.14.5"
226186

227-
"@babel/helper-module-transforms@^7.13.0":
228-
version "7.13.0"
229-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.0.tgz#42eb4bd8eea68bab46751212c357bfed8b40f6f1"
230-
integrity sha512-Ls8/VBwH577+pw7Ku1QkUWIyRRNHpYlts7+qSqBBFCW3I8QteB9DxfcZ5YJpOwH6Ihe/wn8ch7fMGOP1OhEIvw==
231-
dependencies:
232-
"@babel/helper-module-imports" "^7.12.13"
233-
"@babel/helper-replace-supers" "^7.13.0"
234-
"@babel/helper-simple-access" "^7.12.13"
235-
"@babel/helper-split-export-declaration" "^7.12.13"
236-
"@babel/helper-validator-identifier" "^7.12.11"
237-
"@babel/template" "^7.12.13"
238-
"@babel/traverse" "^7.13.0"
239-
"@babel/types" "^7.13.0"
240-
lodash "^4.17.19"
241-
242187
"@babel/helper-module-transforms@^7.14.5", "@babel/helper-module-transforms@^7.15.0":
243188
version "7.15.0"
244189
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
@@ -253,13 +198,6 @@
253198
"@babel/traverse" "^7.15.0"
254199
"@babel/types" "^7.15.0"
255200

256-
"@babel/helper-optimise-call-expression@^7.12.13":
257-
version "7.12.13"
258-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
259-
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
260-
dependencies:
261-
"@babel/types" "^7.12.13"
262-
263201
"@babel/helper-optimise-call-expression@^7.14.5":
264202
version "7.14.5"
265203
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.14.5.tgz#f27395a8619e0665b3f0364cddb41c25d71b499c"
@@ -281,16 +219,6 @@
281219
"@babel/helper-wrap-function" "^7.14.5"
282220
"@babel/types" "^7.14.5"
283221

284-
"@babel/helper-replace-supers@^7.13.0":
285-
version "7.13.0"
286-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.0.tgz#6034b7b51943094cb41627848cb219cb02be1d24"
287-
integrity sha512-Segd5me1+Pz+rmN/NFBOplMbZG3SqRJOBlY+mA0SxAv6rjj7zJqr1AVr3SfzUVTLCv7ZLU5FycOM/SBGuLPbZw==
288-
dependencies:
289-
"@babel/helper-member-expression-to-functions" "^7.13.0"
290-
"@babel/helper-optimise-call-expression" "^7.12.13"
291-
"@babel/traverse" "^7.13.0"
292-
"@babel/types" "^7.13.0"
293-
294222
"@babel/helper-replace-supers@^7.14.5", "@babel/helper-replace-supers@^7.15.0":
295223
version "7.15.0"
296224
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
@@ -301,13 +229,6 @@
301229
"@babel/traverse" "^7.15.0"
302230
"@babel/types" "^7.15.0"
303231

304-
"@babel/helper-simple-access@^7.12.13":
305-
version "7.12.13"
306-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.12.13.tgz#8478bcc5cacf6aa1672b251c1d2dde5ccd61a6c4"
307-
integrity sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA==
308-
dependencies:
309-
"@babel/types" "^7.12.13"
310-
311232
"@babel/helper-simple-access@^7.14.8":
312233
version "7.14.8"
313234
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.14.8.tgz#82e1fec0644a7e775c74d305f212c39f8fe73924"
@@ -322,21 +243,14 @@
322243
dependencies:
323244
"@babel/types" "^7.14.5"
324245

325-
"@babel/helper-split-export-declaration@^7.12.13":
326-
version "7.12.13"
327-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
328-
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
329-
dependencies:
330-
"@babel/types" "^7.12.13"
331-
332246
"@babel/helper-split-export-declaration@^7.14.5":
333247
version "7.14.5"
334248
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.14.5.tgz#22b23a54ef51c2b7605d851930c1976dd0bc693a"
335249
integrity sha512-hprxVPu6e5Kdp2puZUmvOGjaLv9TCe58E/Fl6hRq4YiVQxIcNvuq6uTM2r1mT/oPskuS9CgR+I94sqAYv0NGKA==
336250
dependencies:
337251
"@babel/types" "^7.14.5"
338252

339-
"@babel/helper-validator-identifier@^7.10.4", "@babel/helper-validator-identifier@^7.12.11":
253+
"@babel/helper-validator-identifier@^7.10.4":
340254
version "7.12.11"
341255
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.12.11.tgz#c9a1f021917dcb5ccf0d4e453e399022981fc9ed"
342256
integrity sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==
@@ -361,14 +275,14 @@
361275
"@babel/traverse" "^7.14.5"
362276
"@babel/types" "^7.14.5"
363277

364-
"@babel/helpers@^7.13.0":
365-
version "7.13.0"
366-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.0.tgz#7647ae57377b4f0408bf4f8a7af01c42e41badc0"
367-
integrity sha512-aan1MeFPxFacZeSz6Ld7YZo5aPuqnKlD7+HZY75xQsueczFccP9A7V05+oe0XpLwHK3oLorPe9eaAUljL7WEaQ==
278+
"@babel/helpers@^7.14.8":
279+
version "7.15.3"
280+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"
281+
integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==
368282
dependencies:
369-
"@babel/template" "^7.12.13"
370-
"@babel/traverse" "^7.13.0"
371-
"@babel/types" "^7.13.0"
283+
"@babel/template" "^7.14.5"
284+
"@babel/traverse" "^7.15.0"
285+
"@babel/types" "^7.15.0"
372286

373287
"@babel/highlight@^7.10.4":
374288
version "7.10.4"
@@ -379,15 +293,6 @@
379293
chalk "^2.0.0"
380294
js-tokens "^4.0.0"
381295

382-
"@babel/highlight@^7.12.13":
383-
version "7.12.13"
384-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
385-
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
386-
dependencies:
387-
"@babel/helper-validator-identifier" "^7.12.11"
388-
chalk "^2.0.0"
389-
js-tokens "^4.0.0"
390-
391296
"@babel/highlight@^7.14.5":
392297
version "7.14.5"
393298
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.14.5.tgz#6861a52f03966405001f6aa534a01a24d99e8cd9"
@@ -397,12 +302,7 @@
397302
chalk "^2.0.0"
398303
js-tokens "^4.0.0"
399304

400-
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.4", "@babel/parser@^7.7.0":
401-
version "7.13.4"
402-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
403-
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
404-
405-
"@babel/parser@^7.14.5", "@babel/parser@^7.15.0":
305+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.5", "@babel/parser@^7.15.0", "@babel/parser@^7.7.0":
406306
version "7.15.3"
407307
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
408308
integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
@@ -1009,16 +909,7 @@
1009909
dependencies:
1010910
regenerator-runtime "^0.13.4"
1011911

1012-
"@babel/template@^7.12.13", "@babel/template@^7.3.3":
1013-
version "7.12.13"
1014-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
1015-
integrity sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA==
1016-
dependencies:
1017-
"@babel/code-frame" "^7.12.13"
1018-
"@babel/parser" "^7.12.13"
1019-
"@babel/types" "^7.12.13"
1020-
1021-
"@babel/template@^7.14.5":
912+
"@babel/template@^7.14.5", "@babel/template@^7.3.3":
1022913
version "7.14.5"
1023914
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
1024915
integrity sha512-6Z3Po85sfxRGachLULUhOmvAaOo7xCvqGQtxINai2mEGPFm6pQ4z5QInFnUrRpfoSV60BnjyF5F3c+15fxFV1g==
@@ -1027,22 +918,7 @@
1027918
"@babel/parser" "^7.14.5"
1028919
"@babel/types" "^7.14.5"
1029920

1030-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.7.0":
1031-
version "7.13.0"
1032-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1033-
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
1034-
dependencies:
1035-
"@babel/code-frame" "^7.12.13"
1036-
"@babel/generator" "^7.13.0"
1037-
"@babel/helper-function-name" "^7.12.13"
1038-
"@babel/helper-split-export-declaration" "^7.12.13"
1039-
"@babel/parser" "^7.13.0"
1040-
"@babel/types" "^7.13.0"
1041-
debug "^4.1.0"
1042-
globals "^11.1.0"
1043-
lodash "^4.17.19"
1044-
1045-
"@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0":
921+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.15.0", "@babel/traverse@^7.7.0":
1046922
version "7.15.0"
1047923
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
1048924
integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
@@ -1057,7 +933,7 @@
1057933
debug "^4.1.0"
1058934
globals "^11.1.0"
1059935

1060-
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.13.0", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
936+
"@babel/types@^7.0.0", "@babel/types@^7.12.13", "@babel/types@^7.12.5", "@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
1061937
version "7.15.0"
1062938
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
1063939
integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
@@ -2965,7 +2841,7 @@ dayjs@^1.10.4:
29652841
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
29662842
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
29672843

2968-
2844+
[email protected], debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
29692845
version "4.3.2"
29702846
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
29712847
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2986,13 +2862,6 @@ debug@^3.1.0:
29862862
dependencies:
29872863
ms "^2.1.1"
29882864

2989-
debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
2990-
version "4.3.1"
2991-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
2992-
integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
2993-
dependencies:
2994-
ms "2.1.2"
2995-
29962865
decamelize@^1.2.0:
29972866
version "1.2.0"
29982867
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"

0 commit comments

Comments
 (0)