@zondax/ledger-cosmos-js 3.0.0 → 3.0.2
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.
- package/README.md +3 -4
- package/dist/commandsV1.d.ts +1 -1
- package/dist/commandsV1.js +4 -3
- package/dist/commandsV1.js.map +1 -1
- package/dist/commandsV2.d.ts +1 -1
- package/dist/commandsV2.js +4 -3
- package/dist/commandsV2.js.map +1 -1
- package/dist/common.d.ts +4 -0
- package/dist/common.js +6 -2
- package/dist/common.js.map +1 -1
- package/dist/cosmosApp.d.ts +3 -3
- package/dist/cosmosApp.js +12 -11
- package/dist/cosmosApp.js.map +1 -1
- package/package.json +2 -1
- package/yarn.lock +638 -673
package/yarn.lock
CHANGED
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
12
12
|
|
|
13
13
|
"@babel/cli@^7.18.10":
|
|
14
|
-
version "7.
|
|
15
|
-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.
|
|
16
|
-
integrity sha512-
|
|
14
|
+
version "7.19.3"
|
|
15
|
+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.19.3.tgz#55914ed388e658e0b924b3a95da1296267e278e2"
|
|
16
|
+
integrity sha512-643/TybmaCAe101m2tSVHi9UKpETXP9c/Ff4mD2tAwkdP6esKIfaauZFc67vGEM6r9fekbEGid+sZhbEnSe3dg==
|
|
17
17
|
dependencies:
|
|
18
18
|
"@jridgewell/trace-mapping" "^0.3.8"
|
|
19
19
|
commander "^4.0.1"
|
|
@@ -33,38 +33,38 @@
|
|
|
33
33
|
dependencies:
|
|
34
34
|
"@babel/highlight" "^7.18.6"
|
|
35
35
|
|
|
36
|
-
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.
|
|
37
|
-
version "7.
|
|
38
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
|
39
|
-
integrity sha512-
|
|
36
|
+
"@babel/compat-data@^7.17.7", "@babel/compat-data@^7.20.0", "@babel/compat-data@^7.20.1":
|
|
37
|
+
version "7.20.5"
|
|
38
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.20.5.tgz#86f172690b093373a933223b4745deeb6049e733"
|
|
39
|
+
integrity sha512-KZXo2t10+/jxmkhNXc7pZTqRvSOIvVv/+lJwHS+B2rErwOyjuVRh60yVpb7liQ1U5t7lLJ1bz+t8tSypUZdm0g==
|
|
40
40
|
|
|
41
41
|
"@babel/core@^7.1.0", "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.18.10", "@babel/core@^7.7.5":
|
|
42
|
-
version "7.
|
|
43
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
44
|
-
integrity sha512-
|
|
42
|
+
version "7.20.5"
|
|
43
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.20.5.tgz#45e2114dc6cd4ab167f81daf7820e8fa1250d113"
|
|
44
|
+
integrity sha512-UdOWmk4pNWTm/4DlPUl/Pt4Gz4rcEMb7CY0Y3eJl5Yz1vI8ZJGmHWaVE55LoxRjdpx0z259GE9U5STA9atUinQ==
|
|
45
45
|
dependencies:
|
|
46
46
|
"@ampproject/remapping" "^2.1.0"
|
|
47
47
|
"@babel/code-frame" "^7.18.6"
|
|
48
|
-
"@babel/generator" "^7.
|
|
49
|
-
"@babel/helper-compilation-targets" "^7.
|
|
50
|
-
"@babel/helper-module-transforms" "^7.
|
|
51
|
-
"@babel/helpers" "^7.
|
|
52
|
-
"@babel/parser" "^7.
|
|
48
|
+
"@babel/generator" "^7.20.5"
|
|
49
|
+
"@babel/helper-compilation-targets" "^7.20.0"
|
|
50
|
+
"@babel/helper-module-transforms" "^7.20.2"
|
|
51
|
+
"@babel/helpers" "^7.20.5"
|
|
52
|
+
"@babel/parser" "^7.20.5"
|
|
53
53
|
"@babel/template" "^7.18.10"
|
|
54
|
-
"@babel/traverse" "^7.
|
|
55
|
-
"@babel/types" "^7.
|
|
54
|
+
"@babel/traverse" "^7.20.5"
|
|
55
|
+
"@babel/types" "^7.20.5"
|
|
56
56
|
convert-source-map "^1.7.0"
|
|
57
57
|
debug "^4.1.0"
|
|
58
58
|
gensync "^1.0.0-beta.2"
|
|
59
59
|
json5 "^2.2.1"
|
|
60
60
|
semver "^6.3.0"
|
|
61
61
|
|
|
62
|
-
"@babel/generator@^7.
|
|
63
|
-
version "7.
|
|
64
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
|
65
|
-
integrity sha512-
|
|
62
|
+
"@babel/generator@^7.20.5":
|
|
63
|
+
version "7.20.5"
|
|
64
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.20.5.tgz#cb25abee3178adf58d6814b68517c62bdbfdda95"
|
|
65
|
+
integrity sha512-jl7JY2Ykn9S0yj4DQP82sYvPU+T3g0HFcWTqDLqiuA9tGRNIj9VfbtXGAYTTkyNEnQk1jkMGOdYka8aG/lulCA==
|
|
66
66
|
dependencies:
|
|
67
|
-
"@babel/types" "^7.
|
|
67
|
+
"@babel/types" "^7.20.5"
|
|
68
68
|
"@jridgewell/gen-mapping" "^0.3.2"
|
|
69
69
|
jsesc "^2.5.1"
|
|
70
70
|
|
|
@@ -83,41 +83,41 @@
|
|
|
83
83
|
"@babel/helper-explode-assignable-expression" "^7.18.6"
|
|
84
84
|
"@babel/types" "^7.18.9"
|
|
85
85
|
|
|
86
|
-
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9":
|
|
87
|
-
version "7.
|
|
88
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
89
|
-
integrity sha512-
|
|
86
|
+
"@babel/helper-compilation-targets@^7.17.7", "@babel/helper-compilation-targets@^7.18.9", "@babel/helper-compilation-targets@^7.20.0":
|
|
87
|
+
version "7.20.0"
|
|
88
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.20.0.tgz#6bf5374d424e1b3922822f1d9bdaa43b1a139d0a"
|
|
89
|
+
integrity sha512-0jp//vDGp9e8hZzBc6N/KwA5ZK3Wsm/pfm4CrY7vzegkVxc65SgSn6wYOnwHe9Js9HRQ1YTCKLGPzDtaS3RoLQ==
|
|
90
90
|
dependencies:
|
|
91
|
-
"@babel/compat-data" "^7.
|
|
91
|
+
"@babel/compat-data" "^7.20.0"
|
|
92
92
|
"@babel/helper-validator-option" "^7.18.6"
|
|
93
|
-
browserslist "^4.
|
|
93
|
+
browserslist "^4.21.3"
|
|
94
94
|
semver "^6.3.0"
|
|
95
95
|
|
|
96
|
-
"@babel/helper-create-class-features-plugin@^7.18.6":
|
|
97
|
-
version "7.
|
|
98
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
99
|
-
integrity sha512-
|
|
96
|
+
"@babel/helper-create-class-features-plugin@^7.18.6", "@babel/helper-create-class-features-plugin@^7.20.5":
|
|
97
|
+
version "7.20.5"
|
|
98
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.20.5.tgz#327154eedfb12e977baa4ecc72e5806720a85a06"
|
|
99
|
+
integrity sha512-3RCdA/EmEaikrhayahwToF0fpweU/8o2p8vhc1c/1kftHOdTKuC65kik/TLc+qfbS8JKw4qqJbne4ovICDhmww==
|
|
100
100
|
dependencies:
|
|
101
101
|
"@babel/helper-annotate-as-pure" "^7.18.6"
|
|
102
102
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
103
|
-
"@babel/helper-function-name" "^7.
|
|
103
|
+
"@babel/helper-function-name" "^7.19.0"
|
|
104
104
|
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
|
105
105
|
"@babel/helper-optimise-call-expression" "^7.18.6"
|
|
106
|
-
"@babel/helper-replace-supers" "^7.
|
|
106
|
+
"@babel/helper-replace-supers" "^7.19.1"
|
|
107
107
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
|
108
108
|
|
|
109
|
-
"@babel/helper-create-regexp-features-plugin@^7.18.6":
|
|
110
|
-
version "7.
|
|
111
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
112
|
-
integrity sha512-
|
|
109
|
+
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.20.5":
|
|
110
|
+
version "7.20.5"
|
|
111
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.20.5.tgz#5ea79b59962a09ec2acf20a963a01ab4d076ccca"
|
|
112
|
+
integrity sha512-m68B1lkg3XDGX5yCvGO0kPx3v9WIYLnzjKfPcQiwntEQa5ZeRkPmo2X/ISJc8qxWGfwUr+kvZAeEzAwLec2r2w==
|
|
113
113
|
dependencies:
|
|
114
114
|
"@babel/helper-annotate-as-pure" "^7.18.6"
|
|
115
|
-
regexpu-core "^5.1
|
|
115
|
+
regexpu-core "^5.2.1"
|
|
116
116
|
|
|
117
|
-
"@babel/helper-define-polyfill-provider@^0.3.
|
|
118
|
-
version "0.3.
|
|
119
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.
|
|
120
|
-
integrity sha512-
|
|
117
|
+
"@babel/helper-define-polyfill-provider@^0.3.3":
|
|
118
|
+
version "0.3.3"
|
|
119
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz#8612e55be5d51f0cd1f36b4a5a83924e89884b7a"
|
|
120
|
+
integrity sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==
|
|
121
121
|
dependencies:
|
|
122
122
|
"@babel/helper-compilation-targets" "^7.17.7"
|
|
123
123
|
"@babel/helper-plugin-utils" "^7.16.7"
|
|
@@ -138,13 +138,13 @@
|
|
|
138
138
|
dependencies:
|
|
139
139
|
"@babel/types" "^7.18.6"
|
|
140
140
|
|
|
141
|
-
"@babel/helper-function-name@^7.18.9":
|
|
142
|
-
version "7.
|
|
143
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.
|
|
144
|
-
integrity sha512-
|
|
141
|
+
"@babel/helper-function-name@^7.18.9", "@babel/helper-function-name@^7.19.0":
|
|
142
|
+
version "7.19.0"
|
|
143
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz#941574ed5390682e872e52d3f38ce9d1bef4648c"
|
|
144
|
+
integrity sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==
|
|
145
145
|
dependencies:
|
|
146
|
-
"@babel/template" "^7.18.
|
|
147
|
-
"@babel/types" "^7.
|
|
146
|
+
"@babel/template" "^7.18.10"
|
|
147
|
+
"@babel/types" "^7.19.0"
|
|
148
148
|
|
|
149
149
|
"@babel/helper-hoist-variables@^7.18.6":
|
|
150
150
|
version "7.18.6"
|
|
@@ -167,19 +167,19 @@
|
|
|
167
167
|
dependencies:
|
|
168
168
|
"@babel/types" "^7.18.6"
|
|
169
169
|
|
|
170
|
-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.
|
|
171
|
-
version "7.
|
|
172
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.
|
|
173
|
-
integrity sha512-
|
|
170
|
+
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.19.6", "@babel/helper-module-transforms@^7.20.2":
|
|
171
|
+
version "7.20.2"
|
|
172
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.20.2.tgz#ac53da669501edd37e658602a21ba14c08748712"
|
|
173
|
+
integrity sha512-zvBKyJXRbmK07XhMuujYoJ48B5yvvmM6+wcpv6Ivj4Yg6qO7NOZOSnvZN9CRl1zz1Z4cKf8YejmCMh8clOoOeA==
|
|
174
174
|
dependencies:
|
|
175
175
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
176
176
|
"@babel/helper-module-imports" "^7.18.6"
|
|
177
|
-
"@babel/helper-simple-access" "^7.
|
|
177
|
+
"@babel/helper-simple-access" "^7.20.2"
|
|
178
178
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
|
179
|
-
"@babel/helper-validator-identifier" "^7.
|
|
180
|
-
"@babel/template" "^7.18.
|
|
181
|
-
"@babel/traverse" "^7.
|
|
182
|
-
"@babel/types" "^7.
|
|
179
|
+
"@babel/helper-validator-identifier" "^7.19.1"
|
|
180
|
+
"@babel/template" "^7.18.10"
|
|
181
|
+
"@babel/traverse" "^7.20.1"
|
|
182
|
+
"@babel/types" "^7.20.2"
|
|
183
183
|
|
|
184
184
|
"@babel/helper-optimise-call-expression@^7.18.6":
|
|
185
185
|
version "7.18.6"
|
|
@@ -188,10 +188,10 @@
|
|
|
188
188
|
dependencies:
|
|
189
189
|
"@babel/types" "^7.18.6"
|
|
190
190
|
|
|
191
|
-
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
192
|
-
version "7.
|
|
193
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
194
|
-
integrity sha512-
|
|
191
|
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.16.7", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.18.9", "@babel/helper-plugin-utils@^7.19.0", "@babel/helper-plugin-utils@^7.20.2", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
192
|
+
version "7.20.2"
|
|
193
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.20.2.tgz#d1b9000752b18d0877cff85a5c376ce5c3121629"
|
|
194
|
+
integrity sha512-8RvlJG2mj4huQ4pZ+rU9lqKi9ZKiRmuvGuM2HlWmkmgOhbs6zEAw6IEiJ5cQqGbDzGZOhwuOQNtZMi/ENLjZoQ==
|
|
195
195
|
|
|
196
196
|
"@babel/helper-remap-async-to-generator@^7.18.6", "@babel/helper-remap-async-to-generator@^7.18.9":
|
|
197
197
|
version "7.18.9"
|
|
@@ -203,30 +203,30 @@
|
|
|
203
203
|
"@babel/helper-wrap-function" "^7.18.9"
|
|
204
204
|
"@babel/types" "^7.18.9"
|
|
205
205
|
|
|
206
|
-
"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.
|
|
207
|
-
version "7.
|
|
208
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
209
|
-
integrity sha512-
|
|
206
|
+
"@babel/helper-replace-supers@^7.18.6", "@babel/helper-replace-supers@^7.19.1":
|
|
207
|
+
version "7.19.1"
|
|
208
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz#e1592a9b4b368aa6bdb8784a711e0bcbf0612b78"
|
|
209
|
+
integrity sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==
|
|
210
210
|
dependencies:
|
|
211
211
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
212
212
|
"@babel/helper-member-expression-to-functions" "^7.18.9"
|
|
213
213
|
"@babel/helper-optimise-call-expression" "^7.18.6"
|
|
214
|
-
"@babel/traverse" "^7.
|
|
215
|
-
"@babel/types" "^7.
|
|
214
|
+
"@babel/traverse" "^7.19.1"
|
|
215
|
+
"@babel/types" "^7.19.0"
|
|
216
216
|
|
|
217
|
-
"@babel/helper-simple-access@^7.
|
|
218
|
-
version "7.
|
|
219
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.
|
|
220
|
-
integrity sha512
|
|
217
|
+
"@babel/helper-simple-access@^7.19.4", "@babel/helper-simple-access@^7.20.2":
|
|
218
|
+
version "7.20.2"
|
|
219
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.20.2.tgz#0ab452687fe0c2cfb1e2b9e0015de07fc2d62dd9"
|
|
220
|
+
integrity sha512-+0woI/WPq59IrqDYbVGfshjT5Dmk/nnbdpcF8SnMhhXObpTq2KNBdLFRFrkVdbDOyUmHBCxzm5FHV1rACIkIbA==
|
|
221
221
|
dependencies:
|
|
222
|
-
"@babel/types" "^7.
|
|
222
|
+
"@babel/types" "^7.20.2"
|
|
223
223
|
|
|
224
224
|
"@babel/helper-skip-transparent-expression-wrappers@^7.18.9":
|
|
225
|
-
version "7.
|
|
226
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.
|
|
227
|
-
integrity sha512-
|
|
225
|
+
version "7.20.0"
|
|
226
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.20.0.tgz#fbe4c52f60518cab8140d77101f0e63a8a230684"
|
|
227
|
+
integrity sha512-5y1JYeNKfvnT8sZcK9DVRtpTbGiomYIHviSP3OQWmDPU3DeH4a1ZlT/N2lyQ5P8egjcRaT/Y9aNqUxK0WsnIIg==
|
|
228
228
|
dependencies:
|
|
229
|
-
"@babel/types" "^7.
|
|
229
|
+
"@babel/types" "^7.20.0"
|
|
230
230
|
|
|
231
231
|
"@babel/helper-split-export-declaration@^7.18.6":
|
|
232
232
|
version "7.18.6"
|
|
@@ -235,15 +235,15 @@
|
|
|
235
235
|
dependencies:
|
|
236
236
|
"@babel/types" "^7.18.6"
|
|
237
237
|
|
|
238
|
-
"@babel/helper-string-parser@^7.
|
|
239
|
-
version "7.
|
|
240
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
241
|
-
integrity sha512-
|
|
238
|
+
"@babel/helper-string-parser@^7.19.4":
|
|
239
|
+
version "7.19.4"
|
|
240
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz#38d3acb654b4701a9b77fb0615a96f775c3a9e63"
|
|
241
|
+
integrity sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==
|
|
242
242
|
|
|
243
|
-
"@babel/helper-validator-identifier@^7.18.6":
|
|
244
|
-
version "7.
|
|
245
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.
|
|
246
|
-
integrity sha512-
|
|
243
|
+
"@babel/helper-validator-identifier@^7.18.6", "@babel/helper-validator-identifier@^7.19.1":
|
|
244
|
+
version "7.19.1"
|
|
245
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz#7eea834cf32901ffdc1a7ee555e2f9c27e249ca2"
|
|
246
|
+
integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==
|
|
247
247
|
|
|
248
248
|
"@babel/helper-validator-option@^7.18.6":
|
|
249
249
|
version "7.18.6"
|
|
@@ -251,23 +251,23 @@
|
|
|
251
251
|
integrity sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==
|
|
252
252
|
|
|
253
253
|
"@babel/helper-wrap-function@^7.18.9":
|
|
254
|
-
version "7.
|
|
255
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.
|
|
256
|
-
integrity sha512-
|
|
254
|
+
version "7.20.5"
|
|
255
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.20.5.tgz#75e2d84d499a0ab3b31c33bcfe59d6b8a45f62e3"
|
|
256
|
+
integrity sha512-bYMxIWK5mh+TgXGVqAtnu5Yn1un+v8DDZtqyzKRLUzrh70Eal2O3aZ7aPYiMADO4uKlkzOiRiZ6GX5q3qxvW9Q==
|
|
257
257
|
dependencies:
|
|
258
|
-
"@babel/helper-function-name" "^7.
|
|
258
|
+
"@babel/helper-function-name" "^7.19.0"
|
|
259
259
|
"@babel/template" "^7.18.10"
|
|
260
|
-
"@babel/traverse" "^7.
|
|
261
|
-
"@babel/types" "^7.
|
|
260
|
+
"@babel/traverse" "^7.20.5"
|
|
261
|
+
"@babel/types" "^7.20.5"
|
|
262
262
|
|
|
263
|
-
"@babel/helpers@^7.
|
|
264
|
-
version "7.
|
|
265
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
|
266
|
-
integrity sha512-
|
|
263
|
+
"@babel/helpers@^7.20.5":
|
|
264
|
+
version "7.20.6"
|
|
265
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.20.6.tgz#e64778046b70e04779dfbdf924e7ebb45992c763"
|
|
266
|
+
integrity sha512-Pf/OjgfgFRW5bApskEz5pvidpim7tEDPlFtKcNRXWmfHGn9IEI2W2flqRQXTFb7gIPTyK++N6rVHuwKut4XK6w==
|
|
267
267
|
dependencies:
|
|
268
|
-
"@babel/template" "^7.18.
|
|
269
|
-
"@babel/traverse" "^7.
|
|
270
|
-
"@babel/types" "^7.
|
|
268
|
+
"@babel/template" "^7.18.10"
|
|
269
|
+
"@babel/traverse" "^7.20.5"
|
|
270
|
+
"@babel/types" "^7.20.5"
|
|
271
271
|
|
|
272
272
|
"@babel/highlight@^7.18.6":
|
|
273
273
|
version "7.18.6"
|
|
@@ -279,21 +279,21 @@
|
|
|
279
279
|
js-tokens "^4.0.0"
|
|
280
280
|
|
|
281
281
|
"@babel/node@^7.18.10":
|
|
282
|
-
version "7.
|
|
283
|
-
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.
|
|
284
|
-
integrity sha512-
|
|
282
|
+
version "7.20.5"
|
|
283
|
+
resolved "https://registry.yarnpkg.com/@babel/node/-/node-7.20.5.tgz#5afdc32f4e195019b6c566f418ad630a9ee42695"
|
|
284
|
+
integrity sha512-ElSr40UtumWE4fYYF1xfLP2C6b9nfS/rswK7YYpLo9HDGEXGXEAWZaGCxIirxGIDyoV0rbl6jV1LyFMQ6ZOQSA==
|
|
285
285
|
dependencies:
|
|
286
286
|
"@babel/register" "^7.18.9"
|
|
287
287
|
commander "^4.0.1"
|
|
288
|
-
core-js "^3.
|
|
288
|
+
core-js "^3.26.0"
|
|
289
289
|
node-environment-flags "^1.0.5"
|
|
290
|
-
regenerator-runtime "^0.13.
|
|
290
|
+
regenerator-runtime "^0.13.11"
|
|
291
291
|
v8flags "^3.1.1"
|
|
292
292
|
|
|
293
|
-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.
|
|
294
|
-
version "7.
|
|
295
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
|
296
|
-
integrity sha512-
|
|
293
|
+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.18.10", "@babel/parser@^7.20.5", "@babel/parser@^7.7.0":
|
|
294
|
+
version "7.20.5"
|
|
295
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.20.5.tgz#7f3c7335fe417665d929f34ae5dceae4c04015e8"
|
|
296
|
+
integrity sha512-r27t/cy/m9uKLXQNWWebeCUHgnAZq0CpG1OwKRxzJMP1vpSU4bSIK2hq+/cp0bQxetkXx38n09rNu8jVkcK/zA==
|
|
297
297
|
|
|
298
298
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
|
299
299
|
version "7.18.6"
|
|
@@ -311,13 +311,13 @@
|
|
|
311
311
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
|
312
312
|
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
|
313
313
|
|
|
314
|
-
"@babel/plugin-proposal-async-generator-functions@^7.
|
|
315
|
-
version "7.
|
|
316
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.
|
|
317
|
-
integrity sha512-
|
|
314
|
+
"@babel/plugin-proposal-async-generator-functions@^7.20.1":
|
|
315
|
+
version "7.20.1"
|
|
316
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.1.tgz#352f02baa5d69f4e7529bdac39aaa02d41146af9"
|
|
317
|
+
integrity sha512-Gh5rchzSwE4kC+o/6T8waD0WHEQIsDmjltY8WnWRXHUdH8axZhuH86Ov9M72YhJfDrZseQwuuWaaIT/TmePp3g==
|
|
318
318
|
dependencies:
|
|
319
319
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
320
|
-
"@babel/helper-plugin-utils" "^7.
|
|
320
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
321
321
|
"@babel/helper-remap-async-to-generator" "^7.18.9"
|
|
322
322
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
323
323
|
|
|
@@ -386,16 +386,16 @@
|
|
|
386
386
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
387
387
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
388
388
|
|
|
389
|
-
"@babel/plugin-proposal-object-rest-spread@^7.
|
|
390
|
-
version "7.
|
|
391
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
|
|
392
|
-
integrity sha512-
|
|
389
|
+
"@babel/plugin-proposal-object-rest-spread@^7.20.2":
|
|
390
|
+
version "7.20.2"
|
|
391
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.2.tgz#a556f59d555f06961df1e572bb5eca864c84022d"
|
|
392
|
+
integrity sha512-Ks6uej9WFK+fvIMesSqbAto5dD8Dz4VuuFvGJFKgIGSkJuRGcrwGECPA1fDgQK3/DbExBJpEkTeYeB8geIFCSQ==
|
|
393
393
|
dependencies:
|
|
394
|
-
"@babel/compat-data" "^7.
|
|
395
|
-
"@babel/helper-compilation-targets" "^7.
|
|
396
|
-
"@babel/helper-plugin-utils" "^7.
|
|
394
|
+
"@babel/compat-data" "^7.20.1"
|
|
395
|
+
"@babel/helper-compilation-targets" "^7.20.0"
|
|
396
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
397
397
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
398
|
-
"@babel/plugin-transform-parameters" "^7.
|
|
398
|
+
"@babel/plugin-transform-parameters" "^7.20.1"
|
|
399
399
|
|
|
400
400
|
"@babel/plugin-proposal-optional-catch-binding@^7.18.6":
|
|
401
401
|
version "7.18.6"
|
|
@@ -423,13 +423,13 @@
|
|
|
423
423
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
424
424
|
|
|
425
425
|
"@babel/plugin-proposal-private-property-in-object@^7.18.6":
|
|
426
|
-
version "7.
|
|
427
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
|
|
428
|
-
integrity sha512-
|
|
426
|
+
version "7.20.5"
|
|
427
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.20.5.tgz#309c7668f2263f1c711aa399b5a9a6291eef6135"
|
|
428
|
+
integrity sha512-Vq7b9dUA12ByzB4EjQTPo25sFhY+08pQDBSZRtUAkj7lb7jahaHR5igera16QZ+3my1nYR4dKsNdYj5IjPHilQ==
|
|
429
429
|
dependencies:
|
|
430
430
|
"@babel/helper-annotate-as-pure" "^7.18.6"
|
|
431
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
432
|
-
"@babel/helper-plugin-utils" "^7.
|
|
431
|
+
"@babel/helper-create-class-features-plugin" "^7.20.5"
|
|
432
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
433
433
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
434
434
|
|
|
435
435
|
"@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
|
@@ -482,12 +482,12 @@
|
|
|
482
482
|
dependencies:
|
|
483
483
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
484
484
|
|
|
485
|
-
"@babel/plugin-syntax-import-assertions@^7.
|
|
486
|
-
version "7.
|
|
487
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
488
|
-
integrity sha512
|
|
485
|
+
"@babel/plugin-syntax-import-assertions@^7.20.0":
|
|
486
|
+
version "7.20.0"
|
|
487
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.20.0.tgz#bb50e0d4bea0957235390641209394e87bdb9cc4"
|
|
488
|
+
integrity sha512-IUh1vakzNoWalR8ch/areW7qFopR2AEw03JlG7BbrDqmQ4X3q9uuipQwSGrUn7oGiemKjtSLDhNtQHzMHr1JdQ==
|
|
489
489
|
dependencies:
|
|
490
|
-
"@babel/helper-plugin-utils" "^7.
|
|
490
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
491
491
|
|
|
492
492
|
"@babel/plugin-syntax-import-meta@^7.8.3":
|
|
493
493
|
version "7.10.4"
|
|
@@ -582,24 +582,25 @@
|
|
|
582
582
|
dependencies:
|
|
583
583
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
584
584
|
|
|
585
|
-
"@babel/plugin-transform-block-scoping@^7.
|
|
586
|
-
version "7.
|
|
587
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
588
|
-
integrity sha512-
|
|
585
|
+
"@babel/plugin-transform-block-scoping@^7.20.2":
|
|
586
|
+
version "7.20.5"
|
|
587
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.20.5.tgz#401215f9dc13dc5262940e2e527c9536b3d7f237"
|
|
588
|
+
integrity sha512-WvpEIW9Cbj9ApF3yJCjIEEf1EiNJLtXagOrL5LNWEZOo3jv8pmPoYTSNJQvqej8OavVlgOoOPw6/htGZro6IkA==
|
|
589
589
|
dependencies:
|
|
590
|
-
"@babel/helper-plugin-utils" "^7.
|
|
590
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
591
591
|
|
|
592
|
-
"@babel/plugin-transform-classes@^7.
|
|
593
|
-
version "7.
|
|
594
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
595
|
-
integrity sha512-
|
|
592
|
+
"@babel/plugin-transform-classes@^7.20.2":
|
|
593
|
+
version "7.20.2"
|
|
594
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.20.2.tgz#c0033cf1916ccf78202d04be4281d161f6709bb2"
|
|
595
|
+
integrity sha512-9rbPp0lCVVoagvtEyQKSo5L8oo0nQS/iif+lwlAz29MccX2642vWDlSZK+2T2buxbopotId2ld7zZAzRfz9j1g==
|
|
596
596
|
dependencies:
|
|
597
597
|
"@babel/helper-annotate-as-pure" "^7.18.6"
|
|
598
|
+
"@babel/helper-compilation-targets" "^7.20.0"
|
|
598
599
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
599
|
-
"@babel/helper-function-name" "^7.
|
|
600
|
+
"@babel/helper-function-name" "^7.19.0"
|
|
600
601
|
"@babel/helper-optimise-call-expression" "^7.18.6"
|
|
601
|
-
"@babel/helper-plugin-utils" "^7.
|
|
602
|
-
"@babel/helper-replace-supers" "^7.
|
|
602
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
603
|
+
"@babel/helper-replace-supers" "^7.19.1"
|
|
603
604
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
|
604
605
|
globals "^11.1.0"
|
|
605
606
|
|
|
@@ -610,12 +611,12 @@
|
|
|
610
611
|
dependencies:
|
|
611
612
|
"@babel/helper-plugin-utils" "^7.18.9"
|
|
612
613
|
|
|
613
|
-
"@babel/plugin-transform-destructuring@^7.
|
|
614
|
-
version "7.
|
|
615
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
616
|
-
integrity sha512-
|
|
614
|
+
"@babel/plugin-transform-destructuring@^7.20.2":
|
|
615
|
+
version "7.20.2"
|
|
616
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.2.tgz#c23741cfa44ddd35f5e53896e88c75331b8b2792"
|
|
617
|
+
integrity sha512-mENM+ZHrvEgxLTBXUiQ621rRXZes3KWUv6NdQlrnr1TkWVw+hUjQBZuP2X32qKlrlG2BzgR95gkuCRSkJl8vIw==
|
|
617
618
|
dependencies:
|
|
618
|
-
"@babel/helper-plugin-utils" "^7.
|
|
619
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
619
620
|
|
|
620
621
|
"@babel/plugin-transform-dotall-regex@^7.18.6", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
|
621
622
|
version "7.18.6"
|
|
@@ -670,35 +671,32 @@
|
|
|
670
671
|
dependencies:
|
|
671
672
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
672
673
|
|
|
673
|
-
"@babel/plugin-transform-modules-amd@^7.
|
|
674
|
-
version "7.
|
|
675
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
|
676
|
-
integrity sha512-
|
|
674
|
+
"@babel/plugin-transform-modules-amd@^7.19.6":
|
|
675
|
+
version "7.19.6"
|
|
676
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.19.6.tgz#aca391801ae55d19c4d8d2ebfeaa33df5f2a2cbd"
|
|
677
|
+
integrity sha512-uG3od2mXvAtIFQIh0xrpLH6r5fpSQN04gIVovl+ODLdUMANokxQLZnPBHcjmv3GxRjnqwLuHvppjjcelqUFZvg==
|
|
677
678
|
dependencies:
|
|
678
|
-
"@babel/helper-module-transforms" "^7.
|
|
679
|
-
"@babel/helper-plugin-utils" "^7.
|
|
680
|
-
babel-plugin-dynamic-import-node "^2.3.3"
|
|
679
|
+
"@babel/helper-module-transforms" "^7.19.6"
|
|
680
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
681
681
|
|
|
682
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
|
683
|
-
version "7.
|
|
684
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
685
|
-
integrity sha512-
|
|
682
|
+
"@babel/plugin-transform-modules-commonjs@^7.19.6":
|
|
683
|
+
version "7.19.6"
|
|
684
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.19.6.tgz#25b32feef24df8038fc1ec56038917eacb0b730c"
|
|
685
|
+
integrity sha512-8PIa1ym4XRTKuSsOUXqDG0YaOlEuTVvHMe5JCfgBMOtHvJKw/4NGovEGN33viISshG/rZNVrACiBmPQLvWN8xQ==
|
|
686
686
|
dependencies:
|
|
687
|
-
"@babel/helper-module-transforms" "^7.
|
|
688
|
-
"@babel/helper-plugin-utils" "^7.
|
|
689
|
-
"@babel/helper-simple-access" "^7.
|
|
690
|
-
babel-plugin-dynamic-import-node "^2.3.3"
|
|
687
|
+
"@babel/helper-module-transforms" "^7.19.6"
|
|
688
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
689
|
+
"@babel/helper-simple-access" "^7.19.4"
|
|
691
690
|
|
|
692
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
|
693
|
-
version "7.
|
|
694
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
695
|
-
integrity sha512-
|
|
691
|
+
"@babel/plugin-transform-modules-systemjs@^7.19.6":
|
|
692
|
+
version "7.19.6"
|
|
693
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.6.tgz#59e2a84064b5736a4471b1aa7b13d4431d327e0d"
|
|
694
|
+
integrity sha512-fqGLBepcc3kErfR9R3DnVpURmckXP7gj7bAlrTQyBxrigFqszZCkFkcoxzCp2v32XmwXLvbw+8Yq9/b+QqksjQ==
|
|
696
695
|
dependencies:
|
|
697
696
|
"@babel/helper-hoist-variables" "^7.18.6"
|
|
698
|
-
"@babel/helper-module-transforms" "^7.
|
|
699
|
-
"@babel/helper-plugin-utils" "^7.
|
|
700
|
-
"@babel/helper-validator-identifier" "^7.
|
|
701
|
-
babel-plugin-dynamic-import-node "^2.3.3"
|
|
697
|
+
"@babel/helper-module-transforms" "^7.19.6"
|
|
698
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
699
|
+
"@babel/helper-validator-identifier" "^7.19.1"
|
|
702
700
|
|
|
703
701
|
"@babel/plugin-transform-modules-umd@^7.18.6":
|
|
704
702
|
version "7.18.6"
|
|
@@ -708,13 +706,13 @@
|
|
|
708
706
|
"@babel/helper-module-transforms" "^7.18.6"
|
|
709
707
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
710
708
|
|
|
711
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.
|
|
712
|
-
version "7.
|
|
713
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
|
714
|
-
integrity sha512-
|
|
709
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.19.1":
|
|
710
|
+
version "7.20.5"
|
|
711
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.20.5.tgz#626298dd62ea51d452c3be58b285d23195ba69a8"
|
|
712
|
+
integrity sha512-mOW4tTzi5iTLnw+78iEq3gr8Aoq4WNRGpmSlrogqaiCBoR1HFhpU4JkpQFOHfeYx3ReVIFWOQJS4aZBRvuZ6mA==
|
|
715
713
|
dependencies:
|
|
716
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
|
717
|
-
"@babel/helper-plugin-utils" "^7.
|
|
714
|
+
"@babel/helper-create-regexp-features-plugin" "^7.20.5"
|
|
715
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
718
716
|
|
|
719
717
|
"@babel/plugin-transform-new-target@^7.18.6":
|
|
720
718
|
version "7.18.6"
|
|
@@ -731,12 +729,12 @@
|
|
|
731
729
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
732
730
|
"@babel/helper-replace-supers" "^7.18.6"
|
|
733
731
|
|
|
734
|
-
"@babel/plugin-transform-parameters@^7.
|
|
735
|
-
version "7.
|
|
736
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
|
737
|
-
integrity sha512-
|
|
732
|
+
"@babel/plugin-transform-parameters@^7.20.1":
|
|
733
|
+
version "7.20.5"
|
|
734
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.5.tgz#f8f9186c681d10c3de7620c916156d893c8a019e"
|
|
735
|
+
integrity sha512-h7plkOmcndIUWXZFLgpbrh2+fXAi47zcUX7IrOQuZdLD0I0KvjJ6cvo3BEcAOsDOcZhVKGJqv07mkSqK0y2isQ==
|
|
738
736
|
dependencies:
|
|
739
|
-
"@babel/helper-plugin-utils" "^7.
|
|
737
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
740
738
|
|
|
741
739
|
"@babel/plugin-transform-property-literals@^7.18.6":
|
|
742
740
|
version "7.18.6"
|
|
@@ -746,12 +744,12 @@
|
|
|
746
744
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
747
745
|
|
|
748
746
|
"@babel/plugin-transform-regenerator@^7.18.6":
|
|
749
|
-
version "7.
|
|
750
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
751
|
-
integrity sha512-
|
|
747
|
+
version "7.20.5"
|
|
748
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.20.5.tgz#57cda588c7ffb7f4f8483cc83bdcea02a907f04d"
|
|
749
|
+
integrity sha512-kW/oO7HPBtntbsahzQ0qSE3tFvkFwnbozz3NWFhLGqH75vLEg+sCGngLlhVkePlCs3Jv0dBBHDzCHxNiFAQKCQ==
|
|
752
750
|
dependencies:
|
|
753
|
-
"@babel/helper-plugin-utils" "^7.
|
|
754
|
-
regenerator-transform "^0.15.
|
|
751
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
752
|
+
regenerator-transform "^0.15.1"
|
|
755
753
|
|
|
756
754
|
"@babel/plugin-transform-reserved-words@^7.18.6":
|
|
757
755
|
version "7.18.6"
|
|
@@ -761,15 +759,15 @@
|
|
|
761
759
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
762
760
|
|
|
763
761
|
"@babel/plugin-transform-runtime@^7.18.9":
|
|
764
|
-
version "7.
|
|
765
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
|
766
|
-
integrity sha512-
|
|
762
|
+
version "7.19.6"
|
|
763
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz#9d2a9dbf4e12644d6f46e5e75bfbf02b5d6e9194"
|
|
764
|
+
integrity sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==
|
|
767
765
|
dependencies:
|
|
768
766
|
"@babel/helper-module-imports" "^7.18.6"
|
|
769
|
-
"@babel/helper-plugin-utils" "^7.
|
|
770
|
-
babel-plugin-polyfill-corejs2 "^0.3.
|
|
771
|
-
babel-plugin-polyfill-corejs3 "^0.
|
|
772
|
-
babel-plugin-polyfill-regenerator "^0.4.
|
|
767
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
768
|
+
babel-plugin-polyfill-corejs2 "^0.3.3"
|
|
769
|
+
babel-plugin-polyfill-corejs3 "^0.6.0"
|
|
770
|
+
babel-plugin-polyfill-regenerator "^0.4.1"
|
|
773
771
|
semver "^6.3.0"
|
|
774
772
|
|
|
775
773
|
"@babel/plugin-transform-shorthand-properties@^7.18.6":
|
|
@@ -779,12 +777,12 @@
|
|
|
779
777
|
dependencies:
|
|
780
778
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
781
779
|
|
|
782
|
-
"@babel/plugin-transform-spread@^7.
|
|
783
|
-
version "7.
|
|
784
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
785
|
-
integrity sha512-
|
|
780
|
+
"@babel/plugin-transform-spread@^7.19.0":
|
|
781
|
+
version "7.19.0"
|
|
782
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz#dd60b4620c2fec806d60cfaae364ec2188d593b6"
|
|
783
|
+
integrity sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==
|
|
786
784
|
dependencies:
|
|
787
|
-
"@babel/helper-plugin-utils" "^7.
|
|
785
|
+
"@babel/helper-plugin-utils" "^7.19.0"
|
|
788
786
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.18.9"
|
|
789
787
|
|
|
790
788
|
"@babel/plugin-transform-sticky-regex@^7.18.6":
|
|
@@ -824,17 +822,17 @@
|
|
|
824
822
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
825
823
|
|
|
826
824
|
"@babel/preset-env@^7.18.9":
|
|
827
|
-
version "7.
|
|
828
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
|
829
|
-
integrity sha512-
|
|
825
|
+
version "7.20.2"
|
|
826
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.20.2.tgz#9b1642aa47bb9f43a86f9630011780dab7f86506"
|
|
827
|
+
integrity sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==
|
|
830
828
|
dependencies:
|
|
831
|
-
"@babel/compat-data" "^7.
|
|
832
|
-
"@babel/helper-compilation-targets" "^7.
|
|
833
|
-
"@babel/helper-plugin-utils" "^7.
|
|
829
|
+
"@babel/compat-data" "^7.20.1"
|
|
830
|
+
"@babel/helper-compilation-targets" "^7.20.0"
|
|
831
|
+
"@babel/helper-plugin-utils" "^7.20.2"
|
|
834
832
|
"@babel/helper-validator-option" "^7.18.6"
|
|
835
833
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.18.6"
|
|
836
834
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.18.9"
|
|
837
|
-
"@babel/plugin-proposal-async-generator-functions" "^7.
|
|
835
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.20.1"
|
|
838
836
|
"@babel/plugin-proposal-class-properties" "^7.18.6"
|
|
839
837
|
"@babel/plugin-proposal-class-static-block" "^7.18.6"
|
|
840
838
|
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
|
@@ -843,7 +841,7 @@
|
|
|
843
841
|
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.9"
|
|
844
842
|
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
|
|
845
843
|
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
|
|
846
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.
|
|
844
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.20.2"
|
|
847
845
|
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
|
|
848
846
|
"@babel/plugin-proposal-optional-chaining" "^7.18.9"
|
|
849
847
|
"@babel/plugin-proposal-private-methods" "^7.18.6"
|
|
@@ -854,7 +852,7 @@
|
|
|
854
852
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
855
853
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
856
854
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
857
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
|
855
|
+
"@babel/plugin-syntax-import-assertions" "^7.20.0"
|
|
858
856
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
859
857
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
860
858
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
|
@@ -867,10 +865,10 @@
|
|
|
867
865
|
"@babel/plugin-transform-arrow-functions" "^7.18.6"
|
|
868
866
|
"@babel/plugin-transform-async-to-generator" "^7.18.6"
|
|
869
867
|
"@babel/plugin-transform-block-scoped-functions" "^7.18.6"
|
|
870
|
-
"@babel/plugin-transform-block-scoping" "^7.
|
|
871
|
-
"@babel/plugin-transform-classes" "^7.
|
|
868
|
+
"@babel/plugin-transform-block-scoping" "^7.20.2"
|
|
869
|
+
"@babel/plugin-transform-classes" "^7.20.2"
|
|
872
870
|
"@babel/plugin-transform-computed-properties" "^7.18.9"
|
|
873
|
-
"@babel/plugin-transform-destructuring" "^7.
|
|
871
|
+
"@babel/plugin-transform-destructuring" "^7.20.2"
|
|
874
872
|
"@babel/plugin-transform-dotall-regex" "^7.18.6"
|
|
875
873
|
"@babel/plugin-transform-duplicate-keys" "^7.18.9"
|
|
876
874
|
"@babel/plugin-transform-exponentiation-operator" "^7.18.6"
|
|
@@ -878,30 +876,30 @@
|
|
|
878
876
|
"@babel/plugin-transform-function-name" "^7.18.9"
|
|
879
877
|
"@babel/plugin-transform-literals" "^7.18.9"
|
|
880
878
|
"@babel/plugin-transform-member-expression-literals" "^7.18.6"
|
|
881
|
-
"@babel/plugin-transform-modules-amd" "^7.
|
|
882
|
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
|
883
|
-
"@babel/plugin-transform-modules-systemjs" "^7.
|
|
879
|
+
"@babel/plugin-transform-modules-amd" "^7.19.6"
|
|
880
|
+
"@babel/plugin-transform-modules-commonjs" "^7.19.6"
|
|
881
|
+
"@babel/plugin-transform-modules-systemjs" "^7.19.6"
|
|
884
882
|
"@babel/plugin-transform-modules-umd" "^7.18.6"
|
|
885
|
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.
|
|
883
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.19.1"
|
|
886
884
|
"@babel/plugin-transform-new-target" "^7.18.6"
|
|
887
885
|
"@babel/plugin-transform-object-super" "^7.18.6"
|
|
888
|
-
"@babel/plugin-transform-parameters" "^7.
|
|
886
|
+
"@babel/plugin-transform-parameters" "^7.20.1"
|
|
889
887
|
"@babel/plugin-transform-property-literals" "^7.18.6"
|
|
890
888
|
"@babel/plugin-transform-regenerator" "^7.18.6"
|
|
891
889
|
"@babel/plugin-transform-reserved-words" "^7.18.6"
|
|
892
890
|
"@babel/plugin-transform-shorthand-properties" "^7.18.6"
|
|
893
|
-
"@babel/plugin-transform-spread" "^7.
|
|
891
|
+
"@babel/plugin-transform-spread" "^7.19.0"
|
|
894
892
|
"@babel/plugin-transform-sticky-regex" "^7.18.6"
|
|
895
893
|
"@babel/plugin-transform-template-literals" "^7.18.9"
|
|
896
894
|
"@babel/plugin-transform-typeof-symbol" "^7.18.9"
|
|
897
895
|
"@babel/plugin-transform-unicode-escapes" "^7.18.10"
|
|
898
896
|
"@babel/plugin-transform-unicode-regex" "^7.18.6"
|
|
899
897
|
"@babel/preset-modules" "^0.1.5"
|
|
900
|
-
"@babel/types" "^7.
|
|
901
|
-
babel-plugin-polyfill-corejs2 "^0.3.
|
|
902
|
-
babel-plugin-polyfill-corejs3 "^0.
|
|
903
|
-
babel-plugin-polyfill-regenerator "^0.4.
|
|
904
|
-
core-js-compat "^3.
|
|
898
|
+
"@babel/types" "^7.20.2"
|
|
899
|
+
babel-plugin-polyfill-corejs2 "^0.3.3"
|
|
900
|
+
babel-plugin-polyfill-corejs3 "^0.6.0"
|
|
901
|
+
babel-plugin-polyfill-regenerator "^0.4.1"
|
|
902
|
+
core-js-compat "^3.25.1"
|
|
905
903
|
semver "^6.3.0"
|
|
906
904
|
|
|
907
905
|
"@babel/preset-modules@^0.1.5":
|
|
@@ -927,13 +925,13 @@
|
|
|
927
925
|
source-map-support "^0.5.16"
|
|
928
926
|
|
|
929
927
|
"@babel/runtime@^7.14.8", "@babel/runtime@^7.8.4":
|
|
930
|
-
version "7.
|
|
931
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
|
932
|
-
integrity sha512-
|
|
928
|
+
version "7.20.6"
|
|
929
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.20.6.tgz#facf4879bfed9b5326326273a64220f099b0fce3"
|
|
930
|
+
integrity sha512-Q+8MqP7TiHMWzSfwiJwXCjyf4GYA4Dgw3emg/7xmwsdLJOZUp+nMqcOwOzzYheuM1rhDu8FSj2l0aoMygEuXuA==
|
|
933
931
|
dependencies:
|
|
934
|
-
regenerator-runtime "^0.13.
|
|
932
|
+
regenerator-runtime "^0.13.11"
|
|
935
933
|
|
|
936
|
-
"@babel/template@^7.18.10", "@babel/template@^7.
|
|
934
|
+
"@babel/template@^7.18.10", "@babel/template@^7.3.3":
|
|
937
935
|
version "7.18.10"
|
|
938
936
|
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.18.10.tgz#6f9134835970d1dbf0835c0d100c9f38de0c5e71"
|
|
939
937
|
integrity sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==
|
|
@@ -942,29 +940,29 @@
|
|
|
942
940
|
"@babel/parser" "^7.18.10"
|
|
943
941
|
"@babel/types" "^7.18.10"
|
|
944
942
|
|
|
945
|
-
"@babel/traverse@^7.1.0", "@babel/traverse@^7.
|
|
946
|
-
version "7.
|
|
947
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
|
948
|
-
integrity sha512-
|
|
943
|
+
"@babel/traverse@^7.1.0", "@babel/traverse@^7.19.1", "@babel/traverse@^7.20.1", "@babel/traverse@^7.20.5", "@babel/traverse@^7.7.0":
|
|
944
|
+
version "7.20.5"
|
|
945
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.20.5.tgz#78eb244bea8270fdda1ef9af22a5d5e5b7e57133"
|
|
946
|
+
integrity sha512-WM5ZNN3JITQIq9tFZaw1ojLU3WgWdtkxnhM1AegMS+PvHjkM5IXjmYEGY7yukz5XS4sJyEf2VzWjI8uAavhxBQ==
|
|
949
947
|
dependencies:
|
|
950
948
|
"@babel/code-frame" "^7.18.6"
|
|
951
|
-
"@babel/generator" "^7.
|
|
949
|
+
"@babel/generator" "^7.20.5"
|
|
952
950
|
"@babel/helper-environment-visitor" "^7.18.9"
|
|
953
|
-
"@babel/helper-function-name" "^7.
|
|
951
|
+
"@babel/helper-function-name" "^7.19.0"
|
|
954
952
|
"@babel/helper-hoist-variables" "^7.18.6"
|
|
955
953
|
"@babel/helper-split-export-declaration" "^7.18.6"
|
|
956
|
-
"@babel/parser" "^7.
|
|
957
|
-
"@babel/types" "^7.
|
|
954
|
+
"@babel/parser" "^7.20.5"
|
|
955
|
+
"@babel/types" "^7.20.5"
|
|
958
956
|
debug "^4.1.0"
|
|
959
957
|
globals "^11.1.0"
|
|
960
958
|
|
|
961
|
-
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.
|
|
962
|
-
version "7.
|
|
963
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
|
964
|
-
integrity sha512-
|
|
959
|
+
"@babel/types@^7.0.0", "@babel/types@^7.18.10", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.19.0", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.7.0":
|
|
960
|
+
version "7.20.5"
|
|
961
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84"
|
|
962
|
+
integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==
|
|
965
963
|
dependencies:
|
|
966
|
-
"@babel/helper-string-parser" "^7.
|
|
967
|
-
"@babel/helper-validator-identifier" "^7.
|
|
964
|
+
"@babel/helper-string-parser" "^7.19.4"
|
|
965
|
+
"@babel/helper-validator-identifier" "^7.19.1"
|
|
968
966
|
to-fast-properties "^2.0.0"
|
|
969
967
|
|
|
970
968
|
"@bcoe/v8-coverage@^0.2.3":
|
|
@@ -987,10 +985,10 @@
|
|
|
987
985
|
dependencies:
|
|
988
986
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
989
987
|
|
|
990
|
-
"@eslint/eslintrc@^1.3.
|
|
991
|
-
version "1.3.
|
|
992
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.
|
|
993
|
-
integrity sha512-
|
|
988
|
+
"@eslint/eslintrc@^1.3.3":
|
|
989
|
+
version "1.3.3"
|
|
990
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
|
|
991
|
+
integrity sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==
|
|
994
992
|
dependencies:
|
|
995
993
|
ajv "^6.12.4"
|
|
996
994
|
debug "^4.3.2"
|
|
@@ -1002,19 +1000,14 @@
|
|
|
1002
1000
|
minimatch "^3.1.2"
|
|
1003
1001
|
strip-json-comments "^3.1.1"
|
|
1004
1002
|
|
|
1005
|
-
"@humanwhocodes/config-array@^0.
|
|
1006
|
-
version "0.
|
|
1007
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.
|
|
1008
|
-
integrity sha512-
|
|
1003
|
+
"@humanwhocodes/config-array@^0.11.6":
|
|
1004
|
+
version "0.11.7"
|
|
1005
|
+
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
|
|
1006
|
+
integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
|
|
1009
1007
|
dependencies:
|
|
1010
1008
|
"@humanwhocodes/object-schema" "^1.2.1"
|
|
1011
1009
|
debug "^4.1.1"
|
|
1012
|
-
minimatch "^3.0.
|
|
1013
|
-
|
|
1014
|
-
"@humanwhocodes/gitignore-to-minimatch@^1.0.2":
|
|
1015
|
-
version "1.0.2"
|
|
1016
|
-
resolved "https://registry.yarnpkg.com/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz#316b0a63b91c10e53f242efb4ace5c3b34e8728d"
|
|
1017
|
-
integrity sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==
|
|
1010
|
+
minimatch "^3.0.5"
|
|
1018
1011
|
|
|
1019
1012
|
"@humanwhocodes/module-importer@^1.0.1":
|
|
1020
1013
|
version "1.0.1"
|
|
@@ -1270,7 +1263,7 @@
|
|
|
1270
1263
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1271
1264
|
"@jridgewell/trace-mapping" "^0.3.9"
|
|
1272
1265
|
|
|
1273
|
-
"@jridgewell/resolve-uri@^3.0.3":
|
|
1266
|
+
"@jridgewell/resolve-uri@3.1.0", "@jridgewell/resolve-uri@^3.0.3":
|
|
1274
1267
|
version "3.1.0"
|
|
1275
1268
|
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
|
1276
1269
|
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
|
@@ -1280,7 +1273,7 @@
|
|
|
1280
1273
|
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.2.tgz#7c6cf998d6d20b914c0a55a91ae928ff25965e72"
|
|
1281
1274
|
integrity sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==
|
|
1282
1275
|
|
|
1283
|
-
"@jridgewell/sourcemap-codec@^1.4.10":
|
|
1276
|
+
"@jridgewell/sourcemap-codec@1.4.14", "@jridgewell/sourcemap-codec@^1.4.10":
|
|
1284
1277
|
version "1.4.14"
|
|
1285
1278
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz#add4c98d341472a289190b424efbdb096991bb24"
|
|
1286
1279
|
integrity sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==
|
|
@@ -1294,12 +1287,12 @@
|
|
|
1294
1287
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1295
1288
|
|
|
1296
1289
|
"@jridgewell/trace-mapping@^0.3.13", "@jridgewell/trace-mapping@^0.3.8", "@jridgewell/trace-mapping@^0.3.9":
|
|
1297
|
-
version "0.3.
|
|
1298
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
1299
|
-
integrity sha512-
|
|
1290
|
+
version "0.3.17"
|
|
1291
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.17.tgz#793041277af9073b0951a7fe0f0d8c4c98c36985"
|
|
1292
|
+
integrity sha512-MCNzAp77qzKca9+W/+I0+sEpaUnZoeasnghNeVc41VZCEKaCH73Vq3BZZ/SzWIgrqE4H4ceI+p+b6C0mHf9T4g==
|
|
1300
1293
|
dependencies:
|
|
1301
|
-
"@jridgewell/resolve-uri" "
|
|
1302
|
-
"@jridgewell/sourcemap-codec" "
|
|
1294
|
+
"@jridgewell/resolve-uri" "3.1.0"
|
|
1295
|
+
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1303
1296
|
|
|
1304
1297
|
"@ledgerhq/devices@6.27.1", "@ledgerhq/devices@^6.27.1":
|
|
1305
1298
|
version "6.27.1"
|
|
@@ -1312,9 +1305,9 @@
|
|
|
1312
1305
|
semver "^7.3.5"
|
|
1313
1306
|
|
|
1314
1307
|
"@ledgerhq/errors@^6.10.0":
|
|
1315
|
-
version "6.
|
|
1316
|
-
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.
|
|
1317
|
-
integrity sha512-
|
|
1308
|
+
version "6.12.1"
|
|
1309
|
+
resolved "https://registry.yarnpkg.com/@ledgerhq/errors/-/errors-6.12.1.tgz#99ad10bd528942bdfde0ef3d4d0dce658f6f4405"
|
|
1310
|
+
integrity sha512-2qeUSUCpQbMhV9eLJDLI8wycFwTcWszP8g3cJycBt9Jf1VczC5MRERwAQv5AYhPa4rcy+jLKBOVZYxc35r5l7g==
|
|
1318
1311
|
|
|
1319
1312
|
"@ledgerhq/hw-transport-node-hid-noevents@6.27.1", "@ledgerhq/hw-transport-node-hid-noevents@^6.27.1":
|
|
1320
1313
|
version "6.27.1"
|
|
@@ -1361,9 +1354,9 @@
|
|
|
1361
1354
|
events "^3.3.0"
|
|
1362
1355
|
|
|
1363
1356
|
"@ledgerhq/logs@^6.10.0":
|
|
1364
|
-
version "6.10.
|
|
1365
|
-
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.
|
|
1366
|
-
integrity sha512-
|
|
1357
|
+
version "6.10.1"
|
|
1358
|
+
resolved "https://registry.yarnpkg.com/@ledgerhq/logs/-/logs-6.10.1.tgz#5bd16082261d7364eabb511c788f00937dac588d"
|
|
1359
|
+
integrity sha512-z+ILK8Q3y+nfUl43ctCPuR4Y2bIxk/ooCQFwZxhtci1EhAtMDzMAx2W25qx8G1PPL9UUOdnUax19+F0OjXoj4w==
|
|
1367
1360
|
|
|
1368
1361
|
"@nicolo-ribaudo/chokidar-2@2.1.8-no-fsevents.3":
|
|
1369
1362
|
version "2.1.8-no-fsevents.3"
|
|
@@ -1383,7 +1376,7 @@
|
|
|
1383
1376
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
|
1384
1377
|
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
|
1385
1378
|
|
|
1386
|
-
"@nodelib/fs.walk@^1.2.3":
|
|
1379
|
+
"@nodelib/fs.walk@^1.2.3", "@nodelib/fs.walk@^1.2.8":
|
|
1387
1380
|
version "1.2.8"
|
|
1388
1381
|
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
|
1389
1382
|
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
|
@@ -1392,14 +1385,14 @@
|
|
|
1392
1385
|
fastq "^1.6.0"
|
|
1393
1386
|
|
|
1394
1387
|
"@sinclair/typebox@^0.24.1":
|
|
1395
|
-
version "0.24.
|
|
1396
|
-
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.
|
|
1397
|
-
integrity sha512-
|
|
1388
|
+
version "0.24.51"
|
|
1389
|
+
resolved "https://registry.yarnpkg.com/@sinclair/typebox/-/typebox-0.24.51.tgz#645f33fe4e02defe26f2f5c0410e1c094eac7f5f"
|
|
1390
|
+
integrity sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==
|
|
1398
1391
|
|
|
1399
1392
|
"@sinonjs/commons@^1.7.0":
|
|
1400
|
-
version "1.8.
|
|
1401
|
-
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.
|
|
1402
|
-
integrity sha512-
|
|
1393
|
+
version "1.8.6"
|
|
1394
|
+
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
|
|
1395
|
+
integrity sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==
|
|
1403
1396
|
dependencies:
|
|
1404
1397
|
type-detect "4.0.8"
|
|
1405
1398
|
|
|
@@ -1410,111 +1403,71 @@
|
|
|
1410
1403
|
dependencies:
|
|
1411
1404
|
"@sinonjs/commons" "^1.7.0"
|
|
1412
1405
|
|
|
1413
|
-
"@swc/core-
|
|
1414
|
-
version "1.
|
|
1415
|
-
resolved "https://registry.yarnpkg.com/@swc/core-
|
|
1416
|
-
integrity sha512-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
"
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
"
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
version "1.2.245"
|
|
1463
|
-
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.2.245.tgz#a39ccd128b4c6c5a759170789a11f533dba753ec"
|
|
1464
|
-
integrity sha512-NAgd4ImnWubYKdZE1sQi9hNvsSw8+z3nVm7WrZqhBx3OVQx/XQ2OQxUKIYvTe3LInUDxywX+ifRQ/syR/pFHUQ==
|
|
1465
|
-
|
|
1466
|
-
"@swc/core-linux-x64-musl@1.2.245":
|
|
1467
|
-
version "1.2.245"
|
|
1468
|
-
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.2.245.tgz#2797641fcce6ef8babce99923aef81e1faf3e70a"
|
|
1469
|
-
integrity sha512-jBThAr+TdmGRj5syD58IRlTu+N/9IcWT4GZ/YdujwDifyb2oZVj5Hop5D8wMBqBrDs1oWmK43sHp2suTfWdKBQ==
|
|
1470
|
-
|
|
1471
|
-
"@swc/core-win32-arm64-msvc@1.2.245":
|
|
1472
|
-
version "1.2.245"
|
|
1473
|
-
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.2.245.tgz#ace106c6c1f8d3fb969ce07914e54d29c217e275"
|
|
1474
|
-
integrity sha512-m0cCHZHTay0J1PxUGEVeoe9Xr8Xmf2Ahdn+FPk3tp/bqA+65eT527kAQBRc6fsyJyu6tip3STVQHapFauD/w9g==
|
|
1475
|
-
dependencies:
|
|
1476
|
-
"@swc/wasm" "1.2.130"
|
|
1477
|
-
|
|
1478
|
-
"@swc/core-win32-ia32-msvc@1.2.245":
|
|
1479
|
-
version "1.2.245"
|
|
1480
|
-
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.2.245.tgz#65c103fc8ac6f71ad25873c2c410f7502220a1af"
|
|
1481
|
-
integrity sha512-7mMwNFpD7eepMbbveSzeEIvOL5W2I2TPHD0kR6PKq//2mr4wR+LOrw6I4i0O159Go8bDVSrdRhCNzfY66oNJ7Q==
|
|
1482
|
-
dependencies:
|
|
1483
|
-
"@swc/wasm" "1.2.130"
|
|
1484
|
-
|
|
1485
|
-
"@swc/core-win32-x64-msvc@1.2.245":
|
|
1486
|
-
version "1.2.245"
|
|
1487
|
-
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.2.245.tgz#16a6fe0d0b14b36c4bdeec3bc2f670a3fb357798"
|
|
1488
|
-
integrity sha512-vgresfVnySSZs7DO8SLpn3SB0aX+EN7N6n4YtF/rH37rFwH4WIJhNKRv6Wq4n/hzx33OT116+e/bIDMTg2cEoQ==
|
|
1406
|
+
"@swc/core-darwin-arm64@1.3.21":
|
|
1407
|
+
version "1.3.21"
|
|
1408
|
+
resolved "https://registry.yarnpkg.com/@swc/core-darwin-arm64/-/core-darwin-arm64-1.3.21.tgz#9fe6d5c4c3ca0854194ab7d3e42ac29cda422abf"
|
|
1409
|
+
integrity sha512-5dBrJyrCzdHOQ9evS9NBJm2geKcXffIuAvSrnwbMHkfTpl+pOM7crry2tolydFXdOE/Jbx8yyahAIXPne1fTHw==
|
|
1410
|
+
|
|
1411
|
+
"@swc/core-darwin-x64@1.3.21":
|
|
1412
|
+
version "1.3.21"
|
|
1413
|
+
resolved "https://registry.yarnpkg.com/@swc/core-darwin-x64/-/core-darwin-x64-1.3.21.tgz#6fb005ff27c5521534dd75732973182f45836681"
|
|
1414
|
+
integrity sha512-CAtzfsRoVZr7DLKOOWPua6npFdj06wRuv1us275CY2QS3mg1bPl9BxA3c94q3mMcu5Bf06+dzUOjJSGrsBD7Ig==
|
|
1415
|
+
|
|
1416
|
+
"@swc/core-linux-arm-gnueabihf@1.3.21":
|
|
1417
|
+
version "1.3.21"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm-gnueabihf/-/core-linux-arm-gnueabihf-1.3.21.tgz#3c54f62c1718408993b82ae4726c081e3271f002"
|
|
1419
|
+
integrity sha512-oPO7oFr89pjDFlHJ2aZvzGR6hwy5nmQyeiuqpTgfn+RFFLLbipFawJe/2NBWyD35bxuguW6a3/w9I6edKTpLUw==
|
|
1420
|
+
|
|
1421
|
+
"@swc/core-linux-arm64-gnu@1.3.21":
|
|
1422
|
+
version "1.3.21"
|
|
1423
|
+
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-gnu/-/core-linux-arm64-gnu-1.3.21.tgz#7a4e17420ad98f35712cd2cbde46b8a78c39beb3"
|
|
1424
|
+
integrity sha512-cgPw35T8HO4gB/tvPJMwjJuNNpydmw6U5hkxZ+7jiE+qA8hN8a71i+BBfXeSzlo60t4c44+zK4t+gK7UacZg2w==
|
|
1425
|
+
|
|
1426
|
+
"@swc/core-linux-arm64-musl@1.3.21":
|
|
1427
|
+
version "1.3.21"
|
|
1428
|
+
resolved "https://registry.yarnpkg.com/@swc/core-linux-arm64-musl/-/core-linux-arm64-musl-1.3.21.tgz#2b98140cc6dcd23c28f823a8ab8d61df8f876aed"
|
|
1429
|
+
integrity sha512-kwH+HHtcakSqR3gF5QJ7N7SPs96ilFiXuauB02Ct3UflaGbVYVoeFYj/VEIJ+ZJvlvvOEDByOiLyrk2bw0bG7A==
|
|
1430
|
+
|
|
1431
|
+
"@swc/core-linux-x64-gnu@1.3.21":
|
|
1432
|
+
version "1.3.21"
|
|
1433
|
+
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-gnu/-/core-linux-x64-gnu-1.3.21.tgz#6dc8105f6a6252322010896e79ad8a12269862ed"
|
|
1434
|
+
integrity sha512-/kLQLNxwdX6kO2R751uUrxXZsAhOkA1EeQzAqj+5Y+bzt3hA5asH5evkY0w0Aj1zCofX4p4o/Q35mandUPxMlw==
|
|
1435
|
+
|
|
1436
|
+
"@swc/core-linux-x64-musl@1.3.21":
|
|
1437
|
+
version "1.3.21"
|
|
1438
|
+
resolved "https://registry.yarnpkg.com/@swc/core-linux-x64-musl/-/core-linux-x64-musl-1.3.21.tgz#e94eeecf389b441f09cf2de712caf5c9d0a0d5da"
|
|
1439
|
+
integrity sha512-s+l3LqUzDli6rbmIPR3IfO23IOLYBVxk97CDdcJWrRTVtCwUKFhFVJVZyErveriqLXSGJhy5+UL+aOuxC4dk8g==
|
|
1440
|
+
|
|
1441
|
+
"@swc/core-win32-arm64-msvc@1.3.21":
|
|
1442
|
+
version "1.3.21"
|
|
1443
|
+
resolved "https://registry.yarnpkg.com/@swc/core-win32-arm64-msvc/-/core-win32-arm64-msvc-1.3.21.tgz#07374179e0422ad7352430e8b8fd7fd0f92e099c"
|
|
1444
|
+
integrity sha512-59gWcdbZxvmyzh+J50yCCodKDYRUnMwNypzzfamF1Vusa4Np+IGMWEaE2KsZUq50OQIRo0PGHpBPMKVYkuGv8g==
|
|
1445
|
+
|
|
1446
|
+
"@swc/core-win32-ia32-msvc@1.3.21":
|
|
1447
|
+
version "1.3.21"
|
|
1448
|
+
resolved "https://registry.yarnpkg.com/@swc/core-win32-ia32-msvc/-/core-win32-ia32-msvc-1.3.21.tgz#abc4aa533a21da7c0812698ba485314797032edf"
|
|
1449
|
+
integrity sha512-3gH86ffVAiCmeRy+xSxR5iWSbKy4nUddo4PIahD1zwGJx6LC5ahC/I6EpL1pvoX3KdJKVioUBn0KDfPDUYfqJw==
|
|
1450
|
+
|
|
1451
|
+
"@swc/core-win32-x64-msvc@1.3.21":
|
|
1452
|
+
version "1.3.21"
|
|
1453
|
+
resolved "https://registry.yarnpkg.com/@swc/core-win32-x64-msvc/-/core-win32-x64-msvc-1.3.21.tgz#2d5264370a737e0842434988f9afe9924cc0c4b6"
|
|
1454
|
+
integrity sha512-JKWLJdJ3oFc8fGBk4P6mGKhW8n+FmEjLLbsST+h94bZmelrSTeShBt3rr+pMMatFevlu/c9lM3OW2GHsZeZNkg==
|
|
1489
1455
|
|
|
1490
1456
|
"@swc/core@^1.2.237":
|
|
1491
|
-
version "1.
|
|
1492
|
-
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.
|
|
1493
|
-
integrity sha512-
|
|
1457
|
+
version "1.3.21"
|
|
1458
|
+
resolved "https://registry.yarnpkg.com/@swc/core/-/core-1.3.21.tgz#5168604c9bcd81740d8aa3a602a2a64dbb9377d1"
|
|
1459
|
+
integrity sha512-RTmqkm5e5sb+Q+YbyqiE52xjvX+kcIVDgaSdSD7mNy2opgDfIdFMhExmB8UQStt3TLrlpAslWaFNWNmvaHP9rg==
|
|
1494
1460
|
optionalDependencies:
|
|
1495
|
-
"@swc/core-
|
|
1496
|
-
"@swc/core-
|
|
1497
|
-
"@swc/core-
|
|
1498
|
-
"@swc/core-
|
|
1499
|
-
"@swc/core-
|
|
1500
|
-
"@swc/core-linux-
|
|
1501
|
-
"@swc/core-linux-
|
|
1502
|
-
"@swc/core-
|
|
1503
|
-
"@swc/core-
|
|
1504
|
-
"@swc/core-
|
|
1505
|
-
"@swc/core-win32-arm64-msvc" "1.2.245"
|
|
1506
|
-
"@swc/core-win32-ia32-msvc" "1.2.245"
|
|
1507
|
-
"@swc/core-win32-x64-msvc" "1.2.245"
|
|
1508
|
-
|
|
1509
|
-
"@swc/wasm@1.2.122":
|
|
1510
|
-
version "1.2.122"
|
|
1511
|
-
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.2.122.tgz#87a5e654b26a71b2e84b801f41e45f823b856639"
|
|
1512
|
-
integrity sha512-sM1VCWQxmNhFtdxME+8UXNyPNhxNu7zdb6ikWpz0YKAQQFRGT5ThZgJrubEpah335SUToNg8pkdDF7ibVCjxbQ==
|
|
1513
|
-
|
|
1514
|
-
"@swc/wasm@1.2.130":
|
|
1515
|
-
version "1.2.130"
|
|
1516
|
-
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.2.130.tgz#88ac26433335d1f957162a9a92f1450b73c176a0"
|
|
1517
|
-
integrity sha512-rNcJsBxS70+pv8YUWwf5fRlWX6JoY/HJc25HD/F8m6Kv7XhJdqPPMhyX6TKkUBPAG7TWlZYoxa+rHAjPy4Cj3Q==
|
|
1461
|
+
"@swc/core-darwin-arm64" "1.3.21"
|
|
1462
|
+
"@swc/core-darwin-x64" "1.3.21"
|
|
1463
|
+
"@swc/core-linux-arm-gnueabihf" "1.3.21"
|
|
1464
|
+
"@swc/core-linux-arm64-gnu" "1.3.21"
|
|
1465
|
+
"@swc/core-linux-arm64-musl" "1.3.21"
|
|
1466
|
+
"@swc/core-linux-x64-gnu" "1.3.21"
|
|
1467
|
+
"@swc/core-linux-x64-musl" "1.3.21"
|
|
1468
|
+
"@swc/core-win32-arm64-msvc" "1.3.21"
|
|
1469
|
+
"@swc/core-win32-ia32-msvc" "1.3.21"
|
|
1470
|
+
"@swc/core-win32-x64-msvc" "1.3.21"
|
|
1518
1471
|
|
|
1519
1472
|
"@tootallnate/once@1":
|
|
1520
1473
|
version "1.1.2"
|
|
@@ -1542,9 +1495,9 @@
|
|
|
1542
1495
|
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
|
|
1543
1496
|
|
|
1544
1497
|
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7":
|
|
1545
|
-
version "7.1.
|
|
1546
|
-
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.
|
|
1547
|
-
integrity sha512-
|
|
1498
|
+
version "7.1.20"
|
|
1499
|
+
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.20.tgz#e168cdd612c92a2d335029ed62ac94c95b362359"
|
|
1500
|
+
integrity sha512-PVb6Bg2QuscZ30FvOU7z4guG6c926D9YRvOxEaelzndpMsvP+YM74Q/dAFASpg2l6+XLalxSGxcq/lrgYWZtyQ==
|
|
1548
1501
|
dependencies:
|
|
1549
1502
|
"@babel/parser" "^7.1.0"
|
|
1550
1503
|
"@babel/types" "^7.0.0"
|
|
@@ -1568,9 +1521,9 @@
|
|
|
1568
1521
|
"@babel/types" "^7.0.0"
|
|
1569
1522
|
|
|
1570
1523
|
"@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
|
|
1571
|
-
version "7.18.
|
|
1572
|
-
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.
|
|
1573
|
-
integrity sha512-
|
|
1524
|
+
version "7.18.3"
|
|
1525
|
+
resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.18.3.tgz#dfc508a85781e5698d5b33443416b6268c4b3e8d"
|
|
1526
|
+
integrity sha512-1kbcJ40lLB7MHsj39U4Sh1uTd2E7rLEa79kmDpI6cy+XiXsteB3POdQomoq4FxszMrO3ZYchkhYJw7A2862b3w==
|
|
1574
1527
|
dependencies:
|
|
1575
1528
|
"@babel/types" "^7.3.0"
|
|
1576
1529
|
|
|
@@ -1625,10 +1578,10 @@
|
|
|
1625
1578
|
dependencies:
|
|
1626
1579
|
"@types/node" "*"
|
|
1627
1580
|
|
|
1628
|
-
"@types/node@*":
|
|
1629
|
-
version "18.
|
|
1630
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
|
1631
|
-
integrity sha512-
|
|
1581
|
+
"@types/node@*", "@types/node@^18.11.9":
|
|
1582
|
+
version "18.11.11"
|
|
1583
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.11.tgz#1d455ac0211549a8409d3cdb371cd55cc971e8dc"
|
|
1584
|
+
integrity sha512-KJ021B1nlQUBLopzZmPBVuGU9un7WJd/W4ya7Ih02B4Uwky5Nja0yGYav2EfYIk0RR2Q9oVhf60S2XR1BCWJ2g==
|
|
1632
1585
|
|
|
1633
1586
|
"@types/node@10.12.18":
|
|
1634
1587
|
version "10.12.18"
|
|
@@ -1646,9 +1599,14 @@
|
|
|
1646
1599
|
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
|
1647
1600
|
|
|
1648
1601
|
"@types/prettier@^2.0.0":
|
|
1649
|
-
version "2.7.
|
|
1650
|
-
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.
|
|
1651
|
-
integrity sha512-
|
|
1602
|
+
version "2.7.1"
|
|
1603
|
+
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.7.1.tgz#dfd20e2dc35f027cdd6c1908e80a5ddc7499670e"
|
|
1604
|
+
integrity sha512-ri0UmynRRvZiiUJdiz38MmIblKK+oH30MztdBVR95dv/Ubw6neWSb8u1XpRb72L4qsZOhz+L+z9JD40SJmfWow==
|
|
1605
|
+
|
|
1606
|
+
"@types/semver@^7.3.12":
|
|
1607
|
+
version "7.3.13"
|
|
1608
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
|
|
1609
|
+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
|
|
1652
1610
|
|
|
1653
1611
|
"@types/stack-utils@^2.0.0":
|
|
1654
1612
|
version "2.0.1"
|
|
@@ -1668,91 +1626,93 @@
|
|
|
1668
1626
|
"@types/yargs-parser" "*"
|
|
1669
1627
|
|
|
1670
1628
|
"@types/yargs@^17.0.8":
|
|
1671
|
-
version "17.0.
|
|
1672
|
-
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.
|
|
1673
|
-
integrity sha512-
|
|
1629
|
+
version "17.0.16"
|
|
1630
|
+
resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.16.tgz#9ad7938c9dbe79a261e17adc1ed491de9999612c"
|
|
1631
|
+
integrity sha512-Mh3OP0oh8X7O7F9m5AplC+XHYLBWuPKNkGVD3gIZFLFebBnuFI2Nz5Sf8WLvwGxECJ8YjifQvFdh79ubODkdug==
|
|
1674
1632
|
dependencies:
|
|
1675
1633
|
"@types/yargs-parser" "*"
|
|
1676
1634
|
|
|
1677
1635
|
"@typescript-eslint/eslint-plugin@^5.33.1":
|
|
1678
|
-
version "5.
|
|
1679
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
1680
|
-
integrity sha512-
|
|
1636
|
+
version "5.45.1"
|
|
1637
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.45.1.tgz#ee5b51405f6c9ee7e60e4006d68c69450d3b4536"
|
|
1638
|
+
integrity sha512-cOizjPlKEh0bXdFrBLTrI/J6B/QMlhwE9auOov53tgB+qMukH6/h8YAK/qw+QJGct/PTbdh2lytGyipxCcEtAw==
|
|
1681
1639
|
dependencies:
|
|
1682
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1683
|
-
"@typescript-eslint/type-utils" "5.
|
|
1684
|
-
"@typescript-eslint/utils" "5.
|
|
1640
|
+
"@typescript-eslint/scope-manager" "5.45.1"
|
|
1641
|
+
"@typescript-eslint/type-utils" "5.45.1"
|
|
1642
|
+
"@typescript-eslint/utils" "5.45.1"
|
|
1685
1643
|
debug "^4.3.4"
|
|
1686
|
-
functional-red-black-tree "^1.0.1"
|
|
1687
1644
|
ignore "^5.2.0"
|
|
1645
|
+
natural-compare-lite "^1.4.0"
|
|
1688
1646
|
regexpp "^3.2.0"
|
|
1689
1647
|
semver "^7.3.7"
|
|
1690
1648
|
tsutils "^3.21.0"
|
|
1691
1649
|
|
|
1692
1650
|
"@typescript-eslint/parser@^5.33.1":
|
|
1693
|
-
version "5.
|
|
1694
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.
|
|
1695
|
-
integrity sha512-
|
|
1651
|
+
version "5.45.1"
|
|
1652
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.45.1.tgz#6440ec283fa1373a12652d4e2fef4cb6e7b7e8c6"
|
|
1653
|
+
integrity sha512-JQ3Ep8bEOXu16q0ztsatp/iQfDCtvap7sp/DKo7DWltUquj5AfCOpX2zSzJ8YkAVnrQNqQ5R62PBz2UtrfmCkA==
|
|
1696
1654
|
dependencies:
|
|
1697
|
-
"@typescript-eslint/scope-manager" "5.
|
|
1698
|
-
"@typescript-eslint/types" "5.
|
|
1699
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1655
|
+
"@typescript-eslint/scope-manager" "5.45.1"
|
|
1656
|
+
"@typescript-eslint/types" "5.45.1"
|
|
1657
|
+
"@typescript-eslint/typescript-estree" "5.45.1"
|
|
1700
1658
|
debug "^4.3.4"
|
|
1701
1659
|
|
|
1702
|
-
"@typescript-eslint/scope-manager@5.
|
|
1703
|
-
version "5.
|
|
1704
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
1705
|
-
integrity sha512-
|
|
1660
|
+
"@typescript-eslint/scope-manager@5.45.1":
|
|
1661
|
+
version "5.45.1"
|
|
1662
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.45.1.tgz#5b87d025eec7035d879b99c260f03be5c247883c"
|
|
1663
|
+
integrity sha512-D6fCileR6Iai7E35Eb4Kp+k0iW7F1wxXYrOhX/3dywsOJpJAQ20Fwgcf+P/TDtvQ7zcsWsrJaglaQWDhOMsspQ==
|
|
1706
1664
|
dependencies:
|
|
1707
|
-
"@typescript-eslint/types" "5.
|
|
1708
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1665
|
+
"@typescript-eslint/types" "5.45.1"
|
|
1666
|
+
"@typescript-eslint/visitor-keys" "5.45.1"
|
|
1709
1667
|
|
|
1710
|
-
"@typescript-eslint/type-utils@5.
|
|
1711
|
-
version "5.
|
|
1712
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.
|
|
1713
|
-
integrity sha512-
|
|
1668
|
+
"@typescript-eslint/type-utils@5.45.1":
|
|
1669
|
+
version "5.45.1"
|
|
1670
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.45.1.tgz#cb7d300c3c95802cea9f87c7f8be363cf8f8538c"
|
|
1671
|
+
integrity sha512-aosxFa+0CoYgYEl3aptLe1svP910DJq68nwEJzyQcrtRhC4BN0tJAvZGAe+D0tzjJmFXe+h4leSsiZhwBa2vrA==
|
|
1714
1672
|
dependencies:
|
|
1715
|
-
"@typescript-eslint/typescript-estree" "5.
|
|
1716
|
-
"@typescript-eslint/utils" "5.
|
|
1673
|
+
"@typescript-eslint/typescript-estree" "5.45.1"
|
|
1674
|
+
"@typescript-eslint/utils" "5.45.1"
|
|
1717
1675
|
debug "^4.3.4"
|
|
1718
1676
|
tsutils "^3.21.0"
|
|
1719
1677
|
|
|
1720
|
-
"@typescript-eslint/types@5.
|
|
1721
|
-
version "5.
|
|
1722
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.
|
|
1723
|
-
integrity sha512-
|
|
1678
|
+
"@typescript-eslint/types@5.45.1":
|
|
1679
|
+
version "5.45.1"
|
|
1680
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.45.1.tgz#8e1883041cee23f1bb7e1343b0139f97f6a17c14"
|
|
1681
|
+
integrity sha512-HEW3U0E5dLjUT+nk7b4lLbOherS1U4ap+b9pfu2oGsW3oPu7genRaY9dDv3nMczC1rbnRY2W/D7SN05wYoGImg==
|
|
1724
1682
|
|
|
1725
|
-
"@typescript-eslint/typescript-estree@5.
|
|
1726
|
-
version "5.
|
|
1727
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
1728
|
-
integrity sha512-
|
|
1683
|
+
"@typescript-eslint/typescript-estree@5.45.1":
|
|
1684
|
+
version "5.45.1"
|
|
1685
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.45.1.tgz#b3dc37f0c4f0fe73e09917fc735e6f96eabf9ba4"
|
|
1686
|
+
integrity sha512-76NZpmpCzWVrrb0XmYEpbwOz/FENBi+5W7ipVXAsG3OoFrQKJMiaqsBMbvGRyLtPotGqUfcY7Ur8j0dksDJDng==
|
|
1729
1687
|
dependencies:
|
|
1730
|
-
"@typescript-eslint/types" "5.
|
|
1731
|
-
"@typescript-eslint/visitor-keys" "5.
|
|
1688
|
+
"@typescript-eslint/types" "5.45.1"
|
|
1689
|
+
"@typescript-eslint/visitor-keys" "5.45.1"
|
|
1732
1690
|
debug "^4.3.4"
|
|
1733
1691
|
globby "^11.1.0"
|
|
1734
1692
|
is-glob "^4.0.3"
|
|
1735
1693
|
semver "^7.3.7"
|
|
1736
1694
|
tsutils "^3.21.0"
|
|
1737
1695
|
|
|
1738
|
-
"@typescript-eslint/utils@5.
|
|
1739
|
-
version "5.
|
|
1740
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.
|
|
1741
|
-
integrity sha512-
|
|
1696
|
+
"@typescript-eslint/utils@5.45.1", "@typescript-eslint/utils@^5.10.0":
|
|
1697
|
+
version "5.45.1"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.45.1.tgz#39610c98bde82c4792f2a858b29b7d0053448be2"
|
|
1699
|
+
integrity sha512-rlbC5VZz68+yjAzQBc4I7KDYVzWG2X/OrqoZrMahYq3u8FFtmQYc+9rovo/7wlJH5kugJ+jQXV5pJMnofGmPRw==
|
|
1742
1700
|
dependencies:
|
|
1743
1701
|
"@types/json-schema" "^7.0.9"
|
|
1744
|
-
"@
|
|
1745
|
-
"@typescript-eslint/
|
|
1746
|
-
"@typescript-eslint/
|
|
1702
|
+
"@types/semver" "^7.3.12"
|
|
1703
|
+
"@typescript-eslint/scope-manager" "5.45.1"
|
|
1704
|
+
"@typescript-eslint/types" "5.45.1"
|
|
1705
|
+
"@typescript-eslint/typescript-estree" "5.45.1"
|
|
1747
1706
|
eslint-scope "^5.1.1"
|
|
1748
1707
|
eslint-utils "^3.0.0"
|
|
1708
|
+
semver "^7.3.7"
|
|
1749
1709
|
|
|
1750
|
-
"@typescript-eslint/visitor-keys@5.
|
|
1751
|
-
version "5.
|
|
1752
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
1753
|
-
integrity sha512-
|
|
1710
|
+
"@typescript-eslint/visitor-keys@5.45.1":
|
|
1711
|
+
version "5.45.1"
|
|
1712
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.45.1.tgz#204428430ad6a830d24c5ac87c71366a1cfe1948"
|
|
1713
|
+
integrity sha512-cy9ln+6rmthYWjH9fmx+5FU/JDpjQb586++x2FZlveq7GdGuLLW9a2Jcst2TGekH82bXpfmRNSwP9tyEs6RjvQ==
|
|
1754
1714
|
dependencies:
|
|
1755
|
-
"@typescript-eslint/types" "5.
|
|
1715
|
+
"@typescript-eslint/types" "5.45.1"
|
|
1756
1716
|
eslint-visitor-keys "^3.3.0"
|
|
1757
1717
|
|
|
1758
1718
|
abab@^2.0.3, abab@^2.0.5:
|
|
@@ -1789,9 +1749,9 @@ acorn@^7.1.1:
|
|
|
1789
1749
|
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
|
|
1790
1750
|
|
|
1791
1751
|
acorn@^8.2.4, acorn@^8.4.1, acorn@^8.8.0:
|
|
1792
|
-
version "8.8.
|
|
1793
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.
|
|
1794
|
-
integrity sha512-
|
|
1752
|
+
version "8.8.1"
|
|
1753
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
|
|
1754
|
+
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
|
|
1795
1755
|
|
|
1796
1756
|
agent-base@6:
|
|
1797
1757
|
version "6.0.2"
|
|
@@ -1850,9 +1810,9 @@ anymatch@^2.0.0:
|
|
|
1850
1810
|
normalize-path "^2.1.1"
|
|
1851
1811
|
|
|
1852
1812
|
anymatch@^3.0.3, anymatch@~3.1.2:
|
|
1853
|
-
version "3.1.
|
|
1854
|
-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.
|
|
1855
|
-
integrity sha512-
|
|
1813
|
+
version "3.1.3"
|
|
1814
|
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
|
|
1815
|
+
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
|
|
1856
1816
|
dependencies:
|
|
1857
1817
|
normalize-path "^3.0.0"
|
|
1858
1818
|
picomatch "^2.0.4"
|
|
@@ -1903,14 +1863,14 @@ arr-union@^3.1.0:
|
|
|
1903
1863
|
integrity sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==
|
|
1904
1864
|
|
|
1905
1865
|
array-includes@^3.1.4:
|
|
1906
|
-
version "3.1.
|
|
1907
|
-
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.
|
|
1908
|
-
integrity sha512-
|
|
1866
|
+
version "3.1.6"
|
|
1867
|
+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.6.tgz#9e9e720e194f198266ba9e18c29e6a9b0e4b225f"
|
|
1868
|
+
integrity sha512-sgTbLvL6cNnw24FnbaDyjmvddQ2ML8arZsgaJhoABMoplz/4QRhtrYS+alr1BUM1Bwp6dhx8vVCBSLG+StwOFw==
|
|
1909
1869
|
dependencies:
|
|
1910
1870
|
call-bind "^1.0.2"
|
|
1911
1871
|
define-properties "^1.1.4"
|
|
1912
|
-
es-abstract "^1.
|
|
1913
|
-
get-intrinsic "^1.1.
|
|
1872
|
+
es-abstract "^1.20.4"
|
|
1873
|
+
get-intrinsic "^1.1.3"
|
|
1914
1874
|
is-string "^1.0.7"
|
|
1915
1875
|
|
|
1916
1876
|
array-union@^2.1.0:
|
|
@@ -1924,23 +1884,23 @@ array-unique@^0.3.2:
|
|
|
1924
1884
|
integrity sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==
|
|
1925
1885
|
|
|
1926
1886
|
array.prototype.flat@^1.2.5:
|
|
1927
|
-
version "1.3.
|
|
1928
|
-
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.
|
|
1929
|
-
integrity sha512-
|
|
1887
|
+
version "1.3.1"
|
|
1888
|
+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.1.tgz#ffc6576a7ca3efc2f46a143b9d1dda9b4b3cf5e2"
|
|
1889
|
+
integrity sha512-roTU0KWIOmJ4DRLmwKd19Otg0/mT3qPNt0Qb3GWW8iObuZXxrjB/pzn0R3hqpRSWg4HCwqx+0vwOnWnvlOyeIA==
|
|
1930
1890
|
dependencies:
|
|
1931
1891
|
call-bind "^1.0.2"
|
|
1932
|
-
define-properties "^1.1.
|
|
1933
|
-
es-abstract "^1.
|
|
1892
|
+
define-properties "^1.1.4"
|
|
1893
|
+
es-abstract "^1.20.4"
|
|
1934
1894
|
es-shim-unscopables "^1.0.0"
|
|
1935
1895
|
|
|
1936
|
-
array.prototype.reduce@^1.0.
|
|
1937
|
-
version "1.0.
|
|
1938
|
-
resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.
|
|
1939
|
-
integrity sha512-
|
|
1896
|
+
array.prototype.reduce@^1.0.5:
|
|
1897
|
+
version "1.0.5"
|
|
1898
|
+
resolved "https://registry.yarnpkg.com/array.prototype.reduce/-/array.prototype.reduce-1.0.5.tgz#6b20b0daa9d9734dd6bc7ea66b5bbce395471eac"
|
|
1899
|
+
integrity sha512-kDdugMl7id9COE8R7MHF5jWk7Dqt/fs4Pv+JXoICnYwqpjjjbUurz6w5fT5IG6brLdJhv6/VoHB0H7oyIBXd+Q==
|
|
1940
1900
|
dependencies:
|
|
1941
1901
|
call-bind "^1.0.2"
|
|
1942
|
-
define-properties "^1.1.
|
|
1943
|
-
es-abstract "^1.
|
|
1902
|
+
define-properties "^1.1.4"
|
|
1903
|
+
es-abstract "^1.20.4"
|
|
1944
1904
|
es-array-method-boxes-properly "^1.0.0"
|
|
1945
1905
|
is-string "^1.0.7"
|
|
1946
1906
|
|
|
@@ -1998,13 +1958,6 @@ babel-jest@^28.1.3:
|
|
|
1998
1958
|
graceful-fs "^4.2.9"
|
|
1999
1959
|
slash "^3.0.0"
|
|
2000
1960
|
|
|
2001
|
-
babel-plugin-dynamic-import-node@^2.3.3:
|
|
2002
|
-
version "2.3.3"
|
|
2003
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
|
|
2004
|
-
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
|
|
2005
|
-
dependencies:
|
|
2006
|
-
object.assign "^4.1.0"
|
|
2007
|
-
|
|
2008
1961
|
babel-plugin-istanbul@^6.0.0, babel-plugin-istanbul@^6.1.1:
|
|
2009
1962
|
version "6.1.1"
|
|
2010
1963
|
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz#fa88ec59232fd9b4e36dbbc540a8ec9a9b47da73"
|
|
@@ -2036,29 +1989,29 @@ babel-plugin-jest-hoist@^28.1.3:
|
|
|
2036
1989
|
"@types/babel__core" "^7.1.14"
|
|
2037
1990
|
"@types/babel__traverse" "^7.0.6"
|
|
2038
1991
|
|
|
2039
|
-
babel-plugin-polyfill-corejs2@^0.3.
|
|
2040
|
-
version "0.3.
|
|
2041
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.
|
|
2042
|
-
integrity sha512-
|
|
1992
|
+
babel-plugin-polyfill-corejs2@^0.3.3:
|
|
1993
|
+
version "0.3.3"
|
|
1994
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz#5d1bd3836d0a19e1b84bbf2d9640ccb6f951c122"
|
|
1995
|
+
integrity sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==
|
|
2043
1996
|
dependencies:
|
|
2044
1997
|
"@babel/compat-data" "^7.17.7"
|
|
2045
|
-
"@babel/helper-define-polyfill-provider" "^0.3.
|
|
1998
|
+
"@babel/helper-define-polyfill-provider" "^0.3.3"
|
|
2046
1999
|
semver "^6.1.1"
|
|
2047
2000
|
|
|
2048
|
-
babel-plugin-polyfill-corejs3@^0.
|
|
2049
|
-
version "0.
|
|
2050
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
2051
|
-
integrity sha512
|
|
2001
|
+
babel-plugin-polyfill-corejs3@^0.6.0:
|
|
2002
|
+
version "0.6.0"
|
|
2003
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz#56ad88237137eade485a71b52f72dbed57c6230a"
|
|
2004
|
+
integrity sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==
|
|
2052
2005
|
dependencies:
|
|
2053
|
-
"@babel/helper-define-polyfill-provider" "^0.3.
|
|
2054
|
-
core-js-compat "^3.
|
|
2006
|
+
"@babel/helper-define-polyfill-provider" "^0.3.3"
|
|
2007
|
+
core-js-compat "^3.25.1"
|
|
2055
2008
|
|
|
2056
|
-
babel-plugin-polyfill-regenerator@^0.4.
|
|
2057
|
-
version "0.4.
|
|
2058
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.
|
|
2059
|
-
integrity sha512-
|
|
2009
|
+
babel-plugin-polyfill-regenerator@^0.4.1:
|
|
2010
|
+
version "0.4.1"
|
|
2011
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz#390f91c38d90473592ed43351e801a9d3e0fd747"
|
|
2012
|
+
integrity sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==
|
|
2060
2013
|
dependencies:
|
|
2061
|
-
"@babel/helper-define-polyfill-provider" "^0.3.
|
|
2014
|
+
"@babel/helper-define-polyfill-provider" "^0.3.3"
|
|
2062
2015
|
|
|
2063
2016
|
babel-preset-current-node-syntax@^1.0.0:
|
|
2064
2017
|
version "1.0.1"
|
|
@@ -2219,15 +2172,15 @@ browser-process-hrtime@^1.0.0:
|
|
|
2219
2172
|
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
|
|
2220
2173
|
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
|
|
2221
2174
|
|
|
2222
|
-
browserslist@^4.
|
|
2223
|
-
version "4.21.
|
|
2224
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.
|
|
2225
|
-
integrity sha512-
|
|
2175
|
+
browserslist@^4.21.3, browserslist@^4.21.4:
|
|
2176
|
+
version "4.21.4"
|
|
2177
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.21.4.tgz#e7496bbc67b9e39dd0f98565feccdcb0d4ff6987"
|
|
2178
|
+
integrity sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==
|
|
2226
2179
|
dependencies:
|
|
2227
|
-
caniuse-lite "^1.0.
|
|
2228
|
-
electron-to-chromium "^1.4.
|
|
2180
|
+
caniuse-lite "^1.0.30001400"
|
|
2181
|
+
electron-to-chromium "^1.4.251"
|
|
2229
2182
|
node-releases "^2.0.6"
|
|
2230
|
-
update-browserslist-db "^1.0.
|
|
2183
|
+
update-browserslist-db "^1.0.9"
|
|
2231
2184
|
|
|
2232
2185
|
bs-logger@0.x:
|
|
2233
2186
|
version "0.2.6"
|
|
@@ -2310,10 +2263,10 @@ camelcase@^6.0.0:
|
|
|
2310
2263
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
|
|
2311
2264
|
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
|
2312
2265
|
|
|
2313
|
-
caniuse-lite@^1.0.
|
|
2314
|
-
version "1.0.
|
|
2315
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
2316
|
-
integrity sha512-
|
|
2266
|
+
caniuse-lite@^1.0.30001400:
|
|
2267
|
+
version "1.0.30001436"
|
|
2268
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001436.tgz#22d7cbdbbbb60cdc4ca1030ccd6dea9f5de4848b"
|
|
2269
|
+
integrity sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==
|
|
2317
2270
|
|
|
2318
2271
|
capture-exit@^2.0.0:
|
|
2319
2272
|
version "2.0.0"
|
|
@@ -2370,9 +2323,9 @@ ci-info@^2.0.0:
|
|
|
2370
2323
|
integrity sha512-5tK7EtrZ0N+OLFMthtqOj4fI2Jeb88C4CAZPu25LDVUgXJ0A3Js4PMGqrn0JU1W0Mh1/Z8wZzYPxqUrXeBboCQ==
|
|
2371
2324
|
|
|
2372
2325
|
ci-info@^3.2.0:
|
|
2373
|
-
version "3.
|
|
2374
|
-
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.
|
|
2375
|
-
integrity sha512-
|
|
2326
|
+
version "3.7.0"
|
|
2327
|
+
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-3.7.0.tgz#6d01b3696c59915b6ce057e4aa4adfc2fa25f5ef"
|
|
2328
|
+
integrity sha512-2CpRNYmImPx+RXKLq6jko/L07phmS9I02TyqkcNU20GCF/GgaWvc58hPtjxDX8lPpkdwc9sNh72V9k00S7ezog==
|
|
2376
2329
|
|
|
2377
2330
|
cipher-base@^1.0.1, cipher-base@^1.0.3:
|
|
2378
2331
|
version "1.0.4"
|
|
@@ -2504,11 +2457,9 @@ console-control-strings@^1.0.0, console-control-strings@~1.1.0:
|
|
|
2504
2457
|
integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
|
|
2505
2458
|
|
|
2506
2459
|
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
|
|
2507
|
-
version "1.
|
|
2508
|
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
|
|
2509
|
-
integrity sha512
|
|
2510
|
-
dependencies:
|
|
2511
|
-
safe-buffer "~5.1.1"
|
|
2460
|
+
version "1.9.0"
|
|
2461
|
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.9.0.tgz#7faae62353fb4213366d0ca98358d22e8368b05f"
|
|
2462
|
+
integrity sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==
|
|
2512
2463
|
|
|
2513
2464
|
copy-descriptor@^0.1.0:
|
|
2514
2465
|
version "0.1.1"
|
|
@@ -2528,18 +2479,17 @@ copyfiles@^2.4.1:
|
|
|
2528
2479
|
untildify "^4.0.0"
|
|
2529
2480
|
yargs "^16.1.0"
|
|
2530
2481
|
|
|
2531
|
-
core-js-compat@^3.
|
|
2532
|
-
version "3.
|
|
2533
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
|
2534
|
-
integrity sha512-
|
|
2482
|
+
core-js-compat@^3.25.1:
|
|
2483
|
+
version "3.26.1"
|
|
2484
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.26.1.tgz#0e710b09ebf689d719545ac36e49041850f943df"
|
|
2485
|
+
integrity sha512-622/KzTudvXCDLRw70iHW4KKs1aGpcRcowGWyYJr2DEBfRrd6hNJybxSWJFuZYD4ma86xhrwDDHxmDaIq4EA8A==
|
|
2535
2486
|
dependencies:
|
|
2536
|
-
browserslist "^4.21.
|
|
2537
|
-
semver "7.0.0"
|
|
2487
|
+
browserslist "^4.21.4"
|
|
2538
2488
|
|
|
2539
|
-
core-js@^3.15.2, core-js@^3.
|
|
2540
|
-
version "3.
|
|
2541
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.
|
|
2542
|
-
integrity sha512-
|
|
2489
|
+
core-js@^3.15.2, core-js@^3.26.0:
|
|
2490
|
+
version "3.26.1"
|
|
2491
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.26.1.tgz#7a9816dabd9ee846c1c0fe0e8fcad68f3709134e"
|
|
2492
|
+
integrity sha512-21491RRQVzUn0GGM9Z1Jrpr6PNPxPi+Za8OM9q4tksTSnlbXXGKK1nXNg/QvwFYettXvSX6zWKCtHHfjN4puyA==
|
|
2543
2493
|
|
|
2544
2494
|
core-util-is@~1.0.0:
|
|
2545
2495
|
version "1.0.3"
|
|
@@ -2652,14 +2602,14 @@ decamelize@^1.2.0:
|
|
|
2652
2602
|
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
|
|
2653
2603
|
|
|
2654
2604
|
decimal.js@^10.2.1:
|
|
2655
|
-
version "10.4.
|
|
2656
|
-
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.
|
|
2657
|
-
integrity sha512-
|
|
2605
|
+
version "10.4.3"
|
|
2606
|
+
resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.4.3.tgz#1044092884d245d1b7f65725fa4ad4c6f781cc23"
|
|
2607
|
+
integrity sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==
|
|
2658
2608
|
|
|
2659
2609
|
decode-uri-component@^0.2.0:
|
|
2660
|
-
version "0.2.
|
|
2661
|
-
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.
|
|
2662
|
-
integrity sha512-
|
|
2610
|
+
version "0.2.2"
|
|
2611
|
+
resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.2.tgz#e69dbe25d37941171dd540e024c444cd5188e1e9"
|
|
2612
|
+
integrity sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==
|
|
2663
2613
|
|
|
2664
2614
|
decompress-response@^4.2.0:
|
|
2665
2615
|
version "4.2.1"
|
|
@@ -2771,10 +2721,10 @@ domexception@^2.0.1:
|
|
|
2771
2721
|
dependencies:
|
|
2772
2722
|
webidl-conversions "^5.0.0"
|
|
2773
2723
|
|
|
2774
|
-
electron-to-chromium@^1.4.
|
|
2775
|
-
version "1.4.
|
|
2776
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
2777
|
-
integrity sha512-
|
|
2724
|
+
electron-to-chromium@^1.4.251:
|
|
2725
|
+
version "1.4.284"
|
|
2726
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
|
|
2727
|
+
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
|
|
2778
2728
|
|
|
2779
2729
|
elliptic@^6.4.0, elliptic@^6.5.4:
|
|
2780
2730
|
version "6.5.4"
|
|
@@ -2813,31 +2763,32 @@ error-ex@^1.3.1:
|
|
|
2813
2763
|
dependencies:
|
|
2814
2764
|
is-arrayish "^0.2.1"
|
|
2815
2765
|
|
|
2816
|
-
es-abstract@^1.19.0, es-abstract@^1.
|
|
2817
|
-
version "1.20.
|
|
2818
|
-
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.
|
|
2819
|
-
integrity sha512-
|
|
2766
|
+
es-abstract@^1.19.0, es-abstract@^1.20.4:
|
|
2767
|
+
version "1.20.4"
|
|
2768
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.20.4.tgz#1d103f9f8d78d4cf0713edcd6d0ed1a46eed5861"
|
|
2769
|
+
integrity sha512-0UtvRN79eMe2L+UNEF1BwRe364sj/DXhQ/k5FmivgoSdpM90b8Jc0mDzKMGo7QS0BVbOP/bTwBKNnDc9rNzaPA==
|
|
2820
2770
|
dependencies:
|
|
2821
2771
|
call-bind "^1.0.2"
|
|
2822
2772
|
es-to-primitive "^1.2.1"
|
|
2823
2773
|
function-bind "^1.1.1"
|
|
2824
2774
|
function.prototype.name "^1.1.5"
|
|
2825
|
-
get-intrinsic "^1.1.
|
|
2775
|
+
get-intrinsic "^1.1.3"
|
|
2826
2776
|
get-symbol-description "^1.0.0"
|
|
2827
2777
|
has "^1.0.3"
|
|
2828
2778
|
has-property-descriptors "^1.0.0"
|
|
2829
2779
|
has-symbols "^1.0.3"
|
|
2830
2780
|
internal-slot "^1.0.3"
|
|
2831
|
-
is-callable "^1.2.
|
|
2781
|
+
is-callable "^1.2.7"
|
|
2832
2782
|
is-negative-zero "^2.0.2"
|
|
2833
2783
|
is-regex "^1.1.4"
|
|
2834
2784
|
is-shared-array-buffer "^1.0.2"
|
|
2835
2785
|
is-string "^1.0.7"
|
|
2836
2786
|
is-weakref "^1.0.2"
|
|
2837
|
-
object-inspect "^1.12.
|
|
2787
|
+
object-inspect "^1.12.2"
|
|
2838
2788
|
object-keys "^1.1.1"
|
|
2839
|
-
object.assign "^4.1.
|
|
2789
|
+
object.assign "^4.1.4"
|
|
2840
2790
|
regexp.prototype.flags "^1.4.3"
|
|
2791
|
+
safe-regex-test "^1.0.0"
|
|
2841
2792
|
string.prototype.trimend "^1.0.5"
|
|
2842
2793
|
string.prototype.trimstart "^1.0.5"
|
|
2843
2794
|
unbox-primitive "^1.0.2"
|
|
@@ -2987,14 +2938,14 @@ eslint-visitor-keys@^3.3.0:
|
|
|
2987
2938
|
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
|
|
2988
2939
|
|
|
2989
2940
|
eslint@^8.22.0:
|
|
2990
|
-
version "8.
|
|
2991
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2992
|
-
integrity sha512-
|
|
2941
|
+
version "8.29.0"
|
|
2942
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.29.0.tgz#d74a88a20fb44d59c51851625bc4ee8d0ec43f87"
|
|
2943
|
+
integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
|
|
2993
2944
|
dependencies:
|
|
2994
|
-
"@eslint/eslintrc" "^1.3.
|
|
2995
|
-
"@humanwhocodes/config-array" "^0.
|
|
2996
|
-
"@humanwhocodes/gitignore-to-minimatch" "^1.0.2"
|
|
2945
|
+
"@eslint/eslintrc" "^1.3.3"
|
|
2946
|
+
"@humanwhocodes/config-array" "^0.11.6"
|
|
2997
2947
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2948
|
+
"@nodelib/fs.walk" "^1.2.8"
|
|
2998
2949
|
ajv "^6.10.0"
|
|
2999
2950
|
chalk "^4.0.0"
|
|
3000
2951
|
cross-spawn "^7.0.2"
|
|
@@ -3010,15 +2961,15 @@ eslint@^8.22.0:
|
|
|
3010
2961
|
fast-deep-equal "^3.1.3"
|
|
3011
2962
|
file-entry-cache "^6.0.1"
|
|
3012
2963
|
find-up "^5.0.0"
|
|
3013
|
-
|
|
3014
|
-
glob-parent "^6.0.1"
|
|
2964
|
+
glob-parent "^6.0.2"
|
|
3015
2965
|
globals "^13.15.0"
|
|
3016
|
-
globby "^11.1.0"
|
|
3017
2966
|
grapheme-splitter "^1.0.4"
|
|
3018
2967
|
ignore "^5.2.0"
|
|
3019
2968
|
import-fresh "^3.0.0"
|
|
3020
2969
|
imurmurhash "^0.1.4"
|
|
3021
2970
|
is-glob "^4.0.0"
|
|
2971
|
+
is-path-inside "^3.0.3"
|
|
2972
|
+
js-sdsl "^4.1.4"
|
|
3022
2973
|
js-yaml "^4.1.0"
|
|
3023
2974
|
json-stable-stringify-without-jsonify "^1.0.1"
|
|
3024
2975
|
levn "^0.4.1"
|
|
@@ -3032,9 +2983,9 @@ eslint@^8.22.0:
|
|
|
3032
2983
|
text-table "^0.2.0"
|
|
3033
2984
|
|
|
3034
2985
|
espree@^9.4.0:
|
|
3035
|
-
version "9.4.
|
|
3036
|
-
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.
|
|
3037
|
-
integrity sha512-
|
|
2986
|
+
version "9.4.1"
|
|
2987
|
+
resolved "https://registry.yarnpkg.com/espree/-/espree-9.4.1.tgz#51d6092615567a2c2cff7833445e37c28c0065bd"
|
|
2988
|
+
integrity sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==
|
|
3038
2989
|
dependencies:
|
|
3039
2990
|
acorn "^8.8.0"
|
|
3040
2991
|
acorn-jsx "^5.3.2"
|
|
@@ -3187,9 +3138,9 @@ fast-diff@^1.1.2:
|
|
|
3187
3138
|
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
|
|
3188
3139
|
|
|
3189
3140
|
fast-glob@^3.2.9:
|
|
3190
|
-
version "3.2.
|
|
3191
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.
|
|
3192
|
-
integrity sha512-
|
|
3141
|
+
version "3.2.12"
|
|
3142
|
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
|
|
3143
|
+
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
|
|
3193
3144
|
dependencies:
|
|
3194
3145
|
"@nodelib/fs.stat" "^2.0.2"
|
|
3195
3146
|
"@nodelib/fs.walk" "^1.2.3"
|
|
@@ -3208,16 +3159,16 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.6:
|
|
|
3208
3159
|
integrity sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==
|
|
3209
3160
|
|
|
3210
3161
|
fastq@^1.6.0:
|
|
3211
|
-
version "1.
|
|
3212
|
-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.
|
|
3213
|
-
integrity sha512-
|
|
3162
|
+
version "1.14.0"
|
|
3163
|
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.14.0.tgz#107f69d7295b11e0fccc264e1fc6389f623731ce"
|
|
3164
|
+
integrity sha512-eR2D+V9/ExcbF9ls441yIuN6TI2ED1Y2ZcA5BmMtJsOkWOFRJQ0Jt0g1UwqXJJVAb+V+umH5Dfr8oh4EVP7VVg==
|
|
3214
3165
|
dependencies:
|
|
3215
3166
|
reusify "^1.0.4"
|
|
3216
3167
|
|
|
3217
3168
|
fb-watchman@^2.0.0:
|
|
3218
|
-
version "2.0.
|
|
3219
|
-
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.
|
|
3220
|
-
integrity sha512-
|
|
3169
|
+
version "2.0.2"
|
|
3170
|
+
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c"
|
|
3171
|
+
integrity sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==
|
|
3221
3172
|
dependencies:
|
|
3222
3173
|
bser "2.1.1"
|
|
3223
3174
|
|
|
@@ -3351,11 +3302,6 @@ function.prototype.name@^1.1.5:
|
|
|
3351
3302
|
es-abstract "^1.19.0"
|
|
3352
3303
|
functions-have-names "^1.2.2"
|
|
3353
3304
|
|
|
3354
|
-
functional-red-black-tree@^1.0.1:
|
|
3355
|
-
version "1.0.1"
|
|
3356
|
-
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
|
|
3357
|
-
integrity sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==
|
|
3358
|
-
|
|
3359
3305
|
functions-have-names@^1.2.2:
|
|
3360
3306
|
version "1.2.3"
|
|
3361
3307
|
resolved "https://registry.yarnpkg.com/functions-have-names/-/functions-have-names-1.2.3.tgz#0404fe4ee2ba2f607f0e0ec3c80bae994133b834"
|
|
@@ -3385,10 +3331,10 @@ get-caller-file@^2.0.1, get-caller-file@^2.0.5:
|
|
|
3385
3331
|
resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e"
|
|
3386
3332
|
integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
|
3387
3333
|
|
|
3388
|
-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
|
|
3389
|
-
version "1.1.
|
|
3390
|
-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.
|
|
3391
|
-
integrity sha512-
|
|
3334
|
+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1, get-intrinsic@^1.1.3:
|
|
3335
|
+
version "1.1.3"
|
|
3336
|
+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz#063c84329ad93e83893c7f4f243ef63ffa351385"
|
|
3337
|
+
integrity sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==
|
|
3392
3338
|
dependencies:
|
|
3393
3339
|
function-bind "^1.1.1"
|
|
3394
3340
|
has "^1.0.3"
|
|
@@ -3438,7 +3384,7 @@ glob-parent@^5.1.2, glob-parent@~5.1.2:
|
|
|
3438
3384
|
dependencies:
|
|
3439
3385
|
is-glob "^4.0.1"
|
|
3440
3386
|
|
|
3441
|
-
glob-parent@^6.0.
|
|
3387
|
+
glob-parent@^6.0.2:
|
|
3442
3388
|
version "6.0.2"
|
|
3443
3389
|
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
|
|
3444
3390
|
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
|
|
@@ -3463,9 +3409,9 @@ globals@^11.1.0:
|
|
|
3463
3409
|
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
3464
3410
|
|
|
3465
3411
|
globals@^13.15.0:
|
|
3466
|
-
version "13.
|
|
3467
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-13.
|
|
3468
|
-
integrity sha512
|
|
3412
|
+
version "13.18.0"
|
|
3413
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-13.18.0.tgz#fb224daeeb2bb7d254cd2c640f003528b8d0c1dc"
|
|
3414
|
+
integrity sha512-/mR4KI8Ps2spmoc0Ulu9L7agOF0du1CZNQ3dke8yItYlyKNmGrkONemBbd6V8UTc1Wgcqn21t3WYB7dbRmh6/A==
|
|
3469
3415
|
dependencies:
|
|
3470
3416
|
type-fest "^0.20.2"
|
|
3471
3417
|
|
|
@@ -3658,9 +3604,9 @@ ieee754@^1.1.13:
|
|
|
3658
3604
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
3659
3605
|
|
|
3660
3606
|
ignore@^5.2.0:
|
|
3661
|
-
version "5.2.
|
|
3662
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.
|
|
3663
|
-
integrity sha512-
|
|
3607
|
+
version "5.2.1"
|
|
3608
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.1.tgz#c2b1f76cb999ede1502f3a226a9310fdfe88d46c"
|
|
3609
|
+
integrity sha512-d2qQLzTJ9WxQftPAuEQpSPmKqzxePjzVbpAVv62AQ64NTL+wR4JkrVqR/LqFsFEUsHDAiId52mJteHDFuDkElA==
|
|
3664
3610
|
|
|
3665
3611
|
import-fresh@^3.0.0, import-fresh@^3.2.1:
|
|
3666
3612
|
version "3.3.0"
|
|
@@ -3756,10 +3702,10 @@ is-buffer@^1.1.5:
|
|
|
3756
3702
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
|
3757
3703
|
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
|
3758
3704
|
|
|
3759
|
-
is-callable@^1.1.4, is-callable@^1.2.
|
|
3760
|
-
version "1.2.
|
|
3761
|
-
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.
|
|
3762
|
-
integrity sha512-
|
|
3705
|
+
is-callable@^1.1.4, is-callable@^1.2.7:
|
|
3706
|
+
version "1.2.7"
|
|
3707
|
+
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
|
3708
|
+
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
3763
3709
|
|
|
3764
3710
|
is-ci@^2.0.0:
|
|
3765
3711
|
version "2.0.0"
|
|
@@ -3769,9 +3715,9 @@ is-ci@^2.0.0:
|
|
|
3769
3715
|
ci-info "^2.0.0"
|
|
3770
3716
|
|
|
3771
3717
|
is-core-module@^2.8.1, is-core-module@^2.9.0:
|
|
3772
|
-
version "2.
|
|
3773
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
|
3774
|
-
integrity sha512-
|
|
3718
|
+
version "2.11.0"
|
|
3719
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.11.0.tgz#ad4cb3e3863e814523c96f3f58d26cc570ff0144"
|
|
3720
|
+
integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==
|
|
3775
3721
|
dependencies:
|
|
3776
3722
|
has "^1.0.3"
|
|
3777
3723
|
|
|
@@ -3884,6 +3830,11 @@ is-number@^7.0.0:
|
|
|
3884
3830
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
|
3885
3831
|
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
|
3886
3832
|
|
|
3833
|
+
is-path-inside@^3.0.3:
|
|
3834
|
+
version "3.0.3"
|
|
3835
|
+
resolved "https://registry.yarnpkg.com/is-path-inside/-/is-path-inside-3.0.3.tgz#d231362e53a07ff2b0e0ea7fed049161ffd16283"
|
|
3836
|
+
integrity sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==
|
|
3837
|
+
|
|
3887
3838
|
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
|
3888
3839
|
version "2.0.4"
|
|
3889
3840
|
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
|
|
@@ -4002,9 +3953,9 @@ istanbul-lib-instrument@^4.0.3:
|
|
|
4002
3953
|
semver "^6.3.0"
|
|
4003
3954
|
|
|
4004
3955
|
istanbul-lib-instrument@^5.0.4:
|
|
4005
|
-
version "5.2.
|
|
4006
|
-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.
|
|
4007
|
-
integrity sha512-
|
|
3956
|
+
version "5.2.1"
|
|
3957
|
+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz#d10c8885c2125574e1c231cacadf955675e1ce3d"
|
|
3958
|
+
integrity sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==
|
|
4008
3959
|
dependencies:
|
|
4009
3960
|
"@babel/core" "^7.12.3"
|
|
4010
3961
|
"@babel/parser" "^7.14.7"
|
|
@@ -4254,9 +4205,9 @@ jest-mock@^26.6.2:
|
|
|
4254
4205
|
"@types/node" "*"
|
|
4255
4206
|
|
|
4256
4207
|
jest-pnp-resolver@^1.2.2:
|
|
4257
|
-
version "1.2.
|
|
4258
|
-
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.
|
|
4259
|
-
integrity sha512
|
|
4208
|
+
version "1.2.3"
|
|
4209
|
+
resolved "https://registry.yarnpkg.com/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz#930b1546164d4ad5937d5540e711d4d38d4cad2e"
|
|
4210
|
+
integrity sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==
|
|
4260
4211
|
|
|
4261
4212
|
jest-regex-util@^26.0.0:
|
|
4262
4213
|
version "26.0.0"
|
|
@@ -4351,9 +4302,9 @@ jest-runtime@^26.6.3:
|
|
|
4351
4302
|
yargs "^15.4.1"
|
|
4352
4303
|
|
|
4353
4304
|
jest-serial-runner@^1.2.0:
|
|
4354
|
-
version "1.2.
|
|
4355
|
-
resolved "https://registry.yarnpkg.com/jest-serial-runner/-/jest-serial-runner-1.2.
|
|
4356
|
-
integrity sha512-
|
|
4305
|
+
version "1.2.1"
|
|
4306
|
+
resolved "https://registry.yarnpkg.com/jest-serial-runner/-/jest-serial-runner-1.2.1.tgz#0f5f8dbe6f077119bd1fdd7e8518f92353c194d5"
|
|
4307
|
+
integrity sha512-d59fF+7HdjNvQEL7B4WyFE+f8q5tGzlNUqtOnxTrT1ofun7O6/Lgm/j255BBgCY2fmSue/34M7Xy9+VWRByP0Q==
|
|
4357
4308
|
|
|
4358
4309
|
jest-serializer@^26.6.2:
|
|
4359
4310
|
version "26.6.2"
|
|
@@ -4461,6 +4412,11 @@ jest@^26:
|
|
|
4461
4412
|
import-local "^3.0.2"
|
|
4462
4413
|
jest-cli "^26.6.3"
|
|
4463
4414
|
|
|
4415
|
+
js-sdsl@^4.1.4:
|
|
4416
|
+
version "4.2.0"
|
|
4417
|
+
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.2.0.tgz#278e98b7bea589b8baaf048c20aeb19eb7ad09d0"
|
|
4418
|
+
integrity sha512-dyBIzQBDkCqCu+0upx25Y2jGdbTGxE9fshMsCdK0ViOongpV+n5tXRcZY9v7CaVQ79AGS9KA1KHtojxiM7aXSQ==
|
|
4419
|
+
|
|
4464
4420
|
js-tokens@^4.0.0:
|
|
4465
4421
|
version "4.0.0"
|
|
4466
4422
|
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
|
@@ -4767,7 +4723,7 @@ minimalistic-crypto-utils@^1.0.1:
|
|
|
4767
4723
|
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
|
|
4768
4724
|
integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==
|
|
4769
4725
|
|
|
4770
|
-
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
4726
|
+
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
4771
4727
|
version "3.1.2"
|
|
4772
4728
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
4773
4729
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
@@ -4775,9 +4731,9 @@ minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
4775
4731
|
brace-expansion "^1.1.7"
|
|
4776
4732
|
|
|
4777
4733
|
minimist@^1.1.1, minimist@^1.2.0, minimist@^1.2.3, minimist@^1.2.6:
|
|
4778
|
-
version "1.2.
|
|
4779
|
-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.
|
|
4780
|
-
integrity sha512-
|
|
4734
|
+
version "1.2.7"
|
|
4735
|
+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz#daa1c4d91f507390437c6a8bc01078e7000c4d18"
|
|
4736
|
+
integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==
|
|
4781
4737
|
|
|
4782
4738
|
mixin-deep@^1.2.0:
|
|
4783
4739
|
version "1.3.2"
|
|
@@ -4813,9 +4769,9 @@ ms@^2.1.1:
|
|
|
4813
4769
|
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
|
|
4814
4770
|
|
|
4815
4771
|
nan@^2.13.2:
|
|
4816
|
-
version "2.
|
|
4817
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
|
4818
|
-
integrity sha512-
|
|
4772
|
+
version "2.17.0"
|
|
4773
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb"
|
|
4774
|
+
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==
|
|
4819
4775
|
|
|
4820
4776
|
nanomatch@^1.2.9:
|
|
4821
4777
|
version "1.2.13"
|
|
@@ -4839,6 +4795,11 @@ napi-build-utils@^1.0.1:
|
|
|
4839
4795
|
resolved "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz#b1fddc0b2c46e380a0b7a76f984dd47c41a13806"
|
|
4840
4796
|
integrity sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==
|
|
4841
4797
|
|
|
4798
|
+
natural-compare-lite@^1.4.0:
|
|
4799
|
+
version "1.4.0"
|
|
4800
|
+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
|
|
4801
|
+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
|
|
4802
|
+
|
|
4842
4803
|
natural-compare@^1.4.0:
|
|
4843
4804
|
version "1.4.0"
|
|
4844
4805
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
|
@@ -4975,9 +4936,9 @@ number-is-nan@^1.0.0:
|
|
|
4975
4936
|
integrity sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==
|
|
4976
4937
|
|
|
4977
4938
|
nwsapi@^2.2.0:
|
|
4978
|
-
version "2.2.
|
|
4979
|
-
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.
|
|
4980
|
-
integrity sha512-
|
|
4939
|
+
version "2.2.2"
|
|
4940
|
+
resolved "https://registry.yarnpkg.com/nwsapi/-/nwsapi-2.2.2.tgz#e5418863e7905df67d51ec95938d67bf801f0bb0"
|
|
4941
|
+
integrity sha512-90yv+6538zuvUMnN+zCr8LuV6bPFdq50304114vJYJ8RDyK8D5O9Phpbd6SZWgI7PwzmmfN1upeOJlvybDSgCw==
|
|
4981
4942
|
|
|
4982
4943
|
object-assign@^4.1.0:
|
|
4983
4944
|
version "4.1.1"
|
|
@@ -4993,7 +4954,7 @@ object-copy@^0.1.0:
|
|
|
4993
4954
|
define-property "^0.2.5"
|
|
4994
4955
|
kind-of "^3.0.3"
|
|
4995
4956
|
|
|
4996
|
-
object-inspect@^1.12.
|
|
4957
|
+
object-inspect@^1.12.2, object-inspect@^1.9.0:
|
|
4997
4958
|
version "1.12.2"
|
|
4998
4959
|
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz#c0641f26394532f28ab8d796ab954e43c009a8ea"
|
|
4999
4960
|
integrity sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==
|
|
@@ -5010,7 +4971,7 @@ object-visit@^1.0.0:
|
|
|
5010
4971
|
dependencies:
|
|
5011
4972
|
isobject "^3.0.0"
|
|
5012
4973
|
|
|
5013
|
-
object.assign@^4.1.
|
|
4974
|
+
object.assign@^4.1.4:
|
|
5014
4975
|
version "4.1.4"
|
|
5015
4976
|
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.4.tgz#9673c7c7c351ab8c4d0b516f4343ebf4dfb7799f"
|
|
5016
4977
|
integrity sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==
|
|
@@ -5021,14 +4982,14 @@ object.assign@^4.1.0, object.assign@^4.1.2:
|
|
|
5021
4982
|
object-keys "^1.1.1"
|
|
5022
4983
|
|
|
5023
4984
|
object.getownpropertydescriptors@^2.0.3:
|
|
5024
|
-
version "2.1.
|
|
5025
|
-
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.
|
|
5026
|
-
integrity sha512-
|
|
4985
|
+
version "2.1.5"
|
|
4986
|
+
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.5.tgz#db5a9002489b64eef903df81d6623c07e5b4b4d3"
|
|
4987
|
+
integrity sha512-yDNzckpM6ntyQiGTik1fKV1DcVDRS+w8bvpWNCBanvH5LfRX9O8WTHqQzG4RZwRAM4I0oU7TV11Lj5v0g20ibw==
|
|
5027
4988
|
dependencies:
|
|
5028
|
-
array.prototype.reduce "^1.0.
|
|
4989
|
+
array.prototype.reduce "^1.0.5"
|
|
5029
4990
|
call-bind "^1.0.2"
|
|
5030
4991
|
define-properties "^1.1.4"
|
|
5031
|
-
es-abstract "^1.20.
|
|
4992
|
+
es-abstract "^1.20.4"
|
|
5032
4993
|
|
|
5033
4994
|
object.pick@^1.3.0:
|
|
5034
4995
|
version "1.3.0"
|
|
@@ -5038,13 +4999,13 @@ object.pick@^1.3.0:
|
|
|
5038
4999
|
isobject "^3.0.1"
|
|
5039
5000
|
|
|
5040
5001
|
object.values@^1.1.5:
|
|
5041
|
-
version "1.1.
|
|
5042
|
-
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.
|
|
5043
|
-
integrity sha512-
|
|
5002
|
+
version "1.1.6"
|
|
5003
|
+
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.1.6.tgz#4abbaa71eba47d63589d402856f908243eea9b1d"
|
|
5004
|
+
integrity sha512-FVVTkD1vENCsAcwNs9k6jea2uHC/X0+JcjG8YA60FN5CMaJmG95wT9jek/xX9nornqGRrBkKtzuAu2wuHpKqvw==
|
|
5044
5005
|
dependencies:
|
|
5045
5006
|
call-bind "^1.0.2"
|
|
5046
|
-
define-properties "^1.1.
|
|
5047
|
-
es-abstract "^1.
|
|
5007
|
+
define-properties "^1.1.4"
|
|
5008
|
+
es-abstract "^1.20.4"
|
|
5048
5009
|
|
|
5049
5010
|
once@^1.3.0, once@^1.3.1, once@^1.4.0:
|
|
5050
5011
|
version "1.4.0"
|
|
@@ -5288,9 +5249,9 @@ prettier-linter-helpers@^1.0.0:
|
|
|
5288
5249
|
fast-diff "^1.1.2"
|
|
5289
5250
|
|
|
5290
5251
|
prettier@^2.3.2:
|
|
5291
|
-
version "2.
|
|
5292
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.
|
|
5293
|
-
integrity sha512-
|
|
5252
|
+
version "2.8.0"
|
|
5253
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.0.tgz#c7df58393c9ba77d6fba3921ae01faf994fb9dc9"
|
|
5254
|
+
integrity sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==
|
|
5294
5255
|
|
|
5295
5256
|
pretty-format@^26.0.0, pretty-format@^26.6.2:
|
|
5296
5257
|
version "26.6.2"
|
|
@@ -5423,10 +5384,10 @@ readdirp@~3.6.0:
|
|
|
5423
5384
|
dependencies:
|
|
5424
5385
|
picomatch "^2.2.1"
|
|
5425
5386
|
|
|
5426
|
-
regenerate-unicode-properties@^10.0
|
|
5427
|
-
version "10.0
|
|
5428
|
-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.0.
|
|
5429
|
-
integrity sha512-
|
|
5387
|
+
regenerate-unicode-properties@^10.1.0:
|
|
5388
|
+
version "10.1.0"
|
|
5389
|
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz#7c3192cab6dd24e21cb4461e5ddd7dd24fa8374c"
|
|
5390
|
+
integrity sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==
|
|
5430
5391
|
dependencies:
|
|
5431
5392
|
regenerate "^1.4.2"
|
|
5432
5393
|
|
|
@@ -5435,15 +5396,15 @@ regenerate@^1.4.2:
|
|
|
5435
5396
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
|
5436
5397
|
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
|
5437
5398
|
|
|
5438
|
-
regenerator-runtime@^0.13.
|
|
5439
|
-
version "0.13.
|
|
5440
|
-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.
|
|
5441
|
-
integrity sha512-
|
|
5399
|
+
regenerator-runtime@^0.13.11:
|
|
5400
|
+
version "0.13.11"
|
|
5401
|
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz#f6dca3e7ceec20590d07ada785636a90cdca17f9"
|
|
5402
|
+
integrity sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==
|
|
5442
5403
|
|
|
5443
|
-
regenerator-transform@^0.15.
|
|
5444
|
-
version "0.15.
|
|
5445
|
-
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.
|
|
5446
|
-
integrity sha512-
|
|
5404
|
+
regenerator-transform@^0.15.1:
|
|
5405
|
+
version "0.15.1"
|
|
5406
|
+
resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.15.1.tgz#f6c4e99fc1b4591f780db2586328e4d9a9d8dc56"
|
|
5407
|
+
integrity sha512-knzmNAcuyxV+gQCufkYcvOqX/qIIfHLv0u5x79kRxuGojfYVky1f15TzZEu2Avte8QGepvUNTnLskf8E6X6Vyg==
|
|
5447
5408
|
dependencies:
|
|
5448
5409
|
"@babel/runtime" "^7.8.4"
|
|
5449
5410
|
|
|
@@ -5469,27 +5430,27 @@ regexpp@^3.2.0:
|
|
|
5469
5430
|
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
|
|
5470
5431
|
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
|
|
5471
5432
|
|
|
5472
|
-
regexpu-core@^5.1
|
|
5473
|
-
version "5.
|
|
5474
|
-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.
|
|
5475
|
-
integrity sha512-
|
|
5433
|
+
regexpu-core@^5.2.1:
|
|
5434
|
+
version "5.2.2"
|
|
5435
|
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-5.2.2.tgz#3e4e5d12103b64748711c3aad69934d7718e75fc"
|
|
5436
|
+
integrity sha512-T0+1Zp2wjF/juXMrMxHxidqGYn8U4R+zleSJhX9tQ1PUsS8a9UtYfbsF9LdiVgNX3kiX8RNaKM42nfSgvFJjmw==
|
|
5476
5437
|
dependencies:
|
|
5477
5438
|
regenerate "^1.4.2"
|
|
5478
|
-
regenerate-unicode-properties "^10.0
|
|
5479
|
-
regjsgen "^0.
|
|
5480
|
-
regjsparser "^0.
|
|
5439
|
+
regenerate-unicode-properties "^10.1.0"
|
|
5440
|
+
regjsgen "^0.7.1"
|
|
5441
|
+
regjsparser "^0.9.1"
|
|
5481
5442
|
unicode-match-property-ecmascript "^2.0.0"
|
|
5482
|
-
unicode-match-property-value-ecmascript "^2.
|
|
5443
|
+
unicode-match-property-value-ecmascript "^2.1.0"
|
|
5483
5444
|
|
|
5484
|
-
regjsgen@^0.
|
|
5485
|
-
version "0.
|
|
5486
|
-
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.
|
|
5487
|
-
integrity sha512-
|
|
5445
|
+
regjsgen@^0.7.1:
|
|
5446
|
+
version "0.7.1"
|
|
5447
|
+
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.7.1.tgz#ee5ef30e18d3f09b7c369b76e7c2373ed25546f6"
|
|
5448
|
+
integrity sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==
|
|
5488
5449
|
|
|
5489
|
-
regjsparser@^0.
|
|
5490
|
-
version "0.
|
|
5491
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.
|
|
5492
|
-
integrity sha512-
|
|
5450
|
+
regjsparser@^0.9.1:
|
|
5451
|
+
version "0.9.1"
|
|
5452
|
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.9.1.tgz#272d05aa10c7c1f67095b1ff0addae8442fc5709"
|
|
5453
|
+
integrity sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==
|
|
5493
5454
|
dependencies:
|
|
5494
5455
|
jsesc "~0.5.0"
|
|
5495
5456
|
|
|
@@ -5608,6 +5569,15 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
|
|
|
5608
5569
|
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"
|
|
5609
5570
|
integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
|
|
5610
5571
|
|
|
5572
|
+
safe-regex-test@^1.0.0:
|
|
5573
|
+
version "1.0.0"
|
|
5574
|
+
resolved "https://registry.yarnpkg.com/safe-regex-test/-/safe-regex-test-1.0.0.tgz#793b874d524eb3640d1873aad03596db2d4f2295"
|
|
5575
|
+
integrity sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==
|
|
5576
|
+
dependencies:
|
|
5577
|
+
call-bind "^1.0.2"
|
|
5578
|
+
get-intrinsic "^1.1.3"
|
|
5579
|
+
is-regex "^1.1.4"
|
|
5580
|
+
|
|
5611
5581
|
safe-regex@^1.1.0:
|
|
5612
5582
|
version "1.1.0"
|
|
5613
5583
|
resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e"
|
|
@@ -5656,15 +5626,10 @@ secp256k1@^4.0.2:
|
|
|
5656
5626
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
|
5657
5627
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
|
5658
5628
|
|
|
5659
|
-
semver@7.0.0:
|
|
5660
|
-
version "7.0.0"
|
|
5661
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.0.0.tgz#5f3ca35761e47e05b206c6daff2cf814f0316b8e"
|
|
5662
|
-
integrity sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A==
|
|
5663
|
-
|
|
5664
5629
|
semver@7.x, semver@^7.3.2, semver@^7.3.5, semver@^7.3.7:
|
|
5665
|
-
version "7.3.
|
|
5666
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.
|
|
5667
|
-
integrity sha512-
|
|
5630
|
+
version "7.3.8"
|
|
5631
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
|
|
5632
|
+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
|
|
5668
5633
|
dependencies:
|
|
5669
5634
|
lru-cache "^6.0.0"
|
|
5670
5635
|
|
|
@@ -5883,9 +5848,9 @@ sprintf-js@~1.0.2:
|
|
|
5883
5848
|
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
|
|
5884
5849
|
|
|
5885
5850
|
stack-utils@^2.0.2:
|
|
5886
|
-
version "2.0.
|
|
5887
|
-
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.
|
|
5888
|
-
integrity sha512-
|
|
5851
|
+
version "2.0.6"
|
|
5852
|
+
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-2.0.6.tgz#aaf0748169c02fc33c8232abccf933f54a1cc34f"
|
|
5853
|
+
integrity sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==
|
|
5889
5854
|
dependencies:
|
|
5890
5855
|
escape-string-regexp "^2.0.0"
|
|
5891
5856
|
|
|
@@ -5924,22 +5889,22 @@ string-width@^1.0.1:
|
|
|
5924
5889
|
strip-ansi "^6.0.1"
|
|
5925
5890
|
|
|
5926
5891
|
string.prototype.trimend@^1.0.5:
|
|
5927
|
-
version "1.0.
|
|
5928
|
-
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.
|
|
5929
|
-
integrity sha512-
|
|
5892
|
+
version "1.0.6"
|
|
5893
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.6.tgz#c4a27fa026d979d79c04f17397f250a462944533"
|
|
5894
|
+
integrity sha512-JySq+4mrPf9EsDBEDYMOb/lM7XQLulwg5R/m1r0PXEFqrV0qHvl58sdTilSXtKOflCsK2E8jxf+GKC0T07RWwQ==
|
|
5930
5895
|
dependencies:
|
|
5931
5896
|
call-bind "^1.0.2"
|
|
5932
5897
|
define-properties "^1.1.4"
|
|
5933
|
-
es-abstract "^1.
|
|
5898
|
+
es-abstract "^1.20.4"
|
|
5934
5899
|
|
|
5935
5900
|
string.prototype.trimstart@^1.0.5:
|
|
5936
|
-
version "1.0.
|
|
5937
|
-
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.
|
|
5938
|
-
integrity sha512-
|
|
5901
|
+
version "1.0.6"
|
|
5902
|
+
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.6.tgz#e90ab66aa8e4007d92ef591bbf3cd422c56bdcf4"
|
|
5903
|
+
integrity sha512-omqjMDaY92pbn5HOX7f9IccLA+U1tA9GvtU4JrodiXFfYB7jPzzHpRzpglLAjtUV6bB557zwClJezTqnAiYnQA==
|
|
5939
5904
|
dependencies:
|
|
5940
5905
|
call-bind "^1.0.2"
|
|
5941
5906
|
define-properties "^1.1.4"
|
|
5942
|
-
es-abstract "^1.
|
|
5907
|
+
es-abstract "^1.20.4"
|
|
5943
5908
|
|
|
5944
5909
|
string_decoder@^1.1.1:
|
|
5945
5910
|
version "1.3.0"
|
|
@@ -6026,9 +5991,9 @@ supports-color@^8.0.0:
|
|
|
6026
5991
|
has-flag "^4.0.0"
|
|
6027
5992
|
|
|
6028
5993
|
supports-hyperlinks@^2.0.0:
|
|
6029
|
-
version "2.
|
|
6030
|
-
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.
|
|
6031
|
-
integrity sha512-
|
|
5994
|
+
version "2.3.0"
|
|
5995
|
+
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz#3943544347c1ff90b15effb03fc14ae45ec10624"
|
|
5996
|
+
integrity sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==
|
|
6032
5997
|
dependencies:
|
|
6033
5998
|
has-flag "^4.0.0"
|
|
6034
5999
|
supports-color "^7.0.0"
|
|
@@ -6285,9 +6250,9 @@ typeforce@^1.11.5:
|
|
|
6285
6250
|
integrity sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==
|
|
6286
6251
|
|
|
6287
6252
|
typescript@^4.7.4:
|
|
6288
|
-
version "4.
|
|
6289
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.
|
|
6290
|
-
integrity sha512-
|
|
6253
|
+
version "4.9.3"
|
|
6254
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.3.tgz#3aea307c1746b8c384435d8ac36b8a2e580d85db"
|
|
6255
|
+
integrity sha512-CIfGzTelbKNEnLpLdGFgdyKhG23CKdKgQPOBc+OUNrkJ2vr+KSzsSV5kq5iWhEQbok+quxgGzrAtGWCyU7tHnA==
|
|
6291
6256
|
|
|
6292
6257
|
unbox-primitive@^1.0.2:
|
|
6293
6258
|
version "1.0.2"
|
|
@@ -6312,15 +6277,15 @@ unicode-match-property-ecmascript@^2.0.0:
|
|
|
6312
6277
|
unicode-canonical-property-names-ecmascript "^2.0.0"
|
|
6313
6278
|
unicode-property-aliases-ecmascript "^2.0.0"
|
|
6314
6279
|
|
|
6315
|
-
unicode-match-property-value-ecmascript@^2.
|
|
6316
|
-
version "2.
|
|
6317
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.
|
|
6318
|
-
integrity sha512-
|
|
6280
|
+
unicode-match-property-value-ecmascript@^2.1.0:
|
|
6281
|
+
version "2.1.0"
|
|
6282
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz#cb5fffdcd16a05124f5a4b0bf7c3770208acbbe0"
|
|
6283
|
+
integrity sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==
|
|
6319
6284
|
|
|
6320
6285
|
unicode-property-aliases-ecmascript@^2.0.0:
|
|
6321
|
-
version "2.
|
|
6322
|
-
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.
|
|
6323
|
-
integrity sha512-
|
|
6286
|
+
version "2.1.0"
|
|
6287
|
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz#43d41e3be698bd493ef911077c9b131f827e8ccd"
|
|
6288
|
+
integrity sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==
|
|
6324
6289
|
|
|
6325
6290
|
union-value@^1.0.0:
|
|
6326
6291
|
version "1.0.1"
|
|
@@ -6350,10 +6315,10 @@ untildify@^4.0.0:
|
|
|
6350
6315
|
resolved "https://registry.yarnpkg.com/untildify/-/untildify-4.0.0.tgz#2bc947b953652487e4600949fb091e3ae8cd919b"
|
|
6351
6316
|
integrity sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==
|
|
6352
6317
|
|
|
6353
|
-
update-browserslist-db@^1.0.
|
|
6354
|
-
version "1.0.
|
|
6355
|
-
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.
|
|
6356
|
-
integrity sha512-
|
|
6318
|
+
update-browserslist-db@^1.0.9:
|
|
6319
|
+
version "1.0.10"
|
|
6320
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz#0f54b876545726f17d00cd9a2561e6dade943ff3"
|
|
6321
|
+
integrity sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==
|
|
6357
6322
|
dependencies:
|
|
6358
6323
|
escalade "^3.1.1"
|
|
6359
6324
|
picocolors "^1.0.0"
|