trusty-cms 5.5.9 → 6.0.0
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/Gemfile.lock +88 -88
- data/app/controllers/application_controller.rb +0 -1
- data/app/controllers/site_controller.rb +5 -0
- data/app/models/site.rb +1 -0
- data/app/models/trusty_cms/config.rb +2 -1
- data/config/application.rb +2 -4
- data/config/initializers/trusty_cms_config.rb +12 -13
- data/lib/configuration_extensions/configuration_extensions.rb +10 -9
- data/lib/generators/extension/templates/extension.rb +0 -1
- data/lib/generators/language_extension/templates/extension.rb +0 -1
- data/lib/generators/trusty_cms/templates/application.rb.erb +4 -7
- data/lib/trusty_cms/extension_loader.rb +12 -4
- data/lib/trusty_cms/initializer.rb +1 -1
- data/lib/trusty_cms.rb +2 -1
- data/spec/dummy/config/application.rb +8 -8
- data/spec/dummy/config/initializers/trusty_cms_config.rb +20 -17
- data/spec/dummy/db/schema.rb +73 -44
- data/trusty_cms.gemspec +16 -16
- data/vendor/extensions/multi-site-extension/multi_site_extension.rb +1 -5
- data/yarn.lock +840 -908
- metadata +46 -40
- /data/vendor/extensions/clipped-extension/lib/{trusty-clipped-extension.rb → trusty_cms_clipped_extension.rb} +0 -0
- /data/vendor/extensions/layouts-extension/lib/{trusty-layouts-extension.rb → trusty_cms_layouts_extension.rb} +0 -0
- /data/vendor/extensions/multi-site-extension/lib/{trusty-multi-site-extension.rb → trusty_cms_multi_site_extension.rb} +0 -0
- /data/vendor/extensions/snippets-extension/lib/{trusty-snippets-extension.rb → trusty_cms_snippets_extension.rb} +0 -0
data/yarn.lock
CHANGED
@@ -2,186 +2,191 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
-
"@
|
6
|
-
version "
|
7
|
-
resolved "https://registry.yarnpkg.com/@
|
8
|
-
integrity sha512-
|
9
|
-
dependencies:
|
10
|
-
"@
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
"@babel/
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
5
|
+
"@ampproject/remapping@^2.2.0":
|
6
|
+
version "2.2.1"
|
7
|
+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.2.1.tgz#99e8e11851128b8702cd57c33684f1d0f260b630"
|
8
|
+
integrity sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==
|
9
|
+
dependencies:
|
10
|
+
"@jridgewell/gen-mapping" "^0.3.0"
|
11
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
12
|
+
|
13
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.22.13":
|
14
|
+
version "7.22.13"
|
15
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.22.13.tgz#e3c1c099402598483b7a8c46a721d1038803755e"
|
16
|
+
integrity sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==
|
17
|
+
dependencies:
|
18
|
+
"@babel/highlight" "^7.22.13"
|
19
|
+
chalk "^2.4.2"
|
20
|
+
|
21
|
+
"@babel/compat-data@^7.22.9":
|
22
|
+
version "7.22.9"
|
23
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.22.9.tgz#71cdb00a1ce3a329ce4cbec3a44f9fef35669730"
|
24
|
+
integrity sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==
|
25
|
+
|
26
|
+
"@babel/core@^7.17.9":
|
27
|
+
version "7.22.17"
|
28
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.17.tgz#2f9b0b395985967203514b24ee50f9fd0639c866"
|
29
|
+
integrity sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==
|
30
|
+
dependencies:
|
31
|
+
"@ampproject/remapping" "^2.2.0"
|
32
|
+
"@babel/code-frame" "^7.22.13"
|
33
|
+
"@babel/generator" "^7.22.15"
|
34
|
+
"@babel/helper-compilation-targets" "^7.22.15"
|
35
|
+
"@babel/helper-module-transforms" "^7.22.17"
|
36
|
+
"@babel/helpers" "^7.22.15"
|
37
|
+
"@babel/parser" "^7.22.16"
|
38
|
+
"@babel/template" "^7.22.15"
|
39
|
+
"@babel/traverse" "^7.22.17"
|
40
|
+
"@babel/types" "^7.22.17"
|
25
41
|
convert-source-map "^1.7.0"
|
26
42
|
debug "^4.1.0"
|
27
|
-
gensync "^1.0.0-beta.
|
28
|
-
json5 "^2.
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
"@babel/types" "^7.9.5"
|
43
|
+
gensync "^1.0.0-beta.2"
|
44
|
+
json5 "^2.2.3"
|
45
|
+
semver "^6.3.1"
|
46
|
+
|
47
|
+
"@babel/generator@^7.22.15":
|
48
|
+
version "7.22.15"
|
49
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.22.15.tgz#1564189c7ec94cb8f77b5e8a90c4d200d21b2339"
|
50
|
+
integrity sha512-Zu9oWARBqeVOW0dZOjXc3JObrzuqothQ3y/n1kUtrjCoCPLkXUwMvOo/F/TCfoHMbWIFlWwpZtkZVb9ga4U2pA==
|
51
|
+
dependencies:
|
52
|
+
"@babel/types" "^7.22.15"
|
53
|
+
"@jridgewell/gen-mapping" "^0.3.2"
|
54
|
+
"@jridgewell/trace-mapping" "^0.3.17"
|
40
55
|
jsesc "^2.5.1"
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
"
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
"@babel/helper-
|
54
|
-
version "7.
|
55
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
56
|
-
integrity sha512-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
"
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
"
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
"
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
"@babel/helper-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
"
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
integrity sha512-lJZPilxX7Op3Nv/2cvFdnlepPXDxi29wxteT57Q965oc5R9v86ztx0jfxVrTcBk8C2kcPkkDa2Z4T3ZsPPVWsQ==
|
137
|
-
dependencies:
|
138
|
-
"@babel/helper-validator-identifier" "^7.9.0"
|
139
|
-
chalk "^2.0.0"
|
56
|
+
|
57
|
+
"@babel/helper-compilation-targets@^7.22.15":
|
58
|
+
version "7.22.15"
|
59
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz#0698fc44551a26cf29f18d4662d5bf545a6cfc52"
|
60
|
+
integrity sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==
|
61
|
+
dependencies:
|
62
|
+
"@babel/compat-data" "^7.22.9"
|
63
|
+
"@babel/helper-validator-option" "^7.22.15"
|
64
|
+
browserslist "^4.21.9"
|
65
|
+
lru-cache "^5.1.1"
|
66
|
+
semver "^6.3.1"
|
67
|
+
|
68
|
+
"@babel/helper-environment-visitor@^7.22.5":
|
69
|
+
version "7.22.5"
|
70
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz#f06dd41b7c1f44e1f8da6c4055b41ab3a09a7e98"
|
71
|
+
integrity sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==
|
72
|
+
|
73
|
+
"@babel/helper-function-name@^7.22.5":
|
74
|
+
version "7.22.5"
|
75
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz#ede300828905bb15e582c037162f99d5183af1be"
|
76
|
+
integrity sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==
|
77
|
+
dependencies:
|
78
|
+
"@babel/template" "^7.22.5"
|
79
|
+
"@babel/types" "^7.22.5"
|
80
|
+
|
81
|
+
"@babel/helper-hoist-variables@^7.22.5":
|
82
|
+
version "7.22.5"
|
83
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
84
|
+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
|
85
|
+
dependencies:
|
86
|
+
"@babel/types" "^7.22.5"
|
87
|
+
|
88
|
+
"@babel/helper-module-imports@^7.22.15":
|
89
|
+
version "7.22.15"
|
90
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz#16146307acdc40cc00c3b2c647713076464bdbf0"
|
91
|
+
integrity sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==
|
92
|
+
dependencies:
|
93
|
+
"@babel/types" "^7.22.15"
|
94
|
+
|
95
|
+
"@babel/helper-module-transforms@^7.22.17":
|
96
|
+
version "7.22.17"
|
97
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz#7edf129097a51ccc12443adbc6320e90eab76693"
|
98
|
+
integrity sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==
|
99
|
+
dependencies:
|
100
|
+
"@babel/helper-environment-visitor" "^7.22.5"
|
101
|
+
"@babel/helper-module-imports" "^7.22.15"
|
102
|
+
"@babel/helper-simple-access" "^7.22.5"
|
103
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
104
|
+
"@babel/helper-validator-identifier" "^7.22.15"
|
105
|
+
|
106
|
+
"@babel/helper-simple-access@^7.22.5":
|
107
|
+
version "7.22.5"
|
108
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
|
109
|
+
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
|
110
|
+
dependencies:
|
111
|
+
"@babel/types" "^7.22.5"
|
112
|
+
|
113
|
+
"@babel/helper-split-export-declaration@^7.22.6":
|
114
|
+
version "7.22.6"
|
115
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
|
116
|
+
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
|
117
|
+
dependencies:
|
118
|
+
"@babel/types" "^7.22.5"
|
119
|
+
|
120
|
+
"@babel/helper-string-parser@^7.22.5":
|
121
|
+
version "7.22.5"
|
122
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
123
|
+
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
124
|
+
|
125
|
+
"@babel/helper-validator-identifier@^7.22.15", "@babel/helper-validator-identifier@^7.22.5":
|
126
|
+
version "7.22.15"
|
127
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.15.tgz#601fa28e4cc06786c18912dca138cec73b882044"
|
128
|
+
integrity sha512-4E/F9IIEi8WR94324mbDUMo074YTheJmd7eZF5vITTeYchqAi6sYXRLHUVsmkdmY4QjfKTcB2jB7dVP3NaBElQ==
|
129
|
+
|
130
|
+
"@babel/helper-validator-option@^7.22.15":
|
131
|
+
version "7.22.15"
|
132
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz#694c30dfa1d09a6534cdfcafbe56789d36aba040"
|
133
|
+
integrity sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==
|
134
|
+
|
135
|
+
"@babel/helpers@^7.22.15":
|
136
|
+
version "7.22.15"
|
137
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.22.15.tgz#f09c3df31e86e3ea0b7ff7556d85cdebd47ea6f1"
|
138
|
+
integrity sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==
|
139
|
+
dependencies:
|
140
|
+
"@babel/template" "^7.22.15"
|
141
|
+
"@babel/traverse" "^7.22.15"
|
142
|
+
"@babel/types" "^7.22.15"
|
143
|
+
|
144
|
+
"@babel/highlight@^7.22.13":
|
145
|
+
version "7.22.13"
|
146
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.22.13.tgz#9cda839e5d3be9ca9e8c26b6dd69e7548f0cbf16"
|
147
|
+
integrity sha512-C/BaXcnnvBCmHTpz/VGZ8jgtE2aYlW4hxDhseJAWZb7gqGM/qtCK6iZUb0TyKFf7BOUsBH7Q7fkRsDRhg1XklQ==
|
148
|
+
dependencies:
|
149
|
+
"@babel/helper-validator-identifier" "^7.22.5"
|
150
|
+
chalk "^2.4.2"
|
140
151
|
js-tokens "^4.0.0"
|
141
152
|
|
142
|
-
"@babel/parser@^7.
|
143
|
-
version "7.
|
144
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
145
|
-
integrity sha512
|
146
|
-
|
147
|
-
"@babel/
|
148
|
-
version "7.
|
149
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
150
|
-
integrity sha512-
|
151
|
-
dependencies:
|
152
|
-
|
153
|
-
|
154
|
-
"@babel/
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
"@babel/
|
162
|
-
|
163
|
-
"@babel/
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
"@babel/
|
169
|
-
"@babel/generator" "^7.9.5"
|
170
|
-
"@babel/helper-function-name" "^7.9.5"
|
171
|
-
"@babel/helper-split-export-declaration" "^7.8.3"
|
172
|
-
"@babel/parser" "^7.9.0"
|
173
|
-
"@babel/types" "^7.9.5"
|
153
|
+
"@babel/parser@^7.22.15", "@babel/parser@^7.22.16":
|
154
|
+
version "7.22.16"
|
155
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.22.16.tgz#180aead7f247305cce6551bea2720934e2fa2c95"
|
156
|
+
integrity sha512-+gPfKv8UWeKKeJTUxe59+OobVcrYHETCsORl61EmSkmgymguYk/X5bp7GuUIXaFsc6y++v8ZxPsLSSuujqDphA==
|
157
|
+
|
158
|
+
"@babel/template@^7.22.15", "@babel/template@^7.22.5":
|
159
|
+
version "7.22.15"
|
160
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.22.15.tgz#09576efc3830f0430f4548ef971dde1350ef2f38"
|
161
|
+
integrity sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==
|
162
|
+
dependencies:
|
163
|
+
"@babel/code-frame" "^7.22.13"
|
164
|
+
"@babel/parser" "^7.22.15"
|
165
|
+
"@babel/types" "^7.22.15"
|
166
|
+
|
167
|
+
"@babel/traverse@^7.22.15", "@babel/traverse@^7.22.17":
|
168
|
+
version "7.22.17"
|
169
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.17.tgz#b23c203ab3707e3be816043081b4a994fcacec44"
|
170
|
+
integrity sha512-xK4Uwm0JnAMvxYZxOVecss85WxTEIbTa7bnGyf/+EgCL5Zt3U7htUpEOWv9detPlamGKuRzCqw74xVglDWpPdg==
|
171
|
+
dependencies:
|
172
|
+
"@babel/code-frame" "^7.22.13"
|
173
|
+
"@babel/generator" "^7.22.15"
|
174
|
+
"@babel/helper-environment-visitor" "^7.22.5"
|
175
|
+
"@babel/helper-function-name" "^7.22.5"
|
176
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
177
|
+
"@babel/helper-split-export-declaration" "^7.22.6"
|
178
|
+
"@babel/parser" "^7.22.16"
|
179
|
+
"@babel/types" "^7.22.17"
|
174
180
|
debug "^4.1.0"
|
175
181
|
globals "^11.1.0"
|
176
|
-
lodash "^4.17.13"
|
177
182
|
|
178
|
-
"@babel/types@^7.
|
179
|
-
version "7.
|
180
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
181
|
-
integrity sha512-
|
183
|
+
"@babel/types@^7.22.15", "@babel/types@^7.22.17", "@babel/types@^7.22.5":
|
184
|
+
version "7.22.17"
|
185
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.17.tgz#f753352c4610ffddf9c8bc6823f9ff03e2303eee"
|
186
|
+
integrity sha512-YSQPHLFtQNE5xN9tHuZnzu8vPr61wVTBZdfv1meex1NBosa4iT05k/Jw06ddJugi4bk7The/oSwQGFcksmEJQg==
|
182
187
|
dependencies:
|
183
|
-
"@babel/helper-
|
184
|
-
|
188
|
+
"@babel/helper-string-parser" "^7.22.5"
|
189
|
+
"@babel/helper-validator-identifier" "^7.22.15"
|
185
190
|
to-fast-properties "^2.0.0"
|
186
191
|
|
187
192
|
"@fortawesome/fontawesome-free@^5.15.4":
|
@@ -189,100 +194,128 @@
|
|
189
194
|
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
|
190
195
|
integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
|
191
196
|
|
192
|
-
"@
|
193
|
-
version "
|
194
|
-
resolved "https://registry.yarnpkg.com/@
|
195
|
-
integrity sha512-
|
197
|
+
"@jridgewell/gen-mapping@^0.3.0", "@jridgewell/gen-mapping@^0.3.2":
|
198
|
+
version "0.3.3"
|
199
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df901aaedb08514203b096614024098"
|
200
|
+
integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==
|
201
|
+
dependencies:
|
202
|
+
"@jridgewell/set-array" "^1.0.1"
|
203
|
+
"@jridgewell/sourcemap-codec" "^1.4.10"
|
204
|
+
"@jridgewell/trace-mapping" "^0.3.9"
|
205
|
+
|
206
|
+
"@jridgewell/resolve-uri@^3.1.0":
|
207
|
+
version "3.1.1"
|
208
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz#c08679063f279615a3326583ba3a90d1d82cc721"
|
209
|
+
integrity sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==
|
210
|
+
|
211
|
+
"@jridgewell/set-array@^1.0.1":
|
212
|
+
version "1.1.2"
|
213
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
214
|
+
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
215
|
+
|
216
|
+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
217
|
+
version "1.4.15"
|
218
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
219
|
+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
220
|
+
|
221
|
+
"@jridgewell/trace-mapping@^0.3.17", "@jridgewell/trace-mapping@^0.3.9":
|
222
|
+
version "0.3.19"
|
223
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz#f8a3249862f91be48d3127c3cfe992f79b4b8811"
|
224
|
+
integrity sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==
|
196
225
|
dependencies:
|
197
|
-
"@
|
226
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
227
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
228
|
+
|
229
|
+
"@nodelib/fs.scandir@2.1.5":
|
230
|
+
version "2.1.5"
|
231
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
232
|
+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
|
233
|
+
dependencies:
|
234
|
+
"@nodelib/fs.stat" "2.0.5"
|
198
235
|
run-parallel "^1.1.9"
|
199
236
|
|
200
|
-
"@nodelib/fs.stat@2.0.
|
201
|
-
version "2.0.
|
202
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.
|
203
|
-
integrity sha512-
|
237
|
+
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
|
238
|
+
version "2.0.5"
|
239
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
240
|
+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
204
241
|
|
205
242
|
"@nodelib/fs.walk@^1.2.3":
|
206
|
-
version "1.2.
|
207
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.
|
208
|
-
integrity sha512-
|
243
|
+
version "1.2.8"
|
244
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
245
|
+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
209
246
|
dependencies:
|
210
|
-
"@nodelib/fs.scandir" "2.1.
|
247
|
+
"@nodelib/fs.scandir" "2.1.5"
|
211
248
|
fastq "^1.6.0"
|
212
249
|
|
213
|
-
"@stylelint/postcss-css-in-js@^0.37.
|
214
|
-
version "0.37.
|
215
|
-
resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.
|
216
|
-
integrity sha512-
|
250
|
+
"@stylelint/postcss-css-in-js@^0.37.2":
|
251
|
+
version "0.37.3"
|
252
|
+
resolved "https://registry.yarnpkg.com/@stylelint/postcss-css-in-js/-/postcss-css-in-js-0.37.3.tgz#d149a385e07ae365b0107314c084cb6c11adbf49"
|
253
|
+
integrity sha512-scLk3cSH1H9KggSniseb2KNAU5D9FWc3H7BxCSAIdtU9OWIyw0zkEZ9qEKHryRM+SExYXRKNb7tOOVNAsQ3iwg==
|
217
254
|
dependencies:
|
218
|
-
"@babel/core" "
|
255
|
+
"@babel/core" "^7.17.9"
|
219
256
|
|
220
|
-
"@stylelint/postcss-markdown@^0.36.
|
221
|
-
version "0.36.
|
222
|
-
resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.
|
223
|
-
integrity sha512-
|
257
|
+
"@stylelint/postcss-markdown@^0.36.2":
|
258
|
+
version "0.36.2"
|
259
|
+
resolved "https://registry.yarnpkg.com/@stylelint/postcss-markdown/-/postcss-markdown-0.36.2.tgz#0a540c4692f8dcdfc13c8e352c17e7bfee2bb391"
|
260
|
+
integrity sha512-2kGbqUVJUGE8dM+bMzXG/PYUWKkjLIkRLWNh39OaADkiabDRdw8ATFCgbMz5xdIcvwspPAluSL7uY+ZiTWdWmQ==
|
224
261
|
dependencies:
|
225
|
-
remark "^
|
226
|
-
unist-util-find-all-after "^3.0.
|
262
|
+
remark "^13.0.0"
|
263
|
+
unist-util-find-all-after "^3.0.2"
|
227
264
|
|
228
|
-
"@types/
|
229
|
-
version "
|
230
|
-
resolved "https://registry.yarnpkg.com/@types/
|
231
|
-
integrity sha512-
|
265
|
+
"@types/mdast@^3.0.0":
|
266
|
+
version "3.0.12"
|
267
|
+
resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.12.tgz#beeb511b977c875a5b0cc92eab6fcac2f0895514"
|
268
|
+
integrity sha512-DT+iNIRNX884cx0/Q1ja7NyUPpZuv0KPyL5rGNxm1WC1OtHstl7n4Jb7nk+xacNShQMbczJjt8uFzznpp6kYBg==
|
269
|
+
dependencies:
|
270
|
+
"@types/unist" "^2"
|
232
271
|
|
233
272
|
"@types/minimist@^1.2.0":
|
234
|
-
version "1.2.
|
235
|
-
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.
|
236
|
-
integrity
|
273
|
+
version "1.2.2"
|
274
|
+
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
275
|
+
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
237
276
|
|
238
277
|
"@types/normalize-package-data@^2.4.0":
|
239
|
-
version "2.4.
|
240
|
-
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.
|
241
|
-
integrity sha512-
|
278
|
+
version "2.4.1"
|
279
|
+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
280
|
+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
242
281
|
|
243
282
|
"@types/parse-json@^4.0.0":
|
244
283
|
version "4.0.0"
|
245
284
|
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
246
285
|
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
247
286
|
|
248
|
-
"@types/unist@^2.0.0", "@types/unist@^2.0.2":
|
249
|
-
version "2.0.
|
250
|
-
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.
|
251
|
-
integrity sha512-
|
287
|
+
"@types/unist@^2", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
|
288
|
+
version "2.0.8"
|
289
|
+
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.8.tgz#bb197b9639aa1a04cf464a617fe800cccd92ad5c"
|
290
|
+
integrity sha512-d0XxK3YTObnWVp6rZuev3c49+j4Lo8g4L1ZRm9z5L0xpoZycUPshHgczK5gsUMaZOstjVYYi09p5gYvUtfChYw==
|
252
291
|
|
253
|
-
ajv@^
|
254
|
-
version "
|
255
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-
|
256
|
-
integrity sha512-
|
292
|
+
ajv@^8.0.1:
|
293
|
+
version "8.12.0"
|
294
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.12.0.tgz#d1a0527323e22f53562c567c00991577dfbe19d1"
|
295
|
+
integrity sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==
|
257
296
|
dependencies:
|
258
297
|
fast-deep-equal "^3.1.1"
|
259
|
-
|
260
|
-
|
298
|
+
json-schema-traverse "^1.0.0"
|
299
|
+
require-from-string "^2.0.2"
|
261
300
|
uri-js "^4.2.2"
|
262
301
|
|
263
|
-
ansi-regex@^
|
264
|
-
version "
|
265
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-
|
266
|
-
integrity sha512-
|
267
|
-
|
268
|
-
ansi-regex@^5.0.0:
|
269
|
-
version "5.0.0"
|
270
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
|
271
|
-
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
|
302
|
+
ansi-regex@^5.0.1:
|
303
|
+
version "5.0.1"
|
304
|
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
305
|
+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
272
306
|
|
273
|
-
ansi-styles@^3.2.
|
307
|
+
ansi-styles@^3.2.1:
|
274
308
|
version "3.2.1"
|
275
309
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
276
310
|
integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==
|
277
311
|
dependencies:
|
278
312
|
color-convert "^1.9.0"
|
279
313
|
|
280
|
-
ansi-styles@^4.1.0:
|
281
|
-
version "4.
|
282
|
-
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.
|
283
|
-
integrity sha512-
|
314
|
+
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
|
315
|
+
version "4.3.0"
|
316
|
+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
|
317
|
+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
|
284
318
|
dependencies:
|
285
|
-
"@types/color-name" "^1.1.1"
|
286
319
|
color-convert "^2.0.1"
|
287
320
|
|
288
321
|
array-union@^2.1.0:
|
@@ -293,25 +326,25 @@ array-union@^2.1.0:
|
|
293
326
|
arrify@^1.0.1:
|
294
327
|
version "1.0.1"
|
295
328
|
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
296
|
-
integrity
|
329
|
+
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
|
297
330
|
|
298
|
-
astral-regex@^
|
299
|
-
version "
|
300
|
-
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-
|
301
|
-
integrity sha512
|
331
|
+
astral-regex@^2.0.0:
|
332
|
+
version "2.0.0"
|
333
|
+
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-2.0.0.tgz#483143c567aeed4785759c0865786dc77d7d2e31"
|
334
|
+
integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
|
302
335
|
|
303
|
-
autoprefixer@^9.
|
304
|
-
version "9.
|
305
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.
|
306
|
-
integrity sha512-
|
336
|
+
autoprefixer@^9.8.6:
|
337
|
+
version "9.8.8"
|
338
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-9.8.8.tgz#fd4bd4595385fa6f06599de749a4d5f7a474957a"
|
339
|
+
integrity sha512-eM9d/swFopRt5gdJ7jrpCwgvEMIayITpojhkkSMRsFHYuH5bkSQ4p/9qTEHtmNudUZh22Tehu7I6CxAW0IXTKA==
|
307
340
|
dependencies:
|
308
|
-
browserslist "^4.
|
309
|
-
caniuse-lite "^1.0.
|
310
|
-
chalk "^2.4.2"
|
341
|
+
browserslist "^4.12.0"
|
342
|
+
caniuse-lite "^1.0.30001109"
|
311
343
|
normalize-range "^0.1.2"
|
312
344
|
num2fraction "^1.2.2"
|
313
|
-
|
314
|
-
postcss
|
345
|
+
picocolors "^0.2.1"
|
346
|
+
postcss "^7.0.32"
|
347
|
+
postcss-value-parser "^4.1.0"
|
315
348
|
|
316
349
|
bail@^1.0.0:
|
317
350
|
version "1.0.5"
|
@@ -323,6 +356,11 @@ balanced-match@^1.0.0:
|
|
323
356
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
324
357
|
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
325
358
|
|
359
|
+
balanced-match@^2.0.0:
|
360
|
+
version "2.0.0"
|
361
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9"
|
362
|
+
integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==
|
363
|
+
|
326
364
|
blueimp-canvas-to-blob@3:
|
327
365
|
version "3.29.0"
|
328
366
|
resolved "https://registry.yarnpkg.com/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.29.0.tgz#d965f06cb1a67fdae207a2be56683f55ef531466"
|
@@ -355,29 +393,29 @@ brace-expansion@^1.1.7:
|
|
355
393
|
balanced-match "^1.0.0"
|
356
394
|
concat-map "0.0.1"
|
357
395
|
|
358
|
-
braces@^3.0.
|
396
|
+
braces@^3.0.2:
|
359
397
|
version "3.0.2"
|
360
398
|
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
361
399
|
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
362
400
|
dependencies:
|
363
401
|
fill-range "^7.0.1"
|
364
402
|
|
365
|
-
browserslist@^4.
|
366
|
-
version "4.
|
367
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
368
|
-
integrity sha512-
|
403
|
+
browserslist@^4.12.0, browserslist@^4.21.9:
|
404
|
+
version "4.21.10"
|
405
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.10.tgz#dbbac576628c13d3b2231332cb2ec5a46e015bb0"
|
406
|
+
integrity sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==
|
369
407
|
dependencies:
|
370
|
-
caniuse-lite "^1.0.
|
371
|
-
electron-to-chromium "^1.
|
372
|
-
node-releases "^
|
373
|
-
|
408
|
+
caniuse-lite "^1.0.30001517"
|
409
|
+
electron-to-chromium "^1.4.477"
|
410
|
+
node-releases "^2.0.13"
|
411
|
+
update-browserslist-db "^1.0.11"
|
374
412
|
|
375
413
|
callsites@^3.0.0:
|
376
414
|
version "3.1.0"
|
377
415
|
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
|
378
416
|
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==
|
379
417
|
|
380
|
-
camelcase-keys@^6.
|
418
|
+
camelcase-keys@^6.2.2:
|
381
419
|
version "6.2.2"
|
382
420
|
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
|
383
421
|
integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
|
@@ -386,22 +424,17 @@ camelcase-keys@^6.1.1:
|
|
386
424
|
map-obj "^4.0.0"
|
387
425
|
quick-lru "^4.0.1"
|
388
426
|
|
389
|
-
camelcase@^5.
|
427
|
+
camelcase@^5.3.1:
|
390
428
|
version "5.3.1"
|
391
429
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
392
430
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
393
431
|
|
394
|
-
caniuse-lite@^1.0.
|
395
|
-
version "1.0.
|
396
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
397
|
-
integrity sha512-
|
398
|
-
|
399
|
-
ccount@^1.0.0:
|
400
|
-
version "1.0.5"
|
401
|
-
resolved "https://registry.yarnpkg.com/ccount/-/ccount-1.0.5.tgz#ac82a944905a65ce204eb03023157edf29425c17"
|
402
|
-
integrity sha512-MOli1W+nfbPLlKEhInaxhRdp7KVLFxLN5ykwzHgLsLI3H3gs5jjFAK4Eoj3OzzcxCtumDaI8onoVDeQyWaNTkw==
|
432
|
+
caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001517:
|
433
|
+
version "1.0.30001534"
|
434
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz#f24a9b2a6d39630bac5c132b5dff89b39a12e7dd"
|
435
|
+
integrity sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==
|
403
436
|
|
404
|
-
chalk@^2.
|
437
|
+
chalk@^2.4.2:
|
405
438
|
version "2.4.2"
|
406
439
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
407
440
|
integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==
|
@@ -410,19 +443,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.4.1, chalk@^2.4.2:
|
|
410
443
|
escape-string-regexp "^1.0.5"
|
411
444
|
supports-color "^5.3.0"
|
412
445
|
|
413
|
-
chalk@^4.0.
|
414
|
-
version "4.
|
415
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.
|
416
|
-
integrity sha512-
|
446
|
+
chalk@^4.1.0, chalk@^4.1.1:
|
447
|
+
version "4.1.2"
|
448
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
449
|
+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
417
450
|
dependencies:
|
418
451
|
ansi-styles "^4.1.0"
|
419
452
|
supports-color "^7.1.0"
|
420
453
|
|
421
|
-
character-entities-html4@^1.0.0:
|
422
|
-
version "1.1.4"
|
423
|
-
resolved "https://registry.yarnpkg.com/character-entities-html4/-/character-entities-html4-1.1.4.tgz#0e64b0a3753ddbf1fdc044c5fd01d0199a02e125"
|
424
|
-
integrity sha512-HRcDxZuZqMx3/a+qrzxdBKBPUpxWEq9xw2OPZ3a/174ihfrQKVsFhqtthBInFy1zZ9GgZyFXOatNujm8M+El3g==
|
425
|
-
|
426
454
|
character-entities-legacy@^1.0.0:
|
427
455
|
version "1.1.4"
|
428
456
|
resolved "https://registry.yarnpkg.com/character-entities-legacy/-/character-entities-legacy-1.1.4.tgz#94bc1845dce70a5bb9d2ecc748725661293d8fc1"
|
@@ -445,11 +473,6 @@ clone-regexp@^2.1.0:
|
|
445
473
|
dependencies:
|
446
474
|
is-regexp "^2.0.0"
|
447
475
|
|
448
|
-
collapse-white-space@^1.0.2:
|
449
|
-
version "1.0.6"
|
450
|
-
resolved "https://registry.yarnpkg.com/collapse-white-space/-/collapse-white-space-1.0.6.tgz#e63629c0016665792060dbbeb79c42239d2c5287"
|
451
|
-
integrity sha512-jEovNnrhMuqyCcjfEJA56v0Xq8SkIoPKDyaHahwo3POf4qcSXqMYuwNcOTzp74vTsR9Tn08z4MxWqAhcekogkQ==
|
452
|
-
|
453
476
|
color-convert@^1.9.0:
|
454
477
|
version "1.9.3"
|
455
478
|
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8"
|
@@ -467,7 +490,7 @@ color-convert@^2.0.1:
|
|
467
490
|
color-name@1.1.3:
|
468
491
|
version "1.1.3"
|
469
492
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
470
|
-
integrity
|
493
|
+
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
471
494
|
|
472
495
|
color-name@~1.1.4:
|
473
496
|
version "1.1.4"
|
@@ -480,39 +503,37 @@ concat-map@0.0.1:
|
|
480
503
|
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
|
481
504
|
|
482
505
|
convert-source-map@^1.7.0:
|
483
|
-
version "1.
|
484
|
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
|
485
|
-
integrity sha512-
|
486
|
-
dependencies:
|
487
|
-
safe-buffer "~5.1.1"
|
506
|
+
version "1.9.0"
|
507
|
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
|
508
|
+
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
|
488
509
|
|
489
|
-
cosmiconfig@^
|
490
|
-
version "
|
491
|
-
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-
|
492
|
-
integrity sha512-
|
510
|
+
cosmiconfig@^7.0.0:
|
511
|
+
version "7.1.0"
|
512
|
+
resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-7.1.0.tgz#1443b9afa596b670082ea46cbd8f6a62b84635f6"
|
513
|
+
integrity sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==
|
493
514
|
dependencies:
|
494
515
|
"@types/parse-json" "^4.0.0"
|
495
|
-
import-fresh "^3.1
|
516
|
+
import-fresh "^3.2.1"
|
496
517
|
parse-json "^5.0.0"
|
497
518
|
path-type "^4.0.0"
|
498
|
-
yaml "^1.
|
519
|
+
yaml "^1.10.0"
|
499
520
|
|
500
521
|
cssesc@^3.0.0:
|
501
522
|
version "3.0.0"
|
502
523
|
resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-3.0.0.tgz#37741919903b868565e1c09ea747445cd18983ee"
|
503
524
|
integrity sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
|
504
525
|
|
505
|
-
debug@^4.
|
506
|
-
version "4.
|
507
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.
|
508
|
-
integrity sha512-
|
526
|
+
debug@^4.0.0, debug@^4.1.0, debug@^4.3.1:
|
527
|
+
version "4.3.4"
|
528
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
529
|
+
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
509
530
|
dependencies:
|
510
|
-
ms "
|
531
|
+
ms "2.1.2"
|
511
532
|
|
512
533
|
decamelize-keys@^1.1.0:
|
513
|
-
version "1.1.
|
514
|
-
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.
|
515
|
-
integrity
|
534
|
+
version "1.1.1"
|
535
|
+
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.1.tgz#04a2d523b2f18d80d0158a43b895d56dff8d19d8"
|
536
|
+
integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==
|
516
537
|
dependencies:
|
517
538
|
decamelize "^1.1.0"
|
518
539
|
map-obj "^1.0.0"
|
@@ -520,7 +541,7 @@ decamelize-keys@^1.1.0:
|
|
520
541
|
decamelize@^1.1.0, decamelize@^1.2.0:
|
521
542
|
version "1.2.0"
|
522
543
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
523
|
-
integrity
|
544
|
+
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
|
524
545
|
|
525
546
|
dir-glob@^3.0.1:
|
526
547
|
version "3.0.1"
|
@@ -543,9 +564,9 @@ domelementtype@1, domelementtype@^1.3.1:
|
|
543
564
|
integrity sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==
|
544
565
|
|
545
566
|
domelementtype@^2.0.1:
|
546
|
-
version "2.0
|
547
|
-
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.0.
|
548
|
-
integrity sha512-
|
567
|
+
version "2.3.0"
|
568
|
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
|
569
|
+
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
|
549
570
|
|
550
571
|
domhandler@^2.3.0:
|
551
572
|
version "2.4.2"
|
@@ -562,15 +583,10 @@ domutils@^1.5.1:
|
|
562
583
|
dom-serializer "0"
|
563
584
|
domelementtype "1"
|
564
585
|
|
565
|
-
electron-to-chromium@^1.
|
566
|
-
version "1.
|
567
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.
|
568
|
-
integrity sha512-
|
569
|
-
|
570
|
-
emoji-regex@^7.0.1:
|
571
|
-
version "7.0.3"
|
572
|
-
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
|
573
|
-
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
|
586
|
+
electron-to-chromium@^1.4.477:
|
587
|
+
version "1.4.519"
|
588
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.519.tgz#01b9bc3f1bb50c4971bdd1eeca6d9a73575bd581"
|
589
|
+
integrity sha512-kqs9oGYL4UFVkLKhqCTgBCYZv+wZ374yABDMqlDda9HvlkQxvSr7kgf4hfWVjMieDbX+1MwPHFBsOGCMIBaFKg==
|
574
590
|
|
575
591
|
emoji-regex@^8.0.0:
|
576
592
|
version "8.0.0"
|
@@ -583,9 +599,9 @@ entities@^1.1.1:
|
|
583
599
|
integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
|
584
600
|
|
585
601
|
entities@^2.0.0:
|
586
|
-
version "2.
|
587
|
-
resolved "https://registry.yarnpkg.com/entities/-/entities-2.
|
588
|
-
integrity sha512-
|
602
|
+
version "2.2.0"
|
603
|
+
resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55"
|
604
|
+
integrity sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==
|
589
605
|
|
590
606
|
error-ex@^1.3.1:
|
591
607
|
version "1.3.2"
|
@@ -594,10 +610,15 @@ error-ex@^1.3.1:
|
|
594
610
|
dependencies:
|
595
611
|
is-arrayish "^0.2.1"
|
596
612
|
|
613
|
+
escalade@^3.1.1:
|
614
|
+
version "3.1.1"
|
615
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
616
|
+
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
617
|
+
|
597
618
|
escape-string-regexp@^1.0.5:
|
598
619
|
version "1.0.5"
|
599
620
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
600
|
-
integrity
|
621
|
+
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
601
622
|
|
602
623
|
execall@^2.0.0:
|
603
624
|
version "2.0.0"
|
@@ -616,36 +637,35 @@ fast-deep-equal@^3.1.1:
|
|
616
637
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
617
638
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
618
639
|
|
619
|
-
fast-glob@^3.
|
620
|
-
version "3.
|
621
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.
|
622
|
-
integrity sha512-
|
640
|
+
fast-glob@^3.2.5, fast-glob@^3.2.9:
|
641
|
+
version "3.3.1"
|
642
|
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
|
643
|
+
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
|
623
644
|
dependencies:
|
624
645
|
"@nodelib/fs.stat" "^2.0.2"
|
625
646
|
"@nodelib/fs.walk" "^1.2.3"
|
626
|
-
glob-parent "^5.1.
|
647
|
+
glob-parent "^5.1.2"
|
627
648
|
merge2 "^1.3.0"
|
628
|
-
micromatch "^4.0.
|
629
|
-
picomatch "^2.2.1"
|
649
|
+
micromatch "^4.0.4"
|
630
650
|
|
631
|
-
|
632
|
-
version "
|
633
|
-
resolved "https://registry.yarnpkg.com/
|
634
|
-
integrity sha512-
|
651
|
+
fastest-levenshtein@^1.0.12:
|
652
|
+
version "1.0.16"
|
653
|
+
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
654
|
+
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
|
635
655
|
|
636
656
|
fastq@^1.6.0:
|
637
|
-
version "1.
|
638
|
-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.
|
639
|
-
integrity sha512-
|
657
|
+
version "1.15.0"
|
658
|
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.15.0.tgz#d04d07c6a2a68fe4599fea8d2e103a937fae6b3a"
|
659
|
+
integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==
|
640
660
|
dependencies:
|
641
661
|
reusify "^1.0.4"
|
642
662
|
|
643
|
-
file-entry-cache@^
|
644
|
-
version "
|
645
|
-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-
|
646
|
-
integrity sha512-
|
663
|
+
file-entry-cache@^6.0.1:
|
664
|
+
version "6.0.1"
|
665
|
+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
|
666
|
+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
|
647
667
|
dependencies:
|
648
|
-
flat-cache "^
|
668
|
+
flat-cache "^3.0.4"
|
649
669
|
|
650
670
|
fill-range@^7.0.1:
|
651
671
|
version "7.0.1"
|
@@ -654,13 +674,6 @@ fill-range@^7.0.1:
|
|
654
674
|
dependencies:
|
655
675
|
to-regex-range "^5.0.1"
|
656
676
|
|
657
|
-
find-up@^2.1.0:
|
658
|
-
version "2.1.0"
|
659
|
-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-2.1.0.tgz#45d1b7e506c717ddd482775a2b77920a3c0c57a7"
|
660
|
-
integrity sha1-RdG35QbHF93UgndaK3eSCjwMV6c=
|
661
|
-
dependencies:
|
662
|
-
locate-path "^2.0.0"
|
663
|
-
|
664
677
|
find-up@^4.1.0:
|
665
678
|
version "4.1.0"
|
666
679
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
@@ -669,51 +682,56 @@ find-up@^4.1.0:
|
|
669
682
|
locate-path "^5.0.0"
|
670
683
|
path-exists "^4.0.0"
|
671
684
|
|
672
|
-
flat-cache@^
|
673
|
-
version "
|
674
|
-
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-
|
675
|
-
integrity sha512-
|
685
|
+
flat-cache@^3.0.4:
|
686
|
+
version "3.1.0"
|
687
|
+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.1.0.tgz#0e54ab4a1a60fe87e2946b6b00657f1c99e1af3f"
|
688
|
+
integrity sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==
|
676
689
|
dependencies:
|
677
|
-
flatted "^2.
|
678
|
-
|
679
|
-
|
690
|
+
flatted "^3.2.7"
|
691
|
+
keyv "^4.5.3"
|
692
|
+
rimraf "^3.0.2"
|
680
693
|
|
681
|
-
flatted@^2.
|
682
|
-
version "2.
|
683
|
-
resolved "https://registry.yarnpkg.com/flatted/-/flatted-2.
|
684
|
-
integrity sha512-
|
694
|
+
flatted@^3.2.7:
|
695
|
+
version "3.2.7"
|
696
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
|
697
|
+
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
|
685
698
|
|
686
699
|
fs.realpath@^1.0.0:
|
687
700
|
version "1.0.0"
|
688
701
|
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
|
689
|
-
integrity
|
702
|
+
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
|
690
703
|
|
691
|
-
|
692
|
-
version "1.
|
693
|
-
resolved "https://registry.yarnpkg.com/
|
694
|
-
integrity sha512-
|
704
|
+
function-bind@^1.1.1:
|
705
|
+
version "1.1.1"
|
706
|
+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
|
707
|
+
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
|
695
708
|
|
696
|
-
|
697
|
-
version "
|
698
|
-
resolved "https://registry.yarnpkg.com/
|
699
|
-
integrity sha512-
|
709
|
+
gensync@^1.0.0-beta.2:
|
710
|
+
version "1.0.0-beta.2"
|
711
|
+
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
712
|
+
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
700
713
|
|
701
|
-
|
702
|
-
version "
|
703
|
-
resolved "https://registry.yarnpkg.com/
|
704
|
-
integrity sha512-
|
714
|
+
get-stdin@^8.0.0:
|
715
|
+
version "8.0.0"
|
716
|
+
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53"
|
717
|
+
integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==
|
718
|
+
|
719
|
+
glob-parent@^5.1.2:
|
720
|
+
version "5.1.2"
|
721
|
+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
722
|
+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
705
723
|
dependencies:
|
706
724
|
is-glob "^4.0.1"
|
707
725
|
|
708
726
|
glob@^7.1.3:
|
709
|
-
version "7.
|
710
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.
|
711
|
-
integrity sha512-
|
727
|
+
version "7.2.3"
|
728
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
729
|
+
integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==
|
712
730
|
dependencies:
|
713
731
|
fs.realpath "^1.0.0"
|
714
732
|
inflight "^1.0.4"
|
715
733
|
inherits "2"
|
716
|
-
minimatch "^3.
|
734
|
+
minimatch "^3.1.1"
|
717
735
|
once "^1.3.0"
|
718
736
|
path-is-absolute "^1.0.0"
|
719
737
|
|
@@ -738,22 +756,22 @@ globals@^11.1.0:
|
|
738
756
|
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
739
757
|
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
740
758
|
|
741
|
-
globby@^11.0.
|
742
|
-
version "11.
|
743
|
-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.
|
744
|
-
integrity sha512-
|
759
|
+
globby@^11.0.3:
|
760
|
+
version "11.1.0"
|
761
|
+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
|
762
|
+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
|
745
763
|
dependencies:
|
746
764
|
array-union "^2.1.0"
|
747
765
|
dir-glob "^3.0.1"
|
748
|
-
fast-glob "^3.
|
749
|
-
ignore "^5.
|
750
|
-
merge2 "^1.
|
766
|
+
fast-glob "^3.2.9"
|
767
|
+
ignore "^5.2.0"
|
768
|
+
merge2 "^1.4.1"
|
751
769
|
slash "^3.0.0"
|
752
770
|
|
753
771
|
globjoin@^0.1.4:
|
754
772
|
version "0.1.4"
|
755
773
|
resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43"
|
756
|
-
integrity
|
774
|
+
integrity sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==
|
757
775
|
|
758
776
|
gonzales-pe@^4.3.0:
|
759
777
|
version "4.3.0"
|
@@ -762,7 +780,7 @@ gonzales-pe@^4.3.0:
|
|
762
780
|
dependencies:
|
763
781
|
minimist "^1.2.5"
|
764
782
|
|
765
|
-
hard-rejection@^2.
|
783
|
+
hard-rejection@^2.1.0:
|
766
784
|
version "2.1.0"
|
767
785
|
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
768
786
|
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
|
@@ -770,22 +788,36 @@ hard-rejection@^2.0.0:
|
|
770
788
|
has-flag@^3.0.0:
|
771
789
|
version "3.0.0"
|
772
790
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
|
773
|
-
integrity
|
791
|
+
integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==
|
774
792
|
|
775
793
|
has-flag@^4.0.0:
|
776
794
|
version "4.0.0"
|
777
795
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
778
796
|
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
779
797
|
|
798
|
+
has@^1.0.3:
|
799
|
+
version "1.0.3"
|
800
|
+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
|
801
|
+
integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==
|
802
|
+
dependencies:
|
803
|
+
function-bind "^1.1.1"
|
804
|
+
|
780
805
|
hosted-git-info@^2.1.4:
|
781
806
|
version "2.8.9"
|
782
807
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
783
808
|
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
784
809
|
|
810
|
+
hosted-git-info@^4.0.1:
|
811
|
+
version "4.1.0"
|
812
|
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz#827b82867e9ff1c8d0c4d9d53880397d2c86d224"
|
813
|
+
integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==
|
814
|
+
dependencies:
|
815
|
+
lru-cache "^6.0.0"
|
816
|
+
|
785
817
|
html-tags@^3.1.0:
|
786
|
-
version "3.1
|
787
|
-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.
|
788
|
-
integrity sha512-
|
818
|
+
version "3.3.1"
|
819
|
+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
|
820
|
+
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
|
789
821
|
|
790
822
|
htmlparser2@^3.10.0:
|
791
823
|
version "3.10.1"
|
@@ -799,15 +831,15 @@ htmlparser2@^3.10.0:
|
|
799
831
|
inherits "^2.0.1"
|
800
832
|
readable-stream "^3.1.1"
|
801
833
|
|
802
|
-
ignore@^5.1.
|
803
|
-
version "5.
|
804
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.
|
805
|
-
integrity sha512-
|
834
|
+
ignore@^5.1.8, ignore@^5.2.0:
|
835
|
+
version "5.2.4"
|
836
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
837
|
+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
806
838
|
|
807
|
-
import-fresh@^3.1
|
808
|
-
version "3.
|
809
|
-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.
|
810
|
-
integrity sha512-
|
839
|
+
import-fresh@^3.2.1:
|
840
|
+
version "3.3.0"
|
841
|
+
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
842
|
+
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
811
843
|
dependencies:
|
812
844
|
parent-module "^1.0.0"
|
813
845
|
resolve-from "^4.0.0"
|
@@ -820,27 +852,22 @@ import-lazy@^4.0.0:
|
|
820
852
|
imurmurhash@^0.1.4:
|
821
853
|
version "0.1.4"
|
822
854
|
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
823
|
-
integrity
|
855
|
+
integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==
|
824
856
|
|
825
857
|
indent-string@^4.0.0:
|
826
858
|
version "4.0.0"
|
827
859
|
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
828
860
|
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
829
861
|
|
830
|
-
indexes-of@^1.0.1:
|
831
|
-
version "1.0.1"
|
832
|
-
resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
|
833
|
-
integrity sha1-8w9xbI4r00bHtn0985FVZqfAVgc=
|
834
|
-
|
835
862
|
inflight@^1.0.4:
|
836
863
|
version "1.0.6"
|
837
864
|
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
|
838
|
-
integrity
|
865
|
+
integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==
|
839
866
|
dependencies:
|
840
867
|
once "^1.3.0"
|
841
868
|
wrappy "1"
|
842
869
|
|
843
|
-
inherits@2, inherits@^2.0.
|
870
|
+
inherits@2, inherits@^2.0.1, inherits@^2.0.3:
|
844
871
|
version "2.0.4"
|
845
872
|
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
|
846
873
|
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
|
@@ -855,11 +882,6 @@ is-alphabetical@^1.0.0:
|
|
855
882
|
resolved "https://registry.yarnpkg.com/is-alphabetical/-/is-alphabetical-1.0.4.tgz#9e7d6b94916be22153745d184c298cbf986a686d"
|
856
883
|
integrity sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==
|
857
884
|
|
858
|
-
is-alphanumeric@^1.0.0:
|
859
|
-
version "1.0.0"
|
860
|
-
resolved "https://registry.yarnpkg.com/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz#4a9cef71daf4c001c1d81d63d140cf53fd6889f4"
|
861
|
-
integrity sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=
|
862
|
-
|
863
885
|
is-alphanumerical@^1.0.0:
|
864
886
|
version "1.0.4"
|
865
887
|
resolved "https://registry.yarnpkg.com/is-alphanumerical/-/is-alphanumerical-1.0.4.tgz#7eb9a2431f855f6b1ef1a78e326df515696c4dbf"
|
@@ -871,14 +893,21 @@ is-alphanumerical@^1.0.0:
|
|
871
893
|
is-arrayish@^0.2.1:
|
872
894
|
version "0.2.1"
|
873
895
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
874
|
-
integrity
|
896
|
+
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
875
897
|
|
876
898
|
is-buffer@^2.0.0:
|
877
|
-
version "2.0.
|
878
|
-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.
|
879
|
-
integrity sha512-
|
899
|
+
version "2.0.5"
|
900
|
+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.5.tgz#ebc252e400d22ff8d77fa09888821a24a658c191"
|
901
|
+
integrity sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==
|
902
|
+
|
903
|
+
is-core-module@^2.13.0, is-core-module@^2.5.0:
|
904
|
+
version "2.13.0"
|
905
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.0.tgz#bb52aa6e2cbd49a30c2ba68c42bf3435ba6072db"
|
906
|
+
integrity sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==
|
907
|
+
dependencies:
|
908
|
+
has "^1.0.3"
|
880
909
|
|
881
|
-
is-decimal@^1.0.0
|
910
|
+
is-decimal@^1.0.0:
|
882
911
|
version "1.0.4"
|
883
912
|
resolved "https://registry.yarnpkg.com/is-decimal/-/is-decimal-1.0.4.tgz#65a3a5958a1c5b63a706e1b333d7cd9f630d3fa5"
|
884
913
|
integrity sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==
|
@@ -886,12 +915,7 @@ is-decimal@^1.0.0, is-decimal@^1.0.2:
|
|
886
915
|
is-extglob@^2.1.1:
|
887
916
|
version "2.1.1"
|
888
917
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
889
|
-
integrity
|
890
|
-
|
891
|
-
is-fullwidth-code-point@^2.0.0:
|
892
|
-
version "2.0.0"
|
893
|
-
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
|
894
|
-
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
|
918
|
+
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
|
895
919
|
|
896
920
|
is-fullwidth-code-point@^3.0.0:
|
897
921
|
version "3.0.0"
|
@@ -899,9 +923,9 @@ is-fullwidth-code-point@^3.0.0:
|
|
899
923
|
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
|
900
924
|
|
901
925
|
is-glob@^4.0.1:
|
902
|
-
version "4.0.
|
903
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.
|
904
|
-
integrity sha512-
|
926
|
+
version "4.0.3"
|
927
|
+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
928
|
+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
905
929
|
dependencies:
|
906
930
|
is-extglob "^2.1.1"
|
907
931
|
|
@@ -918,7 +942,7 @@ is-number@^7.0.0:
|
|
918
942
|
is-plain-obj@^1.1.0:
|
919
943
|
version "1.1.0"
|
920
944
|
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
921
|
-
integrity
|
945
|
+
integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==
|
922
946
|
|
923
947
|
is-plain-obj@^2.0.0:
|
924
948
|
version "2.1.0"
|
@@ -933,22 +957,17 @@ is-regexp@^2.0.0:
|
|
933
957
|
is-typedarray@^1.0.0:
|
934
958
|
version "1.0.0"
|
935
959
|
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
936
|
-
integrity
|
960
|
+
integrity sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==
|
937
961
|
|
938
|
-
is-
|
939
|
-
version "1.0
|
940
|
-
resolved "https://registry.yarnpkg.com/is-
|
941
|
-
integrity sha512-
|
942
|
-
|
943
|
-
is-word-character@^1.0.0:
|
944
|
-
version "1.0.4"
|
945
|
-
resolved "https://registry.yarnpkg.com/is-word-character/-/is-word-character-1.0.4.tgz#ce0e73216f98599060592f62ff31354ddbeb0230"
|
946
|
-
integrity sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==
|
962
|
+
is-unicode-supported@^0.1.0:
|
963
|
+
version "0.1.0"
|
964
|
+
resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
|
965
|
+
integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
|
947
966
|
|
948
967
|
isexe@^2.0.0:
|
949
968
|
version "2.0.0"
|
950
969
|
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
|
951
|
-
integrity
|
970
|
+
integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==
|
952
971
|
|
953
972
|
javascript-natural-sort@^0.7.1:
|
954
973
|
version "0.7.1"
|
@@ -1011,48 +1030,47 @@ jsesc@^2.5.1:
|
|
1011
1030
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.2.tgz#80564d2e483dacf6e8ef209650a67df3f0c283a4"
|
1012
1031
|
integrity sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==
|
1013
1032
|
|
1014
|
-
json-
|
1015
|
-
version "
|
1016
|
-
resolved "https://registry.yarnpkg.com/json-
|
1017
|
-
integrity sha512-
|
1033
|
+
json-buffer@3.0.1:
|
1034
|
+
version "3.0.1"
|
1035
|
+
resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13"
|
1036
|
+
integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==
|
1018
1037
|
|
1019
|
-
json-
|
1020
|
-
version "
|
1021
|
-
resolved "https://registry.yarnpkg.com/json-
|
1022
|
-
integrity sha512-
|
1038
|
+
json-parse-even-better-errors@^2.3.0:
|
1039
|
+
version "2.3.1"
|
1040
|
+
resolved "https://registry.yarnpkg.com/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz#7c47805a94319928e05777405dc12e1f7a4ee02d"
|
1041
|
+
integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==
|
1042
|
+
|
1043
|
+
json-schema-traverse@^1.0.0:
|
1044
|
+
version "1.0.0"
|
1045
|
+
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz#ae7bcb3656ab77a73ba5c49bf654f38e6b6860e2"
|
1046
|
+
integrity sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==
|
1023
1047
|
|
1024
|
-
json5@^2.
|
1048
|
+
json5@^2.2.3:
|
1025
1049
|
version "2.2.3"
|
1026
1050
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
1027
1051
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
1028
1052
|
|
1029
|
-
|
1053
|
+
keyv@^4.5.3:
|
1054
|
+
version "4.5.3"
|
1055
|
+
resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.3.tgz#00873d2b046df737963157bd04f294ca818c9c25"
|
1056
|
+
integrity sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==
|
1057
|
+
dependencies:
|
1058
|
+
json-buffer "3.0.1"
|
1059
|
+
|
1060
|
+
kind-of@^6.0.2, kind-of@^6.0.3:
|
1030
1061
|
version "6.0.3"
|
1031
1062
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
1032
1063
|
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
1033
1064
|
|
1034
|
-
known-css-properties@^0.
|
1035
|
-
version "0.
|
1036
|
-
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.
|
1037
|
-
integrity sha512-
|
1038
|
-
|
1039
|
-
leven@^3.1.0:
|
1040
|
-
version "3.1.0"
|
1041
|
-
resolved "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz#77891de834064cccba82ae7842bb6b14a13ed7f2"
|
1042
|
-
integrity sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==
|
1065
|
+
known-css-properties@^0.21.0:
|
1066
|
+
version "0.21.0"
|
1067
|
+
resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.21.0.tgz#15fbd0bbb83447f3ce09d8af247ed47c68ede80d"
|
1068
|
+
integrity sha512-sZLUnTqimCkvkgRS+kbPlYW5o8q5w1cu+uIisKpEWkj31I8mx8kNG162DwRav8Zirkva6N5uoFsm9kzK4mUXjw==
|
1043
1069
|
|
1044
1070
|
lines-and-columns@^1.1.6:
|
1045
|
-
version "1.
|
1046
|
-
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.
|
1047
|
-
integrity
|
1048
|
-
|
1049
|
-
locate-path@^2.0.0:
|
1050
|
-
version "2.0.0"
|
1051
|
-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-2.0.0.tgz#2b568b265eec944c6d9c0de9c3dbbbca0354cd8e"
|
1052
|
-
integrity sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=
|
1053
|
-
dependencies:
|
1054
|
-
p-locate "^2.0.0"
|
1055
|
-
path-exists "^3.0.0"
|
1071
|
+
version "1.2.4"
|
1072
|
+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
1073
|
+
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
1056
1074
|
|
1057
1075
|
locate-path@^5.0.0:
|
1058
1076
|
version "5.0.0"
|
@@ -1061,135 +1079,160 @@ locate-path@^5.0.0:
|
|
1061
1079
|
dependencies:
|
1062
1080
|
p-locate "^4.1.0"
|
1063
1081
|
|
1064
|
-
lodash
|
1082
|
+
lodash.truncate@^4.4.2:
|
1083
|
+
version "4.4.2"
|
1084
|
+
resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
|
1085
|
+
integrity sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==
|
1086
|
+
|
1087
|
+
lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21:
|
1065
1088
|
version "4.17.21"
|
1066
1089
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
1067
1090
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
1068
1091
|
|
1069
|
-
log-symbols@^
|
1070
|
-
version "
|
1071
|
-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-
|
1072
|
-
integrity sha512-
|
1092
|
+
log-symbols@^4.1.0:
|
1093
|
+
version "4.1.0"
|
1094
|
+
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
|
1095
|
+
integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
|
1073
1096
|
dependencies:
|
1074
|
-
chalk "^
|
1097
|
+
chalk "^4.1.0"
|
1098
|
+
is-unicode-supported "^0.1.0"
|
1075
1099
|
|
1076
|
-
|
1077
|
-
version "3.0.0"
|
1078
|
-
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-3.0.0.tgz#f3a08516a5dea893336a7dee14d18a1cfdab77c4"
|
1079
|
-
integrity sha512-dSkNGuI7iG3mfvDzUuYZyvk5dD9ocYCYzNU6CYDE6+Xqd+gwme6Z00NS3dUh8mq/73HaEtT7m6W+yUPtU6BZnQ==
|
1080
|
-
dependencies:
|
1081
|
-
chalk "^2.4.2"
|
1082
|
-
|
1083
|
-
longest-streak@^2.0.1:
|
1100
|
+
longest-streak@^2.0.0:
|
1084
1101
|
version "2.0.4"
|
1085
1102
|
resolved "https://registry.yarnpkg.com/longest-streak/-/longest-streak-2.0.4.tgz#b8599957da5b5dab64dee3fe316fa774597d90e4"
|
1086
1103
|
integrity sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==
|
1087
1104
|
|
1105
|
+
lru-cache@^5.1.1:
|
1106
|
+
version "5.1.1"
|
1107
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
1108
|
+
integrity sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==
|
1109
|
+
dependencies:
|
1110
|
+
yallist "^3.0.2"
|
1111
|
+
|
1112
|
+
lru-cache@^6.0.0:
|
1113
|
+
version "6.0.0"
|
1114
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
|
1115
|
+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
|
1116
|
+
dependencies:
|
1117
|
+
yallist "^4.0.0"
|
1118
|
+
|
1088
1119
|
map-obj@^1.0.0:
|
1089
1120
|
version "1.0.1"
|
1090
1121
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
|
1091
|
-
integrity
|
1122
|
+
integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==
|
1092
1123
|
|
1093
1124
|
map-obj@^4.0.0:
|
1094
|
-
version "4.
|
1095
|
-
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.
|
1096
|
-
integrity sha512-
|
1097
|
-
|
1098
|
-
markdown-escapes@^1.0.0:
|
1099
|
-
version "1.0.4"
|
1100
|
-
resolved "https://registry.yarnpkg.com/markdown-escapes/-/markdown-escapes-1.0.4.tgz#c95415ef451499d7602b91095f3c8e8975f78535"
|
1101
|
-
integrity sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==
|
1102
|
-
|
1103
|
-
markdown-table@^2.0.0:
|
1104
|
-
version "2.0.0"
|
1105
|
-
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
|
1106
|
-
integrity sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==
|
1107
|
-
dependencies:
|
1108
|
-
repeat-string "^1.0.0"
|
1125
|
+
version "4.3.0"
|
1126
|
+
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
1127
|
+
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
1109
1128
|
|
1110
1129
|
mathml-tag-names@^2.1.3:
|
1111
1130
|
version "2.1.3"
|
1112
1131
|
resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3"
|
1113
1132
|
integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==
|
1114
1133
|
|
1115
|
-
mdast-util-
|
1116
|
-
version "
|
1117
|
-
resolved "https://registry.yarnpkg.com/mdast-util-
|
1118
|
-
integrity sha512-
|
1134
|
+
mdast-util-from-markdown@^0.8.0:
|
1135
|
+
version "0.8.5"
|
1136
|
+
resolved "https://registry.yarnpkg.com/mdast-util-from-markdown/-/mdast-util-from-markdown-0.8.5.tgz#d1ef2ca42bc377ecb0463a987910dae89bd9a28c"
|
1137
|
+
integrity sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==
|
1119
1138
|
dependencies:
|
1120
|
-
|
1139
|
+
"@types/mdast" "^3.0.0"
|
1140
|
+
mdast-util-to-string "^2.0.0"
|
1141
|
+
micromark "~2.11.0"
|
1142
|
+
parse-entities "^2.0.0"
|
1143
|
+
unist-util-stringify-position "^2.0.0"
|
1121
1144
|
|
1122
|
-
|
1123
|
-
version "6.
|
1124
|
-
resolved "https://registry.yarnpkg.com/
|
1125
|
-
integrity sha512-
|
1145
|
+
mdast-util-to-markdown@^0.6.0:
|
1146
|
+
version "0.6.5"
|
1147
|
+
resolved "https://registry.yarnpkg.com/mdast-util-to-markdown/-/mdast-util-to-markdown-0.6.5.tgz#b33f67ca820d69e6cc527a93d4039249b504bebe"
|
1148
|
+
integrity sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==
|
1149
|
+
dependencies:
|
1150
|
+
"@types/unist" "^2.0.0"
|
1151
|
+
longest-streak "^2.0.0"
|
1152
|
+
mdast-util-to-string "^2.0.0"
|
1153
|
+
parse-entities "^2.0.0"
|
1154
|
+
repeat-string "^1.0.0"
|
1155
|
+
zwitch "^1.0.0"
|
1156
|
+
|
1157
|
+
mdast-util-to-string@^2.0.0:
|
1158
|
+
version "2.0.0"
|
1159
|
+
resolved "https://registry.yarnpkg.com/mdast-util-to-string/-/mdast-util-to-string-2.0.0.tgz#b8cfe6a713e1091cb5b728fc48885a4767f8b97b"
|
1160
|
+
integrity sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==
|
1161
|
+
|
1162
|
+
meow@^9.0.0:
|
1163
|
+
version "9.0.0"
|
1164
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364"
|
1165
|
+
integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==
|
1126
1166
|
dependencies:
|
1127
1167
|
"@types/minimist" "^1.2.0"
|
1128
|
-
camelcase-keys "^6.
|
1168
|
+
camelcase-keys "^6.2.2"
|
1169
|
+
decamelize "^1.2.0"
|
1129
1170
|
decamelize-keys "^1.1.0"
|
1130
|
-
hard-rejection "^2.
|
1131
|
-
minimist-options "
|
1132
|
-
normalize-package-data "^
|
1133
|
-
read-pkg-up "^7.0.
|
1171
|
+
hard-rejection "^2.1.0"
|
1172
|
+
minimist-options "4.1.0"
|
1173
|
+
normalize-package-data "^3.0.0"
|
1174
|
+
read-pkg-up "^7.0.1"
|
1134
1175
|
redent "^3.0.0"
|
1135
1176
|
trim-newlines "^3.0.0"
|
1136
|
-
type-fest "^0.
|
1137
|
-
yargs-parser "^
|
1177
|
+
type-fest "^0.18.0"
|
1178
|
+
yargs-parser "^20.2.3"
|
1138
1179
|
|
1139
|
-
merge2@^1.3.0:
|
1140
|
-
version "1.
|
1141
|
-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.
|
1142
|
-
integrity sha512-
|
1180
|
+
merge2@^1.3.0, merge2@^1.4.1:
|
1181
|
+
version "1.4.1"
|
1182
|
+
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
1183
|
+
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
1143
1184
|
|
1144
|
-
|
1145
|
-
version "
|
1146
|
-
resolved "https://registry.yarnpkg.com/
|
1147
|
-
integrity sha512
|
1185
|
+
micromark@~2.11.0:
|
1186
|
+
version "2.11.4"
|
1187
|
+
resolved "https://registry.yarnpkg.com/micromark/-/micromark-2.11.4.tgz#d13436138eea826383e822449c9a5c50ee44665a"
|
1188
|
+
integrity sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==
|
1148
1189
|
dependencies:
|
1149
|
-
|
1150
|
-
|
1190
|
+
debug "^4.0.0"
|
1191
|
+
parse-entities "^2.0.0"
|
1192
|
+
|
1193
|
+
micromatch@^4.0.4:
|
1194
|
+
version "4.0.5"
|
1195
|
+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
|
1196
|
+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
|
1197
|
+
dependencies:
|
1198
|
+
braces "^3.0.2"
|
1199
|
+
picomatch "^2.3.1"
|
1151
1200
|
|
1152
1201
|
min-indent@^1.0.0:
|
1153
|
-
version "1.0.
|
1154
|
-
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.
|
1155
|
-
integrity
|
1202
|
+
version "1.0.1"
|
1203
|
+
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
1204
|
+
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
1156
1205
|
|
1157
|
-
minimatch@^3.
|
1206
|
+
minimatch@^3.1.1:
|
1158
1207
|
version "3.1.2"
|
1159
1208
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
1160
1209
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
1161
1210
|
dependencies:
|
1162
1211
|
brace-expansion "^1.1.7"
|
1163
1212
|
|
1164
|
-
minimist-options
|
1165
|
-
version "4.0
|
1166
|
-
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.0.
|
1167
|
-
integrity sha512-
|
1213
|
+
minimist-options@4.1.0:
|
1214
|
+
version "4.1.0"
|
1215
|
+
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
1216
|
+
integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
|
1168
1217
|
dependencies:
|
1169
1218
|
arrify "^1.0.1"
|
1170
1219
|
is-plain-obj "^1.1.0"
|
1220
|
+
kind-of "^6.0.3"
|
1171
1221
|
|
1172
1222
|
minimist@^1.2.5:
|
1173
|
-
version "1.2.
|
1174
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.
|
1175
|
-
integrity sha512-
|
1176
|
-
|
1177
|
-
mkdirp@^0.5.1:
|
1178
|
-
version "0.5.5"
|
1179
|
-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
|
1180
|
-
integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
|
1181
|
-
dependencies:
|
1182
|
-
minimist "^1.2.5"
|
1223
|
+
version "1.2.8"
|
1224
|
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
1225
|
+
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
|
1183
1226
|
|
1184
|
-
ms
|
1227
|
+
ms@2.1.2:
|
1185
1228
|
version "2.1.2"
|
1186
1229
|
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
|
1187
1230
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
1188
1231
|
|
1189
|
-
node-releases@^
|
1190
|
-
version "
|
1191
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-
|
1192
|
-
integrity sha512-
|
1232
|
+
node-releases@^2.0.13:
|
1233
|
+
version "2.0.13"
|
1234
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.13.tgz#d5ed1627c23e3461e819b02e57b75e4899b1c81d"
|
1235
|
+
integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==
|
1193
1236
|
|
1194
1237
|
normalize-package-data@^2.5.0:
|
1195
1238
|
version "2.5.0"
|
@@ -1201,35 +1244,38 @@ normalize-package-data@^2.5.0:
|
|
1201
1244
|
semver "2 || 3 || 4 || 5"
|
1202
1245
|
validate-npm-package-license "^3.0.1"
|
1203
1246
|
|
1247
|
+
normalize-package-data@^3.0.0:
|
1248
|
+
version "3.0.3"
|
1249
|
+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
|
1250
|
+
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
|
1251
|
+
dependencies:
|
1252
|
+
hosted-git-info "^4.0.1"
|
1253
|
+
is-core-module "^2.5.0"
|
1254
|
+
semver "^7.3.4"
|
1255
|
+
validate-npm-package-license "^3.0.1"
|
1256
|
+
|
1204
1257
|
normalize-range@^0.1.2:
|
1205
1258
|
version "0.1.2"
|
1206
1259
|
resolved "https://registry.yarnpkg.com/normalize-range/-/normalize-range-0.1.2.tgz#2d10c06bdfd312ea9777695a4d28439456b75942"
|
1207
|
-
integrity
|
1260
|
+
integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==
|
1208
1261
|
|
1209
1262
|
normalize-selector@^0.2.0:
|
1210
1263
|
version "0.2.0"
|
1211
1264
|
resolved "https://registry.yarnpkg.com/normalize-selector/-/normalize-selector-0.2.0.tgz#d0b145eb691189c63a78d201dc4fdb1293ef0c03"
|
1212
|
-
integrity
|
1265
|
+
integrity sha512-dxvWdI8gw6eAvk9BlPffgEoGfM7AdijoCwOEJge3e3ulT2XLgmU7KvvxprOaCu05Q1uGRHmOhHe1r6emZoKyFw==
|
1213
1266
|
|
1214
1267
|
num2fraction@^1.2.2:
|
1215
1268
|
version "1.2.2"
|
1216
1269
|
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
|
1217
|
-
integrity
|
1270
|
+
integrity sha512-Y1wZESM7VUThYY+4W+X4ySH2maqcA+p7UR+w8VWNWVAd6lwuXXWz/w/Cz43J/dI2I+PS6wD5N+bJUF+gjWvIqg==
|
1218
1271
|
|
1219
1272
|
once@^1.3.0:
|
1220
1273
|
version "1.4.0"
|
1221
1274
|
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
|
1222
|
-
integrity
|
1275
|
+
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
|
1223
1276
|
dependencies:
|
1224
1277
|
wrappy "1"
|
1225
1278
|
|
1226
|
-
p-limit@^1.1.0:
|
1227
|
-
version "1.3.0"
|
1228
|
-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-1.3.0.tgz#b86bd5f0c25690911c7590fcbfc2010d54b3ccb8"
|
1229
|
-
integrity sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==
|
1230
|
-
dependencies:
|
1231
|
-
p-try "^1.0.0"
|
1232
|
-
|
1233
1279
|
p-limit@^2.2.0:
|
1234
1280
|
version "2.3.0"
|
1235
1281
|
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1"
|
@@ -1237,13 +1283,6 @@ p-limit@^2.2.0:
|
|
1237
1283
|
dependencies:
|
1238
1284
|
p-try "^2.0.0"
|
1239
1285
|
|
1240
|
-
p-locate@^2.0.0:
|
1241
|
-
version "2.0.0"
|
1242
|
-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
|
1243
|
-
integrity sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=
|
1244
|
-
dependencies:
|
1245
|
-
p-limit "^1.1.0"
|
1246
|
-
|
1247
1286
|
p-locate@^4.1.0:
|
1248
1287
|
version "4.1.0"
|
1249
1288
|
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-4.1.0.tgz#a3428bb7088b3a60292f66919278b7c297ad4f07"
|
@@ -1251,11 +1290,6 @@ p-locate@^4.1.0:
|
|
1251
1290
|
dependencies:
|
1252
1291
|
p-limit "^2.2.0"
|
1253
1292
|
|
1254
|
-
p-try@^1.0.0:
|
1255
|
-
version "1.0.0"
|
1256
|
-
resolved "https://registry.yarnpkg.com/p-try/-/p-try-1.0.0.tgz#cbc79cdbaf8fd4228e13f621f2b1a237c1b207b3"
|
1257
|
-
integrity sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=
|
1258
|
-
|
1259
1293
|
p-try@^2.0.0:
|
1260
1294
|
version "2.2.0"
|
1261
1295
|
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
|
@@ -1281,20 +1315,15 @@ parse-entities@^2.0.0:
|
|
1281
1315
|
is-hexadecimal "^1.0.0"
|
1282
1316
|
|
1283
1317
|
parse-json@^5.0.0:
|
1284
|
-
version "5.
|
1285
|
-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.
|
1286
|
-
integrity sha512-
|
1318
|
+
version "5.2.0"
|
1319
|
+
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
|
1320
|
+
integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==
|
1287
1321
|
dependencies:
|
1288
1322
|
"@babel/code-frame" "^7.0.0"
|
1289
1323
|
error-ex "^1.3.1"
|
1290
|
-
json-parse-better-errors "^
|
1324
|
+
json-parse-even-better-errors "^2.3.0"
|
1291
1325
|
lines-and-columns "^1.1.6"
|
1292
1326
|
|
1293
|
-
path-exists@^3.0.0:
|
1294
|
-
version "3.0.0"
|
1295
|
-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
1296
|
-
integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=
|
1297
|
-
|
1298
1327
|
path-exists@^4.0.0:
|
1299
1328
|
version "4.0.0"
|
1300
1329
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
@@ -1303,9 +1332,9 @@ path-exists@^4.0.0:
|
|
1303
1332
|
path-is-absolute@^1.0.0:
|
1304
1333
|
version "1.0.1"
|
1305
1334
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
1306
|
-
integrity
|
1335
|
+
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
1307
1336
|
|
1308
|
-
path-parse@^1.0.
|
1337
|
+
path-parse@^1.0.7:
|
1309
1338
|
version "1.0.7"
|
1310
1339
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
1311
1340
|
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
@@ -1315,17 +1344,20 @@ path-type@^4.0.0:
|
|
1315
1344
|
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
1316
1345
|
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
1317
1346
|
|
1318
|
-
|
1319
|
-
version "
|
1320
|
-
resolved "https://registry.yarnpkg.com/
|
1321
|
-
integrity sha512-
|
1347
|
+
picocolors@^0.2.1:
|
1348
|
+
version "0.2.1"
|
1349
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-0.2.1.tgz#570670f793646851d1ba135996962abad587859f"
|
1350
|
+
integrity sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==
|
1322
1351
|
|
1323
|
-
|
1324
|
-
version "
|
1325
|
-
resolved "https://registry.yarnpkg.com/
|
1326
|
-
integrity
|
1327
|
-
|
1328
|
-
|
1352
|
+
picocolors@^1.0.0:
|
1353
|
+
version "1.0.0"
|
1354
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
1355
|
+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
1356
|
+
|
1357
|
+
picomatch@^2.3.1:
|
1358
|
+
version "2.3.1"
|
1359
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
1360
|
+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
1329
1361
|
|
1330
1362
|
postcss-html@^0.36.0:
|
1331
1363
|
version "0.36.0"
|
@@ -1344,22 +1376,12 @@ postcss-less@^3.1.4:
|
|
1344
1376
|
postcss-media-query-parser@^0.2.3:
|
1345
1377
|
version "0.2.3"
|
1346
1378
|
resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244"
|
1347
|
-
integrity
|
1348
|
-
|
1349
|
-
postcss-reporter@^6.0.1:
|
1350
|
-
version "6.0.1"
|
1351
|
-
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-6.0.1.tgz#7c055120060a97c8837b4e48215661aafb74245f"
|
1352
|
-
integrity sha512-LpmQjfRWyabc+fRygxZjpRxfhRf9u/fdlKf4VHG4TSPbV2XNsuISzYW1KL+1aQzx53CAppa1bKG4APIB/DOXXw==
|
1353
|
-
dependencies:
|
1354
|
-
chalk "^2.4.1"
|
1355
|
-
lodash "^4.17.11"
|
1356
|
-
log-symbols "^2.2.0"
|
1357
|
-
postcss "^7.0.7"
|
1379
|
+
integrity sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==
|
1358
1380
|
|
1359
1381
|
postcss-resolve-nested-selector@^0.1.1:
|
1360
1382
|
version "0.1.1"
|
1361
1383
|
resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e"
|
1362
|
-
integrity
|
1384
|
+
integrity sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==
|
1363
1385
|
|
1364
1386
|
postcss-safe-parser@^4.0.2:
|
1365
1387
|
version "4.0.2"
|
@@ -1376,21 +1398,20 @@ postcss-sass@^0.4.4:
|
|
1376
1398
|
gonzales-pe "^4.3.0"
|
1377
1399
|
postcss "^7.0.21"
|
1378
1400
|
|
1379
|
-
postcss-scss@^2.
|
1380
|
-
version "2.
|
1381
|
-
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.
|
1382
|
-
integrity sha512-
|
1401
|
+
postcss-scss@^2.1.1:
|
1402
|
+
version "2.1.1"
|
1403
|
+
resolved "https://registry.yarnpkg.com/postcss-scss/-/postcss-scss-2.1.1.tgz#ec3a75fa29a55e016b90bf3269026c53c1d2b383"
|
1404
|
+
integrity sha512-jQmGnj0hSGLd9RscFw9LyuSVAa5Bl1/KBPqG1NQw9w8ND55nY4ZEsdlVuYJvLPpV+y0nwTV5v/4rHPzZRihQbA==
|
1383
1405
|
dependencies:
|
1384
|
-
postcss "^7.0.
|
1406
|
+
postcss "^7.0.6"
|
1385
1407
|
|
1386
|
-
postcss-selector-parser@^6.0.2:
|
1387
|
-
version "6.0.
|
1388
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
1389
|
-
integrity sha512-
|
1408
|
+
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.5:
|
1409
|
+
version "6.0.13"
|
1410
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz#d05d8d76b1e8e173257ef9d60b706a8e5e99bf1b"
|
1411
|
+
integrity sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==
|
1390
1412
|
dependencies:
|
1391
1413
|
cssesc "^3.0.0"
|
1392
|
-
|
1393
|
-
uniq "^1.0.1"
|
1414
|
+
util-deprecate "^1.0.2"
|
1394
1415
|
|
1395
1416
|
postcss-sorting@^5.0.1:
|
1396
1417
|
version "5.0.1"
|
@@ -1405,12 +1426,25 @@ postcss-syntax@^0.36.2:
|
|
1405
1426
|
resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c"
|
1406
1427
|
integrity sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==
|
1407
1428
|
|
1408
|
-
postcss-value-parser@^4.0.2
|
1429
|
+
postcss-value-parser@^4.0.2:
|
1409
1430
|
version "4.0.3"
|
1410
1431
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.0.3.tgz#651ff4593aa9eda8d5d0d66593a2417aeaeb325d"
|
1411
1432
|
integrity sha512-N7h4pG+Nnu5BEIzyeaaIYWs0LI5XC40OrRh5L60z0QjFsqGWcHcbkBvpe1WYpcIS9yQ8sOi/vIPt1ejQCrMVrg==
|
1412
1433
|
|
1413
|
-
postcss@^
|
1434
|
+
postcss-value-parser@^4.1.0:
|
1435
|
+
version "4.2.0"
|
1436
|
+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
1437
|
+
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
1438
|
+
|
1439
|
+
postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6:
|
1440
|
+
version "7.0.39"
|
1441
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.39.tgz#9624375d965630e2e1f2c02a935c82a59cb48309"
|
1442
|
+
integrity sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==
|
1443
|
+
dependencies:
|
1444
|
+
picocolors "^0.2.1"
|
1445
|
+
source-map "^0.6.1"
|
1446
|
+
|
1447
|
+
postcss@^7.0.17:
|
1414
1448
|
version "7.0.36"
|
1415
1449
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
|
1416
1450
|
integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
|
@@ -1420,16 +1454,21 @@ postcss@^7.0.0, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.2
|
|
1420
1454
|
supports-color "^6.1.0"
|
1421
1455
|
|
1422
1456
|
punycode@^2.1.0:
|
1423
|
-
version "2.
|
1424
|
-
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.
|
1425
|
-
integrity sha512-
|
1457
|
+
version "2.3.0"
|
1458
|
+
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.3.0.tgz#f67fa67c94da8f4d0cfff981aee4118064199b8f"
|
1459
|
+
integrity sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==
|
1460
|
+
|
1461
|
+
queue-microtask@^1.2.2:
|
1462
|
+
version "1.2.3"
|
1463
|
+
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
1464
|
+
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
|
1426
1465
|
|
1427
1466
|
quick-lru@^4.0.1:
|
1428
1467
|
version "4.0.1"
|
1429
1468
|
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
|
1430
1469
|
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
|
1431
1470
|
|
1432
|
-
read-pkg-up@^7.0.
|
1471
|
+
read-pkg-up@^7.0.1:
|
1433
1472
|
version "7.0.1"
|
1434
1473
|
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
|
1435
1474
|
integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
|
@@ -1449,9 +1488,9 @@ read-pkg@^5.2.0:
|
|
1449
1488
|
type-fest "^0.6.0"
|
1450
1489
|
|
1451
1490
|
readable-stream@^3.1.1:
|
1452
|
-
version "3.6.
|
1453
|
-
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.
|
1454
|
-
integrity sha512-
|
1491
|
+
version "3.6.2"
|
1492
|
+
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.2.tgz#56a9b36ea965c00c5a93ef31eb111a0f11056967"
|
1493
|
+
integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==
|
1455
1494
|
dependencies:
|
1456
1495
|
inherits "^2.0.3"
|
1457
1496
|
string_decoder "^1.1.1"
|
@@ -1465,71 +1504,38 @@ redent@^3.0.0:
|
|
1465
1504
|
indent-string "^4.0.0"
|
1466
1505
|
strip-indent "^3.0.0"
|
1467
1506
|
|
1468
|
-
|
1469
|
-
version "0.
|
1470
|
-
resolved "https://registry.yarnpkg.com/
|
1471
|
-
integrity sha512-
|
1507
|
+
remark-parse@^9.0.0:
|
1508
|
+
version "9.0.0"
|
1509
|
+
resolved "https://registry.yarnpkg.com/remark-parse/-/remark-parse-9.0.0.tgz#4d20a299665880e4f4af5d90b7c7b8a935853640"
|
1510
|
+
integrity sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==
|
1511
|
+
dependencies:
|
1512
|
+
mdast-util-from-markdown "^0.8.0"
|
1472
1513
|
|
1473
|
-
remark-
|
1474
|
-
version "
|
1475
|
-
resolved "https://registry.yarnpkg.com/remark-
|
1476
|
-
integrity sha512-
|
1514
|
+
remark-stringify@^9.0.0:
|
1515
|
+
version "9.0.1"
|
1516
|
+
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-9.0.1.tgz#576d06e910548b0a7191a71f27b33f1218862894"
|
1517
|
+
integrity sha512-mWmNg3ZtESvZS8fv5PTvaPckdL4iNlCHTt8/e/8oN08nArHRHjNZMKzA/YW3+p7/lYqIw4nx1XsjCBo/AxNChg==
|
1477
1518
|
dependencies:
|
1478
|
-
|
1479
|
-
|
1480
|
-
|
1481
|
-
|
1482
|
-
|
1483
|
-
|
1484
|
-
markdown-escapes "^1.0.0"
|
1485
|
-
parse-entities "^2.0.0"
|
1486
|
-
repeat-string "^1.5.4"
|
1487
|
-
state-toggle "^1.0.0"
|
1488
|
-
trim "0.0.1"
|
1489
|
-
trim-trailing-lines "^1.0.0"
|
1490
|
-
unherit "^1.0.4"
|
1491
|
-
unist-util-remove-position "^2.0.0"
|
1492
|
-
vfile-location "^3.0.0"
|
1493
|
-
xtend "^4.0.1"
|
1494
|
-
|
1495
|
-
remark-stringify@^8.0.0:
|
1496
|
-
version "8.0.0"
|
1497
|
-
resolved "https://registry.yarnpkg.com/remark-stringify/-/remark-stringify-8.0.0.tgz#33423ab8bf3076fb197f4cf582aaaf866b531625"
|
1498
|
-
integrity sha512-cABVYVloFH+2ZI5bdqzoOmemcz/ZuhQSH6W6ZNYnLojAUUn3xtX7u+6BpnYp35qHoGr2NFBsERV14t4vCIeW8w==
|
1519
|
+
mdast-util-to-markdown "^0.6.0"
|
1520
|
+
|
1521
|
+
remark@^13.0.0:
|
1522
|
+
version "13.0.0"
|
1523
|
+
resolved "https://registry.yarnpkg.com/remark/-/remark-13.0.0.tgz#d15d9bf71a402f40287ebe36067b66d54868e425"
|
1524
|
+
integrity sha512-HDz1+IKGtOyWN+QgBiAT0kn+2s6ovOxHyPAFGKVE81VSzJ+mq7RwHFledEvB5F1p4iJvOah/LOKdFuzvRnNLCA==
|
1499
1525
|
dependencies:
|
1500
|
-
|
1501
|
-
|
1502
|
-
|
1503
|
-
|
1504
|
-
|
1505
|
-
markdown-escapes "^1.0.0"
|
1506
|
-
markdown-table "^2.0.0"
|
1507
|
-
mdast-util-compact "^2.0.0"
|
1508
|
-
parse-entities "^2.0.0"
|
1509
|
-
repeat-string "^1.5.4"
|
1510
|
-
state-toggle "^1.0.0"
|
1511
|
-
stringify-entities "^3.0.0"
|
1512
|
-
unherit "^1.0.4"
|
1513
|
-
xtend "^4.0.1"
|
1514
|
-
|
1515
|
-
remark@^12.0.0:
|
1516
|
-
version "12.0.0"
|
1517
|
-
resolved "https://registry.yarnpkg.com/remark/-/remark-12.0.0.tgz#d1c145c07341c9232f93b2f8539d56da15a2548c"
|
1518
|
-
integrity sha512-oX4lMIS0csgk8AEbzY0h2jdR0ngiCHOpwwpxjmRa5TqAkeknY+tkhjRJGZqnCmvyuWh55/0SW5WY3R3nn3PH9A==
|
1519
|
-
dependencies:
|
1520
|
-
remark-parse "^8.0.0"
|
1521
|
-
remark-stringify "^8.0.0"
|
1522
|
-
unified "^9.0.0"
|
1523
|
-
|
1524
|
-
repeat-string@^1.0.0, repeat-string@^1.5.4:
|
1526
|
+
remark-parse "^9.0.0"
|
1527
|
+
remark-stringify "^9.0.0"
|
1528
|
+
unified "^9.1.0"
|
1529
|
+
|
1530
|
+
repeat-string@^1.0.0:
|
1525
1531
|
version "1.6.1"
|
1526
1532
|
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
1527
|
-
integrity
|
1533
|
+
integrity sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==
|
1528
1534
|
|
1529
|
-
|
1530
|
-
version "
|
1531
|
-
resolved "https://registry.yarnpkg.com/
|
1532
|
-
integrity
|
1535
|
+
require-from-string@^2.0.2:
|
1536
|
+
version "2.0.2"
|
1537
|
+
resolved "https://registry.yarnpkg.com/require-from-string/-/require-from-string-2.0.2.tgz#89a7fdd938261267318eafe14f9c32e598c36909"
|
1538
|
+
integrity sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==
|
1533
1539
|
|
1534
1540
|
resolve-from@^4.0.0:
|
1535
1541
|
version "4.0.0"
|
@@ -1541,44 +1547,43 @@ resolve-from@^5.0.0:
|
|
1541
1547
|
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
1542
1548
|
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
|
1543
1549
|
|
1544
|
-
resolve@^1.10.0
|
1545
|
-
version "1.
|
1546
|
-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.
|
1547
|
-
integrity sha512-
|
1550
|
+
resolve@^1.10.0:
|
1551
|
+
version "1.22.4"
|
1552
|
+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.4.tgz#1dc40df46554cdaf8948a486a10f6ba1e2026c34"
|
1553
|
+
integrity sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==
|
1548
1554
|
dependencies:
|
1549
|
-
|
1555
|
+
is-core-module "^2.13.0"
|
1556
|
+
path-parse "^1.0.7"
|
1557
|
+
supports-preserve-symlinks-flag "^1.0.0"
|
1550
1558
|
|
1551
1559
|
reusify@^1.0.4:
|
1552
1560
|
version "1.0.4"
|
1553
1561
|
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
1554
1562
|
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
|
1555
1563
|
|
1556
|
-
rimraf
|
1557
|
-
version "
|
1558
|
-
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-
|
1559
|
-
integrity sha512-
|
1564
|
+
rimraf@^3.0.2:
|
1565
|
+
version "3.0.2"
|
1566
|
+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
|
1567
|
+
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
|
1560
1568
|
dependencies:
|
1561
1569
|
glob "^7.1.3"
|
1562
1570
|
|
1563
1571
|
run-parallel@^1.1.9:
|
1564
|
-
version "1.
|
1565
|
-
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.
|
1566
|
-
integrity sha512-
|
1567
|
-
|
1568
|
-
|
1569
|
-
version "5.1.2"
|
1570
|
-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
1571
|
-
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
1572
|
+
version "1.2.0"
|
1573
|
+
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
1574
|
+
integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==
|
1575
|
+
dependencies:
|
1576
|
+
queue-microtask "^1.2.2"
|
1572
1577
|
|
1573
1578
|
safe-buffer@~5.2.0:
|
1574
|
-
version "5.2.
|
1575
|
-
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.
|
1576
|
-
integrity sha512-
|
1579
|
+
version "5.2.1"
|
1580
|
+
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
|
1581
|
+
integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
|
1577
1582
|
|
1578
|
-
"semver@2 || 3 || 4 || 5"
|
1579
|
-
version "5.7.
|
1580
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.
|
1581
|
-
integrity sha512-
|
1583
|
+
"semver@2 || 3 || 4 || 5":
|
1584
|
+
version "5.7.2"
|
1585
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
1586
|
+
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
1582
1587
|
|
1583
1588
|
shoestring@^2.0.0:
|
1584
1589
|
version "2.0.1"
|
@@ -1586,28 +1591,23 @@ shoestring@^2.0.0:
|
|
1586
1591
|
integrity sha512-F2jX6NN5OtZLzmt2Pnsfr4YZf7+H+3oZMTgRubtcS9Q+RuH0jZZASNsHkbrosX3GlHHfCF6QJgih+pxEY/pXhQ==
|
1587
1592
|
|
1588
1593
|
signal-exit@^3.0.2:
|
1589
|
-
version "3.0.
|
1590
|
-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.
|
1591
|
-
integrity sha512-
|
1594
|
+
version "3.0.7"
|
1595
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
1596
|
+
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
1592
1597
|
|
1593
1598
|
slash@^3.0.0:
|
1594
1599
|
version "3.0.0"
|
1595
1600
|
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
|
1596
1601
|
integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==
|
1597
1602
|
|
1598
|
-
slice-ansi@^
|
1599
|
-
version "
|
1600
|
-
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-
|
1601
|
-
integrity sha512-
|
1603
|
+
slice-ansi@^4.0.0:
|
1604
|
+
version "4.0.0"
|
1605
|
+
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
|
1606
|
+
integrity sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==
|
1602
1607
|
dependencies:
|
1603
|
-
ansi-styles "^
|
1604
|
-
astral-regex "^
|
1605
|
-
is-fullwidth-code-point "^
|
1606
|
-
|
1607
|
-
source-map@^0.5.0:
|
1608
|
-
version "0.5.7"
|
1609
|
-
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
|
1610
|
-
integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=
|
1608
|
+
ansi-styles "^4.0.0"
|
1609
|
+
astral-regex "^2.0.0"
|
1610
|
+
is-fullwidth-code-point "^3.0.0"
|
1611
1611
|
|
1612
1612
|
source-map@^0.6.1:
|
1613
1613
|
version "0.6.1"
|
@@ -1615,58 +1615,44 @@ source-map@^0.6.1:
|
|
1615
1615
|
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
|
1616
1616
|
|
1617
1617
|
spdx-correct@^3.0.0:
|
1618
|
-
version "3.
|
1619
|
-
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.
|
1620
|
-
integrity sha512-
|
1618
|
+
version "3.2.0"
|
1619
|
+
resolved "https://registry.yarnpkg.com/spdx-correct/-/spdx-correct-3.2.0.tgz#4f5ab0668f0059e34f9c00dce331784a12de4e9c"
|
1620
|
+
integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==
|
1621
1621
|
dependencies:
|
1622
1622
|
spdx-expression-parse "^3.0.0"
|
1623
1623
|
spdx-license-ids "^3.0.0"
|
1624
1624
|
|
1625
1625
|
spdx-exceptions@^2.1.0:
|
1626
|
-
version "2.
|
1627
|
-
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.
|
1628
|
-
integrity sha512
|
1626
|
+
version "2.3.0"
|
1627
|
+
resolved "https://registry.yarnpkg.com/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz#3f28ce1a77a00372683eade4a433183527a2163d"
|
1628
|
+
integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==
|
1629
1629
|
|
1630
1630
|
spdx-expression-parse@^3.0.0:
|
1631
|
-
version "3.0.
|
1632
|
-
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.
|
1633
|
-
integrity sha512-
|
1631
|
+
version "3.0.1"
|
1632
|
+
resolved "https://registry.yarnpkg.com/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz#cf70f50482eefdc98e3ce0a6833e4a53ceeba679"
|
1633
|
+
integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==
|
1634
1634
|
dependencies:
|
1635
1635
|
spdx-exceptions "^2.1.0"
|
1636
1636
|
spdx-license-ids "^3.0.0"
|
1637
1637
|
|
1638
1638
|
spdx-license-ids@^3.0.0:
|
1639
|
-
version "3.0.
|
1640
|
-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
|
1641
|
-
integrity sha512-
|
1639
|
+
version "3.0.13"
|
1640
|
+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz#7189a474c46f8d47c7b0da4b987bb45e908bd2d5"
|
1641
|
+
integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==
|
1642
1642
|
|
1643
1643
|
specificity@^0.4.1:
|
1644
1644
|
version "0.4.1"
|
1645
1645
|
resolved "https://registry.yarnpkg.com/specificity/-/specificity-0.4.1.tgz#aab5e645012db08ba182e151165738d00887b019"
|
1646
1646
|
integrity sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==
|
1647
1647
|
|
1648
|
-
|
1649
|
-
version "
|
1650
|
-
resolved "https://registry.yarnpkg.com/
|
1651
|
-
integrity sha512-
|
1652
|
-
|
1653
|
-
string-width@^3.0.0:
|
1654
|
-
version "3.1.0"
|
1655
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
|
1656
|
-
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
|
1657
|
-
dependencies:
|
1658
|
-
emoji-regex "^7.0.1"
|
1659
|
-
is-fullwidth-code-point "^2.0.0"
|
1660
|
-
strip-ansi "^5.1.0"
|
1661
|
-
|
1662
|
-
string-width@^4.2.0:
|
1663
|
-
version "4.2.0"
|
1664
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.0.tgz#952182c46cc7b2c313d1596e623992bd163b72b5"
|
1665
|
-
integrity sha512-zUz5JD+tgqtuDjMhwIg5uFVV3dtqZ9yQJlZVfq4I01/K5Paj5UHj7VyrQOJvzawSVlKpObApbfD0Ed6yJc+1eg==
|
1648
|
+
string-width@^4.2.2, string-width@^4.2.3:
|
1649
|
+
version "4.2.3"
|
1650
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
1651
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
1666
1652
|
dependencies:
|
1667
1653
|
emoji-regex "^8.0.0"
|
1668
1654
|
is-fullwidth-code-point "^3.0.0"
|
1669
|
-
strip-ansi "^6.0.
|
1655
|
+
strip-ansi "^6.0.1"
|
1670
1656
|
|
1671
1657
|
string_decoder@^1.1.1:
|
1672
1658
|
version "1.3.0"
|
@@ -1675,30 +1661,12 @@ string_decoder@^1.1.1:
|
|
1675
1661
|
dependencies:
|
1676
1662
|
safe-buffer "~5.2.0"
|
1677
1663
|
|
1678
|
-
|
1679
|
-
version "
|
1680
|
-
resolved "https://registry.yarnpkg.com/
|
1681
|
-
integrity sha512-
|
1682
|
-
dependencies:
|
1683
|
-
character-entities-html4 "^1.0.0"
|
1684
|
-
character-entities-legacy "^1.0.0"
|
1685
|
-
is-alphanumerical "^1.0.0"
|
1686
|
-
is-decimal "^1.0.2"
|
1687
|
-
is-hexadecimal "^1.0.0"
|
1688
|
-
|
1689
|
-
strip-ansi@^5.1.0:
|
1690
|
-
version "5.2.0"
|
1691
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
|
1692
|
-
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
|
1693
|
-
dependencies:
|
1694
|
-
ansi-regex "^4.1.0"
|
1695
|
-
|
1696
|
-
strip-ansi@^6.0.0:
|
1697
|
-
version "6.0.0"
|
1698
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"
|
1699
|
-
integrity sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==
|
1664
|
+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
1665
|
+
version "6.0.1"
|
1666
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
1667
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
1700
1668
|
dependencies:
|
1701
|
-
ansi-regex "^5.0.
|
1669
|
+
ansi-regex "^5.0.1"
|
1702
1670
|
|
1703
1671
|
strip-indent@^3.0.0:
|
1704
1672
|
version "3.0.0"
|
@@ -1710,7 +1678,7 @@ strip-indent@^3.0.0:
|
|
1710
1678
|
style-search@^0.1.0:
|
1711
1679
|
version "0.1.0"
|
1712
1680
|
resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"
|
1713
|
-
integrity
|
1681
|
+
integrity sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==
|
1714
1682
|
|
1715
1683
|
stylelint-config-recommended@^3.0.0:
|
1716
1684
|
version "3.0.0"
|
@@ -1738,57 +1706,57 @@ stylelint-scss@^3.17.0:
|
|
1738
1706
|
postcss-value-parser "^4.0.2"
|
1739
1707
|
|
1740
1708
|
stylelint@^13.3.2:
|
1741
|
-
version "13.
|
1742
|
-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.
|
1743
|
-
integrity sha512-
|
1744
|
-
dependencies:
|
1745
|
-
"@stylelint/postcss-css-in-js" "^0.37.
|
1746
|
-
"@stylelint/postcss-markdown" "^0.36.
|
1747
|
-
autoprefixer "^9.
|
1748
|
-
balanced-match "^
|
1749
|
-
chalk "^4.
|
1750
|
-
cosmiconfig "^
|
1751
|
-
debug "^4.
|
1709
|
+
version "13.13.1"
|
1710
|
+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.13.1.tgz#fca9c9f5de7990ab26a00f167b8978f083a18f3c"
|
1711
|
+
integrity sha512-Mv+BQr5XTUrKqAXmpqm6Ddli6Ief+AiPZkRsIrAoUKFuq/ElkUh9ZMYxXD0iQNZ5ADghZKLOWz1h7hTClB7zgQ==
|
1712
|
+
dependencies:
|
1713
|
+
"@stylelint/postcss-css-in-js" "^0.37.2"
|
1714
|
+
"@stylelint/postcss-markdown" "^0.36.2"
|
1715
|
+
autoprefixer "^9.8.6"
|
1716
|
+
balanced-match "^2.0.0"
|
1717
|
+
chalk "^4.1.1"
|
1718
|
+
cosmiconfig "^7.0.0"
|
1719
|
+
debug "^4.3.1"
|
1752
1720
|
execall "^2.0.0"
|
1753
|
-
|
1754
|
-
|
1721
|
+
fast-glob "^3.2.5"
|
1722
|
+
fastest-levenshtein "^1.0.12"
|
1723
|
+
file-entry-cache "^6.0.1"
|
1724
|
+
get-stdin "^8.0.0"
|
1755
1725
|
global-modules "^2.0.0"
|
1756
|
-
globby "^11.0.
|
1726
|
+
globby "^11.0.3"
|
1757
1727
|
globjoin "^0.1.4"
|
1758
1728
|
html-tags "^3.1.0"
|
1759
|
-
ignore "^5.1.
|
1729
|
+
ignore "^5.1.8"
|
1760
1730
|
import-lazy "^4.0.0"
|
1761
1731
|
imurmurhash "^0.1.4"
|
1762
|
-
known-css-properties "^0.
|
1763
|
-
|
1764
|
-
|
1765
|
-
log-symbols "^3.0.0"
|
1732
|
+
known-css-properties "^0.21.0"
|
1733
|
+
lodash "^4.17.21"
|
1734
|
+
log-symbols "^4.1.0"
|
1766
1735
|
mathml-tag-names "^2.1.3"
|
1767
|
-
meow "^
|
1768
|
-
micromatch "^4.0.
|
1736
|
+
meow "^9.0.0"
|
1737
|
+
micromatch "^4.0.4"
|
1769
1738
|
normalize-selector "^0.2.0"
|
1770
|
-
postcss "^7.0.
|
1739
|
+
postcss "^7.0.35"
|
1771
1740
|
postcss-html "^0.36.0"
|
1772
1741
|
postcss-less "^3.1.4"
|
1773
1742
|
postcss-media-query-parser "^0.2.3"
|
1774
|
-
postcss-reporter "^6.0.1"
|
1775
1743
|
postcss-resolve-nested-selector "^0.1.1"
|
1776
1744
|
postcss-safe-parser "^4.0.2"
|
1777
1745
|
postcss-sass "^0.4.4"
|
1778
|
-
postcss-scss "^2.
|
1779
|
-
postcss-selector-parser "^6.0.
|
1746
|
+
postcss-scss "^2.1.1"
|
1747
|
+
postcss-selector-parser "^6.0.5"
|
1780
1748
|
postcss-syntax "^0.36.2"
|
1781
|
-
postcss-value-parser "^4.0
|
1749
|
+
postcss-value-parser "^4.1.0"
|
1782
1750
|
resolve-from "^5.0.0"
|
1783
1751
|
slash "^3.0.0"
|
1784
1752
|
specificity "^0.4.1"
|
1785
|
-
string-width "^4.2.
|
1753
|
+
string-width "^4.2.2"
|
1786
1754
|
strip-ansi "^6.0.0"
|
1787
1755
|
style-search "^0.1.0"
|
1788
1756
|
sugarss "^2.0.0"
|
1789
1757
|
svg-tags "^1.0.0"
|
1790
|
-
table "^
|
1791
|
-
v8-compile-cache "^2.
|
1758
|
+
table "^6.6.0"
|
1759
|
+
v8-compile-cache "^2.3.0"
|
1792
1760
|
write-file-atomic "^3.0.3"
|
1793
1761
|
|
1794
1762
|
sugarss@^2.0.0:
|
@@ -1813,26 +1781,32 @@ supports-color@^6.1.0:
|
|
1813
1781
|
has-flag "^3.0.0"
|
1814
1782
|
|
1815
1783
|
supports-color@^7.1.0:
|
1816
|
-
version "7.
|
1817
|
-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.
|
1818
|
-
integrity sha512-
|
1784
|
+
version "7.2.0"
|
1785
|
+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
|
1786
|
+
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
|
1819
1787
|
dependencies:
|
1820
1788
|
has-flag "^4.0.0"
|
1821
1789
|
|
1790
|
+
supports-preserve-symlinks-flag@^1.0.0:
|
1791
|
+
version "1.0.0"
|
1792
|
+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
|
1793
|
+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
|
1794
|
+
|
1822
1795
|
svg-tags@^1.0.0:
|
1823
1796
|
version "1.0.0"
|
1824
1797
|
resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764"
|
1825
|
-
integrity
|
1798
|
+
integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==
|
1826
1799
|
|
1827
|
-
table@^
|
1828
|
-
version "
|
1829
|
-
resolved "https://registry.yarnpkg.com/table/-/table-
|
1830
|
-
integrity sha512-
|
1800
|
+
table@^6.6.0:
|
1801
|
+
version "6.8.1"
|
1802
|
+
resolved "https://registry.yarnpkg.com/table/-/table-6.8.1.tgz#ea2b71359fe03b017a5fbc296204471158080bdf"
|
1803
|
+
integrity sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==
|
1831
1804
|
dependencies:
|
1832
|
-
ajv "^
|
1833
|
-
lodash "^4.
|
1834
|
-
slice-ansi "^
|
1835
|
-
string-width "^
|
1805
|
+
ajv "^8.0.1"
|
1806
|
+
lodash.truncate "^4.4.2"
|
1807
|
+
slice-ansi "^4.0.0"
|
1808
|
+
string-width "^4.2.3"
|
1809
|
+
strip-ansi "^6.0.1"
|
1836
1810
|
|
1837
1811
|
tablesaw@^3.1.2:
|
1838
1812
|
version "3.1.2"
|
@@ -1846,7 +1820,7 @@ tablesaw@^3.1.2:
|
|
1846
1820
|
to-fast-properties@^2.0.0:
|
1847
1821
|
version "2.0.0"
|
1848
1822
|
resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-2.0.0.tgz#dc5e698cbd079265bc73e0377681a4e4e83f616e"
|
1849
|
-
integrity
|
1823
|
+
integrity sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==
|
1850
1824
|
|
1851
1825
|
to-regex-range@^5.0.1:
|
1852
1826
|
version "5.0.1"
|
@@ -1856,25 +1830,20 @@ to-regex-range@^5.0.1:
|
|
1856
1830
|
is-number "^7.0.0"
|
1857
1831
|
|
1858
1832
|
trim-newlines@^3.0.0:
|
1859
|
-
version "3.0.
|
1860
|
-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.
|
1861
|
-
integrity sha512-
|
1862
|
-
|
1863
|
-
trim-trailing-lines@^1.0.0:
|
1864
|
-
version "1.1.3"
|
1865
|
-
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94"
|
1866
|
-
integrity sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA==
|
1867
|
-
|
1868
|
-
trim@0.0.1:
|
1869
|
-
version "0.0.1"
|
1870
|
-
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
|
1871
|
-
integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=
|
1833
|
+
version "3.0.1"
|
1834
|
+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
1835
|
+
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
1872
1836
|
|
1873
1837
|
trough@^1.0.0:
|
1874
1838
|
version "1.0.5"
|
1875
1839
|
resolved "https://registry.yarnpkg.com/trough/-/trough-1.0.5.tgz#b8b639cefad7d0bb2abd37d433ff8293efa5f406"
|
1876
1840
|
integrity sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==
|
1877
1841
|
|
1842
|
+
type-fest@^0.18.0:
|
1843
|
+
version "0.18.1"
|
1844
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
|
1845
|
+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
|
1846
|
+
|
1878
1847
|
type-fest@^0.6.0:
|
1879
1848
|
version "0.6.0"
|
1880
1849
|
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
@@ -1892,18 +1861,10 @@ typedarray-to-buffer@^3.1.5:
|
|
1892
1861
|
dependencies:
|
1893
1862
|
is-typedarray "^1.0.0"
|
1894
1863
|
|
1895
|
-
|
1896
|
-
version "
|
1897
|
-
resolved "https://registry.yarnpkg.com/
|
1898
|
-
integrity sha512-
|
1899
|
-
dependencies:
|
1900
|
-
inherits "^2.0.0"
|
1901
|
-
xtend "^4.0.0"
|
1902
|
-
|
1903
|
-
unified@^9.0.0:
|
1904
|
-
version "9.0.0"
|
1905
|
-
resolved "https://registry.yarnpkg.com/unified/-/unified-9.0.0.tgz#12b099f97ee8b36792dbad13d278ee2f696eed1d"
|
1906
|
-
integrity sha512-ssFo33gljU3PdlWLjNp15Inqb77d6JnJSfyplGJPT/a+fNRNyCBeveBAYJdO5khKdF6WVHa/yYCC7Xl6BDwZUQ==
|
1864
|
+
unified@^9.1.0:
|
1865
|
+
version "9.2.2"
|
1866
|
+
resolved "https://registry.yarnpkg.com/unified/-/unified-9.2.2.tgz#67649a1abfc3ab85d2969502902775eb03146975"
|
1867
|
+
integrity sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==
|
1907
1868
|
dependencies:
|
1908
1869
|
bail "^1.0.0"
|
1909
1870
|
extend "^3.0.0"
|
@@ -1912,29 +1873,17 @@ unified@^9.0.0:
|
|
1912
1873
|
trough "^1.0.0"
|
1913
1874
|
vfile "^4.0.0"
|
1914
1875
|
|
1915
|
-
|
1916
|
-
version "
|
1917
|
-
resolved "https://registry.yarnpkg.com/
|
1918
|
-
integrity
|
1919
|
-
|
1920
|
-
unist-util-find-all-after@^3.0.1:
|
1921
|
-
version "3.0.1"
|
1922
|
-
resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.1.tgz#95cc62f48812d879b4685a0512bf1b838da50e9a"
|
1923
|
-
integrity sha512-0GICgc++sRJesLwEYDjFVJPJttBpVQaTNgc6Jw0Jhzvfs+jtKePEMu+uD+PqkRUrAvGQqwhpDwLGWo1PK8PDEw==
|
1876
|
+
unist-util-find-all-after@^3.0.2:
|
1877
|
+
version "3.0.2"
|
1878
|
+
resolved "https://registry.yarnpkg.com/unist-util-find-all-after/-/unist-util-find-all-after-3.0.2.tgz#fdfecd14c5b7aea5e9ef38d5e0d5f774eeb561f6"
|
1879
|
+
integrity sha512-xaTC/AGZ0rIM2gM28YVRAFPIZpzbpDtU3dRmp7EXlNVA8ziQc4hY3H7BHXM1J49nEmiqc3svnqMReW+PGqbZKQ==
|
1924
1880
|
dependencies:
|
1925
1881
|
unist-util-is "^4.0.0"
|
1926
1882
|
|
1927
1883
|
unist-util-is@^4.0.0:
|
1928
|
-
version "4.0
|
1929
|
-
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.0.
|
1930
|
-
integrity sha512-
|
1931
|
-
|
1932
|
-
unist-util-remove-position@^2.0.0:
|
1933
|
-
version "2.0.1"
|
1934
|
-
resolved "https://registry.yarnpkg.com/unist-util-remove-position/-/unist-util-remove-position-2.0.1.tgz#5d19ca79fdba712301999b2b73553ca8f3b352cc"
|
1935
|
-
integrity sha512-fDZsLYIe2uT+oGFnuZmy73K6ZxOPG/Qcm+w7jbEjaFcJgbQ6cqjs/eSPzXhsmGpAsWPkqZM9pYjww5QTn3LHMA==
|
1936
|
-
dependencies:
|
1937
|
-
unist-util-visit "^2.0.0"
|
1884
|
+
version "4.1.0"
|
1885
|
+
resolved "https://registry.yarnpkg.com/unist-util-is/-/unist-util-is-4.1.0.tgz#976e5f462a7a5de73d94b706bac1b90671b57797"
|
1886
|
+
integrity sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==
|
1938
1887
|
|
1939
1888
|
unist-util-stringify-position@^2.0.0:
|
1940
1889
|
version "2.0.3"
|
@@ -1943,22 +1892,13 @@ unist-util-stringify-position@^2.0.0:
|
|
1943
1892
|
dependencies:
|
1944
1893
|
"@types/unist" "^2.0.2"
|
1945
1894
|
|
1946
|
-
|
1947
|
-
version "
|
1948
|
-
resolved "https://registry.yarnpkg.com/
|
1949
|
-
integrity sha512-
|
1950
|
-
dependencies:
|
1951
|
-
"@types/unist" "^2.0.0"
|
1952
|
-
unist-util-is "^4.0.0"
|
1953
|
-
|
1954
|
-
unist-util-visit@^2.0.0:
|
1955
|
-
version "2.0.2"
|
1956
|
-
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-2.0.2.tgz#3843782a517de3d2357b4c193b24af2d9366afb7"
|
1957
|
-
integrity sha512-HoHNhGnKj6y+Sq+7ASo2zpVdfdRifhTgX2KTU3B/sO/TTlZchp7E3S4vjRzDJ7L60KmrCPsQkVK3lEF3cz36XQ==
|
1895
|
+
update-browserslist-db@^1.0.11:
|
1896
|
+
version "1.0.11"
|
1897
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz#9a2a641ad2907ae7b3616506f4b977851db5b940"
|
1898
|
+
integrity sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==
|
1958
1899
|
dependencies:
|
1959
|
-
|
1960
|
-
|
1961
|
-
unist-util-visit-parents "^3.0.0"
|
1900
|
+
escalade "^3.1.1"
|
1901
|
+
picocolors "^1.0.0"
|
1962
1902
|
|
1963
1903
|
uri-js@^4.2.2:
|
1964
1904
|
version "4.4.1"
|
@@ -1967,15 +1907,15 @@ uri-js@^4.2.2:
|
|
1967
1907
|
dependencies:
|
1968
1908
|
punycode "^2.1.0"
|
1969
1909
|
|
1970
|
-
util-deprecate@^1.0.1:
|
1910
|
+
util-deprecate@^1.0.1, util-deprecate@^1.0.2:
|
1971
1911
|
version "1.0.2"
|
1972
1912
|
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
|
1973
|
-
integrity
|
1913
|
+
integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==
|
1974
1914
|
|
1975
|
-
v8-compile-cache@^2.
|
1976
|
-
version "2.
|
1977
|
-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.
|
1978
|
-
integrity sha512-
|
1915
|
+
v8-compile-cache@^2.3.0:
|
1916
|
+
version "2.4.0"
|
1917
|
+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.4.0.tgz#cdada8bec61e15865f05d097c5f4fd30e94dc128"
|
1918
|
+
integrity sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==
|
1979
1919
|
|
1980
1920
|
validate-npm-package-license@^3.0.1:
|
1981
1921
|
version "3.0.4"
|
@@ -1985,11 +1925,6 @@ validate-npm-package-license@^3.0.1:
|
|
1985
1925
|
spdx-correct "^3.0.0"
|
1986
1926
|
spdx-expression-parse "^3.0.0"
|
1987
1927
|
|
1988
|
-
vfile-location@^3.0.0:
|
1989
|
-
version "3.0.1"
|
1990
|
-
resolved "https://registry.yarnpkg.com/vfile-location/-/vfile-location-3.0.1.tgz#d78677c3546de0f7cd977544c367266764d31bb3"
|
1991
|
-
integrity sha512-yYBO06eeN/Ki6Kh1QAkgzYpWT1d3Qln+ZCtSbJqFExPl1S3y2qqotJQXoh6qEvl/jDlgpUJolBn3PItVnnZRqQ==
|
1992
|
-
|
1993
1928
|
vfile-message@^2.0.0:
|
1994
1929
|
version "2.0.4"
|
1995
1930
|
resolved "https://registry.yarnpkg.com/vfile-message/-/vfile-message-2.0.4.tgz#5b43b88171d409eae58477d13f23dd41d52c371a"
|
@@ -1999,13 +1934,12 @@ vfile-message@^2.0.0:
|
|
1999
1934
|
unist-util-stringify-position "^2.0.0"
|
2000
1935
|
|
2001
1936
|
vfile@^4.0.0:
|
2002
|
-
version "4.1
|
2003
|
-
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.1.
|
2004
|
-
integrity sha512-
|
1937
|
+
version "4.2.1"
|
1938
|
+
resolved "https://registry.yarnpkg.com/vfile/-/vfile-4.2.1.tgz#03f1dce28fc625c625bc6514350fbdb00fa9e624"
|
1939
|
+
integrity sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==
|
2005
1940
|
dependencies:
|
2006
1941
|
"@types/unist" "^2.0.0"
|
2007
1942
|
is-buffer "^2.0.0"
|
2008
|
-
replace-ext "1.0.0"
|
2009
1943
|
unist-util-stringify-position "^2.0.0"
|
2010
1944
|
vfile-message "^2.0.0"
|
2011
1945
|
|
@@ -2019,7 +1953,7 @@ which@^1.3.1:
|
|
2019
1953
|
wrappy@1:
|
2020
1954
|
version "1.0.2"
|
2021
1955
|
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
|
2022
|
-
integrity
|
1956
|
+
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
|
2023
1957
|
|
2024
1958
|
write-file-atomic@^3.0.3:
|
2025
1959
|
version "3.0.3"
|
@@ -2031,29 +1965,27 @@ write-file-atomic@^3.0.3:
|
|
2031
1965
|
signal-exit "^3.0.2"
|
2032
1966
|
typedarray-to-buffer "^3.1.5"
|
2033
1967
|
|
2034
|
-
|
2035
|
-
version "1.
|
2036
|
-
resolved "https://registry.yarnpkg.com/
|
2037
|
-
integrity sha512
|
2038
|
-
dependencies:
|
2039
|
-
mkdirp "^0.5.1"
|
1968
|
+
yallist@^3.0.2:
|
1969
|
+
version "3.1.1"
|
1970
|
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
|
1971
|
+
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
|
2040
1972
|
|
2041
|
-
|
2042
|
-
version "4.0.
|
2043
|
-
resolved "https://registry.yarnpkg.com/
|
2044
|
-
integrity sha512-
|
1973
|
+
yallist@^4.0.0:
|
1974
|
+
version "4.0.0"
|
1975
|
+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
1976
|
+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
2045
1977
|
|
2046
|
-
yaml@^1.
|
2047
|
-
version "1.
|
2048
|
-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.
|
2049
|
-
integrity sha512-
|
2050
|
-
dependencies:
|
2051
|
-
"@babel/runtime" "^7.8.7"
|
1978
|
+
yaml@^1.10.0:
|
1979
|
+
version "1.10.2"
|
1980
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
1981
|
+
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
2052
1982
|
|
2053
|
-
yargs-parser@^
|
2054
|
-
version "
|
2055
|
-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-
|
2056
|
-
integrity sha512-
|
2057
|
-
|
2058
|
-
|
2059
|
-
|
1983
|
+
yargs-parser@^20.2.3:
|
1984
|
+
version "20.2.9"
|
1985
|
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
1986
|
+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
1987
|
+
|
1988
|
+
zwitch@^1.0.0:
|
1989
|
+
version "1.0.5"
|
1990
|
+
resolved "https://registry.yarnpkg.com/zwitch/-/zwitch-1.0.5.tgz#d11d7381ffed16b742f6af7b3f223d5cd9fe9920"
|
1991
|
+
integrity sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==
|