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

Commit a430e5f

Browse files
committed
fix(deps): update patch updates to ^7.6.2
1 parent 3642518 commit a430e5f

File tree

2 files changed

+100
-75
lines changed

2 files changed

+100
-75
lines changed

Diff for: package.json

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

Diff for: yarn.lock

+96-71
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.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==
17+
"@babel/cli@^7.6.2":
18+
version "7.6.2"
19+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465"
20+
integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==
2121
dependencies:
2222
commander "^2.8.1"
2323
convert-source-map "^1.1.0"
@@ -38,17 +38,17 @@
3838
dependencies:
3939
"@babel/highlight" "^7.0.0"
4040

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==
41+
"@babel/core@^7.6.2":
42+
version "7.6.2"
43+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
44+
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
4545
dependencies:
4646
"@babel/code-frame" "^7.5.5"
47-
"@babel/generator" "^7.6.0"
48-
"@babel/helpers" "^7.6.0"
49-
"@babel/parser" "^7.6.0"
47+
"@babel/generator" "^7.6.2"
48+
"@babel/helpers" "^7.6.2"
49+
"@babel/parser" "^7.6.2"
5050
"@babel/template" "^7.6.0"
51-
"@babel/traverse" "^7.6.0"
51+
"@babel/traverse" "^7.6.2"
5252
"@babel/types" "^7.6.0"
5353
convert-source-map "^1.1.0"
5454
debug "^4.1.0"
@@ -69,6 +69,16 @@
6969
source-map "^0.5.0"
7070
trim-right "^1.0.1"
7171

72+
"@babel/generator@^7.6.2":
73+
version "7.6.2"
74+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
75+
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
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+
7282
"@babel/helper-annotate-as-pure@^7.0.0":
7383
version "7.0.0"
7484
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz#323d39dd0b50e10c7c06ca7d7638e6864d8c5c32"
@@ -236,13 +246,13 @@
236246
"@babel/traverse" "^7.1.0"
237247
"@babel/types" "^7.2.0"
238248

239-
"@babel/helpers@^7.6.0":
240-
version "7.6.0"
241-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
242-
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
249+
"@babel/helpers@^7.6.2":
250+
version "7.6.2"
251+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
252+
integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
243253
dependencies:
244254
"@babel/template" "^7.6.0"
245-
"@babel/traverse" "^7.6.0"
255+
"@babel/traverse" "^7.6.2"
246256
"@babel/types" "^7.6.0"
247257

248258
"@babel/highlight@^7.0.0":
@@ -259,6 +269,11 @@
259269
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
260270
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
261271

272+
"@babel/parser@^7.6.2":
273+
version "7.6.2"
274+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
275+
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
276+
262277
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
263278
version "7.2.0"
264279
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -284,10 +299,10 @@
284299
"@babel/helper-plugin-utils" "^7.0.0"
285300
"@babel/plugin-syntax-json-strings" "^7.2.0"
286301

287-
"@babel/plugin-proposal-object-rest-spread@^7.5.5":
288-
version "7.5.5"
289-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.5.5.tgz#61939744f71ba76a3ae46b5eea18a54c16d22e58"
290-
integrity sha512-F2DxJJSQ7f64FyTVl5cw/9MWn6naXGdk3Q3UhDbFEEHv+EilCPoeRD3Zh/Utx1CJz4uyKlQ4uH+bJPbEhMV7Zw==
302+
"@babel/plugin-proposal-object-rest-spread@^7.6.2":
303+
version "7.6.2"
304+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
305+
integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
291306
dependencies:
292307
"@babel/helper-plugin-utils" "^7.0.0"
293308
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
@@ -300,14 +315,14 @@
300315
"@babel/helper-plugin-utils" "^7.0.0"
301316
"@babel/plugin-syntax-optional-catch-binding" "^7.2.0"
302317

303-
"@babel/plugin-proposal-unicode-property-regex@^7.4.4":
304-
version "7.4.4"
305-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.4.4.tgz#501ffd9826c0b91da22690720722ac7cb1ca9c78"
306-
integrity sha512-j1NwnOqMG9mFUOH58JTFsA/+ZYzQLUZ/drqWUqxCYLGeu2JFZL8YrNC9hBxKmWtAuOCHPcRpgv7fhap09Fb4kA==
318+
"@babel/plugin-proposal-unicode-property-regex@^7.6.2":
319+
version "7.6.2"
320+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802"
321+
integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==
307322
dependencies:
308323
"@babel/helper-plugin-utils" "^7.0.0"
309324
"@babel/helper-regex" "^7.4.4"
310-
regexpu-core "^4.5.4"
325+
regexpu-core "^4.6.0"
311326

312327
"@babel/plugin-syntax-async-generators@^7.2.0":
313328
version "7.2.0"
@@ -374,10 +389,10 @@
374389
dependencies:
375390
"@babel/helper-plugin-utils" "^7.0.0"
376391

