Skip to content

Commit 51c3999

Browse files
renovate[bot]tmorehouse
authored andcommitted
chore(deps): update all non-major dependencies to ^7.6.2 (#4152)
1 parent 6848bb3 commit 51c3999

File tree

2 files changed

+120
-67
lines changed

2 files changed

+120
-67
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
"vue-functional-data-merge": "^3.1.0"
7979
},
8080
"devDependencies": {
81-
"@babel/cli": "^7.6.0",
82-
"@babel/core": "^7.6.0",
81+
"@babel/cli": "^7.6.2",
82+
"@babel/core": "^7.6.2",
8383
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
84-
"@babel/plugin-transform-runtime": "^7.6.0",
85-
"@babel/preset-env": "^7.6.0",
86-
"@babel/standalone": "^7.6.0",
84+
"@babel/plugin-transform-runtime": "^7.6.2",
85+
"@babel/preset-env": "^7.6.2",
86+
"@babel/standalone": "^7.6.2",
8787
"@nuxtjs/google-analytics": "^2.2.0",
8888
"@nuxtjs/pwa": "^3.0.0-beta.19",
8989
"@vue/test-utils": "^1.0.0-beta.29",

yarn.lock

Lines changed: 115 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.6.0":
6-
version "7.6.0"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.0.tgz#1470a04394eaf37862989ea4912adf440fa6ff8d"
8-
integrity sha512-1CTDyGUjQqW3Mz4gfKZ04KGOckyyaNmKneAMlABPS+ZyuxWv3FrVEVz7Ag08kNIztVx8VaJ8YgvYLSNlMKAT5Q==
5+
"@babel/cli@^7.6.2":
6+
version "7.6.2"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.6.2.tgz#4ce8b5b4b2e4b4c1b7bd841cec62085e2dfc4465"
8+
integrity sha512-JDZ+T/br9pPfT2lmAMJypJDTTTHM9ePD/ED10TRjRzJVdEVy+JB3iRlhzYmTt5YkNgHvxWGlUVnLtdv6ruiDrQ==
99
dependencies:
1010
commander "^2.8.1"
1111
convert-source-map "^1.1.0"
@@ -73,17 +73,17 @@
7373
semver "^5.4.1"
7474
source-map "^0.5.0"
7575

76-
"@babel/core@^7.6.0":
77-
version "7.6.0"
78-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.0.tgz#9b00f73554edd67bebc86df8303ef678be3d7b48"
79-
integrity sha512-FuRhDRtsd6IptKpHXAa+4WPZYY2ZzgowkbLBecEDDSje1X/apG7jQM33or3NdOmjXBKWGOg4JmSiRfUfuTtHXw==
76+
"@babel/core@^7.6.2":
77+
version "7.6.2"
78+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.6.2.tgz#069a776e8d5e9eefff76236bc8845566bd31dd91"
79+
integrity sha512-l8zto/fuoZIbncm+01p8zPSDZu/VuuJhAfA7d/AbzM09WR7iVhavvfNDYCNpo1VvLk6E6xgAoP9P+/EMJHuRkQ==
8080
dependencies:
8181
"@babel/code-frame" "^7.5.5"
82-
"@babel/generator" "^7.6.0"
83-
"@babel/helpers" "^7.6.0"
84-
"@babel/parser" "^7.6.0"
82+
"@babel/generator" "^7.6.2"
83+
"@babel/helpers" "^7.6.2"
84+
"@babel/parser" "^7.6.2"
8585
"@babel/template" "^7.6.0"
86-
"@babel/traverse" "^7.6.0"
86+
"@babel/traverse" "^7.6.2"
8787
"@babel/types" "^7.6.0"
8888
convert-source-map "^1.1.0"
8989
debug "^4.1.0"
@@ -115,16 +115,15 @@
115115
source-map "^0.5.0"
116116
trim-right "^1.0.1"
117117

118-
"@babel/generator@^7.6.0":
119-
version "7.6.0"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.0.tgz#e2c21efbfd3293ad819a2359b448f002bfdfda56"
121-
integrity sha512-Ms8Mo7YBdMMn1BYuNtKuP/z0TgEIhbcyB8HVR6PPNYp4P61lMsABiS4A3VG1qznjXVCf3r+fVHhm4efTYVsySA==
118+
"@babel/generator@^7.6.2":
119+
version "7.6.2"
120+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.6.2.tgz#dac8a3c2df118334c2a29ff3446da1636a8f8c03"
121+
integrity sha512-j8iHaIW4gGPnViaIHI7e9t/Hl8qLjERI6DcV9kEpAIDJsAOrcnXqRS7t+QbhL76pwbtqP+QCQLL0z1CyVmtjjQ==
122122
dependencies:
123123
"@babel/types" "^7.6.0"
124124
jsesc "^2.5.1"
125125
lodash "^4.17.13"
126126
source-map "^0.5.0"
127-
trim-right "^1.0.1"
128127

129128
"@babel/helper-annotate-as-pure@^7.0.0":
130129
version "7.0.0"
@@ -340,13 +339,13 @@
340339
"@babel/traverse" "^7.5.5"
341340
"@babel/types" "^7.5.5"
342341

343-
"@babel/helpers@^7.6.0":
344-
version "7.6.0"
345-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.0.tgz#21961d16c6a3c3ab597325c34c465c0887d31c6e"
346-
integrity sha512-W9kao7OBleOjfXtFGgArGRX6eCP0UEcA2ZWEWNkJdRZnHhW4eEbeswbG3EwaRsnQUAEGWYgMq1HsIXuNNNy2eQ==
342+
"@babel/helpers@^7.6.2":
343+
version "7.6.2"
344+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.6.2.tgz#681ffe489ea4dcc55f23ce469e58e59c1c045153"
345+
integrity sha512-3/bAUL8zZxYs1cdX2ilEE0WobqbCmKWr/889lf2SS0PpDcpEIY8pb1CCyz0pEcX3pEb+MCbks1jIokz2xLtGTA==
347346
dependencies:
348347
"@babel/template" "^7.6.0"
349-
"@babel/traverse" "^7.6.0"
348+
"@babel/traverse" "^7.6.2"
350349
"@babel/types" "^7.6.0"
351350

352351
"@babel/highlight@^7.0.0":
@@ -373,6 +372,11 @@
373372
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.0.tgz#3e05d0647432a8326cb28d0de03895ae5a57f39b"
374373
integrity sha512-+o2q111WEx4srBs7L9eJmcwi655eD8sXniLqMB93TBK9GrNzGrxDWSjiqz2hLU0Ha8MTXFIP0yd9fNdP+m43ZQ==
375374

375+
"@babel/parser@^7.6.2":
376+
version "7.6.2"
377+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.6.2.tgz#205e9c95e16ba3b8b96090677a67c9d6075b70a1"
378+
integrity sha512-mdFqWrSPCmikBoaBYMuBulzTIKuXVPtEISFbRRVNwMWpCms/hmE2kRq0bblUHaNRKrjRlmVbx1sDHmjmRgD2Xg==
379+
376380
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
377381
version "7.2.0"
378382
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.2.0.tgz#b289b306669dce4ad20b0252889a15768c9d417e"
@@ -423,6 +427,14 @@
423427
"@babel/helper-plugin-utils" "^7.0.0"
424428
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
425429

430+
"@babel/plugin-proposal-object-rest-spread@^7.6.2":
431+
version "7.6.2"
432+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.6.2.tgz#8ffccc8f3a6545e9f78988b6bf4fe881b88e8096"
433+
integrity sha512-LDBXlmADCsMZV1Y9OQwMc0MyGZ8Ta/zlD9N67BfQT8uYwkRswiu2hU6nJKrjrt/58aH/vqfQlR/9yId/7A2gWw==
434+
dependencies:
435+
"@babel/helper-plugin-utils" "^7.0.0"
436+
"@babel/plugin-syntax-object-rest-spread" "^7.2.0"
437+
426438
"@babel/plugin-proposal-optional-catch-binding@^7.2.0":
427439
version "7.2.0"
428440
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.2.0.tgz#135d81edb68a081e55e56ec48541ece8065c38f5"
@@ -440,6 +452,15 @@
440452
"@babel/helper-regex" "^7.4.4"
441453
regexpu-core "^4.5.4"
442454

455+
"@babel/plugin-proposal-unicode-property-regex@^7.6.2":
456+
version "7.6.2"
457+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.6.2.tgz#05413762894f41bfe42b9a5e80919bd575dcc802"
458+
integrity sha512-NxHETdmpeSCtiatMRYWVJo7266rrvAC3DTeG5exQBIH/fMIUK7ejDNznBbn3HQl/o9peymRRg7Yqkx6PdUXmMw==
459+
dependencies:
460+
"@babel/helper-plugin-utils" "^7.0.0"
461+
"@babel/helper-regex" "^7.4.4"
462+
regexpu-core "^4.6.0"
463+
443464
"@babel/plugin-syntax-async-generators@^7.2.0":
444465
version "7.2.0"
445466
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.2.0.tgz#69e1f0db34c6f5a0cf7e2b3323bf159a76c8cb7f"
@@ -520,10 +541,10 @@
520541
"@babel/helper-plugin-utils" "^7.0.0"
521542
lodash "^4.17.13"
522543

523-
"@babel/plugin-transform-block-scoping@^7.6.0":
524-
version "7.6.0"
525-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.0.tgz#c49e21228c4bbd4068a35667e6d951c75439b1dc"
526-
integrity sha512-tIt4E23+kw6TgL/edACZwP1OUKrjOTyMrFMLoT5IOFrfMRabCgekjqFd5o6PaAMildBu46oFkekIdMuGkkPEpA==
544+
"@babel/plugin-transform-block-scoping@^7.6.2":
545+
version "7.6.2"
546+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.6.2.tgz#96c33ab97a9ae500cc6f5b19e04a7e6553360a79"
547+
integrity sha512-zZT8ivau9LOQQaOGC7bQLQOT4XPkPXgN2ERfUgk1X8ql+mVkLc4E8eKk+FO3o0154kxzqenWCorfmEXpEZcrSQ==
527548
dependencies:
528549
"@babel/helper-plugin-utils" "^7.0.0"
529550
lodash "^4.17.13"
@@ -572,6 +593,15 @@
572593
"@babel/helper-regex" "^7.4.4"
573594
regexpu-core "^4.5.4"
574595

596+
"@babel/plugin-transform-dotall-regex@^7.6.2":
597+
version "7.6.2"
598+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.6.2.tgz#44abb948b88f0199a627024e1508acaf8dc9b2f9"
599+
integrity sha512-KGKT9aqKV+9YMZSkowzYoYEiHqgaDhGmPNZlZxX6UeHC4z30nC1J9IrZuGqbYFB1jaIGdv91ujpze0exiVK8bA==
600+
dependencies:
601+
"@babel/helper-plugin-utils" "^7.0.0"
602+
"@babel/helper-regex" "^7.4.4"
603+
regexpu-core "^4.6.0"
604+
575605
"@babel/plugin-transform-duplicate-keys@^7.5.0":
576606
version "7.5.0"
577607
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.5.0.tgz#c5dbf5106bf84cdf691222c0974c12b1df931853"
@@ -669,12 +699,12 @@
669699
dependencies:
670700
regexp-tree "^0.1.6"
671701

672-
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.0":
673-
version "7.6.0"
674-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.0.tgz#1e6e663097813bb4f53d42df0750cf28ad3bb3f1"
675-
integrity sha512-jem7uytlmrRl3iCAuQyw8BpB4c4LWvSpvIeXKpMb+7j84lkx4m4mYr5ErAcmN5KM7B6BqrAvRGjBIbbzqCczew==
702+
"@babel/plugin-transform-named-capturing-groups-regex@^7.6.2":
703+
version "7.6.2"
704+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.6.2.tgz#c1ca0bb84b94f385ca302c3932e870b0fb0e522b"
705+
integrity sha512-xBdB+XOs+lgbZc2/4F5BVDVcDNS4tcSKQc96KmlqLEAwz6tpYPEvPdmDfvVG0Ssn8lAhronaRs6Z6KSexIpK5g==
676706
dependencies:
677-
regexp-tree "^0.1.13"
707+
regexpu-core "^4.6.0"
678708

679709
"@babel/plugin-transform-new-target@^7.4.4":
680710
version "7.4.4"
@@ -731,10 +761,10 @@
731761
resolve "^1.8.1"
732762
semver "^5.5.1"
733763

734-
"@babel/plugin-transform-runtime@^7.6.0":
735-
version "7.6.0"
736-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.0.tgz#85a3cce402b28586138e368fce20ab3019b9713e"
737-
integrity sha512-Da8tMf7uClzwUm/pnJ1S93m/aRXmoYNDD7TkHua8xBDdaAs54uZpTWvEt6NGwmoVMb9mZbntfTqmG2oSzN/7Vg==
764+
"@babel/plugin-transform-runtime@^7.6.2":
765+
version "7.6.2"
766+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.6.2.tgz#2669f67c1fae0ae8d8bf696e4263ad52cb98b6f8"
767+
integrity sha512-cqULw/QB4yl73cS5Y0TZlQSjDvNkzDbu0FurTZyHlJpWE5T3PCMdnyV+xXoH1opr1ldyHODe3QAX3OMAii5NxA==
738768
dependencies:
739769
"@babel/helper-module-imports" "^7.0.0"
740770
"@babel/helper-plugin-utils" "^7.0.0"
@@ -755,6 +785,13 @@
755785
dependencies:
756786
"@babel/helper-plugin-utils" "^7.0.0"
757787

788+
"@babel/plugin-transform-spread@^7.6.2":
789+
version "7.6.2"
790+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.6.2.tgz#fc77cf798b24b10c46e1b51b1b88c2bf661bb8dd"
791+
integrity sha512-DpSvPFryKdK1x+EDJYCy28nmAaIMdxmhot62jAXF/o99iA33Zj2Lmcp3vDmz+MUh0LNYVPvfj5iC3feb3/+PFg==
792+
dependencies:
793+
"@babel/helper-plugin-utils" "^7.0.0"
794+
758795
"@babel/plugin-transform-sticky-regex@^7.2.0":
759796
version "7.2.0"
760797
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.2.0.tgz#a1e454b5995560a9c1e0d537dfc15061fd2687e1"
@@ -787,6 +824,15 @@
787824
"@babel/helper-regex" "^7.4.4"
788825
regexpu-core "^4.5.4"
789826

827+
"@babel/plugin-transform-unicode-regex@^7.6.2":
828+
version "7.6.2"
829+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.6.2.tgz#b692aad888a7e8d8b1b214be6b9dc03d5031f698"
830+
integrity sha512-orZI6cWlR3nk2YmYdb0gImrgCUwb5cBUwjf6Ks6dvNVvXERkwtJWOQaEOjPiu0Gu1Tq6Yq/hruCZZOOi9F34Dw==
831+
dependencies:
832+
"@babel/helper-plugin-utils" "^7.0.0"
833+
"@babel/helper-regex" "^7.4.4"
834+
regexpu-core "^4.6.0"
835+
790836
"@babel/preset-env@^7.5.5":
791837
version "7.5.5"
792838
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.5.5.tgz#bc470b53acaa48df4b8db24a570d6da1fef53c9a"
@@ -843,19 +889,19 @@
843889
js-levenshtein "^1.1.3"
844890
semver "^5.5.0"
845891

846-
"@babel/preset-env@^7.6.0":
847-
version "7.6.0"
848-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.0.tgz#aae4141c506100bb2bfaa4ac2a5c12b395619e50"
849-
integrity sha512-1efzxFv/TcPsNXlRhMzRnkBFMeIqBBgzwmZwlFDw5Ubj0AGLeufxugirwZmkkX/ayi3owsSqoQ4fw8LkfK9SYg==
892+
"@babel/preset-env@^7.6.2":
893+
version "7.6.2"
894+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.6.2.tgz#abbb3ed785c7fe4220d4c82a53621d71fc0c75d3"
895+
integrity sha512-Ru7+mfzy9M1/YTEtlDS8CD45jd22ngb9tXnn64DvQK3ooyqSw9K4K9DUWmYknTTVk4TqygL9dqCrZgm1HMea/Q==
850896
dependencies:
851897
"@babel/helper-module-imports" "^7.0.0"
852898
"@babel/helper-plugin-utils" "^7.0.0"
853899
"@babel/plugin-proposal-async-generator-functions" "^7.2.0"
854900
"@babel/plugin-proposal-dynamic-import" "^7.5.0"
855901
"@babel/plugin-proposal-json-strings" "^7.2.0"
856-
"@babel/plugin-proposal-object-rest-spread" "^7.5.5"
902+
"@babel/plugin-proposal-object-rest-spread" "^7.6.2"
857903
"@babel/plugin-proposal-optional-catch-binding" "^7.2.0"
858-
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
904+
"@babel/plugin-proposal-unicode-property-regex" "^7.6.2"
859905
"@babel/plugin-syntax-async-generators" "^7.2.0"
860906
"@babel/plugin-syntax-dynamic-import" "^7.2.0"
861907
"@babel/plugin-syntax-json-strings" "^7.2.0"
@@ -864,11 +910,11 @@
864910
"@babel/plugin-transform-arrow-functions" "^7.2.0"
865911
"@babel/plugin-transform-async-to-generator" "^7.5.0"
866912
"@babel/plugin-transform-block-scoped-functions" "^7.2.0"
867-
"@babel/plugin-transform-block-scoping" "^7.6.0"
913+
"@babel/plugin-transform-block-scoping" "^7.6.2"
868914
"@babel/plugin-transform-classes" "^7.5.5"
869915
"@babel/plugin-transform-computed-properties" "^7.2.0"
870916
"@babel/plugin-transform-destructuring" "^7.6.0"
871-
"@babel/plugin-transform-dotall-regex" "^7.4.4"
917+
"@babel/plugin-transform-dotall-regex" "^7.6.2"
872918
"@babel/plugin-transform-duplicate-keys" "^7.5.0"
873919
"@babel/plugin-transform-exponentiation-operator" "^7.2.0"
874920
"@babel/plugin-transform-for-of" "^7.4.4"
@@ -879,19 +925,19 @@
879925
"@babel/plugin-transform-modules-commonjs" "^7.6.0"
880926
"@babel/plugin-transform-modules-systemjs" "^7.5.0"
881927
"@babel/plugin-transform-modules-umd" "^7.2.0"
882-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.0"
928+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.6.2"
883929
"@babel/plugin-transform-new-target" "^7.4.4"
884930
"@babel/plugin-transform-object-super" "^7.5.5"
885931
"@babel/plugin-transform-parameters" "^7.4.4"
886932
"@babel/plugin-transform-property-literals" "^7.2.0"
887933
"@babel/plugin-transform-regenerator" "^7.4.5"
888934
"@babel/plugin-transform-reserved-words" "^7.2.0"
889935
"@babel/plugin-transform-shorthand-properties" "^7.2.0"
890-
"@babel/plugin-transform-spread" "^7.2.0"
936+
"@babel/plugin-transform-spread" "^7.6.2"
891937
"@babel/plugin-transform-sticky-regex" "^7.2.0"
892938
"@babel/plugin-transform-template-literals" "^7.4.4"
893939
"@babel/plugin-transform-typeof-symbol" "^7.2.0"
894-
"@babel/plugin-transform-unicode-regex" "^7.4.4"
940+
"@babel/plugin-transform-unicode-regex" "^7.6.2"
895941
"@babel/types" "^7.6.0"
896942
browserslist "^4.6.0"
897943
core-js-compat "^3.1.1"
@@ -906,10 +952,10 @@
906952
dependencies:
907953
regenerator-runtime "^0.13.2"
908954

909-
"@babel/standalone@^7.6.0":
910-
version "7.6.0"
911-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.6.0.tgz#bcc226c38b9769e2a59cd88a6a7318181a173091"
912-
integrity sha512-bOZnW6amPLr2296mPl+cHCAG4GNo1NTmoi7cURzLtb08Er1nM9QpT6RecYR/UNlYOOvzUWUYlUTKrKJs9tpbcw==
955+
"@babel/standalone@^7.6.2":
956+
version "7.6.2"
957+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.6.2.tgz#484fb4fc7b9cec3dfbb6c012f0c81340596adb09"
958+
integrity sha512-bfrGoJA6bHD3zJdTM8DANDKM2MjuhH7SLTeHuQMyfCn4VQgJlwe9MByqiTTKWZ1dAD0HrC7WDaL60WV+9HUXnQ==
913959

914960
"@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4":
915961
version "7.4.4"
@@ -959,16 +1005,16 @@
9591005
globals "^11.1.0"
9601006
lodash "^4.17.13"
9611007

962-
"@babel/traverse@^7.6.0":
963-
version "7.6.0"
964-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.0.tgz#389391d510f79be7ce2ddd6717be66d3fed4b516"
965-
integrity sha512-93t52SaOBgml/xY74lsmt7xOR4ufYvhb5c5qiM6lu4J/dWGMAfAh6eKw4PjLes6DI6nQgearoxnFJk60YchpvQ==
1008+
"@babel/traverse@^7.6.2":
1009+
version "7.6.2"
1010+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.6.2.tgz#b0e2bfd401d339ce0e6c05690206d1e11502ce2c"
1011+
integrity sha512-8fRE76xNwNttVEF2TwxJDGBLWthUkHWSldmfuBzVRmEDWOtu4XdINTgN7TDWzuLg4bbeIMLvfMFD9we5YcWkRQ==
9661012
dependencies:
9671013
"@babel/code-frame" "^7.5.5"
968-
"@babel/generator" "^7.6.0"
1014+
"@babel/generator" "^7.6.2"
9691015
"@babel/helper-function-name" "^7.1.0"
9701016
"@babel/helper-split-export-declaration" "^7.4.4"
971-
"@babel/parser" "^7.6.0"
1017+
"@babel/parser" "^7.6.2"
9721018
"@babel/types" "^7.6.0"
9731019
debug "^4.1.0"
9741020
globals "^11.1.0"
@@ -10263,7 +10309,7 @@ redent@^2.0.0:
1026310309
indent-string "^3.0.0"
1026410310
strip-indent "^2.0.0"
1026510311

10266-
regenerate-unicode-properties@^8.0.2:
10312+
regenerate-unicode-properties@^8.0.2, regenerate-unicode-properties@^8.1.0:
1026710313
version "8.1.0"
1026810314
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-8.1.0.tgz#ef51e0f0ea4ad424b77bf7cb41f3e015c70a3f0e"
1026910315
integrity sha512-LGZzkgtLY79GeXLm8Dp0BVLdQlWICzBnJz/ipWUgo59qBaZ+BHtq51P2q1uVZlppMuUAT37SDk39qUbjTWB7bA==
@@ -10300,11 +10346,6 @@ regex-not@^1.0.0, regex-not@^1.0.2:
1030010346
extend-shallow "^3.0.2"
1030110347
safe-regex "^1.1.0"
1030210348

10303-
regexp-tree@^0.1.13:
10304-
version "0.1.13"
10305-
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.13.tgz#5b19ab9377edc68bc3679256840bb29afc158d7f"
10306-
integrity sha512-hwdV/GQY5F8ReLZWO+W1SRoN5YfpOKY6852+tBFcma72DKBIcHjPRIlIvQN35bCOljuAfP2G2iB0FC/w236mUw==
10307-
1030810349
regexp-tree@^0.1.6:
1030910350
version "0.1.11"
1031010351
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.11.tgz#c9c7f00fcf722e0a56c7390983a7a63dd6c272f3"
@@ -10332,6 +10373,18 @@ regexpu-core@^4.5.4:
1033210373
unicode-match-property-ecmascript "^1.0.4"
1033310374
unicode-match-property-value-ecmascript "^1.1.0"
1033410375

10376+
regexpu-core@^4.6.0:
10377+
version "4.6.0"
10378+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.6.0.tgz#2037c18b327cfce8a6fea2a4ec441f2432afb8b6"
10379+
integrity sha512-YlVaefl8P5BnFYOITTNzDvan1ulLOiXJzCNZxduTIosN17b87h3bvG9yHMoHaRuo88H4mQ06Aodj5VtYGGGiTg==
10380+
dependencies:
10381+
regenerate "^1.4.0"
10382+
regenerate-unicode-properties "^8.1.0"
10383+
regjsgen "^0.5.0"
10384+
regjsparser "^0.6.0"
10385+
unicode-match-property-ecmascript "^1.0.4"
10386+
unicode-match-property-value-ecmascript "^1.1.0"
10387+
1033510388
registry-auth-token@^3.0.1:
1033610389
version "3.4.0"
1033710390
resolved "https://registry.yarnpkg.com/registry-auth-token/-/registry-auth-token-3.4.0.tgz#d7446815433f5d5ed6431cd5dca21048f66b397e"

0 commit comments

Comments
 (0)