webpacker 4.0.0.rc.4 → 4.0.0.rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/Gemfile.lock +15 -15
- data/docs/troubleshooting.md +1 -1
- data/lib/webpacker/version.rb +1 -1
- data/package.json +15 -15
- data/yarn.lock +499 -384
- metadata +3 -3
data/yarn.lock
CHANGED
|
@@ -9,18 +9,18 @@
|
|
|
9
9
|
dependencies:
|
|
10
10
|
"@babel/highlight" "^7.0.0"
|
|
11
11
|
|
|
12
|
-
"@babel/core@^7.2.
|
|
13
|
-
version "7.2.
|
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.
|
|
15
|
-
integrity sha512-
|
|
12
|
+
"@babel/core@^7.2.2":
|
|
13
|
+
version "7.2.2"
|
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.2.2.tgz#07adba6dde27bb5ad8d8672f15fde3e08184a687"
|
|
15
|
+
integrity sha512-59vB0RWt09cAct5EIe58+NzGP4TFSD3Bz//2/ELy3ZeTeKF6VTD1AXlH8BGGbCX0PuobZBsIzO7IAI9PH67eKw==
|
|
16
16
|
dependencies:
|
|
17
17
|
"@babel/code-frame" "^7.0.0"
|
|
18
|
-
"@babel/generator" "^7.2.
|
|
18
|
+
"@babel/generator" "^7.2.2"
|
|
19
19
|
"@babel/helpers" "^7.2.0"
|
|
20
|
-
"@babel/parser" "^7.2.
|
|
21
|
-
"@babel/template" "^7.
|
|
22
|
-
"@babel/traverse" "^7.
|
|
23
|
-
"@babel/types" "^7.2.
|
|
20
|
+
"@babel/parser" "^7.2.2"
|
|
21
|
+
"@babel/template" "^7.2.2"
|
|
22
|
+
"@babel/traverse" "^7.2.2"
|
|
23
|
+
"@babel/types" "^7.2.2"
|
|
24
24
|
convert-source-map "^1.1.0"
|
|
25
25
|
debug "^4.1.0"
|
|
26
26
|
json5 "^2.1.0"
|
|
@@ -29,12 +29,12 @@
|
|
|
29
29
|
semver "^5.4.1"
|
|
30
30
|
source-map "^0.5.0"
|
|
31
31
|
|
|
32
|
-
"@babel/generator@^7.
|
|
33
|
-
version "7.2.
|
|
34
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.
|
|
35
|
-
integrity sha512-
|
|
32
|
+
"@babel/generator@^7.2.2":
|
|
33
|
+
version "7.2.2"
|
|
34
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.2.2.tgz#18c816c70962640eab42fe8cae5f3947a5c65ccc"
|
|
35
|
+
integrity sha512-I4o675J/iS8k+P38dvJ3IBGqObLXyQLTxtrR4u9cSUJOURvafeEWb/pFMOTwtNrmq73mJzyF6ueTbO1BtN0Zeg==
|
|
36
36
|
dependencies:
|
|
37
|
-
"@babel/types" "^7.2.
|
|
37
|
+
"@babel/types" "^7.2.2"
|
|
38
38
|
jsesc "^2.5.1"
|
|
39
39
|
lodash "^4.17.10"
|
|
40
40
|
source-map "^0.5.0"
|
|
@@ -64,16 +64,16 @@
|
|
|
64
64
|
"@babel/traverse" "^7.1.0"
|
|
65
65
|
"@babel/types" "^7.0.0"
|
|
66
66
|
|
|
67
|
-
"@babel/helper-create-class-features-plugin@^7.2.
|
|
68
|
-
version "7.2.
|
|
69
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.
|
|
70
|
-
integrity sha512-
|
|
67
|
+
"@babel/helper-create-class-features-plugin@^7.2.3":
|
|
68
|
+
version "7.2.3"
|
|
69
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.2.3.tgz#f6e719abb90cb7f4a69591e35fd5eb89047c4a7c"
|
|
70
|
+
integrity sha512-xO/3Gn+2C7/eOUeb0VRnSP1+yvWHNxlpAot1eMhtoKDCN7POsyQP5excuT5UsV5daHxMWBeIIOeI5cmB8vMRgQ==
|
|
71
71
|
dependencies:
|
|
72
72
|
"@babel/helper-function-name" "^7.1.0"
|
|
73
73
|
"@babel/helper-member-expression-to-functions" "^7.0.0"
|
|
74
74
|
"@babel/helper-optimise-call-expression" "^7.0.0"
|
|
75
75
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
76
|
-
"@babel/helper-replace-supers" "^7.
|
|
76
|
+
"@babel/helper-replace-supers" "^7.2.3"
|
|
77
77
|
|
|
78
78
|
"@babel/helper-define-map@^7.1.0":
|
|
79
79
|
version "7.1.0"
|
|
@@ -130,15 +130,15 @@
|
|
|
130
130
|
"@babel/types" "^7.0.0"
|
|
131
131
|
|
|
132
132
|
"@babel/helper-module-transforms@^7.1.0":
|
|
133
|
-
version "7.
|
|
134
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
135
|
-
integrity sha512-
|
|
133
|
+
version "7.2.2"
|
|
134
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.2.2.tgz#ab2f8e8d231409f8370c883d20c335190284b963"
|
|
135
|
+
integrity sha512-YRD7I6Wsv+IHuTPkAmAS4HhY0dkPobgLftHp0cRGZSdrRvmZY8rFvae/GVu3bD00qscuvK3WPHB3YdNpBXUqrA==
|
|
136
136
|
dependencies:
|
|
137
137
|
"@babel/helper-module-imports" "^7.0.0"
|
|
138
138
|
"@babel/helper-simple-access" "^7.1.0"
|
|
139
139
|
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
140
|
-
"@babel/template" "^7.
|
|
141
|
-
"@babel/types" "^7.
|
|
140
|
+
"@babel/template" "^7.2.2"
|
|
141
|
+
"@babel/types" "^7.2.2"
|
|
142
142
|
lodash "^4.17.10"
|
|
143
143
|
|
|
144
144
|
"@babel/helper-optimise-call-expression@^7.0.0":
|
|
@@ -171,14 +171,14 @@
|
|
|
171
171
|
"@babel/traverse" "^7.1.0"
|
|
172
172
|
"@babel/types" "^7.0.0"
|
|
173
173
|
|
|
174
|
-
"@babel/helper-replace-supers@^7.1.0":
|
|
175
|
-
version "7.
|
|
176
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
177
|
-
integrity sha512-
|
|
174
|
+
"@babel/helper-replace-supers@^7.1.0", "@babel/helper-replace-supers@^7.2.3":
|
|
175
|
+
version "7.2.3"
|
|
176
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.2.3.tgz#19970020cf22677d62b3a689561dbd9644d8c5e5"
|
|
177
|
+
integrity sha512-GyieIznGUfPXPWu0yLS6U55Mz67AZD9cUk0BfirOWlPrXlBcan9Gz+vHGz+cPfuoweZSnPzPIm67VtQM0OWZbA==
|
|
178
178
|
dependencies:
|
|
179
179
|
"@babel/helper-member-expression-to-functions" "^7.0.0"
|
|
180
180
|
"@babel/helper-optimise-call-expression" "^7.0.0"
|
|
181
|
-
"@babel/traverse" "^7.
|
|
181
|
+
"@babel/traverse" "^7.2.3"
|
|
182
182
|
"@babel/types" "^7.0.0"
|
|
183
183
|
|
|
184
184
|
"@babel/helper-simple-access@^7.1.0":
|
|
@@ -224,10 +224,10 @@
|
|
|
224
224
|
esutils "^2.0.2"
|
|
225
225
|
js-tokens "^4.0.0"
|
|
226
226
|
|
|
227
|
-
"@babel/parser@^7.
|
|
228
|
-
version "7.2.
|
|
229
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.
|
|
230
|
-
integrity sha512-
|
|
227
|
+
"@babel/parser@^7.2.2", "@babel/parser@^7.2.3":
|
|
228
|
+
version "7.2.3"
|
|
229
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.2.3.tgz#32f5df65744b70888d17872ec106b02434ba1489"
|
|
230
|
+
integrity sha512-0LyEcVlfCoFmci8mXx8A5oIkpkOgyo8dRHtxBnK9RRBwxO2+JZPNsqtVEZQ7mJFPxnXF9lfmU24mHOPI0qnlkA==
|
|
231
231
|
|
|
232
232
|
"@babel/plugin-proposal-async-generator-functions@^7.2.0":
|
|
233
233
|
version "7.2.0"
|
|
@@ -238,12 +238,12 @@
|
|
|
238
238
|
"@babel/helper-remap-async-to-generator" "^7.1.0"
|
|
239
239
|
"@babel/plugin-syntax-async-generators" "^7.2.0"
|
|
240
240
|
|
|
241
|
-
"@babel/plugin-proposal-class-properties@^7.2.
|
|
242
|
-
version "7.2.
|
|
243
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.
|
|
244
|
-
integrity sha512
|
|
241
|
+
"@babel/plugin-proposal-class-properties@^7.2.3":
|
|
242
|
+
version "7.2.3"
|
|
243
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.2.3.tgz#c9e1294363b346cff333007a92080f3203698461"
|
|
244
|
+
integrity sha512-FVuQngLoN2iDrpW7LmhPZ2sO4DJxf35FOcwidwB9Ru9tMvI5URthnkVHuG14IStV+TzkMTyLMoOUlSTtrdVwqw==
|
|
245
245
|
dependencies:
|
|
246
|
-
"@babel/helper-create-class-features-plugin" "^7.2.
|
|
246
|
+
"@babel/helper-create-class-features-plugin" "^7.2.3"
|
|
247
247
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
248
248
|
|
|
249
249
|
"@babel/plugin-proposal-json-strings@^7.2.0":
|
|
@@ -346,9 +346,9 @@
|
|
|
346
346
|
lodash "^4.17.10"
|
|
347
347
|
|
|
348
348
|
"@babel/plugin-transform-classes@^7.2.0":
|
|
349
|
-
version "7.2.
|
|
350
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.2.
|
|
351
|
-
integrity sha512-
|
|
349
|
+
version "7.2.2"
|
|
350
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.2.2.tgz#6c90542f210ee975aa2aa8c8b5af7fa73a126953"
|
|
351
|
+
integrity sha512-gEZvgTy1VtcDOaQty1l10T3jQmJKlNVxLDCs+3rCVPr6nMkODLELxViq5X9l+rfxbie3XrfrMCYYY6eX3aOcOQ==
|
|
352
352
|
dependencies:
|
|
353
353
|
"@babel/helper-annotate-as-pure" "^7.0.0"
|
|
354
354
|
"@babel/helper-define-map" "^7.1.0"
|
|
@@ -501,9 +501,9 @@
|
|
|
501
501
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
502
502
|
|
|
503
503
|
"@babel/plugin-transform-spread@^7.2.0":
|
|
504
|
-
version "7.2.
|
|
505
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.
|
|
506
|
-
integrity sha512-
|
|
504
|
+
version "7.2.2"
|
|
505
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.2.2.tgz#3103a9abe22f742b6d406ecd3cd49b774919b406"
|
|
506
|
+
integrity sha512-KWfky/58vubwtS0hLqEnrWJjsMGaOeSBn90Ezn5Jeg9Z8KKHmELbP1yGylMlm5N6TPKeY9A2+UaSYLdxahg01w==
|
|
507
507
|
dependencies:
|
|
508
508
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
509
509
|
|
|
@@ -539,18 +539,18 @@
|
|
|
539
539
|
"@babel/helper-regex" "^7.0.0"
|
|
540
540
|
regexpu-core "^4.1.3"
|
|
541
541
|
|
|
542
|
-
"@babel/polyfill@^7.
|
|
543
|
-
version "7.
|
|
544
|
-
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.
|
|
545
|
-
integrity sha512-
|
|
542
|
+
"@babel/polyfill@^7.2.5":
|
|
543
|
+
version "7.2.5"
|
|
544
|
+
resolved "https://registry.yarnpkg.com/@babel/polyfill/-/polyfill-7.2.5.tgz#6c54b964f71ad27edddc567d065e57e87ed7fa7d"
|
|
545
|
+
integrity sha512-8Y/t3MWThtMLYr0YNC/Q76tqN1w30+b0uQMeFUYauG2UGTR19zyUtFrAzT23zNtBxPp+LbE5E/nwV/q/r3y6ug==
|
|
546
546
|
dependencies:
|
|
547
547
|
core-js "^2.5.7"
|
|
548
|
-
regenerator-runtime "^0.
|
|
548
|
+
regenerator-runtime "^0.12.0"
|
|
549
549
|
|
|
550
|
-
"@babel/preset-env@^7.2.
|
|
551
|
-
version "7.2.
|
|
552
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.
|
|
553
|
-
integrity sha512-
|
|
550
|
+
"@babel/preset-env@^7.2.3":
|
|
551
|
+
version "7.2.3"
|
|
552
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.2.3.tgz#948c8df4d4609c99c7e0130169f052ea6a7a8933"
|
|
553
|
+
integrity sha512-AuHzW7a9rbv5WXmvGaPX7wADxFkZIqKlbBh1dmZUQp4iwiPpkE/Qnrji6SC4UQCQzvWY/cpHET29eUhXS9cLPw==
|
|
554
554
|
dependencies:
|
|
555
555
|
"@babel/helper-module-imports" "^7.0.0"
|
|
556
556
|
"@babel/helper-plugin-utils" "^7.0.0"
|
|
@@ -601,34 +601,34 @@
|
|
|
601
601
|
dependencies:
|
|
602
602
|
regenerator-runtime "^0.12.0"
|
|
603
603
|
|
|
604
|
-
"@babel/template@^7.1.0", "@babel/template@^7.1.2":
|
|
605
|
-
version "7.
|
|
606
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
|
607
|
-
integrity sha512-
|
|
604
|
+
"@babel/template@^7.1.0", "@babel/template@^7.1.2", "@babel/template@^7.2.2":
|
|
605
|
+
version "7.2.2"
|
|
606
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.2.2.tgz#005b3fdf0ed96e88041330379e0da9a708eb2907"
|
|
607
|
+
integrity sha512-zRL0IMM02AUDwghf5LMSSDEz7sBCO2YnNmpg3uWTZj/v1rcG2BmQUvaGU8GhU8BvfMh1k2KIAYZ7Ji9KXPUg7g==
|
|
608
608
|
dependencies:
|
|
609
609
|
"@babel/code-frame" "^7.0.0"
|
|
610
|
-
"@babel/parser" "^7.
|
|
611
|
-
"@babel/types" "^7.
|
|
610
|
+
"@babel/parser" "^7.2.2"
|
|
611
|
+
"@babel/types" "^7.2.2"
|
|
612
612
|
|
|
613
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.
|
|
614
|
-
version "7.
|
|
615
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
|
616
|
-
integrity sha512-
|
|
613
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.1.5", "@babel/traverse@^7.2.2", "@babel/traverse@^7.2.3":
|
|
614
|
+
version "7.2.3"
|
|
615
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.2.3.tgz#7ff50cefa9c7c0bd2d81231fdac122f3957748d8"
|
|
616
|
+
integrity sha512-Z31oUD/fJvEWVR0lNZtfgvVt512ForCTNKYcJBGbPb1QZfve4WGH8Wsy7+Mev33/45fhP/hwQtvgusNdcCMgSw==
|
|
617
617
|
dependencies:
|
|
618
618
|
"@babel/code-frame" "^7.0.0"
|
|
619
|
-
"@babel/generator" "^7.
|
|
619
|
+
"@babel/generator" "^7.2.2"
|
|
620
620
|
"@babel/helper-function-name" "^7.1.0"
|
|
621
621
|
"@babel/helper-split-export-declaration" "^7.0.0"
|
|
622
|
-
"@babel/parser" "^7.
|
|
623
|
-
"@babel/types" "^7.
|
|
622
|
+
"@babel/parser" "^7.2.3"
|
|
623
|
+
"@babel/types" "^7.2.2"
|
|
624
624
|
debug "^4.1.0"
|
|
625
625
|
globals "^11.1.0"
|
|
626
626
|
lodash "^4.17.10"
|
|
627
627
|
|
|
628
|
-
"@babel/types@^7.0.0", "@babel/types@^7.
|
|
629
|
-
version "7.2.
|
|
630
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.
|
|
631
|
-
integrity sha512-
|
|
628
|
+
"@babel/types@^7.0.0", "@babel/types@^7.2.0", "@babel/types@^7.2.2":
|
|
629
|
+
version "7.2.2"
|
|
630
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.2.2.tgz#44e10fc24e33af524488b716cdaee5360ea8ed1e"
|
|
631
|
+
integrity sha512-fKCuD6UFUMkR541eDWL+2ih/xFZBXPOg/7EQFeTluMDebfqR4jrpaCjLhkWlQS4hT6nRa2PMEgXKbRB5/H2fpg==
|
|
632
632
|
dependencies:
|
|
633
633
|
esutils "^2.0.2"
|
|
634
634
|
lodash "^4.17.10"
|
|
@@ -807,12 +807,10 @@ abbrev@1:
|
|
|
807
807
|
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.1.1.tgz#f8f2c887ad10bf67f634f005b6987fed3179aac8"
|
|
808
808
|
integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==
|
|
809
809
|
|
|
810
|
-
acorn-dynamic-import@^
|
|
811
|
-
version "
|
|
812
|
-
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-
|
|
813
|
-
integrity sha512-
|
|
814
|
-
dependencies:
|
|
815
|
-
acorn "^5.0.0"
|
|
810
|
+
acorn-dynamic-import@^4.0.0:
|
|
811
|
+
version "4.0.0"
|
|
812
|
+
resolved "https://registry.yarnpkg.com/acorn-dynamic-import/-/acorn-dynamic-import-4.0.0.tgz#482210140582a36b83c3e342e1cfebcaa9240948"
|
|
813
|
+
integrity sha512-d3OEjQV4ROpoflsnUA8HozoIR504TFxNivYEUi6uwz0IYhBkTDXGuWlNdMtybRt3nqVx/L6XqMt0FxkXuWKZhw==
|
|
816
814
|
|
|
817
815
|
acorn-globals@^4.1.0:
|
|
818
816
|
version "4.3.0"
|
|
@@ -832,15 +830,15 @@ acorn-walk@^6.0.1:
|
|
|
832
830
|
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-6.1.1.tgz#d363b66f5fac5f018ff9c3a1e7b6f8e310cc3913"
|
|
833
831
|
integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==
|
|
834
832
|
|
|
835
|
-
acorn@^5.
|
|
833
|
+
acorn@^5.5.3:
|
|
836
834
|
version "5.7.3"
|
|
837
835
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
|
|
838
836
|
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
|
|
839
837
|
|
|
840
|
-
acorn@^6.0.1, acorn@^6.0.2:
|
|
841
|
-
version "6.0.
|
|
842
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.
|
|
843
|
-
integrity sha512-
|
|
838
|
+
acorn@^6.0.1, acorn@^6.0.2, acorn@^6.0.5:
|
|
839
|
+
version "6.0.5"
|
|
840
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.5.tgz#81730c0815f3f3b34d8efa95cb7430965f4d887a"
|
|
841
|
+
integrity sha512-i33Zgp3XWtmZBMNvCr4azvOFeWVw1Rk6p3hfi3LUDvIFraOMywb1kAtrbi+med14m4Xfpqm3zRZMT+c0FNE7kg==
|
|
844
842
|
|
|
845
843
|
ajv-errors@^1.0.0:
|
|
846
844
|
version "1.0.1"
|
|
@@ -853,9 +851,9 @@ ajv-keywords@^3.1.0:
|
|
|
853
851
|
integrity sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=
|
|
854
852
|
|
|
855
853
|
ajv@^6.1.0, ajv@^6.5.3, ajv@^6.5.5, ajv@^6.6.1:
|
|
856
|
-
version "6.
|
|
857
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.
|
|
858
|
-
integrity sha512-
|
|
854
|
+
version "6.7.0"
|
|
855
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.7.0.tgz#e3ce7bb372d6577bb1839f1dfdfcbf5ad2948d96"
|
|
856
|
+
integrity sha512-RZXPviBTtfmtka9n9sy1N5M5b82CbxWIR6HIis4s3WQTXDJamc/0gpCWNGz6EWdWp4DOfjzJfhz/AS9zVPjjWg==
|
|
859
857
|
dependencies:
|
|
860
858
|
fast-deep-equal "^2.0.1"
|
|
861
859
|
fast-json-stable-stringify "^2.0.0"
|
|
@@ -1078,15 +1076,15 @@ atob@^2.1.1:
|
|
|
1078
1076
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
|
1079
1077
|
|
|
1080
1078
|
autoprefixer@^9.4.2:
|
|
1081
|
-
version "9.4.
|
|
1082
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.4.
|
|
1083
|
-
integrity sha512-
|
|
1079
|
+
version "9.4.5"
|
|
1080
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.4.5.tgz#a13ccb001e4bc8837f71c3354005b42f02cc03d7"
|
|
1081
|
+
integrity sha512-M602C0ZxzFpJKqD4V6eq2j+K5CkzlhekCrcQupJmAOrPEZjWJyj/wSeo6qRSNoN6M3/9mtLPQqTTrABfReytQg==
|
|
1084
1082
|
dependencies:
|
|
1085
|
-
browserslist "^4.
|
|
1086
|
-
caniuse-lite "^1.0.
|
|
1083
|
+
browserslist "^4.4.0"
|
|
1084
|
+
caniuse-lite "^1.0.30000928"
|
|
1087
1085
|
normalize-range "^0.1.2"
|
|
1088
1086
|
num2fraction "^1.2.2"
|
|
1089
|
-
postcss "^7.0.
|
|
1087
|
+
postcss "^7.0.11"
|
|
1090
1088
|
postcss-value-parser "^3.3.1"
|
|
1091
1089
|
|
|
1092
1090
|
aws-sign2@~0.7.0:
|
|
@@ -1170,12 +1168,12 @@ babel-jest@^23.6.0:
|
|
|
1170
1168
|
babel-plugin-istanbul "^4.1.6"
|
|
1171
1169
|
babel-preset-jest "^23.2.0"
|
|
1172
1170
|
|
|
1173
|
-
babel-loader@^8.0.
|
|
1174
|
-
version "8.0.
|
|
1175
|
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.
|
|
1176
|
-
integrity sha512-
|
|
1171
|
+
babel-loader@^8.0.5:
|
|
1172
|
+
version "8.0.5"
|
|
1173
|
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.0.5.tgz#225322d7509c2157655840bba52e46b6c2f2fe33"
|
|
1174
|
+
integrity sha512-NTnHnVRd2JnRqPC0vW+iOQWU5pchDbYXsG2E6DMXEpMfUcQKclF9gmf3G3ZMhzG7IG9ji4coL0cm+FxeWxDpnw==
|
|
1177
1175
|
dependencies:
|
|
1178
|
-
find-cache-dir "^
|
|
1176
|
+
find-cache-dir "^2.0.0"
|
|
1179
1177
|
loader-utils "^1.0.2"
|
|
1180
1178
|
mkdirp "^0.5.1"
|
|
1181
1179
|
util.promisify "^1.0.0"
|
|
@@ -1209,10 +1207,10 @@ babel-plugin-jest-hoist@^23.2.0:
|
|
|
1209
1207
|
resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-23.2.0.tgz#e61fae05a1ca8801aadee57a6d66b8cefaf44167"
|
|
1210
1208
|
integrity sha1-5h+uBaHKiAGq3uV6bWa4zvr0QWc=
|
|
1211
1209
|
|
|
1212
|
-
babel-plugin-macros@^2.4.
|
|
1213
|
-
version "2.4.
|
|
1214
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.
|
|
1215
|
-
integrity sha512
|
|
1210
|
+
babel-plugin-macros@^2.4.5:
|
|
1211
|
+
version "2.4.5"
|
|
1212
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-macros/-/babel-plugin-macros-2.4.5.tgz#7000a9b1f72d19ceee19a5804f1d23d6daf38c13"
|
|
1213
|
+
integrity sha512-+/9yteNQw3yuZ3krQUfjAeoT/f4EAdn3ELwhFfDj0rTMIaoHfIdrcLePOfIaL0qmFLpIcgPIL2Lzm58h+CGWaw==
|
|
1216
1214
|
dependencies:
|
|
1217
1215
|
cosmiconfig "^5.0.5"
|
|
1218
1216
|
resolve "^1.8.1"
|
|
@@ -1322,10 +1320,10 @@ bcrypt-pbkdf@^1.0.0:
|
|
|
1322
1320
|
dependencies:
|
|
1323
1321
|
tweetnacl "^0.14.3"
|
|
1324
1322
|
|
|
1325
|
-
big.js@^
|
|
1326
|
-
version "
|
|
1327
|
-
resolved "https://registry.yarnpkg.com/big.js/-/big.js-
|
|
1328
|
-
integrity sha512
|
|
1323
|
+
big.js@^5.2.2:
|
|
1324
|
+
version "5.2.2"
|
|
1325
|
+
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
|
1326
|
+
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
|
1329
1327
|
|
|
1330
1328
|
binary-extensions@^1.0.0:
|
|
1331
1329
|
version "1.12.0"
|
|
@@ -1339,7 +1337,7 @@ block-stream@*:
|
|
|
1339
1337
|
dependencies:
|
|
1340
1338
|
inherits "~2.0.0"
|
|
1341
1339
|
|
|
1342
|
-
bluebird@^3.5.
|
|
1340
|
+
bluebird@^3.5.3:
|
|
1343
1341
|
version "3.5.3"
|
|
1344
1342
|
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.3.tgz#7d01c6f9616c9a51ab0f8c549a79dfe6ec33efa7"
|
|
1345
1343
|
integrity sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==
|
|
@@ -1463,14 +1461,14 @@ browserify-zlib@^0.2.0:
|
|
|
1463
1461
|
dependencies:
|
|
1464
1462
|
pako "~1.0.5"
|
|
1465
1463
|
|
|
1466
|
-
browserslist@^4.0.0, browserslist@^4.3.4, browserslist@^4.3.5:
|
|
1467
|
-
version "4.
|
|
1468
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
|
1469
|
-
integrity sha512-
|
|
1464
|
+
browserslist@^4.0.0, browserslist@^4.3.4, browserslist@^4.3.5, browserslist@^4.4.0:
|
|
1465
|
+
version "4.4.1"
|
|
1466
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.4.1.tgz#42e828954b6b29a7a53e352277be429478a69062"
|
|
1467
|
+
integrity sha512-pEBxEXg7JwaakBXjATYw/D1YZh4QUSCX/Mnd/wnqSRPPSi1U39iDhDoKGoBUcraKdxDlrYqJxSI5nNvD+dWP2A==
|
|
1470
1468
|
dependencies:
|
|
1471
|
-
caniuse-lite "^1.0.
|
|
1472
|
-
electron-to-chromium "^1.3.
|
|
1473
|
-
node-releases "^1.
|
|
1469
|
+
caniuse-lite "^1.0.30000929"
|
|
1470
|
+
electron-to-chromium "^1.3.103"
|
|
1471
|
+
node-releases "^1.1.3"
|
|
1474
1472
|
|
|
1475
1473
|
bser@^2.0.0:
|
|
1476
1474
|
version "2.0.0"
|
|
@@ -1509,23 +1507,23 @@ builtin-status-codes@^3.0.0:
|
|
|
1509
1507
|
integrity sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
|
|
1510
1508
|
|
|
1511
1509
|
cacache@^11.0.2, cacache@^11.2.0:
|
|
1512
|
-
version "11.3.
|
|
1513
|
-
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.
|
|
1514
|
-
integrity sha512-
|
|
1510
|
+
version "11.3.2"
|
|
1511
|
+
resolved "https://registry.yarnpkg.com/cacache/-/cacache-11.3.2.tgz#2d81e308e3d258ca38125b676b98b2ac9ce69bfa"
|
|
1512
|
+
integrity sha512-E0zP4EPGDOaT2chM08Als91eYnf8Z+eH1awwwVsngUmgppfM5jjJ8l3z5vO5p5w/I3LsiXawb1sW0VY65pQABg==
|
|
1515
1513
|
dependencies:
|
|
1516
|
-
bluebird "^3.5.
|
|
1517
|
-
chownr "^1.
|
|
1518
|
-
figgy-pudding "^3.1
|
|
1519
|
-
glob "^7.1.
|
|
1520
|
-
graceful-fs "^4.1.
|
|
1521
|
-
lru-cache "^
|
|
1514
|
+
bluebird "^3.5.3"
|
|
1515
|
+
chownr "^1.1.1"
|
|
1516
|
+
figgy-pudding "^3.5.1"
|
|
1517
|
+
glob "^7.1.3"
|
|
1518
|
+
graceful-fs "^4.1.15"
|
|
1519
|
+
lru-cache "^5.1.1"
|
|
1522
1520
|
mississippi "^3.0.0"
|
|
1523
1521
|
mkdirp "^0.5.1"
|
|
1524
1522
|
move-concurrently "^1.0.1"
|
|
1525
1523
|
promise-inflight "^1.0.1"
|
|
1526
1524
|
rimraf "^2.6.2"
|
|
1527
|
-
ssri "^6.0.
|
|
1528
|
-
unique-filename "^1.1.
|
|
1525
|
+
ssri "^6.0.1"
|
|
1526
|
+
unique-filename "^1.1.1"
|
|
1529
1527
|
y18n "^4.0.0"
|
|
1530
1528
|
|
|
1531
1529
|
cache-base@^1.0.1:
|
|
@@ -1550,13 +1548,6 @@ caller-callsite@^2.0.0:
|
|
|
1550
1548
|
dependencies:
|
|
1551
1549
|
callsites "^2.0.0"
|
|
1552
1550
|
|
|
1553
|
-
caller-path@^0.1.0:
|
|
1554
|
-
version "0.1.0"
|
|
1555
|
-
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-0.1.0.tgz#94085ef63581ecd3daa92444a8fe94e82577751f"
|
|
1556
|
-
integrity sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=
|
|
1557
|
-
dependencies:
|
|
1558
|
-
callsites "^0.2.0"
|
|
1559
|
-
|
|
1560
1551
|
caller-path@^2.0.0:
|
|
1561
1552
|
version "2.0.0"
|
|
1562
1553
|
resolved "https://registry.yarnpkg.com/caller-path/-/caller-path-2.0.0.tgz#468f83044e369ab2010fac5f06ceee15bb2cb1f4"
|
|
@@ -1564,16 +1555,16 @@ caller-path@^2.0.0:
|
|
|
1564
1555
|
dependencies:
|
|
1565
1556
|
caller-callsite "^2.0.0"
|
|
1566
1557
|
|
|
1567
|
-
callsites@^0.2.0:
|
|
1568
|
-
version "0.2.0"
|
|
1569
|
-
resolved "https://registry.yarnpkg.com/callsites/-/callsites-0.2.0.tgz#afab96262910a7f33c19a5775825c69f34e350ca"
|
|
1570
|
-
integrity sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=
|
|
1571
|
-
|
|
1572
1558
|
callsites@^2.0.0:
|
|
1573
1559
|
version "2.0.0"
|
|
1574
1560
|
resolved "https://registry.yarnpkg.com/callsites/-/callsites-2.0.0.tgz#06eb84f00eea413da86affefacbffb36093b3c50"
|
|
1575
1561
|
integrity sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=
|
|
1576
1562
|
|
|
1563
|
+
callsites@^3.0.0:
|
|
1564
|
+
version "3.0.0"
|
|
1565
|
+
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.0.0.tgz#fb7eb569b72ad7a45812f93fd9430a3e410b3dd3"
|
|
1566
|
+
integrity sha512-tWnkwu9YEq2uzlBDI4RcLn8jrFvF9AOi8PxDNU3hZZjJcjkcRAq3vCI+vZcg1SuxISDYe86k9VZFwAxDiJGoAw==
|
|
1567
|
+
|
|
1577
1568
|
camelcase-keys@^2.0.0:
|
|
1578
1569
|
version "2.1.0"
|
|
1579
1570
|
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
|
|
@@ -1612,10 +1603,10 @@ caniuse-api@^3.0.0:
|
|
|
1612
1603
|
lodash.memoize "^4.1.2"
|
|
1613
1604
|
lodash.uniq "^4.5.0"
|
|
1614
1605
|
|
|
1615
|
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.
|
|
1616
|
-
version "1.0.
|
|
1617
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
1618
|
-
integrity sha512-
|
|
1606
|
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000918, caniuse-lite@^1.0.30000928, caniuse-lite@^1.0.30000929:
|
|
1607
|
+
version "1.0.30000929"
|
|
1608
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30000929.tgz#7b391b781a9c3097ecc39ea053301aea8ea16317"
|
|
1609
|
+
integrity sha512-n2w1gPQSsYyorSVYqPMqbSaz1w7o9ZC8VhOEGI9T5MfGDzp7sbopQxG6GaQmYsaq13Xfx/mkxJUWC1Dz3oZfzw==
|
|
1619
1610
|
|
|
1620
1611
|
capture-exit@^1.2.0:
|
|
1621
1612
|
version "1.2.0"
|
|
@@ -1645,10 +1636,10 @@ chalk@^1.1.1, chalk@^1.1.3:
|
|
|
1645
1636
|
strip-ansi "^3.0.0"
|
|
1646
1637
|
supports-color "^2.0.0"
|
|
1647
1638
|
|
|
1648
|
-
chalk@^2.0, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1:
|
|
1649
|
-
version "2.4.
|
|
1650
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.
|
|
1651
|
-
integrity sha512-
|
|
1639
|
+
chalk@^2.0, chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.4.1, chalk@^2.4.2:
|
|
1640
|
+
version "2.4.2"
|
|
1641
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
|
1642
|
+
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
|
1652
1643
|
dependencies:
|
|
1653
1644
|
ansi-styles "^3.2.1"
|
|
1654
1645
|
escape-string-regexp "^1.0.5"
|
|
@@ -1679,7 +1670,7 @@ chokidar@^2.0.2:
|
|
|
1679
1670
|
optionalDependencies:
|
|
1680
1671
|
fsevents "^1.2.2"
|
|
1681
1672
|
|
|
1682
|
-
chownr@^1.
|
|
1673
|
+
chownr@^1.1.1:
|
|
1683
1674
|
version "1.1.1"
|
|
1684
1675
|
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
|
|
1685
1676
|
integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==
|
|
@@ -1925,9 +1916,9 @@ copy-descriptor@^0.1.0:
|
|
|
1925
1916
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
|
1926
1917
|
|
|
1927
1918
|
core-js@^2.4.0, core-js@^2.5.0, core-js@^2.5.7:
|
|
1928
|
-
version "2.6.
|
|
1929
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.
|
|
1930
|
-
integrity sha512-
|
|
1919
|
+
version "2.6.2"
|
|
1920
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.2.tgz#267988d7268323b349e20b4588211655f0e83944"
|
|
1921
|
+
integrity sha512-NdBPF/RVwPW6jr0NCILuyN9RiqLo2b1mddWHkUL+VnvcB7dzlnBJ1bXYntjpTGOgkZiiLWj2JxmOr7eGE3qK6g==
|
|
1931
1922
|
|
|
1932
1923
|
core-util-is@1.0.2, core-util-is@~1.0.0:
|
|
1933
1924
|
version "1.0.2"
|
|
@@ -2058,17 +2049,17 @@ css-has-pseudo@^0.10.0:
|
|
|
2058
2049
|
postcss "^7.0.6"
|
|
2059
2050
|
postcss-selector-parser "^5.0.0-rc.4"
|
|
2060
2051
|
|
|
2061
|
-
css-loader@^2.0
|
|
2062
|
-
version "2.0
|
|
2063
|
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.0.
|
|
2064
|
-
integrity sha512-
|
|
2052
|
+
css-loader@^2.1.0:
|
|
2053
|
+
version "2.1.0"
|
|
2054
|
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.1.0.tgz#42952ac22bca5d076978638e9813abce49b8f0cc"
|
|
2055
|
+
integrity sha512-MoOu+CStsGrSt5K2OeZ89q3Snf+IkxRfAIt9aAKg4piioTrhtP1iEFPu+OVn3Ohz24FO6L+rw9UJxBILiSBw5Q==
|
|
2065
2056
|
dependencies:
|
|
2066
2057
|
icss-utils "^4.0.0"
|
|
2067
|
-
loader-utils "^1.
|
|
2058
|
+
loader-utils "^1.2.1"
|
|
2068
2059
|
lodash "^4.17.11"
|
|
2069
2060
|
postcss "^7.0.6"
|
|
2070
2061
|
postcss-modules-extract-imports "^2.0.0"
|
|
2071
|
-
postcss-modules-local-by-default "^2.0.
|
|
2062
|
+
postcss-modules-local-by-default "^2.0.3"
|
|
2072
2063
|
postcss-modules-scope "^2.0.0"
|
|
2073
2064
|
postcss-modules-values "^2.0.0"
|
|
2074
2065
|
postcss-value-parser "^3.3.0"
|
|
@@ -2151,10 +2142,10 @@ cssesc@^2.0.0:
|
|
|
2151
2142
|
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-2.0.0.tgz#3b13bd1bb1cb36e1bcb5a4dcd27f54c5dcb35703"
|
|
2152
2143
|
integrity sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==
|
|
2153
2144
|
|
|
2154
|
-
cssnano-preset-default@^4.0.
|
|
2155
|
-
version "4.0.
|
|
2156
|
-
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.
|
|
2157
|
-
integrity sha512-
|
|
2145
|
+
cssnano-preset-default@^4.0.6:
|
|
2146
|
+
version "4.0.6"
|
|
2147
|
+
resolved "https://registry.yarnpkg.com/cssnano-preset-default/-/cssnano-preset-default-4.0.6.tgz#92379e2a6db4a91c0ea727f5f556eeac693eab6a"
|
|
2148
|
+
integrity sha512-UPboYbFaJFtDUhJ4fqctThWbbyF4q01/7UhsZbLzp35l+nUxtzh1SifoVlEfyLM3n3Z0htd8B1YlCxy9i+bQvg==
|
|
2158
2149
|
dependencies:
|
|
2159
2150
|
css-declaration-sorter "^4.0.1"
|
|
2160
2151
|
cssnano-util-raw-cache "^4.0.1"
|
|
@@ -2166,7 +2157,7 @@ cssnano-preset-default@^4.0.5:
|
|
|
2166
2157
|
postcss-discard-duplicates "^4.0.2"
|
|
2167
2158
|
postcss-discard-empty "^4.0.1"
|
|
2168
2159
|
postcss-discard-overridden "^4.0.1"
|
|
2169
|
-
postcss-merge-longhand "^4.0.
|
|
2160
|
+
postcss-merge-longhand "^4.0.10"
|
|
2170
2161
|
postcss-merge-rules "^4.0.2"
|
|
2171
2162
|
postcss-minify-font-values "^4.0.2"
|
|
2172
2163
|
postcss-minify-gradients "^4.0.1"
|
|
@@ -2210,12 +2201,12 @@ cssnano-util-same-parent@^4.0.0:
|
|
|
2210
2201
|
integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
|
|
2211
2202
|
|
|
2212
2203
|
cssnano@^4.1.0:
|
|
2213
|
-
version "4.1.
|
|
2214
|
-
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.
|
|
2215
|
-
integrity sha512-
|
|
2204
|
+
version "4.1.8"
|
|
2205
|
+
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.8.tgz#8014989679d5fd42491e4499a521dbfb85c95fd1"
|
|
2206
|
+
integrity sha512-5GIY0VzAHORpbKiL3rMXp4w4M1Ki+XlXgEXyuWXVd3h6hlASb+9Vo76dNP56/elLMVBBsUfusCo1q56uW0UWig==
|
|
2216
2207
|
dependencies:
|
|
2217
2208
|
cosmiconfig "^5.0.0"
|
|
2218
|
-
cssnano-preset-default "^4.0.
|
|
2209
|
+
cssnano-preset-default "^4.0.6"
|
|
2219
2210
|
is-resolvable "^1.0.0"
|
|
2220
2211
|
postcss "^7.0.0"
|
|
2221
2212
|
|
|
@@ -2291,9 +2282,9 @@ debug@^3.1.0:
|
|
|
2291
2282
|
ms "^2.1.1"
|
|
2292
2283
|
|
|
2293
2284
|
debug@^4.0.1, debug@^4.1.0:
|
|
2294
|
-
version "4.1.
|
|
2295
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.
|
|
2296
|
-
integrity sha512-
|
|
2285
|
+
version "4.1.1"
|
|
2286
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
|
|
2287
|
+
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
|
|
2297
2288
|
dependencies:
|
|
2298
2289
|
ms "^2.1.1"
|
|
2299
2290
|
|
|
@@ -2324,7 +2315,7 @@ default-require-extensions@^1.0.0:
|
|
|
2324
2315
|
dependencies:
|
|
2325
2316
|
strip-bom "^2.0.0"
|
|
2326
2317
|
|
|
2327
|
-
define-properties@^1.1.2:
|
|
2318
|
+
define-properties@^1.1.2, define-properties@^1.1.3:
|
|
2328
2319
|
version "1.1.3"
|
|
2329
2320
|
resolved "https://registry.yarnpkg.com/define-properties/-/define-properties-1.1.3.tgz#cf88da6cbee26fe6db7094f61d870cbd84cee9f1"
|
|
2330
2321
|
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
|
|
@@ -2371,6 +2362,11 @@ des.js@^1.0.0:
|
|
|
2371
2362
|
inherits "^2.0.1"
|
|
2372
2363
|
minimalistic-assert "^1.0.0"
|
|
2373
2364
|
|
|
2365
|
+
detect-file@^1.0.0:
|
|
2366
|
+
version "1.0.0"
|
|
2367
|
+
resolved "https://registry.yarnpkg.com/detect-file/-/detect-file-1.0.0.tgz#f0d66d03672a825cb1b73bdb3fe62310c8e552b7"
|
|
2368
|
+
integrity sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=
|
|
2369
|
+
|
|
2374
2370
|
detect-indent@^4.0.0:
|
|
2375
2371
|
version "4.0.0"
|
|
2376
2372
|
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208"
|
|
@@ -2480,10 +2476,10 @@ ecc-jsbn@~0.1.1:
|
|
|
2480
2476
|
jsbn "~0.1.0"
|
|
2481
2477
|
safer-buffer "^2.1.0"
|
|
2482
2478
|
|
|
2483
|
-
electron-to-chromium@^1.3.
|
|
2484
|
-
version "1.3.
|
|
2485
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.
|
|
2486
|
-
integrity sha512-
|
|
2479
|
+
electron-to-chromium@^1.3.103:
|
|
2480
|
+
version "1.3.103"
|
|
2481
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.103.tgz#a695777efdbc419cad6cbb0e58458251302cd52f"
|
|
2482
|
+
integrity sha512-tObPqGmY9X8MUM8i3MEimYmbnLLf05/QV5gPlkR8MQ3Uj8G8B2govE1U4cQcBYtv3ymck9Y8cIOu4waoiykMZQ==
|
|
2487
2483
|
|
|
2488
2484
|
elliptic@^6.0.0:
|
|
2489
2485
|
version "6.4.1"
|
|
@@ -2543,18 +2539,19 @@ error-ex@^1.2.0, error-ex@^1.3.1:
|
|
|
2543
2539
|
dependencies:
|
|
2544
2540
|
is-arrayish "^0.2.1"
|
|
2545
2541
|
|
|
2546
|
-
es-abstract@^1.
|
|
2547
|
-
version "1.
|
|
2548
|
-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.
|
|
2549
|
-
integrity sha512-
|
|
2542
|
+
es-abstract@^1.11.0, es-abstract@^1.12.0, es-abstract@^1.5.1, es-abstract@^1.7.0:
|
|
2543
|
+
version "1.13.0"
|
|
2544
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.13.0.tgz#ac86145fdd5099d8dd49558ccba2eaf9b88e24e9"
|
|
2545
|
+
integrity sha512-vDZfg/ykNxQVwup/8E1BZhVzFfBxs9NqMzGcvIJrqg5k2/5Za2bWo40dK2J1pgLngZ7c+Shh8lwYtLGyrwPutg==
|
|
2550
2546
|
dependencies:
|
|
2551
|
-
es-to-primitive "^1.
|
|
2547
|
+
es-to-primitive "^1.2.0"
|
|
2552
2548
|
function-bind "^1.1.1"
|
|
2553
|
-
has "^1.0.
|
|
2554
|
-
is-callable "^1.1.
|
|
2549
|
+
has "^1.0.3"
|
|
2550
|
+
is-callable "^1.1.4"
|
|
2555
2551
|
is-regex "^1.0.4"
|
|
2552
|
+
object-keys "^1.0.12"
|
|
2556
2553
|
|
|
2557
|
-
es-to-primitive@^1.
|
|
2554
|
+
es-to-primitive@^1.2.0:
|
|
2558
2555
|
version "1.2.0"
|
|
2559
2556
|
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.2.0.tgz#edf72478033456e8dda8ef09e00ad9650707f377"
|
|
2560
2557
|
integrity sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==
|
|
@@ -2644,16 +2641,18 @@ eslint-plugin-jsx-a11y@^6.1.2:
|
|
|
2644
2641
|
has "^1.0.3"
|
|
2645
2642
|
jsx-ast-utils "^2.0.1"
|
|
2646
2643
|
|
|
2647
|
-
eslint-plugin-react@^7.
|
|
2648
|
-
version "7.
|
|
2649
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.
|
|
2650
|
-
integrity sha512-
|
|
2644
|
+
eslint-plugin-react@^7.12.4:
|
|
2645
|
+
version "7.12.4"
|
|
2646
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
|
|
2647
|
+
integrity sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==
|
|
2651
2648
|
dependencies:
|
|
2652
2649
|
array-includes "^3.0.3"
|
|
2653
2650
|
doctrine "^2.1.0"
|
|
2654
2651
|
has "^1.0.3"
|
|
2655
2652
|
jsx-ast-utils "^2.0.1"
|
|
2653
|
+
object.fromentries "^2.0.0"
|
|
2656
2654
|
prop-types "^15.6.2"
|
|
2655
|
+
resolve "^1.9.0"
|
|
2657
2656
|
|
|
2658
2657
|
eslint-restricted-globals@^0.1.1:
|
|
2659
2658
|
version "0.1.1"
|
|
@@ -2678,10 +2677,10 @@ eslint-visitor-keys@^1.0.0:
|
|
|
2678
2677
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
|
|
2679
2678
|
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
|
|
2680
2679
|
|
|
2681
|
-
eslint@^5.
|
|
2682
|
-
version "5.
|
|
2683
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.
|
|
2684
|
-
integrity sha512-
|
|
2680
|
+
eslint@^5.12.1:
|
|
2681
|
+
version "5.12.1"
|
|
2682
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.12.1.tgz#5ca9931fb9029d04e7be92b03ce3b58edfac7e3b"
|
|
2683
|
+
integrity sha512-54NV+JkTpTu0d8+UYSA8mMKAG4XAsaOrozA9rCW7tgneg1mevcL7wIotPC+fZ0SkWwdhNqoXoxnQCTBp7UvTsg==
|
|
2685
2684
|
dependencies:
|
|
2686
2685
|
"@babel/code-frame" "^7.0.0"
|
|
2687
2686
|
ajv "^6.5.3"
|
|
@@ -2700,6 +2699,7 @@ eslint@^5.10.0:
|
|
|
2700
2699
|
glob "^7.1.2"
|
|
2701
2700
|
globals "^11.7.0"
|
|
2702
2701
|
ignore "^4.0.6"
|
|
2702
|
+
import-fresh "^3.0.0"
|
|
2703
2703
|
imurmurhash "^0.1.4"
|
|
2704
2704
|
inquirer "^6.1.0"
|
|
2705
2705
|
js-yaml "^3.12.0"
|
|
@@ -2714,7 +2714,6 @@ eslint@^5.10.0:
|
|
|
2714
2714
|
pluralize "^7.0.0"
|
|
2715
2715
|
progress "^2.0.0"
|
|
2716
2716
|
regexpp "^2.0.1"
|
|
2717
|
-
require-uncached "^1.0.3"
|
|
2718
2717
|
semver "^5.5.1"
|
|
2719
2718
|
strip-ansi "^4.0.0"
|
|
2720
2719
|
strip-json-comments "^2.0.1"
|
|
@@ -2764,10 +2763,10 @@ esutils@^2.0.2:
|
|
|
2764
2763
|
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.2.tgz#0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b"
|
|
2765
2764
|
integrity sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=
|
|
2766
2765
|
|
|
2767
|
-
events@^
|
|
2768
|
-
version "
|
|
2769
|
-
resolved "https://registry.yarnpkg.com/events/-/events-
|
|
2770
|
-
integrity
|
|
2766
|
+
events@^3.0.0:
|
|
2767
|
+
version "3.0.0"
|
|
2768
|
+
resolved "https://registry.yarnpkg.com/events/-/events-3.0.0.tgz#9a0a0dfaf62893d92b875b8f2698ca4114973e88"
|
|
2769
|
+
integrity sha512-Dc381HFWJzEOhQ+d8pkNon++bk9h6cdAoAj4iE6Q4y6xgTzySWXlKn05/TVNpjnfRqi/X0EpJEJohPjNI3zpVA==
|
|
2771
2770
|
|
|
2772
2771
|
evp_bytestokey@^1.0.0, evp_bytestokey@^1.0.3:
|
|
2773
2772
|
version "1.0.3"
|
|
@@ -2784,12 +2783,12 @@ exec-sh@^0.2.0:
|
|
|
2784
2783
|
dependencies:
|
|
2785
2784
|
merge "^1.2.0"
|
|
2786
2785
|
|
|
2787
|
-
execa@^0.
|
|
2788
|
-
version "0.
|
|
2789
|
-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.
|
|
2790
|
-
integrity
|
|
2786
|
+
execa@^0.7.0:
|
|
2787
|
+
version "0.7.0"
|
|
2788
|
+
resolved "https://registry.yarnpkg.com/execa/-/execa-0.7.0.tgz#944becd34cc41ee32a63a9faf27ad5a65fc59777"
|
|
2789
|
+
integrity sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=
|
|
2791
2790
|
dependencies:
|
|
2792
|
-
cross-spawn "^
|
|
2791
|
+
cross-spawn "^5.0.1"
|
|
2793
2792
|
get-stream "^3.0.0"
|
|
2794
2793
|
is-stream "^1.1.0"
|
|
2795
2794
|
npm-run-path "^2.0.0"
|
|
@@ -2797,13 +2796,13 @@ execa@^0.10.0:
|
|
|
2797
2796
|
signal-exit "^3.0.0"
|
|
2798
2797
|
strip-eof "^1.0.0"
|
|
2799
2798
|
|
|
2800
|
-
execa@^0.
|
|
2801
|
-
version "0.
|
|
2802
|
-
resolved "https://registry.yarnpkg.com/execa/-/execa-0.
|
|
2803
|
-
integrity
|
|
2799
|
+
execa@^1.0.0:
|
|
2800
|
+
version "1.0.0"
|
|
2801
|
+
resolved "https://registry.yarnpkg.com/execa/-/execa-1.0.0.tgz#c6236a5bb4df6d6f15e88e7f017798216749ddd8"
|
|
2802
|
+
integrity sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==
|
|
2804
2803
|
dependencies:
|
|
2805
|
-
cross-spawn "^
|
|
2806
|
-
get-stream "^
|
|
2804
|
+
cross-spawn "^6.0.0"
|
|
2805
|
+
get-stream "^4.0.0"
|
|
2807
2806
|
is-stream "^1.1.0"
|
|
2808
2807
|
npm-run-path "^2.0.0"
|
|
2809
2808
|
p-finally "^1.0.0"
|
|
@@ -2842,6 +2841,13 @@ expand-range@^1.8.1:
|
|
|
2842
2841
|
dependencies:
|
|
2843
2842
|
fill-range "^2.1.0"
|
|
2844
2843
|
|
|
2844
|
+
expand-tilde@^2.0.0, expand-tilde@^2.0.2:
|
|
2845
|
+
version "2.0.2"
|
|
2846
|
+
resolved "https://registry.yarnpkg.com/expand-tilde/-/expand-tilde-2.0.2.tgz#97e801aa052df02454de46b02bf621642cdc8502"
|
|
2847
|
+
integrity sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=
|
|
2848
|
+
dependencies:
|
|
2849
|
+
homedir-polyfill "^1.0.1"
|
|
2850
|
+
|
|
2845
2851
|
expect@^23.6.0:
|
|
2846
2852
|
version "23.6.0"
|
|
2847
2853
|
resolved "https://registry.yarnpkg.com/expect/-/expect-23.6.0.tgz#1e0c8d3ba9a581c87bd71fb9bc8862d443425f98"
|
|
@@ -2941,7 +2947,7 @@ fb-watchman@^2.0.0:
|
|
|
2941
2947
|
dependencies:
|
|
2942
2948
|
bser "^2.0.0"
|
|
2943
2949
|
|
|
2944
|
-
figgy-pudding@^3.
|
|
2950
|
+
figgy-pudding@^3.5.1:
|
|
2945
2951
|
version "3.5.1"
|
|
2946
2952
|
resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790"
|
|
2947
2953
|
integrity sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==
|
|
@@ -2961,10 +2967,10 @@ file-entry-cache@^2.0.0:
|
|
|
2961
2967
|
flat-cache "^1.2.1"
|
|
2962
2968
|
object-assign "^4.0.1"
|
|
2963
2969
|
|
|
2964
|
-
file-loader@^
|
|
2965
|
-
version "
|
|
2966
|
-
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-
|
|
2967
|
-
integrity sha512-
|
|
2970
|
+
file-loader@^3.0.1:
|
|
2971
|
+
version "3.0.1"
|
|
2972
|
+
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-3.0.1.tgz#f8e0ba0b599918b51adfe45d66d1e771ad560faa"
|
|
2973
|
+
integrity sha512-4sNIOXgtH/9WZq4NvlfU3Opn5ynUsqBwSLyM+I7UOwdGigTBYfVVQEwe/msZNX/j4pCJTIM14Fsw66Svo1oVrw==
|
|
2968
2974
|
dependencies:
|
|
2969
2975
|
loader-utils "^1.0.2"
|
|
2970
2976
|
schema-utils "^1.0.0"
|
|
@@ -3003,15 +3009,6 @@ fill-range@^4.0.0:
|
|
|
3003
3009
|
repeat-string "^1.6.1"
|
|
3004
3010
|
to-regex-range "^2.1.0"
|
|
3005
3011
|
|
|
3006
|
-
find-cache-dir@^1.0.0:
|
|
3007
|
-
version "1.0.0"
|
|
3008
|
-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-1.0.0.tgz#9288e3e9e3cc3748717d39eade17cf71fc30ee6f"
|
|
3009
|
-
integrity sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=
|
|
3010
|
-
dependencies:
|
|
3011
|
-
commondir "^1.0.1"
|
|
3012
|
-
make-dir "^1.0.0"
|
|
3013
|
-
pkg-dir "^2.0.0"
|
|
3014
|
-
|
|
3015
3012
|
find-cache-dir@^2.0.0:
|
|
3016
3013
|
version "2.0.0"
|
|
3017
3014
|
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-2.0.0.tgz#4c1faed59f45184530fb9d7fa123a4d04a98472d"
|
|
@@ -3043,6 +3040,16 @@ find-up@^3.0.0:
|
|
|
3043
3040
|
dependencies:
|
|
3044
3041
|
locate-path "^3.0.0"
|
|
3045
3042
|
|
|
3043
|
+
findup-sync@^2.0.0:
|
|
3044
|
+
version "2.0.0"
|
|
3045
|
+
resolved "https://registry.yarnpkg.com/findup-sync/-/findup-sync-2.0.0.tgz#9326b1488c22d1a6088650a86901b2d9a90a2cbc"
|
|
3046
|
+
integrity sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=
|
|
3047
|
+
dependencies:
|
|
3048
|
+
detect-file "^1.0.0"
|
|
3049
|
+
is-glob "^3.1.0"
|
|
3050
|
+
micromatch "^3.0.4"
|
|
3051
|
+
resolve-dir "^1.0.1"
|
|
3052
|
+
|
|
3046
3053
|
flat-cache@^1.2.1:
|
|
3047
3054
|
version "1.3.4"
|
|
3048
3055
|
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-1.3.4.tgz#2c2ef77525cc2929007dfffa1dd314aa9c9dee6f"
|
|
@@ -3147,9 +3154,9 @@ fs.realpath@^1.0.0:
|
|
|
3147
3154
|
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
|
|
3148
3155
|
|
|
3149
3156
|
fsevents@^1.2.2, fsevents@^1.2.3:
|
|
3150
|
-
version "1.2.
|
|
3151
|
-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.
|
|
3152
|
-
integrity sha512-
|
|
3157
|
+
version "1.2.7"
|
|
3158
|
+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.7.tgz#4851b664a3783e52003b3c66eb0eee1074933aa4"
|
|
3159
|
+
integrity sha512-Pxm6sI2MeBD7RdD12RYsqaP0nMiwx8eZBXCa6z2L+mRHm2DYrOYwihmhjpkdjUHwQhslWQjRpEgNq4XvBmaAuw==
|
|
3153
3160
|
dependencies:
|
|
3154
3161
|
nan "^2.9.2"
|
|
3155
3162
|
node-pre-gyp "^0.10.0"
|
|
@@ -3164,7 +3171,7 @@ fstream@^1.0.0, fstream@^1.0.2:
|
|
|
3164
3171
|
mkdirp ">=0.5 0"
|
|
3165
3172
|
rimraf "2"
|
|
3166
3173
|
|
|
3167
|
-
function-bind@^1.1.
|
|
3174
|
+
function-bind@^1.1.1:
|
|
3168
3175
|
version "1.1.1"
|
|
3169
3176
|
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
|
3170
3177
|
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
|
@@ -3210,6 +3217,13 @@ get-stream@^3.0.0:
|
|
|
3210
3217
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-3.0.0.tgz#8e943d1358dc37555054ecbe2edb05aa174ede14"
|
|
3211
3218
|
integrity sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=
|
|
3212
3219
|
|
|
3220
|
+
get-stream@^4.0.0:
|
|
3221
|
+
version "4.1.0"
|
|
3222
|
+
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-4.1.0.tgz#c1b255575f3dc21d59bfc79cd3d2b46b1c3a54b5"
|
|
3223
|
+
integrity sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==
|
|
3224
|
+
dependencies:
|
|
3225
|
+
pump "^3.0.0"
|
|
3226
|
+
|
|
3213
3227
|
get-value@^2.0.3, get-value@^2.0.6:
|
|
3214
3228
|
version "2.0.6"
|
|
3215
3229
|
resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
|
|
@@ -3245,7 +3259,7 @@ glob-parent@^3.1.0:
|
|
|
3245
3259
|
is-glob "^3.1.0"
|
|
3246
3260
|
path-dirname "^1.0.0"
|
|
3247
3261
|
|
|
3248
|
-
glob@^7.0.0, glob@^7.0.3, glob@^7.
|
|
3262
|
+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@~7.1.1:
|
|
3249
3263
|
version "7.1.3"
|
|
3250
3264
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
|
|
3251
3265
|
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
|
|
@@ -3262,10 +3276,30 @@ global-modules-path@^2.3.0:
|
|
|
3262
3276
|
resolved "https://registry.yarnpkg.com/global-modules-path/-/global-modules-path-2.3.1.tgz#e541f4c800a1a8514a990477b267ac67525b9931"
|
|
3263
3277
|
integrity sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg==
|
|
3264
3278
|
|
|
3279
|
+
global-modules@^1.0.0:
|
|
3280
|
+
version "1.0.0"
|
|
3281
|
+
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
|
|
3282
|
+
integrity sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==
|
|
3283
|
+
dependencies:
|
|
3284
|
+
global-prefix "^1.0.1"
|
|
3285
|
+
is-windows "^1.0.1"
|
|
3286
|
+
resolve-dir "^1.0.0"
|
|
3287
|
+
|
|
3288
|
+
global-prefix@^1.0.1:
|
|
3289
|
+
version "1.0.2"
|
|
3290
|
+
resolved "https://registry.yarnpkg.com/global-prefix/-/global-prefix-1.0.2.tgz#dbf743c6c14992593c655568cb66ed32c0122ebe"
|
|
3291
|
+
integrity sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=
|
|
3292
|
+
dependencies:
|
|
3293
|
+
expand-tilde "^2.0.2"
|
|
3294
|
+
homedir-polyfill "^1.0.1"
|
|
3295
|
+
ini "^1.3.4"
|
|
3296
|
+
is-windows "^1.0.1"
|
|
3297
|
+
which "^1.2.14"
|
|
3298
|
+
|
|
3265
3299
|
globals@^11.1.0, globals@^11.7.0:
|
|
3266
|
-
version "11.
|
|
3267
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.
|
|
3268
|
-
integrity sha512-
|
|
3300
|
+
version "11.10.0"
|
|
3301
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.10.0.tgz#1e09776dffda5e01816b3bb4077c8b59c24eaa50"
|
|
3302
|
+
integrity sha512-0GZF1RiPKU97IHUO5TORo9w1PwrH/NBPl+fS7oMLdaTRiYmYbwK4NWoZWrAdd0/abG9R2BU+OiwyQpTpE6pdfQ==
|
|
3269
3303
|
|
|
3270
3304
|
globals@^9.18.0:
|
|
3271
3305
|
version "9.18.0"
|
|
@@ -3281,7 +3315,7 @@ globule@^1.0.0:
|
|
|
3281
3315
|
lodash "~4.17.10"
|
|
3282
3316
|
minimatch "~3.0.2"
|
|
3283
3317
|
|
|
3284
|
-
graceful-fs@^4.1.11, graceful-fs@^4.1.2:
|
|
3318
|
+
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2:
|
|
3285
3319
|
version "4.1.15"
|
|
3286
3320
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
|
3287
3321
|
integrity sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==
|
|
@@ -3418,6 +3452,13 @@ home-or-tmp@^2.0.0:
|
|
|
3418
3452
|
os-homedir "^1.0.0"
|
|
3419
3453
|
os-tmpdir "^1.0.1"
|
|
3420
3454
|
|
|
3455
|
+
homedir-polyfill@^1.0.1:
|
|
3456
|
+
version "1.0.1"
|
|
3457
|
+
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz#4c2bbc8a758998feebf5ed68580f76d46768b4bc"
|
|
3458
|
+
integrity sha1-TCu8inWJmP7r9e1oWA921GdotLw=
|
|
3459
|
+
dependencies:
|
|
3460
|
+
parse-passwd "^1.0.0"
|
|
3461
|
+
|
|
3421
3462
|
hosted-git-info@^2.1.4:
|
|
3422
3463
|
version "2.7.1"
|
|
3423
3464
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047"
|
|
@@ -3515,6 +3556,14 @@ import-fresh@^2.0.0:
|
|
|
3515
3556
|
caller-path "^2.0.0"
|
|
3516
3557
|
resolve-from "^3.0.0"
|
|
3517
3558
|
|
|
3559
|
+
import-fresh@^3.0.0:
|
|
3560
|
+
version "3.0.0"
|
|
3561
|
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.0.0.tgz#a3d897f420cab0e671236897f75bc14b4885c390"
|
|
3562
|
+
integrity sha512-pOnA9tfM3Uwics+SaBLCNyZZZbK+4PTu0OPZtLlMIrv17EdBoC15S9Kn8ckJ9TZTyKb3ywNE5y1yeDxxGA7nTQ==
|
|
3563
|
+
dependencies:
|
|
3564
|
+
parent-module "^1.0.0"
|
|
3565
|
+
resolve-from "^4.0.0"
|
|
3566
|
+
|
|
3518
3567
|
import-from@^2.1.0:
|
|
3519
3568
|
version "2.1.0"
|
|
3520
3569
|
resolved "https://registry.yarnpkg.com/import-from/-/import-from-2.1.0.tgz#335db7f2a7affd53aaa471d4b8021dee36b7f3b1"
|
|
@@ -3583,7 +3632,7 @@ inherits@2.0.1:
|
|
|
3583
3632
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.1.tgz#b17d08d326b4423e568eff719f91b0b1cbdf69f1"
|
|
3584
3633
|
integrity sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=
|
|
3585
3634
|
|
|
3586
|
-
ini@~1.3.0:
|
|
3635
|
+
ini@^1.3.4, ini@~1.3.0:
|
|
3587
3636
|
version "1.3.5"
|
|
3588
3637
|
resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.5.tgz#eee25f56db1c9ec6085e0c22778083f596abf927"
|
|
3589
3638
|
integrity sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==
|
|
@@ -3608,9 +3657,9 @@ inquirer@^6.1.0:
|
|
|
3608
3657
|
through "^2.3.6"
|
|
3609
3658
|
|
|
3610
3659
|
interpret@^1.1.0:
|
|
3611
|
-
version "1.
|
|
3612
|
-
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.
|
|
3613
|
-
integrity
|
|
3660
|
+
version "1.2.0"
|
|
3661
|
+
resolved "https://registry.yarnpkg.com/interpret/-/interpret-1.2.0.tgz#d5061a6224be58e8083985f5014d844359576296"
|
|
3662
|
+
integrity sha512-mT34yGKMNceBQUoVn7iCDKDntA7SC6gycMAWzGx1z/CMCTV7b2AAtXlo3nRyHZ1FelRkQbQjprHSYGwzLtkVbw==
|
|
3614
3663
|
|
|
3615
3664
|
invariant@^2.2.2, invariant@^2.2.4:
|
|
3616
3665
|
version "2.2.4"
|
|
@@ -3629,6 +3678,11 @@ invert-kv@^2.0.0:
|
|
|
3629
3678
|
resolved "https://registry.yarnpkg.com/invert-kv/-/invert-kv-2.0.0.tgz#7393f5afa59ec9ff5f67a27620d11c226e3eec02"
|
|
3630
3679
|
integrity sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==
|
|
3631
3680
|
|
|
3681
|
+
ip-regex@^3.0.0:
|
|
3682
|
+
version "3.0.0"
|
|
3683
|
+
resolved "https://registry.yarnpkg.com/ip-regex/-/ip-regex-3.0.0.tgz#0a934694b4066558c46294244a23cc33116bf732"
|
|
3684
|
+
integrity sha512-T8wDtjy+Qf2TAPDQmBp0eGKJ8GavlWlUnamr3wRn6vvdZlKVuJXXMlSncYFRYgVHOM3If5NR1H4+OvVQU9Idvg==
|
|
3685
|
+
|
|
3632
3686
|
is-absolute-url@^2.0.0:
|
|
3633
3687
|
version "2.1.0"
|
|
3634
3688
|
resolved "https://registry.yarnpkg.com/is-absolute-url/-/is-absolute-url-2.1.0.tgz#50530dfb84fcc9aa7dbe7852e83a37b93b9f2aa6"
|
|
@@ -3677,7 +3731,7 @@ is-builtin-module@^1.0.0:
|
|
|
3677
3731
|
dependencies:
|
|
3678
3732
|
builtin-modules "^1.0.0"
|
|
3679
3733
|
|
|
3680
|
-
is-callable@^1.1.
|
|
3734
|
+
is-callable@^1.1.4:
|
|
3681
3735
|
version "1.1.4"
|
|
3682
3736
|
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.1.4.tgz#1e1adf219e1eeb684d691f9d6a05ff0d30a24d75"
|
|
3683
3737
|
integrity sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==
|
|
@@ -3909,7 +3963,7 @@ is-utf8@^0.2.0:
|
|
|
3909
3963
|
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
|
3910
3964
|
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
|
3911
3965
|
|
|
3912
|
-
is-windows@^1.0.2:
|
|
3966
|
+
is-windows@^1.0.1, is-windows@^1.0.2:
|
|
3913
3967
|
version "1.0.2"
|
|
3914
3968
|
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
|
3915
3969
|
integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==
|
|
@@ -4329,14 +4383,14 @@ jest@^23.6.0:
|
|
|
4329
4383
|
jest-cli "^23.6.0"
|
|
4330
4384
|
|
|
4331
4385
|
js-base64@^2.1.8:
|
|
4332
|
-
version "2.
|
|
4333
|
-
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.
|
|
4334
|
-
integrity sha512-
|
|
4386
|
+
version "2.5.1"
|
|
4387
|
+
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.1.tgz#1efa39ef2c5f7980bb1784ade4a8af2de3291121"
|
|
4388
|
+
integrity sha512-M7kLczedRMYX4L8Mdh4MzyAMM9O5osx+4FcOQuTvr3A9F2D9S5JXheN0ewNbrvK2UatkTRhL5ejGmGSjNMiZuw==
|
|
4335
4389
|
|
|
4336
4390
|
js-levenshtein@^1.1.3:
|
|
4337
|
-
version "1.1.
|
|
4338
|
-
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.
|
|
4339
|
-
integrity sha512-
|
|
4391
|
+
version "1.1.6"
|
|
4392
|
+
resolved "https://registry.yarnpkg.com/js-levenshtein/-/js-levenshtein-1.1.6.tgz#c6cee58eb3550372df8deb85fad5ce66ce01d59d"
|
|
4393
|
+
integrity sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==
|
|
4340
4394
|
|
|
4341
4395
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
|
4342
4396
|
version "4.0.0"
|
|
@@ -4348,10 +4402,10 @@ js-tokens@^3.0.2:
|
|
|
4348
4402
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
|
|
4349
4403
|
integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls=
|
|
4350
4404
|
|
|
4351
|
-
js-yaml@^3.12.0, js-yaml@^3.7.0, js-yaml@^3.9.0:
|
|
4352
|
-
version "3.12.
|
|
4353
|
-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.
|
|
4354
|
-
integrity sha512-
|
|
4405
|
+
js-yaml@^3.12.0, js-yaml@^3.12.1, js-yaml@^3.7.0, js-yaml@^3.9.0:
|
|
4406
|
+
version "3.12.1"
|
|
4407
|
+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.12.1.tgz#295c8632a18a23e054cf5c9d3cecafe678167600"
|
|
4408
|
+
integrity sha512-um46hB9wNOKlwkHgiuyEVAybXBjwFUV0Z/RaHJblRd9DXltue9FTYvzCr9ErQrK9Adz5MU4gHWVaNUfdmrC8qA==
|
|
4355
4409
|
dependencies:
|
|
4356
4410
|
argparse "^1.0.7"
|
|
4357
4411
|
esprima "^4.0.0"
|
|
@@ -4433,11 +4487,18 @@ json-stringify-safe@~5.0.1:
|
|
|
4433
4487
|
resolved "https://registry.yarnpkg.com/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz#1296a2d58fd45f19a0f6ce01d65701e2c735b6eb"
|
|
4434
4488
|
integrity sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=
|
|
4435
4489
|
|
|
4436
|
-
json5@^0.5.
|
|
4490
|
+
json5@^0.5.1:
|
|
4437
4491
|
version "0.5.1"
|
|
4438
4492
|
resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821"
|
|
4439
4493
|
integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=
|
|
4440
4494
|
|
|
4495
|
+
json5@^1.0.1:
|
|
4496
|
+
version "1.0.1"
|
|
4497
|
+
resolved "https://registry.yarnpkg.com/json5/-/json5-1.0.1.tgz#779fb0018604fa854eacbf6252180d83543e3dbe"
|
|
4498
|
+
integrity sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==
|
|
4499
|
+
dependencies:
|
|
4500
|
+
minimist "^1.2.0"
|
|
4501
|
+
|
|
4441
4502
|
json5@^2.1.0:
|
|
4442
4503
|
version "2.1.0"
|
|
4443
4504
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.1.0.tgz#e7a0c62c48285c628d20a10b85c89bb807c32850"
|
|
@@ -4531,6 +4592,11 @@ levn@^0.3.0, levn@~0.3.0:
|
|
|
4531
4592
|
prelude-ls "~1.1.2"
|
|
4532
4593
|
type-check "~0.3.2"
|
|
4533
4594
|
|
|
4595
|
+
lightercollective@^0.1.0:
|
|
4596
|
+
version "0.1.0"
|
|
4597
|
+
resolved "https://registry.yarnpkg.com/lightercollective/-/lightercollective-0.1.0.tgz#70df102c530dcb8d0ccabfe6175a8d00d5f61300"
|
|
4598
|
+
integrity sha512-J9tg5uraYoQKaWbmrzDDexbG6hHnMcWS1qLYgJSWE+mpA3U5OCSeMUhb+K55otgZJ34oFdR0ECvdIb3xuO5JOQ==
|
|
4599
|
+
|
|
4534
4600
|
load-json-file@^1.0.0:
|
|
4535
4601
|
version "1.1.0"
|
|
4536
4602
|
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-1.1.0.tgz#956905708d58b4bab4c2261b04f59f31c99374c0"
|
|
@@ -4553,18 +4619,18 @@ load-json-file@^2.0.0:
|
|
|
4553
4619
|
strip-bom "^3.0.0"
|
|
4554
4620
|
|
|
4555
4621
|
loader-runner@^2.3.0:
|
|
4556
|
-
version "2.
|
|
4557
|
-
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.
|
|
4558
|
-
integrity sha512-
|
|
4622
|
+
version "2.4.0"
|
|
4623
|
+
resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.4.0.tgz#ed47066bfe534d7e84c4c7b9998c2a75607d9357"
|
|
4624
|
+
integrity sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==
|
|
4559
4625
|
|
|
4560
|
-
loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0:
|
|
4561
|
-
version "1.
|
|
4562
|
-
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.
|
|
4563
|
-
integrity
|
|
4626
|
+
loader-utils@^1.0.1, loader-utils@^1.0.2, loader-utils@^1.1.0, loader-utils@^1.2.1:
|
|
4627
|
+
version "1.2.3"
|
|
4628
|
+
resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-1.2.3.tgz#1ff5dc6911c9f0a062531a4c04b609406108c2c7"
|
|
4629
|
+
integrity sha512-fkpz8ejdnEMG3s37wGL07iSBDg99O9D5yflE9RGNH3hRdx9SOwYfnGYdZOUIZitN8E+E2vkq3MUMYMvPYl5ZZA==
|
|
4564
4630
|
dependencies:
|
|
4565
|
-
big.js "^
|
|
4631
|
+
big.js "^5.2.2"
|
|
4566
4632
|
emojis-list "^2.0.0"
|
|
4567
|
-
json5 "^0.
|
|
4633
|
+
json5 "^1.0.1"
|
|
4568
4634
|
|
|
4569
4635
|
locate-path@^2.0.0:
|
|
4570
4636
|
version "2.0.0"
|
|
@@ -4672,7 +4738,7 @@ loud-rejection@^1.0.0:
|
|
|
4672
4738
|
currently-unhandled "^0.4.1"
|
|
4673
4739
|
signal-exit "^3.0.0"
|
|
4674
4740
|
|
|
4675
|
-
lru-cache@^4.0.1
|
|
4741
|
+
lru-cache@^4.0.1:
|
|
4676
4742
|
version "4.1.5"
|
|
4677
4743
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
|
|
4678
4744
|
integrity sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==
|
|
@@ -4680,6 +4746,13 @@ lru-cache@^4.0.1, lru-cache@^4.1.3:
|
|
|
4680
4746
|
pseudomap "^1.0.2"
|
|
4681
4747
|
yallist "^2.1.2"
|
|
4682
4748
|
|
|
4749
|
+
lru-cache@^5.1.1:
|
|
4750
|
+
version "5.1.1"
|
|
4751
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
4752
|
+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
|
|
4753
|
+
dependencies:
|
|
4754
|
+
yallist "^3.0.2"
|
|
4755
|
+
|
|
4683
4756
|
make-dir@^1.0.0:
|
|
4684
4757
|
version "1.3.0"
|
|
4685
4758
|
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-1.3.0.tgz#79c1033b80515bd6d24ec9933e860ca75ee27f0c"
|
|
@@ -4719,9 +4792,9 @@ map-visit@^1.0.0:
|
|
|
4719
4792
|
object-visit "^1.0.0"
|
|
4720
4793
|
|
|
4721
4794
|
math-random@^1.0.1:
|
|
4722
|
-
version "1.0.
|
|
4723
|
-
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.
|
|
4724
|
-
integrity
|
|
4795
|
+
version "1.0.4"
|
|
4796
|
+
resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c"
|
|
4797
|
+
integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A==
|
|
4725
4798
|
|
|
4726
4799
|
md5.js@^1.3.4:
|
|
4727
4800
|
version "1.3.5"
|
|
@@ -4808,7 +4881,7 @@ micromatch@^2.3.11:
|
|
|
4808
4881
|
parse-glob "^3.0.4"
|
|
4809
4882
|
regex-cache "^0.4.2"
|
|
4810
4883
|
|
|
4811
|
-
micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
|
|
4884
|
+
micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
|
|
4812
4885
|
version "3.1.10"
|
|
4813
4886
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23"
|
|
4814
4887
|
integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==
|
|
@@ -4975,9 +5048,9 @@ mute-stream@0.0.7:
|
|
|
4975
5048
|
integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=
|
|
4976
5049
|
|
|
4977
5050
|
nan@^2.10.0, nan@^2.9.2:
|
|
4978
|
-
version "2.
|
|
4979
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
|
4980
|
-
integrity sha512-
|
|
5051
|
+
version "2.12.1"
|
|
5052
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.12.1.tgz#7b1aa193e9aa86057e3c7bbd0ac448e770925552"
|
|
5053
|
+
integrity sha512-JY7V6lRkStKcKTvHO5NVSQRv+RV+FIL5pvDoLiAtSL9pKlC5x9PKQcZDsq7m4FO4d57mkhC6Z+QhAh3Jdk5JFw==
|
|
4981
5054
|
|
|
4982
5055
|
nanomatch@^1.2.9:
|
|
4983
5056
|
version "1.2.13"
|
|
@@ -5044,9 +5117,9 @@ node-int64@^0.4.0:
|
|
|
5044
5117
|
integrity sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=
|
|
5045
5118
|
|
|
5046
5119
|
node-libs-browser@^2.0.0:
|
|
5047
|
-
version "2.
|
|
5048
|
-
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.
|
|
5049
|
-
integrity sha512-
|
|
5120
|
+
version "2.2.0"
|
|
5121
|
+
resolved "https://registry.yarnpkg.com/node-libs-browser/-/node-libs-browser-2.2.0.tgz#c72f60d9d46de08a940dedbb25f3ffa2f9bbaa77"
|
|
5122
|
+
integrity sha512-5MQunG/oyOaBdttrL40dA7bUfPORLRWMUJLQtMg7nluxUvk5XwnLdL9twQHFAjRx/y7mIMkLKT9++qPbbk6BZA==
|
|
5050
5123
|
dependencies:
|
|
5051
5124
|
assert "^1.1.1"
|
|
5052
5125
|
browserify-zlib "^0.2.0"
|
|
@@ -5055,7 +5128,7 @@ node-libs-browser@^2.0.0:
|
|
|
5055
5128
|
constants-browserify "^1.0.0"
|
|
5056
5129
|
crypto-browserify "^3.11.0"
|
|
5057
5130
|
domain-browser "^1.1.1"
|
|
5058
|
-
events "^
|
|
5131
|
+
events "^3.0.0"
|
|
5059
5132
|
https-browserify "^1.0.0"
|
|
5060
5133
|
os-browserify "^0.3.0"
|
|
5061
5134
|
path-browserify "0.0.0"
|
|
@@ -5069,7 +5142,7 @@ node-libs-browser@^2.0.0:
|
|
|
5069
5142
|
timers-browserify "^2.0.4"
|
|
5070
5143
|
tty-browserify "0.0.0"
|
|
5071
5144
|
url "^0.11.0"
|
|
5072
|
-
util "^0.
|
|
5145
|
+
util "^0.11.0"
|
|
5073
5146
|
vm-browserify "0.0.4"
|
|
5074
5147
|
|
|
5075
5148
|
node-notifier@^5.2.1:
|
|
@@ -5098,10 +5171,10 @@ node-pre-gyp@^0.10.0:
|
|
|
5098
5171
|
semver "^5.3.0"
|
|
5099
5172
|
tar "^4"
|
|
5100
5173
|
|
|
5101
|
-
node-releases@^1.
|
|
5102
|
-
version "1.1.
|
|
5103
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.
|
|
5104
|
-
integrity sha512-
|
|
5174
|
+
node-releases@^1.1.3:
|
|
5175
|
+
version "1.1.3"
|
|
5176
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.3.tgz#aad9ce0dcb98129c753f772c0aa01360fb90fbd2"
|
|
5177
|
+
integrity sha512-6VrvH7z6jqqNFY200kdB6HdzkgM96Oaj9v3dqGfgp6mF+cHmU4wyQKZ2/WPDRVoR0Jz9KqbamaBN0ZhdUaysUQ==
|
|
5105
5178
|
dependencies:
|
|
5106
5179
|
semver "^5.3.0"
|
|
5107
5180
|
|
|
@@ -5178,9 +5251,9 @@ npm-bundled@^1.0.1:
|
|
|
5178
5251
|
integrity sha512-m/e6jgWu8/v5niCUKQi9qQl8QdeEduFA96xHDDzFGqly0OOjI7c+60KM/2sppfnUU9JJagf+zs+yGhqSOFj71g==
|
|
5179
5252
|
|
|
5180
5253
|
npm-packlist@^1.1.6:
|
|
5181
|
-
version "1.
|
|
5182
|
-
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.
|
|
5183
|
-
integrity sha512-
|
|
5254
|
+
version "1.2.0"
|
|
5255
|
+
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.2.0.tgz#55a60e793e272f00862c7089274439a4cc31fc7f"
|
|
5256
|
+
integrity sha512-7Mni4Z8Xkx0/oegoqlcao/JpPCPEMtUvsmB0q7mgvlMinykJLSRTYuFqoQLYgGY8biuxIeiHO+QNJKbCfljewQ==
|
|
5184
5257
|
dependencies:
|
|
5185
5258
|
ignore-walk "^3.0.1"
|
|
5186
5259
|
npm-bundled "^1.0.1"
|
|
@@ -5266,13 +5339,23 @@ object.assign@^4.1.0:
|
|
|
5266
5339
|
object-keys "^1.0.11"
|
|
5267
5340
|
|
|
5268
5341
|
object.entries@^1.0.4:
|
|
5269
|
-
version "1.0
|
|
5270
|
-
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.0.
|
|
5271
|
-
integrity
|
|
5342
|
+
version "1.1.0"
|
|
5343
|
+
resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.0.tgz#2024fc6d6ba246aee38bdb0ffd5cfbcf371b7519"
|
|
5344
|
+
integrity sha512-l+H6EQ8qzGRxbkHOd5I/aHRhHDKoQXQ8g0BYt4uSweQU1/J6dZUOyWh9a2Vky35YCKjzmgxOzta2hH6kf9HuXA==
|
|
5345
|
+
dependencies:
|
|
5346
|
+
define-properties "^1.1.3"
|
|
5347
|
+
es-abstract "^1.12.0"
|
|
5348
|
+
function-bind "^1.1.1"
|
|
5349
|
+
has "^1.0.3"
|
|
5350
|
+
|
|
5351
|
+
object.fromentries@^2.0.0:
|
|
5352
|
+
version "2.0.0"
|
|
5353
|
+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
|
|
5354
|
+
integrity sha512-9iLiI6H083uiqUuvzyY6qrlmc/Gz8hLQFOcb/Ri/0xXFkSNS3ctV+CbE6yM2+AnkYfOB3dGjdzC0wrMLIhQICA==
|
|
5272
5355
|
dependencies:
|
|
5273
5356
|
define-properties "^1.1.2"
|
|
5274
|
-
es-abstract "^1.
|
|
5275
|
-
function-bind "^1.1.
|
|
5357
|
+
es-abstract "^1.11.0"
|
|
5358
|
+
function-bind "^1.1.1"
|
|
5276
5359
|
has "^1.0.1"
|
|
5277
5360
|
|
|
5278
5361
|
object.getownpropertydescriptors@^2.0.3:
|
|
@@ -5299,14 +5382,14 @@ object.pick@^1.3.0:
|
|
|
5299
5382
|
isobject "^3.0.1"
|
|
5300
5383
|
|
|
5301
5384
|
object.values@^1.0.4:
|
|
5302
|
-
version "1.0
|
|
5303
|
-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.0.
|
|
5304
|
-
integrity
|
|
5385
|
+
version "1.1.0"
|
|
5386
|
+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.0.tgz#bf6810ef5da3e5325790eaaa2be213ea84624da9"
|
|
5387
|
+
integrity sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==
|
|
5305
5388
|
dependencies:
|
|
5306
|
-
define-properties "^1.1.
|
|
5307
|
-
es-abstract "^1.
|
|
5308
|
-
function-bind "^1.1.
|
|
5309
|
-
has "^1.0.
|
|
5389
|
+
define-properties "^1.1.3"
|
|
5390
|
+
es-abstract "^1.12.0"
|
|
5391
|
+
function-bind "^1.1.1"
|
|
5392
|
+
has "^1.0.3"
|
|
5310
5393
|
|
|
5311
5394
|
once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
|
5312
5395
|
version "1.4.0"
|
|
@@ -5377,11 +5460,11 @@ os-locale@^2.0.0:
|
|
|
5377
5460
|
mem "^1.1.0"
|
|
5378
5461
|
|
|
5379
5462
|
os-locale@^3.0.0:
|
|
5380
|
-
version "3.0
|
|
5381
|
-
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.0.
|
|
5382
|
-
integrity sha512-
|
|
5463
|
+
version "3.1.0"
|
|
5464
|
+
resolved "https://registry.yarnpkg.com/os-locale/-/os-locale-3.1.0.tgz#a802a6ee17f24c10483ab9935719cef4ed16bf1a"
|
|
5465
|
+
integrity sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==
|
|
5383
5466
|
dependencies:
|
|
5384
|
-
execa "^0.
|
|
5467
|
+
execa "^1.0.0"
|
|
5385
5468
|
lcid "^2.0.0"
|
|
5386
5469
|
mem "^4.0.0"
|
|
5387
5470
|
|
|
@@ -5421,9 +5504,9 @@ p-limit@^1.1.0:
|
|
|
5421
5504
|
p-try "^1.0.0"
|
|
5422
5505
|
|
|
5423
5506
|
p-limit@^2.0.0:
|
|
5424
|
-
version "2.
|
|
5425
|
-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.
|
|
5426
|
-
integrity sha512-
|
|
5507
|
+
version "2.1.0"
|
|
5508
|
+
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.1.0.tgz#1d5a0d20fb12707c758a655f6bbc4386b5930d68"
|
|
5509
|
+
integrity sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==
|
|
5427
5510
|
dependencies:
|
|
5428
5511
|
p-try "^2.0.0"
|
|
5429
5512
|
|
|
@@ -5452,9 +5535,9 @@ p-try@^2.0.0:
|
|
|
5452
5535
|
integrity sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==
|
|
5453
5536
|
|
|
5454
5537
|
pako@~1.0.5:
|
|
5455
|
-
version "1.0.
|
|
5456
|
-
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.
|
|
5457
|
-
integrity sha512-
|
|
5538
|
+
version "1.0.8"
|
|
5539
|
+
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.8.tgz#6844890aab9c635af868ad5fecc62e8acbba3ea4"
|
|
5540
|
+
integrity sha512-6i0HVbUfcKaTv+EG8ZTr75az7GFXcLYk9UyLEg7Notv/Ma+z/UG3TCoz6GiNeOrn1E/e63I0X/Hpw18jHOTUnA==
|
|
5458
5541
|
|
|
5459
5542
|
parallel-transform@^1.1.0:
|
|
5460
5543
|
version "1.1.0"
|
|
@@ -5465,16 +5548,24 @@ parallel-transform@^1.1.0:
|
|
|
5465
5548
|
inherits "^2.0.3"
|
|
5466
5549
|
readable-stream "^2.1.5"
|
|
5467
5550
|
|
|
5551
|
+
parent-module@^1.0.0:
|
|
5552
|
+
version "1.0.0"
|
|
5553
|
+
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.0.tgz#df250bdc5391f4a085fb589dad761f5ad6b865b5"
|
|
5554
|
+
integrity sha512-8Mf5juOMmiE4FcmzYc4IaiS9L3+9paz2KOiXzkRviCP6aDmN49Hz6EMWz0lGNp9pX80GvvAuLADtyGfW/Em3TA==
|
|
5555
|
+
dependencies:
|
|
5556
|
+
callsites "^3.0.0"
|
|
5557
|
+
|
|
5468
5558
|
parse-asn1@^5.0.0:
|
|
5469
|
-
version "5.1.
|
|
5470
|
-
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.
|
|
5471
|
-
integrity sha512-
|
|
5559
|
+
version "5.1.3"
|
|
5560
|
+
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.3.tgz#1600c6cc0727365d68b97f3aa78939e735a75204"
|
|
5561
|
+
integrity sha512-VrPoetlz7B/FqjBLD2f5wBVZvsZVLnRUrxVLfRYhGXCODa/NWE4p3Wp+6+aV3ZPL3KM7/OZmxDIwwijD7yuucg==
|
|
5472
5562
|
dependencies:
|
|
5473
5563
|
asn1.js "^4.0.0"
|
|
5474
5564
|
browserify-aes "^1.0.0"
|
|
5475
5565
|
create-hash "^1.1.0"
|
|
5476
5566
|
evp_bytestokey "^1.0.0"
|
|
5477
5567
|
pbkdf2 "^3.0.3"
|
|
5568
|
+
safe-buffer "^5.1.1"
|
|
5478
5569
|
|
|
5479
5570
|
parse-glob@^3.0.4:
|
|
5480
5571
|
version "3.0.4"
|
|
@@ -5501,6 +5592,11 @@ parse-json@^4.0.0:
|
|
|
5501
5592
|
error-ex "^1.3.1"
|
|
5502
5593
|
json-parse-better-errors "^1.0.1"
|
|
5503
5594
|
|
|
5595
|
+
parse-passwd@^1.0.0:
|
|
5596
|
+
version "1.0.0"
|
|
5597
|
+
resolved "https://registry.yarnpkg.com/parse-passwd/-/parse-passwd-1.0.0.tgz#6d5b934a456993b23d37f40a382d6f1666a8e5c6"
|
|
5598
|
+
integrity sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=
|
|
5599
|
+
|
|
5504
5600
|
parse5@4.0.0:
|
|
5505
5601
|
version "4.0.0"
|
|
5506
5602
|
resolved "https://registry.yarnpkg.com/parse5/-/parse5-4.0.0.tgz#6d78656e3da8d78b4ec0b906f7c08ef1dfe3f608"
|
|
@@ -5553,7 +5649,7 @@ path-key@^2.0.0, path-key@^2.0.1:
|
|
|
5553
5649
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
5554
5650
|
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
|
5555
5651
|
|
|
5556
|
-
path-parse@^1.0.5:
|
|
5652
|
+
path-parse@^1.0.5, path-parse@^1.0.6:
|
|
5557
5653
|
version "1.0.6"
|
|
5558
5654
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
|
|
5559
5655
|
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
|
|
@@ -5656,12 +5752,12 @@ posix-character-classes@^0.1.0:
|
|
|
5656
5752
|
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
|
|
5657
5753
|
|
|
5658
5754
|
postcss-attribute-case-insensitive@^4.0.0:
|
|
5659
|
-
version "4.0.
|
|
5660
|
-
resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.
|
|
5661
|
-
integrity sha512-
|
|
5755
|
+
version "4.0.1"
|
|
5756
|
+
resolved "https://registry.yarnpkg.com/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-4.0.1.tgz#b2a721a0d279c2f9103a36331c88981526428cc7"
|
|
5757
|
+
integrity sha512-L2YKB3vF4PetdTIthQVeT+7YiSzMoNMLLYxPXXppOOP7NoazEAy45sh2LvJ8leCQjfBcfkYQs8TtCcQjeZTp8A==
|
|
5662
5758
|
dependencies:
|
|
5663
5759
|
postcss "^7.0.2"
|
|
5664
|
-
postcss-selector-parser "^5.0.0
|
|
5760
|
+
postcss-selector-parser "^5.0.0"
|
|
5665
5761
|
|
|
5666
5762
|
postcss-calc@^7.0.0:
|
|
5667
5763
|
version "7.0.1"
|
|
@@ -5911,10 +6007,10 @@ postcss-media-minmax@^4.0.0:
|
|
|
5911
6007
|
dependencies:
|
|
5912
6008
|
postcss "^7.0.2"
|
|
5913
6009
|
|
|
5914
|
-
postcss-merge-longhand@^4.0.
|
|
5915
|
-
version "4.0.
|
|
5916
|
-
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.
|
|
5917
|
-
integrity sha512-
|
|
6010
|
+
postcss-merge-longhand@^4.0.10:
|
|
6011
|
+
version "4.0.10"
|
|
6012
|
+
resolved "https://registry.yarnpkg.com/postcss-merge-longhand/-/postcss-merge-longhand-4.0.10.tgz#c4d63ab57bdc054ab4067ab075d488c8c2978380"
|
|
6013
|
+
integrity sha512-hME10s6CSjm9nlVIcO1ukR7Jr5RisTaaC1y83jWCivpuBtPohA3pZE7cGTIVSYjXvLnXozHTiVOkG4dnnl756g==
|
|
5918
6014
|
dependencies:
|
|
5919
6015
|
css-color-names "0.0.4"
|
|
5920
6016
|
postcss "^7.0.0"
|
|
@@ -5980,10 +6076,10 @@ postcss-modules-extract-imports@^2.0.0:
|
|
|
5980
6076
|
dependencies:
|
|
5981
6077
|
postcss "^7.0.5"
|
|
5982
6078
|
|
|
5983
|
-
postcss-modules-local-by-default@^2.0.
|
|
5984
|
-
version "2.0.
|
|
5985
|
-
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.
|
|
5986
|
-
integrity sha512-
|
|
6079
|
+
postcss-modules-local-by-default@^2.0.3:
|
|
6080
|
+
version "2.0.4"
|
|
6081
|
+
resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.4.tgz#a000bb07e4f57f412ba35c904d035cfd4a7b9446"
|
|
6082
|
+
integrity sha512-WvuSaTKXUqYJbnT7R3YrsNrHv/C5vRfr5VglS4bFOk0MYT4CLBfc/xgExA+x2RftlYgiBDvWmVs191Xv8S8gZQ==
|
|
5987
6083
|
dependencies:
|
|
5988
6084
|
css-selector-tokenizer "^0.7.0"
|
|
5989
6085
|
postcss "^7.0.6"
|
|
@@ -6234,10 +6330,10 @@ postcss-selector-parser@^3.0.0:
|
|
|
6234
6330
|
indexes-of "^1.0.1"
|
|
6235
6331
|
uniq "^1.0.1"
|
|
6236
6332
|
|
|
6237
|
-
postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
|
|
6238
|
-
version "5.0.0
|
|
6239
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0
|
|
6240
|
-
integrity sha512-
|
|
6333
|
+
postcss-selector-parser@^5.0.0, postcss-selector-parser@^5.0.0-rc.3, postcss-selector-parser@^5.0.0-rc.4:
|
|
6334
|
+
version "5.0.0"
|
|
6335
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-5.0.0.tgz#249044356697b33b64f1a8f7c80922dddee7195c"
|
|
6336
|
+
integrity sha512-w+zLE5Jhg6Liz8+rQOWEAwtwkyqpfnmsinXjXg6cY7YIONZZtgvE0v2O0uhQBs0peNomOJwWRKt6JBfTdTd3OQ==
|
|
6241
6337
|
dependencies:
|
|
6242
6338
|
cssesc "^2.0.0"
|
|
6243
6339
|
indexes-of "^1.0.1"
|
|
@@ -6268,22 +6364,22 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.2.3, postcss-value-parser@^
|
|
|
6268
6364
|
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
|
|
6269
6365
|
|
|
6270
6366
|
postcss-values-parser@^2.0.0:
|
|
6271
|
-
version "2.0.
|
|
6272
|
-
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.
|
|
6273
|
-
integrity sha512-
|
|
6367
|
+
version "2.0.1"
|
|
6368
|
+
resolved "https://registry.yarnpkg.com/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz#da8b472d901da1e205b47bdc98637b9e9e550e5f"
|
|
6369
|
+
integrity sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==
|
|
6274
6370
|
dependencies:
|
|
6275
6371
|
flatten "^1.0.2"
|
|
6276
6372
|
indexes-of "^1.0.1"
|
|
6277
6373
|
uniq "^1.0.1"
|
|
6278
6374
|
|
|
6279
|
-
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6:
|
|
6280
|
-
version "7.0.
|
|
6281
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.
|
|
6282
|
-
integrity sha512-
|
|
6375
|
+
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.11, postcss@^7.0.2, postcss@^7.0.5, postcss@^7.0.6:
|
|
6376
|
+
version "7.0.13"
|
|
6377
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.13.tgz#42bf716413e8f1c786ab71dc6e722b3671b16708"
|
|
6378
|
+
integrity sha512-h8SY6kQTd1wISHWjz+E6cswdhMuyBZRb16pSTv3W4zYZ3/YbyWeJdNUeOXB5IdZqE1U76OUEjjjqsC3z2f3hVg==
|
|
6283
6379
|
dependencies:
|
|
6284
|
-
chalk "^2.4.
|
|
6380
|
+
chalk "^2.4.2"
|
|
6285
6381
|
source-map "^0.6.1"
|
|
6286
|
-
supports-color "^
|
|
6382
|
+
supports-color "^6.1.0"
|
|
6287
6383
|
|
|
6288
6384
|
prelude-ls@~1.1.2:
|
|
6289
6385
|
version "1.1.2"
|
|
@@ -6555,7 +6651,7 @@ regenerate@^1.2.1, regenerate@^1.4.0:
|
|
|
6555
6651
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.0.tgz#4a856ec4b56e4077c557589cae85e7a4c8869a11"
|
|
6556
6652
|
integrity sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==
|
|
6557
6653
|
|
|
6558
|
-
regenerator-runtime@^0.11.0
|
|
6654
|
+
regenerator-runtime@^0.11.0:
|
|
6559
6655
|
version "0.11.1"
|
|
6560
6656
|
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9"
|
|
6561
6657
|
integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==
|
|
@@ -6716,14 +6812,6 @@ require-main-filename@^1.0.1:
|
|
|
6716
6812
|
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-1.0.1.tgz#97f717b69d48784f5f526a6c5aa8ffdda055a4d1"
|
|
6717
6813
|
integrity sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=
|
|
6718
6814
|
|
|
6719
|
-
require-uncached@^1.0.3:
|
|
6720
|
-
version "1.0.3"
|
|
6721
|
-
resolved "https://registry.yarnpkg.com/require-uncached/-/require-uncached-1.0.3.tgz#4e0d56d6c9662fd31e43011c4b95aa49955421d3"
|
|
6722
|
-
integrity sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=
|
|
6723
|
-
dependencies:
|
|
6724
|
-
caller-path "^0.1.0"
|
|
6725
|
-
resolve-from "^1.0.0"
|
|
6726
|
-
|
|
6727
6815
|
resolve-cwd@^2.0.0:
|
|
6728
6816
|
version "2.0.0"
|
|
6729
6817
|
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a"
|
|
@@ -6731,16 +6819,24 @@ resolve-cwd@^2.0.0:
|
|
|
6731
6819
|
dependencies:
|
|
6732
6820
|
resolve-from "^3.0.0"
|
|
6733
6821
|
|
|
6734
|
-
resolve-
|
|
6822
|
+
resolve-dir@^1.0.0, resolve-dir@^1.0.1:
|
|
6735
6823
|
version "1.0.1"
|
|
6736
|
-
resolved "https://registry.yarnpkg.com/resolve-
|
|
6737
|
-
integrity sha1-
|
|
6824
|
+
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
|
|
6825
|
+
integrity sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=
|
|
6826
|
+
dependencies:
|
|
6827
|
+
expand-tilde "^2.0.0"
|
|
6828
|
+
global-modules "^1.0.0"
|
|
6738
6829
|
|
|
6739
6830
|
resolve-from@^3.0.0:
|
|
6740
6831
|
version "3.0.0"
|
|
6741
6832
|
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-3.0.0.tgz#b22c7af7d9d6881bc8b6e653335eebcb0a188748"
|
|
6742
6833
|
integrity sha1-six699nWiBvItuZTM17rywoYh0g=
|
|
6743
6834
|
|
|
6835
|
+
resolve-from@^4.0.0:
|
|
6836
|
+
version "4.0.0"
|
|
6837
|
+
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
|
6838
|
+
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
|
6839
|
+
|
|
6744
6840
|
resolve-url@^0.2.1:
|
|
6745
6841
|
version "0.2.1"
|
|
6746
6842
|
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
|
|
@@ -6751,12 +6847,12 @@ resolve@1.1.7:
|
|
|
6751
6847
|
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
|
|
6752
6848
|
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
|
|
6753
6849
|
|
|
6754
|
-
resolve@^1.1.7, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1:
|
|
6755
|
-
version "1.
|
|
6756
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.
|
|
6757
|
-
integrity sha512-
|
|
6850
|
+
resolve@^1.1.7, resolve@^1.3.2, resolve@^1.5.0, resolve@^1.6.0, resolve@^1.8.1, resolve@^1.9.0:
|
|
6851
|
+
version "1.9.0"
|
|
6852
|
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
|
|
6853
|
+
integrity sha512-TZNye00tI67lwYvzxCxHGjwTNlUV70io54/Ed4j6PscB8xVfuBJpRenI/o6dVk0cY0PYTY27AgCoGGxRnYuItQ==
|
|
6758
6854
|
dependencies:
|
|
6759
|
-
path-parse "^1.0.
|
|
6855
|
+
path-parse "^1.0.6"
|
|
6760
6856
|
|
|
6761
6857
|
restore-cursor@^2.0.0:
|
|
6762
6858
|
version "2.0.0"
|
|
@@ -6782,11 +6878,11 @@ rgba-regex@^1.0.0:
|
|
|
6782
6878
|
integrity sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=
|
|
6783
6879
|
|
|
6784
6880
|
rimraf@2, rimraf@^2.5.4, rimraf@^2.6.1, rimraf@^2.6.2, rimraf@~2.6.2:
|
|
6785
|
-
version "2.6.
|
|
6786
|
-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.
|
|
6787
|
-
integrity sha512-
|
|
6881
|
+
version "2.6.3"
|
|
6882
|
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
|
|
6883
|
+
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
|
|
6788
6884
|
dependencies:
|
|
6789
|
-
glob "^7.
|
|
6885
|
+
glob "^7.1.3"
|
|
6790
6886
|
|
|
6791
6887
|
ripemd160@^2.0.0, ripemd160@^2.0.1:
|
|
6792
6888
|
version "2.0.2"
|
|
@@ -6918,9 +7014,9 @@ semver@~5.3.0:
|
|
|
6918
7014
|
integrity sha1-myzl094C0XxgEq0yaqa00M9U+U8=
|
|
6919
7015
|
|
|
6920
7016
|
serialize-javascript@^1.4.0:
|
|
6921
|
-
version "1.
|
|
6922
|
-
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.
|
|
6923
|
-
integrity sha512-
|
|
7017
|
+
version "1.6.1"
|
|
7018
|
+
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-1.6.1.tgz#4d1f697ec49429a847ca6f442a2a755126c4d879"
|
|
7019
|
+
integrity sha512-A5MOagrPFga4YaKQSWHryl7AXvbQkEqpw4NNYMTNYUNV51bA8ABHgYFpqKx+YFFrw59xMV1qGH1R4AgoNIVgCw==
|
|
6924
7020
|
|
|
6925
7021
|
set-blocking@^2.0.0, set-blocking@~2.0.0:
|
|
6926
7022
|
version "2.0.0"
|
|
@@ -7071,9 +7167,9 @@ source-map-support@^0.4.15:
|
|
|
7071
7167
|
source-map "^0.5.6"
|
|
7072
7168
|
|
|
7073
7169
|
source-map-support@^0.5.6, source-map-support@~0.5.6:
|
|
7074
|
-
version "0.5.
|
|
7075
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
|
7076
|
-
integrity sha512-
|
|
7170
|
+
version "0.5.10"
|
|
7171
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.10.tgz#2214080bc9d51832511ee2bab96e3c2f9353120c"
|
|
7172
|
+
integrity sha512-YfQ3tQFTK/yzlGJuX8pTwa4tifQj4QS2Mj7UegOu8jAz59MqIiMGPXxQhVQiIMNzayuUSF/jEuVnfFF5JqybmQ==
|
|
7077
7173
|
dependencies:
|
|
7078
7174
|
buffer-from "^1.0.0"
|
|
7079
7175
|
source-map "^0.6.0"
|
|
@@ -7122,9 +7218,9 @@ spdx-expression-parse@^3.0.0:
|
|
|
7122
7218
|
spdx-license-ids "^3.0.0"
|
|
7123
7219
|
|
|
7124
7220
|
spdx-license-ids@^3.0.0:
|
|
7125
|
-
version "3.0.
|
|
7126
|
-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
|
|
7127
|
-
integrity sha512-
|
|
7221
|
+
version "3.0.3"
|
|
7222
|
+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.3.tgz#81c0ce8f21474756148bbb5f3bfc0f36bf15d76e"
|
|
7223
|
+
integrity sha512-uBIcIl3Ih6Phe3XHK1NqboJLdGfwr1UN3k6wSD1dZpmPsIkb8AGNbZYJ1fOBk834+Gxy8rpfDxrS6XLEMZMY2g==
|
|
7128
7224
|
|
|
7129
7225
|
split-string@^3.0.1, split-string@^3.0.2:
|
|
7130
7226
|
version "3.1.0"
|
|
@@ -7139,9 +7235,9 @@ sprintf-js@~1.0.2:
|
|
|
7139
7235
|
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=
|
|
7140
7236
|
|
|
7141
7237
|
sshpk@^1.7.0:
|
|
7142
|
-
version "1.
|
|
7143
|
-
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.
|
|
7144
|
-
integrity sha512-
|
|
7238
|
+
version "1.16.0"
|
|
7239
|
+
resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.0.tgz#1d4963a2fbffe58050aa9084ca20be81741c07de"
|
|
7240
|
+
integrity sha512-Zhev35/y7hRMcID/upReIvRse+I9SVhyVre/KTJSJQWMz3C3+G+HpO7m1wK/yckEtujKZ7dS4hkVxAnmHaIGVQ==
|
|
7145
7241
|
dependencies:
|
|
7146
7242
|
asn1 "~0.2.3"
|
|
7147
7243
|
assert-plus "^1.0.0"
|
|
@@ -7153,7 +7249,7 @@ sshpk@^1.7.0:
|
|
|
7153
7249
|
safer-buffer "^2.0.2"
|
|
7154
7250
|
tweetnacl "~0.14.0"
|
|
7155
7251
|
|
|
7156
|
-
ssri@^6.0.
|
|
7252
|
+
ssri@^6.0.1:
|
|
7157
7253
|
version "6.0.1"
|
|
7158
7254
|
resolved "https://registry.yarnpkg.com/ssri/-/ssri-6.0.1.tgz#2a3c41b28dd45b62b63676ecb74001265ae9edd8"
|
|
7159
7255
|
integrity sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==
|
|
@@ -7347,6 +7443,13 @@ supports-color@^5.3.0, supports-color@^5.5.0:
|
|
|
7347
7443
|
dependencies:
|
|
7348
7444
|
has-flag "^3.0.0"
|
|
7349
7445
|
|
|
7446
|
+
supports-color@^6.1.0:
|
|
7447
|
+
version "6.1.0"
|
|
7448
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.1.0.tgz#0764abc69c63d5ac842dd4867e8d025e880df8f3"
|
|
7449
|
+
integrity sha512-qe1jfm1Mg7Nq/NSh6XE24gPXROEVsWHxC1LIx//XNlD9iw7YZQGjZNjYN7xGaEG6iKdA8EtNFW6R0gjnVXp+wQ==
|
|
7450
|
+
dependencies:
|
|
7451
|
+
has-flag "^3.0.0"
|
|
7452
|
+
|
|
7350
7453
|
svgo@^1.0.0:
|
|
7351
7454
|
version "1.1.1"
|
|
7352
7455
|
resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.1.1.tgz#12384b03335bcecd85cfa5f4e3375fed671cb985"
|
|
@@ -7373,9 +7476,9 @@ symbol-tree@^3.2.2:
|
|
|
7373
7476
|
integrity sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=
|
|
7374
7477
|
|
|
7375
7478
|
table@^5.0.2:
|
|
7376
|
-
version "5.
|
|
7377
|
-
resolved "https://registry.yarnpkg.com/table/-/table-5.
|
|
7378
|
-
integrity sha512-
|
|
7479
|
+
version "5.2.1"
|
|
7480
|
+
resolved "https://registry.yarnpkg.com/table/-/table-5.2.1.tgz#e78463702b1be9f7131c39860bcfb1b81114c2a1"
|
|
7481
|
+
integrity sha512-qmhNs2GEHNqY5fd2Mo+8N1r2sw/rvTAAvBZTaTx+Y7PHLypqyrxr1MdIu0pLw6Xvl/Gi4ONu/sdceP8vvUjkyA==
|
|
7379
7482
|
dependencies:
|
|
7380
7483
|
ajv "^6.6.1"
|
|
7381
7484
|
lodash "^4.17.11"
|
|
@@ -7409,10 +7512,10 @@ tar@^4:
|
|
|
7409
7512
|
safe-buffer "^5.1.2"
|
|
7410
7513
|
yallist "^3.0.2"
|
|
7411
7514
|
|
|
7412
|
-
terser-webpack-plugin@^1.1.0:
|
|
7413
|
-
version "1.1
|
|
7414
|
-
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.1.
|
|
7415
|
-
integrity sha512-
|
|
7515
|
+
terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.2.1:
|
|
7516
|
+
version "1.2.1"
|
|
7517
|
+
resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-1.2.1.tgz#7545da9ae5f4f9ae6a0ac961eb46f5e7c845cc26"
|
|
7518
|
+
integrity sha512-GGSt+gbT0oKcMDmPx4SRSfJPE1XaN3kQRWG4ghxKQw9cn5G9x6aCKSsgYdvyM0na9NJ4Drv0RG6jbBByZ5CMjw==
|
|
7416
7519
|
dependencies:
|
|
7417
7520
|
cacache "^11.0.2"
|
|
7418
7521
|
find-cache-dir "^2.0.0"
|
|
@@ -7424,9 +7527,9 @@ terser-webpack-plugin@^1.1.0:
|
|
|
7424
7527
|
worker-farm "^1.5.2"
|
|
7425
7528
|
|
|
7426
7529
|
terser@^3.8.1:
|
|
7427
|
-
version "3.
|
|
7428
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-3.
|
|
7429
|
-
integrity sha512-
|
|
7530
|
+
version "3.14.1"
|
|
7531
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-3.14.1.tgz#cc4764014af570bc79c79742358bd46926018a32"
|
|
7532
|
+
integrity sha512-NSo3E99QDbYSMeJaEk9YW2lTg3qS9V0aKGlb+PlOrei1X02r1wSBHCNX/O+yeTRFSWPKPIGj6MqvvdqV4rnVGw==
|
|
7430
7533
|
dependencies:
|
|
7431
7534
|
commander "~2.17.1"
|
|
7432
7535
|
source-map "~0.6.1"
|
|
@@ -7530,7 +7633,16 @@ to-regex@^3.0.1, to-regex@^3.0.2:
|
|
|
7530
7633
|
regex-not "^1.0.2"
|
|
7531
7634
|
safe-regex "^1.1.0"
|
|
7532
7635
|
|
|
7533
|
-
tough-cookie@>=2.3.3
|
|
7636
|
+
tough-cookie@>=2.3.3:
|
|
7637
|
+
version "3.0.0"
|
|
7638
|
+
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-3.0.0.tgz#d2bceddebde633153ff20a52fa844a0dc71dacef"
|
|
7639
|
+
integrity sha512-LHMvg+RBP/mAVNqVbOX8t+iJ+tqhBA/t49DuI7+IDAWHrASnesqSu1vWbKB7UrE2yk+HMFUBMadRGMkB4VCfog==
|
|
7640
|
+
dependencies:
|
|
7641
|
+
ip-regex "^3.0.0"
|
|
7642
|
+
psl "^1.1.28"
|
|
7643
|
+
punycode "^2.1.1"
|
|
7644
|
+
|
|
7645
|
+
tough-cookie@^2.3.4:
|
|
7534
7646
|
version "2.5.0"
|
|
7535
7647
|
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.5.0.tgz#cd9fb2a0aa1d5a12b473bd9fb96fa3dcff65ade2"
|
|
7536
7648
|
integrity sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==
|
|
@@ -7660,7 +7772,7 @@ uniqs@^2.0.0:
|
|
|
7660
7772
|
resolved "https://registry.yarnpkg.com/uniqs/-/uniqs-2.0.0.tgz#ffede4b36b25290696e6e165d4a59edb998e6b02"
|
|
7661
7773
|
integrity sha1-/+3ks2slKQaW5uFl1KWe25mOawI=
|
|
7662
7774
|
|
|
7663
|
-
unique-filename@^1.1.
|
|
7775
|
+
unique-filename@^1.1.1:
|
|
7664
7776
|
version "1.1.1"
|
|
7665
7777
|
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
|
7666
7778
|
integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==
|
|
@@ -7737,10 +7849,10 @@ util@0.10.3:
|
|
|
7737
7849
|
dependencies:
|
|
7738
7850
|
inherits "2.0.1"
|
|
7739
7851
|
|
|
7740
|
-
util@^0.
|
|
7741
|
-
version "0.
|
|
7742
|
-
resolved "https://registry.yarnpkg.com/util/-/util-0.
|
|
7743
|
-
integrity sha512-
|
|
7852
|
+
util@^0.11.0:
|
|
7853
|
+
version "0.11.1"
|
|
7854
|
+
resolved "https://registry.yarnpkg.com/util/-/util-0.11.1.tgz#3236733720ec64bb27f6e26f421aaa2e1b588d61"
|
|
7855
|
+
integrity sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==
|
|
7744
7856
|
dependencies:
|
|
7745
7857
|
inherits "2.0.3"
|
|
7746
7858
|
|
|
@@ -7832,21 +7944,24 @@ webpack-assets-manifest@^3.1.1:
|
|
|
7832
7944
|
tapable "^1.0.0"
|
|
7833
7945
|
webpack-sources "^1.0.0"
|
|
7834
7946
|
|
|
7835
|
-
webpack-cli@^3.1
|
|
7836
|
-
version "3.1
|
|
7837
|
-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.1.
|
|
7838
|
-
integrity sha512-
|
|
7947
|
+
webpack-cli@^3.2.1:
|
|
7948
|
+
version "3.2.1"
|
|
7949
|
+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.2.1.tgz#779c696c82482491f0803907508db2e276ed3b61"
|
|
7950
|
+
integrity sha512-jeJveHwz/vwpJ3B8bxEL5a/rVKIpRNJDsKggfKnxuYeohNDW4Y/wB9N/XHJA093qZyS0r6mYL+/crLsIol4WKA==
|
|
7839
7951
|
dependencies:
|
|
7840
7952
|
chalk "^2.4.1"
|
|
7841
7953
|
cross-spawn "^6.0.5"
|
|
7842
7954
|
enhanced-resolve "^4.1.0"
|
|
7955
|
+
findup-sync "^2.0.0"
|
|
7956
|
+
global-modules "^1.0.0"
|
|
7843
7957
|
global-modules-path "^2.3.0"
|
|
7844
7958
|
import-local "^2.0.0"
|
|
7845
7959
|
interpret "^1.1.0"
|
|
7960
|
+
lightercollective "^0.1.0"
|
|
7846
7961
|
loader-utils "^1.1.0"
|
|
7847
7962
|
supports-color "^5.5.0"
|
|
7848
7963
|
v8-compile-cache "^2.0.2"
|
|
7849
|
-
yargs "^12.0.
|
|
7964
|
+
yargs "^12.0.4"
|
|
7850
7965
|
|
|
7851
7966
|
webpack-sources@^1.0.0, webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-sources@^1.3.0:
|
|
7852
7967
|
version "1.3.0"
|
|
@@ -7856,17 +7971,17 @@ webpack-sources@^1.0.0, webpack-sources@^1.0.1, webpack-sources@^1.1.0, webpack-
|
|
|
7856
7971
|
source-list-map "^2.0.0"
|
|
7857
7972
|
source-map "~0.6.1"
|
|
7858
7973
|
|
|
7859
|
-
webpack@^4.
|
|
7860
|
-
version "4.
|
|
7861
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.
|
|
7862
|
-
integrity sha512-
|
|
7974
|
+
webpack@^4.29.0:
|
|
7975
|
+
version "4.29.0"
|
|
7976
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-4.29.0.tgz#f2cfef83f7ae404ba889ff5d43efd285ca26e750"
|
|
7977
|
+
integrity sha512-pxdGG0keDBtamE1mNvT5zyBdx+7wkh6mh7uzMOo/uRQ/fhsdj5FXkh/j5mapzs060forql1oXqXN9HJGju+y7w==
|
|
7863
7978
|
dependencies:
|
|
7864
7979
|
"@webassemblyjs/ast" "1.7.11"
|
|
7865
7980
|
"@webassemblyjs/helper-module-context" "1.7.11"
|
|
7866
7981
|
"@webassemblyjs/wasm-edit" "1.7.11"
|
|
7867
7982
|
"@webassemblyjs/wasm-parser" "1.7.11"
|
|
7868
|
-
acorn "^
|
|
7869
|
-
acorn-dynamic-import "^
|
|
7983
|
+
acorn "^6.0.5"
|
|
7984
|
+
acorn-dynamic-import "^4.0.0"
|
|
7870
7985
|
ajv "^6.1.0"
|
|
7871
7986
|
ajv-keywords "^3.1.0"
|
|
7872
7987
|
chrome-trace-event "^1.0.0"
|
|
@@ -7926,7 +8041,7 @@ which-module@^2.0.0:
|
|
|
7926
8041
|
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
|
|
7927
8042
|
integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
|
|
7928
8043
|
|
|
7929
|
-
which@1, which@^1.2.12, which@^1.2.9, which@^1.3.0:
|
|
8044
|
+
which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0:
|
|
7930
8045
|
version "1.3.1"
|
|
7931
8046
|
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
7932
8047
|
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
|
@@ -8063,7 +8178,7 @@ yargs@^11.0.0:
|
|
|
8063
8178
|
y18n "^3.2.1"
|
|
8064
8179
|
yargs-parser "^9.0.2"
|
|
8065
8180
|
|
|
8066
|
-
yargs@^12.0.
|
|
8181
|
+
yargs@^12.0.4:
|
|
8067
8182
|
version "12.0.5"
|
|
8068
8183
|
resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
|
|
8069
8184
|
integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
|