377-
"@babel/plugin-transform-block-scoping@^7.6.0":
378-
version "7.6.0"
379-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
380-
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
392+
"@babel/plugin-transform-block-scoping@^7.6.2":
393+
version "7.6.2"
394+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
395+
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
381396
dependencies:
382397
"@babel/helper-plugin-utils" "^7.0.0"
383398
lodash "^4.17.13"
@@ -410,14 +425,14 @@
410425
dependencies:
411426
"@babel/helper-plugin-utils" "^7.0.0"
412427

413-
"@babel/plugin-transform-dotall-regex@^7.4.4":
414-
version "7.4.4"
415-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.4.4.tgz#361a148bc951444312c69446d76ed1ea8e4450c3"
416-
integrity sha512-P05YEhRc2h53lZDjRPk/OektxCVevFzZs2Gfjd545Wde3k+yFDbXORgl2e0xpbq8mLcKJ7Idss4fAg0zORN/zg==
428+
"@babel/plugin-transform-dotall-regex@^7.6.2":
429+
version "7.6.2"
430+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9"
431+
integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==
417432
dependencies:
418433
"@babel/helper-plugin-utils" "^7.0.0"
419434
"@babel/helper-regex" "^7.4.4"
420-
regexpu-core "^4.5.4"
435+
regexpu-core "^4.6.0"
421436

422437
"@babel/plugin-transform-duplicate-keys@^7.5.0":
423438
version "7.5.0"
@@ -499,12 +514,12 @@
499514
"@babel/helper-module-transforms" "^7.1.0"
500515
"@babel/helper-plugin-utils" "^7.0.0"
501516

502-
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
503-
version "7.6.0"
504-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
505-
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
517+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
518+
version "7.6.2"
519+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
520+
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
506521
dependencies:
507-
regexp-tree "^0.1.13"
522+
regexpu-core "^4.6.0"
508523

509524
"@babel/plugin-transform-new-target@^7.4.4":
510525
version "7.4.4"
@@ -558,10 +573,10 @@
558573
dependencies:
559574
"@babel/helper-plugin-utils" "^7.0.0"
560575

561-
"@babel/plugin-transform-spread@^7.2.0":
562-
version "7.2.2"
563-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
564-
integrity sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
576+
"@babel/plugin-transform-spread@^7.6.2":
577+
version "7.6.2"
578+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
579+
integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
565580
dependencies:
566581
"@babel/helper-plugin-utils" "^7.0.0"
567582

@@ -597,28 +612,28 @@
597612
"@babel/helper-plugin-utils" "^7.0.0"
598613
"@babel/plugin-syntax-typescript" "^7.2.0"
599614

600-
"@babel/plugin-transform-unicode-regex@^7.4.4":
601-
version "7.4.4"
602-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.4.4.tgz#ab4634bb4f14d36728bf5978322b35587787970f"
603-
integrity sha512-il+/XdNw01i93+M9J9u4T7/e/Ue/vWfNZE4IRUQjplu2Mqb/AFTDimkw2tdEdSH50wuQXZAbXSql0UphQke+vA==
615+
"@babel/plugin-transform-unicode-regex@^7.6.2":
616+
version "7.6.2"
617+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698"
618+
integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==
604619
dependencies:
605620
"@babel/helper-plugin-utils" "^7.0.0"
606621
"@babel/helper-regex" "^7.4.4"
607-
regexpu-core "^4.5.4"
622+
regexpu-core "^4.6.0"
608623

