Skip to content
This repository was archived by the owner on May 23, 2021. It is now read-only.

Commit fbbba3b

Browse files
committed
fix(deps): update minor updates to ^7.6.0
1 parent ff0120c commit fbbba3b

File tree

2 files changed

+122
-79
lines changed

2 files changed

+122
-79
lines changed

Diff for: package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
"shelljs": "^0.8.3"
4040
},
4141
"dependencies": {
42-
"@babel/cli": "^7.5.5",
43-
"@babel/core": "^7.5.5",
44-
"@babel/preset-env": "^7.5.5",
45-
"@babel/preset-typescript": "^7.3.3",
46-
"@babel/register": "^7.5.5",
42+
"@babel/cli": "^7.6.0",
43+
"@babel/core": "^7.6.0",
44+
"@babel/preset-env": "^7.6.0",
45+
"@babel/preset-typescript": "^7.6.0",
46+
"@babel/register": "^7.6.0",
4747
"babel-plugin-static-fs": "^3.0.0",
4848
"confirmer": "^1.1.2",
4949
"cross-spawn": "^7.0.0",

Diff for: yarn.lock

+117-74
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
dependencies:
1515
"@azu/format-text" "^1.0.1"
1616

17-
"@babel/cli@^7.5.5":
18-
version "7.5.5"
19-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.5.5.tgz#bdb6d9169e93e241a08f5f7b0265195bf38ef5ec"
20-
integrity sha512-UHI+7pHv/tk9g6WXQKYz+kmXTI77YtuY3vqC59KIqcoWEjsJJSG6rAxKaLsgj3LDyadsPrCB929gVOKM6Hui0w==
17+
"@babel/cli@^7.6.0":
18+
version "7.6.0"
19+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.0.tgz#1470a04394eaf37862989ea4912adf440fa6ff8d"
20+
integrity sha512-1CTDyGUjQqW3Mz4gfKZ04KGOckyyaNmKneAMlABPS+ZyuxWv3FrVEVz7Ag08kNIztVx8VaJ8YgvYLSNlMKAT5Q==
2121
dependencies:
2222
commander "^2.8.1"
2323
convert-source-map "^1.1.0"
@@ -29,7 +29,7 @@
2929
slash "^2.0.0"
3030
source-map "^0.5.0"
3131
optionalDependencies:
32-
chokidar "^2.0.4"
32+
chokidar "^2.1.8"
3333

3434
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.5.5":
3535
version "7.5.5"
@@ -38,18 +38,18 @@
3838
dependencies:
3939
"@babel/highlight" "^7.0.0"
4040

41-
"@babel/core@^7.5.5":
42-
version "7.5.5"
43-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.5.5.tgz#17b2686ef0d6bc58f963dddd68ab669755582c30"
44-
integrity sha512-i4qoSr2KTtce0DmkuuQBV4AuQgGPUcPXMr9L5MyYAtk06z068lQ10a4O009fe5OB/DfNV+h+qqT7ddNV8UnRjg==
41+
"@babel/core@^7.6.0":
42+
version "7.6.0"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
44+
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
4545
dependencies:
4646
"@babel/code-frame" "^7.5.5"
47-
"@babel/generator" "^7.5.5"
48-
"@babel/helpers" "^7.5.5"
49-
"@babel/parser" "^7.5.5"
50-
"@babel/template" "^7.4.4"
51-
"@babel/traverse" "^7.5.5"
52-
"@babel/types" "^7.5.5"
47+
"@babel/generator" "^7.6.0"
48+
"@babel/helpers" "^7.6.0"
49+
"@babel/parser" "^7.6.0"
50+
"@babel/template" "^7.6.0"
51+
"@babel/traverse" "^7.6.0"
52+
"@babel/types" "^7.6.0"
5353
convert-source-map "^1.1.0"
5454
debug "^4.1.0"
5555
json5 "^2.1.0"
@@ -69,6 +69,17 @@
6969
source-map "^0.5.0"
7070
trim-right "^1.0.1"
7171

72+
"@babel/generator@^7.6.0":
73+
version "7.6.0"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
75+
integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==
76+
dependencies:
77+
"@babel/types" "^7.6.0"
78+
jsesc "^2.5.1"
79+
lodash "^4.17.13"
80+
source-map "^0.5.0"
81+
trim-right "^1.0.1"
82+
7283
"@babel/helper-annotate-as-pure@^7.0.0":
7384
version "7.0.0"
7485
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -93,10 +104,10 @@
93104
"@babel/traverse" "^7.4.4"
94105
"@babel/types" "^7.4.4"
95106

96-
"@babel/helper-create-class-features-plugin@^7.5.5":
97-
version "7.5.5"
98-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.5.5.tgz#401f302c8ddbc0edd36f7c6b2887d8fa1122e5a4"
99-
integrity sha512-ZsxkyYiRA7Bg+ZTRpPvB6AbOFKTFFK4LrvTet8lInm0V468MWCaSYJE+I7v2z2r8KNLtYiV+K5kTCnR7dvyZjg==
107+
"@babel/helper-create-class-features-plugin@^7.6.0":
108+
version "7.6.0"
109+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.6.0.tgz#769711acca889be371e9bc2eb68641d55218021f"
110+
integrity sha512-O1QWBko4fzGju6VoVvrZg0RROCVifcLxiApnGP3OWfWzvxRZFCoBD81K5ur5e3bVY2Vf/5rIJm8cqPKn8HUJng==
100111
dependencies:
101112
"@babel/helper-function-name" "^7.1.0"
102113
"@babel/helper-member-expression-to-functions" "^7.5.5"
@@ -236,14 +247,14 @@
236247
"@babel/traverse" "^7.1.0"
237248
"@babel/types" "^7.2.0"
238249

239-
"@babel/helpers@^7.5.5":
240-
version "7.5.5"
241-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.5.5.tgz#63908d2a73942229d1e6685bc2a0e730dde3b75e"
242-
integrity sha512-nRq2BUhxZFnfEn/ciJuhklHvFOqjJUD5wpx+1bxUF2axL9C+v4DE/dmp5sT2dKnpOs4orZWzpAZqlCy8QqE/7g==
250+
"@babel/helpers@^7.6.0":
251+
version "7.6.0"
252+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
253+
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
243254
dependencies:
244-
"@babel/template" "^7.4.4"
245-
"@babel/traverse" "^7.5.5"
246-
"@babel/types" "^7.5.5"
255+
"@babel/template" "^7.6.0"
256+
"@babel/traverse" "^7.6.0"
257+
"@babel/types" "^7.6.0"
247258

248259
"@babel/highlight@^7.0.0":
249260
version "7.5.0"
@@ -259,6 +270,11 @@
259270
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.5.5.tgz#02f077ac8817d3df4a832ef59de67565e71cca4b"
260271
integrity sha512-E5BN68cqR7dhKan1SfqgPGhQ178bkVKpXTPEXnFJBrEt8/DKRZlybmy+IgYLTeN7tp1R5Ccmbm2rBk17sHYU3g==
261272

273+
"@babel/parser@^7.6.0":
274+
version "7.6.0"
275+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
276+
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
277+
262278
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
263279
version "7.2.0"
264280
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -374,10 +390,10 @@
374390
dependencies:
375391
"@babel/helper-plugin-utils" "^7.0.0"
376392

377-
"@babel/plugin-transform-block-scoping@^7.5.5":
378-
version "7.5.5"
379-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.5.5.tgz#a35f395e5402822f10d2119f6f8e045e3639a2ce"
380-
integrity sha512-82A3CLRRdYubkG85lKwhZB0WZoHxLGsJdux/cOVaJCJpvYFl1LVzAIFyRsa7CvXqW8rBM4Zf3Bfn8PHt5DP0Sg==
393+
"@babel/plugin-transform-block-scoping@^7.6.0":
394+
version "7.6.0"
395+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
396+
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
381397
dependencies:
382398
"@babel/helper-plugin-utils" "^7.0.0"
383399
lodash "^4.17.13"
@@ -403,10 +419,10 @@
403419
dependencies:
404420
"@babel/helper-plugin-utils" "^7.0.0"
405421

406-
"@babel/plugin-transform-destructuring@^7.5.0":
407-
version "7.5.0"
408-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.5.0.tgz#f6c09fdfe3f94516ff074fe877db7bc9ef05855a"
409-
integrity sha512-YbYgbd3TryYYLGyC7ZR+Tq8H/+bCmwoaxHfJHupom5ECstzbRLTch6gOQbhEY9Z4hiCNHEURgq06ykFv9JZ/QQ==
422+
"@babel/plugin-transform-destructuring@^7.6.0":
423+
version "7.6.0"
424+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.6.0.tgz#44bbe08b57f4480094d57d9ffbcd96d309075ba6"
425+
integrity sha512-2bGIS5P1v4+sWTCnKNDZDxbGvEqi0ijeqM/YqHtVGrvG2y0ySgnEEhXErvE9dA0bnIzY9bIzdFK0jFA46ASIIQ==
410426
dependencies:
411427
"@babel/helper-plugin-utils" "^7.0.0"
412428

@@ -472,10 +488,10 @@
472488
"@babel/helper-plugin-utils" "^7.0.0"
473489
babel-plugin-dynamic-import-node "^2.3.0"
474490

475-
"@babel/plugin-transform-modules-commonjs@^7.5.0":
476-
version "7.5.0"
477-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.5.0.tgz#425127e6045231360858eeaa47a71d75eded7a74"
478-
integrity sha512-xmHq0B+ytyrWJvQTc5OWAC4ii6Dhr0s22STOoydokG51JjWhyYo5mRPXoi+ZmtHQhZZwuXNN+GG5jy5UZZJxIQ==
491+
"@babel/plugin-transform-modules-commonjs@^7.6.0":
492+
version "7.6.0"
493+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.6.0.tgz#39dfe957de4420445f1fcf88b68a2e4aa4515486"
494+
integrity sha512-Ma93Ix95PNSEngqomy5LSBMAQvYKVe3dy+JlVJSHEXZR5ASL9lQBedMiCyVtmTLraIDVRE3ZjTZvmXXD2Ozw3g==
479495
dependencies:
480496
"@babel/helper-module-transforms" "^7.4.4"
481497
"@babel/helper-plugin-utils" "^7.0.0"
@@ -499,12 +515,12 @@
499515
"@babel/helper-module-transforms" "^7.1.0"
500516
"@babel/helper-plugin-utils" "^7.0.0"
501517

502-
"@babel/plugin-transform-named-capturing-groups-regex@^7.4.5":
503-
version "7.4.5"
504-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.4.5.tgz#9d269fd28a370258199b4294736813a60bbdd106"
505-
integrity sha512-z7+2IsWafTBbjNsOxU/Iv5CvTJlr5w4+HGu1HovKYTtgJ362f7kBcQglkfmlspKKZ3bgrbSGvLfNx++ZJgCWsg==
518+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
519+
version "7.6.0"
520+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
521+
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
506522
dependencies:
507-
regexp-tree "^0.1.6"
523+
regexp-tree "^0.1.13"
508524

509525
"@babel/plugin-transform-new-target@^7.4.4":
510526
version "7.4.4"
@@ -588,12 +604,12 @@
588604
dependencies:
589605
"@babel/helper-plugin-utils" "^7.0.0"
590606

591-
"@babel/plugin-transform-typescript@^7.3.2":
592-
version "7.5.5"
593-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.5.5.tgz#6d862766f09b2da1cb1f7d505fe2aedab6b7d4b8"
594-
integrity sha512-pehKf4m640myZu5B2ZviLaiBlxMCjSZ1qTEO459AXKX5GnPueyulJeCqZFs1nz/Ya2dDzXQ1NxZ/kKNWyD4h6w==
607+
"@babel/plugin-transform-typescript@^7.6.0":
608+
version "7.6.0"
609+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.6.0.tgz#48d78405f1aa856ebeea7288a48a19ed8da377a6"
610+
integrity sha512-yzw7EopOOr6saONZ3KA3lpizKnWRTe+rfBqg4AmQbSow7ik7fqmzrfIqt053osLwLE2AaTqGinLM2tl6+M/uog==
595611
dependencies:
596-
"@babel/helper-create-class-features-plugin" "^7.5.5"
612+
"@babel/helper-create-class-features-plugin" "^7.6.0"
597613
"@babel/helper-plugin-utils" "^7.0.0"
598614
"@babel/plugin-syntax-typescript" "^7.2.0"
599615

@@ -606,10 +622,10 @@
606622
"@babel/helper-regex" "^7.4.4"
607623
regexpu-core "^4.5.4"
608624

609-
"@babel/preset-env@^7.5.5":
610-
version "7.5.5"
611-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
612-
integrity sha512-GMZQka/+INwsMz1A5UEql8tG015h5j/qjptpKY2gJ7giy8ohzU710YciJB5rcKsWGWHiW3RUnHib0E5/m3Tp3A==
625+
"@babel/preset-env@^7.6.0":
626+
version "7.6.0"
627+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
628+
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
613629
dependencies:
614630
"@babel/helper-module-imports" "^7.0.0"
615631
"@babel/helper-plugin-utils" "^7.0.0"
@@ -627,10 +643,10 @@
627643
"@babel/plugin-transform-arrow-functions" "^7.2.0"
628644
"@babel/plugin-transform-async-to-generator" "^7.5.0"
629645
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
630-
"@babel/plugin-transform-block-scoping" "^7.5.5"
646+
"@babel/plugin-transform-block-scoping" "^7.6.0"
631647
"@babel/plugin-transform-classes" "^7.5.5"
632648
"@babel/plugin-transform-computed-properties" "^7.2.0"
633-
"@babel/plugin-transform-destructuring" "^7.5.0"
649+
"@babel/plugin-transform-destructuring" "^7.6.0"
634650
"@babel/plugin-transform-dotall-regex" "^7.4.4"
635651
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
636652
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
@@ -639,10 +655,10 @@
639655
"@babel/plugin-transform-literals" "^7.2.0"
640656
"@babel/plugin-transform-member-expression-literals" "^7.2.0"
641657
"@babel/plugin-transform-modules-amd" "^7.5.0"
642-
"@babel/plugin-transform-modules-commonjs" "^7.5.0"
658+
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
643659
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
644660
"@babel/plugin-transform-modules-umd" "^7.2.0"
645-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.4.5"
661+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
646662
"@babel/plugin-transform-new-target" "^7.4.4"
647663
"@babel/plugin-transform-object-super" "^7.5.5"
648664
"@babel/plugin-transform-parameters" "^7.4.4"
@@ -655,27 +671,26 @@
655671
"@babel/plugin-transform-template-literals" "^7.4.4"
656672
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
657673
"@babel/plugin-transform-unicode-regex" "^7.4.4"
658-
"@babel/types" "^7.5.5"
674+
"@babel/types" "^7.6.0"
659675
browserslist "^4.6.0"
660676
core-js-compat "^3.1.1"
661677
invariant "^2.2.2"
662678
js-levenshtein "^1.1.3"
663679
semver "^5.5.0"
664680

665-
"@babel/preset-typescript@^7.3.3":
666-
version "7.3.3"
667-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.3.3.tgz#88669911053fa16b2b276ea2ede2ca603b3f307a"
668-
integrity sha512-mzMVuIP4lqtn4du2ynEfdO0+RYcslwrZiJHXu4MGaC1ctJiW2fyaeDrtjJGs7R/KebZ1sgowcIoWf4uRpEfKEg==
681+
"@babel/preset-typescript@^7.6.0":
682+
version "7.6.0"
683+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.6.0.tgz#25768cb8830280baf47c45ab1a519a9977498c98"
684+
integrity sha512-4xKw3tTcCm0qApyT6PqM9qniseCE79xGHiUnNdKGdxNsGUc2X7WwZybqIpnTmoukg3nhPceI5KPNzNqLNeIJww==
669685
dependencies:
670686
"@babel/helper-plugin-utils" "^7.0.0"
671-
"@babel/plugin-transform-typescript" "^7.3.2"
687+
"@babel/plugin-transform-typescript" "^7.6.0"
672688

673-
"@babel/register@^7.5.5":
674-
version "7.5.5"
675-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.5.5.tgz#40fe0d474c8c8587b28d6ae18a03eddad3dac3c1"
676-
integrity sha512-pdd5nNR+g2qDkXZlW1yRCWFlNrAn2PPdnZUB72zjX4l1Vv4fMRRLwyf+n/idFCLI1UgVGboUU8oVziwTBiyNKQ==
689+
"@babel/register@^7.6.0":
690+
version "7.6.0"
691+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.6.0.tgz#76b6f466714680f4becafd45beeb2a7b87431abf"
692+
integrity sha512-78BomdN8el+x/nkup9KwtjJXuptW5oXMFmP11WoM2VJBjxrKv4grC3qjpLL8RGGUYUGsm57xnjYFM2uom+jWUQ==
677693
dependencies:
678-
core-js "^3.0.0"
679694
find-cache-dir "^2.0.0"
680695
lodash "^4.17.13"
681696
mkdirp "^0.5.1"
@@ -691,6 +706,15 @@
691706
"@babel/parser" "^7.4.4"
692707
"@babel/types" "^7.4.4"
693708

709+
"@babel/template@^7.6.0":
710+
version "7.6.0"
711+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.6.0.tgz#7f0159c7f5012230dad64cca42ec9bdb5c9536e6"
712+
integrity sha512-5AEH2EXD8euCk446b7edmgFdub/qfH1SN6Nii3+fyXP807QRx9Q73A2N5hNwRRslC2H9sNzaFhsPubkS4L8oNQ==
713+
dependencies:
714+
"@babel/code-frame" "^7.0.0"
715+
"@babel/parser" "^7.6.0"
716+
"@babel/types" "^7.6.0"
717+
694718
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
695719
version "7.5.5"
696720
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.5.5.tgz#f664f8f368ed32988cd648da9f72d5ca70f165bb"
@@ -706,6 +730,21 @@
706730
globals "^11.1.0"
707731
lodash "^4.17.13"
708732

733+
"@babel/traverse@^7.6.0":
734+
version "7.6.0"
735+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
736+
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
737+
dependencies:
738+
"@babel/code-frame" "^7.5.5"
739+
"@babel/generator" "^7.6.0"
740+
"@babel/helper-function-name" "^7.1.0"
741+
"@babel/helper-split-export-declaration" "^7.4.4"
742+
"@babel/parser" "^7.6.0"
743+
"@babel/types" "^7.6.0"
744+
debug "^4.1.0"
745+
globals "^11.1.0"
746+
lodash "^4.17.13"
747+
709748
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5":
710749
version "7.5.5"
711750
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.5.5.tgz#97b9f728e182785909aa4ab56264f090a028d18a"
@@ -715,6 +754,15 @@
715754
lodash "^4.17.13"
716755
to-fast-properties "^2.0.0"
717756

757+
"@babel/types@^7.6.0":
758+
version "7.6.1"
759+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
760+
integrity sha512-X7gdiuaCmA0uRjCmRtYJNAVCc/q+5xSgsfKJHqMN4iNLILX39677fJE1O40arPMh0TTtS9ItH67yre6c7k6t0g==
761+
dependencies:
762+
esutils "^2.0.2"
763+
lodash "^4.17.13"
764+
to-fast-properties "^2.0.0"
765+
718766
"@nodelib/[email protected]":
719767
version "2.1.2"
720768
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.2.tgz#1f981cd5b83e85cfdeb386fc693d4baab392fa54"
@@ -1252,7 +1300,7 @@ charenc@~0.0.1:
12521300
resolved "https://registry.yarnpkg.com/charenc/-/charenc-0.0.2.tgz#c0a1d2f3a7092e03774bfa83f14c0fc5790a8667"
12531301
integrity sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=
12541302

1255-
chokidar@^2.0.4:
1303+
chokidar@^2.1.8:
12561304
version "2.1.8"
12571305
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-2.1.8.tgz#804b3a7b6a99358c3c5c61e71d8728f041cff917"
12581306
integrity sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==
@@ -1415,11 +1463,6 @@ core-js-compat@^3.1.1:
14151463
browserslist "^4.6.6"
14161464
semver "^6.3.0"
14171465

1418-
core-js@^3.0.0:
1419-
version "3.2.1"
1420-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.2.1.tgz#cd41f38534da6cc59f7db050fe67307de9868b09"
1421-
integrity sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==
1422-
14231466
core-util-is@~1.0.0:
14241467
version "1.0.2"
14251468
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
@@ -3689,7 +3732,7 @@ regex-not@^1.0.0, regex-not@^1.0.2:
36893732
extend-shallow "^3.0.2"
36903733
safe-regex "^1.1.0"
36913734

3692-
regexp-tree@^0.1.6:
3735+
regexp-tree@^0.1.13:
36933736
version "0.1.13"
36943737
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
36953738
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==

0 commit comments

Comments
 (0)