609-
"@babel/preset-env@^7.6.0":
610-
version "7.6.0"
611-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
612-
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
624+
"@babel/preset-env@^7.6.2":
625+
version "7.6.2"
626+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
627+
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
613628
dependencies:
614629
"@babel/helper-module-imports" "^7.0.0"
615630
"@babel/helper-plugin-utils" "^7.0.0"
616631
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
617632
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
618633
"@babel/plugin-proposal-json-strings" "^7.2.0"
619-
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
634+
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
620635
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
621-
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
636+
"@babel/plugin-proposal-unicode-property-regex" "^7.6.2"
622637
"@babel/plugin-syntax-async-generators" "^7.2.0"
623638
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
624639
"@babel/plugin-syntax-json-strings" "^7.2.0"
@@ -627,11 +642,11 @@
627642
"@babel/plugin-transform-arrow-functions" "^7.2.0"
628643
"@babel/plugin-transform-async-to-generator" "^7.5.0"
629644
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
630-
"@babel/plugin-transform-block-scoping" "^7.6.0"
645+
"@babel/plugin-transform-block-scoping" "^7.6.2"
631646
"@babel/plugin-transform-classes" "^7.5.5"
632647
"@babel/plugin-transform-computed-properties" "^7.2.0"
633648
"@babel/plugin-transform-destructuring" "^7.6.0"
634-
"@babel/plugin-transform-dotall-regex" "^7.4.4"
649+
"@babel/plugin-transform-dotall-regex" "^7.6.2"
635650
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
636651
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
637652
"@babel/plugin-transform-for-of" "^7.4.4"
@@ -642,19 +657,19 @@
642657
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
643658
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
644659
"@babel/plugin-transform-modules-umd" "^7.2.0"
645-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
660+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
646661
"@babel/plugin-transform-new-target" "^7.4.4"
647662
"@babel/plugin-transform-object-super" "^7.5.5"
648663
"@babel/plugin-transform-parameters" "^7.4.4"
649664
"@babel/plugin-transform-property-literals" "^7.2.0"
650665
"@babel/plugin-transform-regenerator" "^7.4.5"
651666
"@babel/plugin-transform-reserved-words" "^7.2.0"
652667
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
653-
"@babel/plugin-transform-spread" "^7.2.0"
668+
"@babel/plugin-transform-spread" "^7.6.2"
654669
"@babel/plugin-transform-sticky-regex" "^7.2.0"
655670
"@babel/plugin-transform-template-literals" "^7.4.4"
656671
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
657-
"@babel/plugin-transform-unicode-regex" "^7.4.4"
672+
"@babel/plugin-transform-unicode-regex" "^7.6.2"
658673
"@babel/types" "^7.6.0"
659674
browserslist "^4.6.0"
660675
core-js-compat "^3.1.1"
@@ -670,10 +685,10 @@
670685
"@babel/helper-plugin-utils" "^7.0.0"
671686
"@babel/plugin-transform-typescript" "^7.6.0"
672687

673-
"@babel/register@^7.6.0":
674-
version "7.6.0"
675-
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.6.0.tgz#76b6f466714680f4becafd45beeb2a7b87431abf"
676-
integrity sha512-78BomdN8el+x/nkup9KwtjJXuptW5oXMFmP11WoM2VJBjxrKv4grC3qjpLL8RGGUYUGsm57xnjYFM2uom+jWUQ==
688+
"@babel/register@^7.6.2":
689+
version "7.6.2"
690+
resolved "https://registry.yarnpkg.com/@babel/register/-/register-7.6.2.tgz#25765a922202cb06f8bdac5a3b1e70cd6bf3dd45"
691+
integrity sha512-xgZk2LRZvt6i2SAUWxc7ellk4+OYRgS3Zpsnr13nMS1Qo25w21Uu8o6vTOAqNaxiqrnv30KTYzh9YWY2k21CeQ==
677692
dependencies:
678693
find-cache-dir "^2.0.0"
679694
lodash "^4.17.13"
@@ -690,7 +705,7 @@
690705
"@babel/parser" "^7.6.0"
691706
"@babel/types" "^7.6.0"
692707

693-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5", "@babel/traverse@^7.6.0":
708+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.4.4", "@babel/traverse@^7.5.5":
694709
version "7.6.0"
695710
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
696711
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
@@ -705,6 +720,21 @@
705720
globals "^11.1.0"
706721
lodash "^4.17.13"
707722

723+
"@babel/traverse@^7.6.2":
724+
version "7.6.2"
725+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
726+
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
727+
dependencies:
728+
"@babel/code-frame" "^7.5.5"
729+
"@babel/generator" "^7.6.2"
730+
"@babel/helper-function-name" "^7.1.0"
731+
"@babel/helper-split-export-declaration" "^7.4.4"
732+
"@babel/parser" "^7.6.2"
733+
"@babel/types" "^7.6.0"
734+
debug "^4.1.0"
735+
globals "^11.1.0"
736+
lodash "^4.17.13"
737+
708738
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.4.4", "@babel/types@^7.5.5", "@babel/types@^7.6.0":
709739
version "7.6.1"
710740
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.6.1.tgz#53abf3308add3ac2a2884d539151c57c4b3ac648"
@@ -3692,19 +3722,14 @@ regex-not@^1.0.0, regex-not@^1.0.2:
36923722
extend-shallow "^3.0.2"
36933723
safe-regex "^1.1.0"
36943724

3695-
regexp-tree@^0.1.13:
3696-
version "0.1.13"
3697-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
3698-
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
3699-
37003725
regexp.prototype.flags@^1.2.0:
37013726
version "1.2.0"
37023727
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz#6b30724e306a27833eeb171b66ac8890ba37e41c"
37033728
integrity sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA==
37043729
dependencies:
37053730
define-properties "^1.1.2"
37063731

3707-
regexpu-core@^4.5.4:
3732+
regexpu-core@^4.6.0:
37083733
version "4.6.0"
37093734
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
37103735
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==

0 commit comments

Comments
 (0)