headmin 0.2.2 → 0.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.nvmrc +1 -1
- data/Gemfile.lock +3 -3
- data/README.md +17 -7
- data/app/helpers/headmin/admin_helper.rb +3 -59
- data/app/helpers/headmin/bootstrap_helper.rb +9 -0
- data/app/helpers/headmin/filter_helper.rb +7 -3
- data/app/helpers/headmin/form_helper.rb +36 -0
- data/app/helpers/headmin/request_helper.rb +39 -0
- data/app/models/concerns/headmin/fieldable.rb +53 -23
- data/app/services/block_service.rb +8 -4
- data/app/views/headmin/_blocks.html.erb +1 -1
- data/app/views/headmin/_filters.html.erb +1 -1
- data/app/views/headmin/_pagination.html.erb +4 -1
- data/app/views/headmin/dropdown/_devise.html.erb +20 -10
- data/app/views/headmin/dropdown/_list.html.erb +17 -7
- data/app/views/headmin/filters/_select.html.erb +3 -2
- data/app/views/headmin/filters/filter/_button.html.erb +0 -1
- data/app/views/headmin/forms/_blocks.html.erb +11 -4
- data/app/views/headmin/forms/_date.html.erb +1 -1
- data/app/views/headmin/forms/_label.html.erb +2 -2
- data/app/views/headmin/forms/_repeater.html.erb +6 -10
- data/app/views/headmin/table/_actions.html.erb +37 -11
- data/app/views/headmin/views/devise/confirmations/_new.html.erb +1 -1
- data/app/views/headmin/views/devise/passwords/_edit.html.erb +2 -2
- data/app/views/headmin/views/devise/passwords/_new.html.erb +1 -1
- data/app/views/headmin/views/devise/registrations/_edit.html.erb +4 -4
- data/app/views/headmin/views/devise/registrations/_new.html.erb +3 -3
- data/app/views/headmin/views/devise/shared/_links.html.erb +7 -7
- data/app/views/headmin/views/devise/unlocks/_new.html.erb +1 -1
- data/config/locales/activerecord/en.yml +9 -0
- data/config/locales/activerecord/nl.yml +9 -0
- data/config/locales/headmin/table/en.yml +5 -1
- data/config/locales/headmin/table/nl.yml +5 -1
- data/config/locales/headmin/views/en.yml +1 -1
- data/config/locales/headmin/views/nl.yml +14 -14
- data/dist/css/headmin.css +54 -13
- data/dist/js/headmin.js +45 -513
- data/docs/blocks-and-fields.md +54 -0
- data/docs/blocks.md +1 -54
- data/docs/devise.md +40 -2
- data/docs/fields.md +31 -9
- data/headmin.gemspec +1 -1
- data/lib/generators/headmin/blocks_generator.rb +4 -1
- data/lib/generators/headmin/devise_generator.rb +16 -0
- data/lib/generators/headmin/fields_generator.rb +5 -1
- data/lib/generators/templates/controllers/auth/confirmations_controller.rb +31 -0
- data/lib/generators/templates/controllers/auth/omniauth_callbacks_controller.rb +31 -0
- data/lib/generators/templates/controllers/auth/passwords_controller.rb +35 -0
- data/lib/generators/templates/controllers/auth/registrations_controller.rb +63 -0
- data/lib/generators/templates/controllers/auth/sessions_controller.rb +28 -0
- data/lib/generators/templates/controllers/auth/unlocks_controller.rb +31 -0
- data/lib/generators/templates/migrations/create_field_hierarchies.rb +16 -0
- data/lib/generators/templates/views/auth/confirmations/new.html.erb +1 -0
- data/lib/generators/templates/views/auth/mailer/confirmation_instructions.html.erb +1 -0
- data/lib/generators/templates/views/auth/mailer/email_changed.html.erb +1 -0
- data/lib/generators/templates/views/auth/mailer/password_change.html.erb +1 -0
- data/lib/generators/templates/views/auth/mailer/reset_password_instructions.html.erb +1 -0
- data/lib/generators/templates/views/auth/mailer/unlock_instructions.html.erb +1 -0
- data/lib/generators/templates/views/auth/passwords/edit.html.erb +1 -0
- data/lib/generators/templates/views/auth/passwords/new.html.erb +1 -0
- data/lib/generators/templates/views/auth/registrations/edit.html.erb +1 -0
- data/lib/generators/templates/views/auth/registrations/new.html.erb +1 -0
- data/lib/generators/templates/views/auth/sessions/new.html.erb +1 -0
- data/lib/generators/templates/views/auth/unlocks/new.html.erb +1 -0
- data/lib/generators/templates/views/layouts/auth.html.erb +20 -0
- data/lib/headmin/engine.rb +2 -0
- data/lib/headmin/version.rb +1 -1
- data/package.json +4 -3
- data/src/js/headmin/controllers/blocks_controller.js +1 -1
- data/src/js/headmin/controllers/filter_controller.js +1 -1
- data/src/js/headmin/controllers/filters_controller.js +1 -1
- data/src/js/headmin/controllers/popup_controller.js +1 -1
- data/src/js/headmin/controllers/repeater_controller.js +9 -10
- data/src/js/headmin/controllers/table_actions_controller.js +104 -9
- data/src/js/headmin/controllers/table_controller.js +28 -57
- data/src/js/headmin/headmin.js +2 -2
- data/src/scss/headmin/table.scss +1 -0
- data/yarn.lock +1159 -1237
- metadata +33 -7
- data/docs/README.md +0 -5
data/yarn.lock
CHANGED
@@ -2,32 +2,32 @@
|
|
2
2
|
# yarn lockfile v1
|
3
3
|
|
4
4
|
|
5
|
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.
|
6
|
-
version "7.
|
7
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.
|
8
|
-
integrity sha512-
|
5
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0":
|
6
|
+
version "7.16.0"
|
7
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.16.0.tgz#0dfc80309beec8411e65e706461c408b0bb9b431"
|
8
|
+
integrity sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==
|
9
9
|
dependencies:
|
10
|
-
"@babel/highlight" "^7.
|
10
|
+
"@babel/highlight" "^7.16.0"
|
11
11
|
|
12
|
-
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.
|
13
|
-
version "7.
|
14
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
15
|
-
integrity sha512-
|
12
|
+
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.16.0", "@babel/compat-data@^7.16.4":
|
13
|
+
version "7.16.4"
|
14
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
|
15
|
+
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
|
16
16
|
|
17
17
|
"@babel/core@^7.12.10":
|
18
|
-
version "7.
|
19
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
20
|
-
integrity sha512-
|
21
|
-
dependencies:
|
22
|
-
"@babel/code-frame" "^7.
|
23
|
-
"@babel/generator" "^7.
|
24
|
-
"@babel/helper-compilation-targets" "^7.
|
25
|
-
"@babel/helper-module-transforms" "^7.
|
26
|
-
"@babel/helpers" "^7.
|
27
|
-
"@babel/parser" "^7.
|
28
|
-
"@babel/template" "^7.
|
29
|
-
"@babel/traverse" "^7.
|
30
|
-
"@babel/types" "^7.
|
18
|
+
version "7.16.0"
|
19
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
|
20
|
+
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
|
21
|
+
dependencies:
|
22
|
+
"@babel/code-frame" "^7.16.0"
|
23
|
+
"@babel/generator" "^7.16.0"
|
24
|
+
"@babel/helper-compilation-targets" "^7.16.0"
|
25
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
26
|
+
"@babel/helpers" "^7.16.0"
|
27
|
+
"@babel/parser" "^7.16.0"
|
28
|
+
"@babel/template" "^7.16.0"
|
29
|
+
"@babel/traverse" "^7.16.0"
|
30
|
+
"@babel/types" "^7.16.0"
|
31
31
|
convert-source-map "^1.7.0"
|
32
32
|
debug "^4.1.0"
|
33
33
|
gensync "^1.0.0-beta.2"
|
@@ -35,64 +35,64 @@
|
|
35
35
|
semver "^6.3.0"
|
36
36
|
source-map "^0.5.0"
|
37
37
|
|
38
|
-
"@babel/generator@^7.
|
39
|
-
version "7.
|
40
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
41
|
-
integrity sha512-
|
38
|
+
"@babel/generator@^7.16.0":
|
39
|
+
version "7.16.0"
|
40
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
|
41
|
+
integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
|
42
42
|
dependencies:
|
43
|
-
"@babel/types" "^7.
|
43
|
+
"@babel/types" "^7.16.0"
|
44
44
|
jsesc "^2.5.1"
|
45
45
|
source-map "^0.5.0"
|
46
46
|
|
47
|
-
"@babel/helper-annotate-as-pure@^7.
|
48
|
-
version "7.
|
49
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
50
|
-
integrity sha512-
|
47
|
+
"@babel/helper-annotate-as-pure@^7.16.0":
|
48
|
+
version "7.16.0"
|
49
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz#9a1f0ebcda53d9a2d00108c4ceace6a5d5f1f08d"
|
50
|
+
integrity sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==
|
51
51
|
dependencies:
|
52
|
-
"@babel/types" "^7.
|
52
|
+
"@babel/types" "^7.16.0"
|
53
53
|
|
54
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.
|
55
|
-
version "7.
|
56
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
57
|
-
integrity sha512-
|
54
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0":
|
55
|
+
version "7.16.0"
|
56
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz#f1a686b92da794020c26582eb852e9accd0d7882"
|
57
|
+
integrity sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==
|
58
58
|
dependencies:
|
59
|
-
"@babel/helper-explode-assignable-expression" "^7.
|
60
|
-
"@babel/types" "^7.
|
59
|
+
"@babel/helper-explode-assignable-expression" "^7.16.0"
|
60
|
+
"@babel/types" "^7.16.0"
|
61
61
|
|
62
|
-
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.
|
63
|
-
version "7.
|
64
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
65
|
-
integrity sha512-
|
62
|
+
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.16.0", "@babel/helper-compilation-targets@^7.16.3":
|
63
|
+
version "7.16.3"
|
64
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
|
65
|
+
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
|
66
66
|
dependencies:
|
67
|
-
"@babel/compat-data" "^7.
|
68
|
-
"@babel/helper-validator-option" "^7.
|
69
|
-
browserslist "^4.
|
67
|
+
"@babel/compat-data" "^7.16.0"
|
68
|
+
"@babel/helper-validator-option" "^7.14.5"
|
69
|
+
browserslist "^4.17.5"
|
70
70
|
semver "^6.3.0"
|
71
71
|
|
72
|
-
"@babel/helper-create-class-features-plugin@^7.
|
73
|
-
version "7.
|
74
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
75
|
-
integrity sha512-
|
72
|
+
"@babel/helper-create-class-features-plugin@^7.16.0":
|
73
|
+
version "7.16.0"
|
74
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz#090d4d166b342a03a9fec37ef4fd5aeb9c7c6a4b"
|
75
|
+
integrity sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==
|
76
76
|
dependencies:
|
77
|
-
"@babel/helper-annotate-as-pure" "^7.
|
78
|
-
"@babel/helper-function-name" "^7.
|
79
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
80
|
-
"@babel/helper-optimise-call-expression" "^7.
|
81
|
-
"@babel/helper-replace-supers" "^7.
|
82
|
-
"@babel/helper-split-export-declaration" "^7.
|
77
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
78
|
+
"@babel/helper-function-name" "^7.16.0"
|
79
|
+
"@babel/helper-member-expression-to-functions" "^7.16.0"
|
80
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
81
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
82
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
83
83
|
|
84
|
-
"@babel/helper-create-regexp-features-plugin@^7.
|
85
|
-
version "7.
|
86
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
87
|
-
integrity sha512-
|
84
|
+
"@babel/helper-create-regexp-features-plugin@^7.16.0":
|
85
|
+
version "7.16.0"
|
86
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz#06b2348ce37fccc4f5e18dcd8d75053f2a7c44ff"
|
87
|
+
integrity sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==
|
88
88
|
dependencies:
|
89
|
-
"@babel/helper-annotate-as-pure" "^7.
|
89
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
90
90
|
regexpu-core "^4.7.1"
|
91
91
|
|
92
|
-
"@babel/helper-define-polyfill-provider@^0.
|
93
|
-
version "0.
|
94
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.
|
95
|
-
integrity sha512-
|
92
|
+
"@babel/helper-define-polyfill-provider@^0.3.0":
|
93
|
+
version "0.3.0"
|
94
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz#c5b10cf4b324ff840140bb07e05b8564af2ae971"
|
95
|
+
integrity sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==
|
96
96
|
dependencies:
|
97
97
|
"@babel/helper-compilation-targets" "^7.13.0"
|
98
98
|
"@babel/helper-module-imports" "^7.12.13"
|
@@ -103,295 +103,302 @@
|
|
103
103
|
resolve "^1.14.2"
|
104
104
|
semver "^6.1.2"
|
105
105
|
|
106
|
-
"@babel/helper-explode-assignable-expression@^7.
|
107
|
-
version "7.
|
108
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.
|
109
|
-
integrity sha512-
|
110
|
-
dependencies:
|
111
|
-
"@babel/types" "^7.13.0"
|
112
|
-
|
113
|
-
"@babel/helper-function-name@^7.12.13":
|
114
|
-
version "7.12.13"
|
115
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
|
116
|
-
integrity sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA==
|
117
|
-
dependencies:
|
118
|
-
"@babel/helper-get-function-arity" "^7.12.13"
|
119
|
-
"@babel/template" "^7.12.13"
|
120
|
-
"@babel/types" "^7.12.13"
|
121
|
-
|
122
|
-
"@babel/helper-get-function-arity@^7.12.13":
|
123
|
-
version "7.12.13"
|
124
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
|
125
|
-
integrity sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg==
|
126
|
-
dependencies:
|
127
|
-
"@babel/types" "^7.12.13"
|
128
|
-
|
129
|
-
"@babel/helper-hoist-variables@^7.13.0":
|
130
|
-
version "7.13.16"
|
131
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30"
|
132
|
-
integrity sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==
|
133
|
-
dependencies:
|
134
|
-
"@babel/traverse" "^7.13.15"
|
135
|
-
"@babel/types" "^7.13.16"
|
136
|
-
|
137
|
-
"@babel/helper-member-expression-to-functions@^7.13.12":
|
138
|
-
version "7.13.12"
|
139
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
|
140
|
-
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
|
141
|
-
dependencies:
|
142
|
-
"@babel/types" "^7.13.12"
|
143
|
-
|
144
|
-
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.13.12":
|
145
|
-
version "7.13.12"
|
146
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
|
147
|
-
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
|
148
|
-
dependencies:
|
149
|
-
"@babel/types" "^7.13.12"
|
150
|
-
|
151
|
-
"@babel/helper-module-transforms@^7.13.0", "@babel/helper-module-transforms@^7.14.0":
|
152
|
-
version "7.14.0"
|
153
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.0.tgz#8fcf78be220156f22633ee204ea81f73f826a8ad"
|
154
|
-
integrity sha512-L40t9bxIuGOfpIGA3HNkJhU9qYrf4y5A5LUSw7rGMSn+pcG8dfJ0g6Zval6YJGd2nEjI7oP00fRdnhLKndx6bw==
|
155
|
-
dependencies:
|
156
|
-
"@babel/helper-module-imports" "^7.13.12"
|
157
|
-
"@babel/helper-replace-supers" "^7.13.12"
|
158
|
-
"@babel/helper-simple-access" "^7.13.12"
|
159
|
-
"@babel/helper-split-export-declaration" "^7.12.13"
|
160
|
-
"@babel/helper-validator-identifier" "^7.14.0"
|
161
|
-
"@babel/template" "^7.12.13"
|
162
|
-
"@babel/traverse" "^7.14.0"
|
163
|
-
"@babel/types" "^7.14.0"
|
164
|
-
|
165
|
-
"@babel/helper-optimise-call-expression@^7.12.13":
|
166
|
-
version "7.12.13"
|
167
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.12.13.tgz#5c02d171b4c8615b1e7163f888c1c81c30a2aaea"
|
168
|
-
integrity sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA==
|
169
|
-
dependencies:
|
170
|
-
"@babel/types" "^7.12.13"
|
171
|
-
|
172
|
-
"@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.13.0", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
173
|
-
version "7.13.0"
|
174
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.13.0.tgz#806526ce125aed03373bc416a828321e3a6a33af"
|
175
|
-
integrity sha512-ZPafIPSwzUlAoWT8DKs1W2VyF2gOWthGd5NGFMsBcMMol+ZhK+EQY/e6V96poa6PA/Bh+C9plWN0hXO1uB8AfQ==
|
176
|
-
|
177
|
-
"@babel/helper-remap-async-to-generator@^7.13.0":
|
178
|
-
version "7.13.0"
|
179
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.13.0.tgz#376a760d9f7b4b2077a9dd05aa9c3927cadb2209"
|
180
|
-
integrity sha512-pUQpFBE9JvC9lrQbpX0TmeNIy5s7GnZjna2lhhcHC7DzgBs6fWn722Y5cfwgrtrqc7NAJwMvOa0mKhq6XaE4jg==
|
181
|
-
dependencies:
|
182
|
-
"@babel/helper-annotate-as-pure" "^7.12.13"
|
183
|
-
"@babel/helper-wrap-function" "^7.13.0"
|
184
|
-
"@babel/types" "^7.13.0"
|
185
|
-
|
186
|
-
"@babel/helper-replace-supers@^7.12.13", "@babel/helper-replace-supers@^7.13.0", "@babel/helper-replace-supers@^7.13.12":
|
187
|
-
version "7.13.12"
|
188
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
|
189
|
-
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
|
190
|
-
dependencies:
|
191
|
-
"@babel/helper-member-expression-to-functions" "^7.13.12"
|
192
|
-
"@babel/helper-optimise-call-expression" "^7.12.13"
|
193
|
-
"@babel/traverse" "^7.13.0"
|
194
|
-
"@babel/types" "^7.13.12"
|
195
|
-
|
196
|
-
"@babel/helper-simple-access@^7.13.12":
|
197
|
-
version "7.13.12"
|
198
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
|
199
|
-
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
|
106
|
+
"@babel/helper-explode-assignable-expression@^7.16.0":
|
107
|
+
version "7.16.0"
|
108
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz#753017337a15f46f9c09f674cff10cee9b9d7778"
|
109
|
+
integrity sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==
|
200
110
|
dependencies:
|
201
|
-
"@babel/types" "^7.
|
202
|
-
|
203
|
-
"@babel/helper-
|
204
|
-
version "7.
|
205
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
206
|
-
integrity sha512-
|
207
|
-
dependencies:
|
208
|
-
"@babel/types" "^7.12.1"
|
209
|
-
|
210
|
-
"@babel/helper-split-export-declaration@^7.12.13":
|
211
|
-
version "7.12.13"
|
212
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
|
213
|
-
integrity sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg==
|
214
|
-
dependencies:
|
215
|
-
"@babel/types" "^7.12.13"
|
216
|
-
|
217
|
-
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.14.0":
|
218
|
-
version "7.14.0"
|
219
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz#d26cad8a47c65286b15df1547319a5d0bcf27288"
|
220
|
-
integrity sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==
|
221
|
-
|
222
|
-
"@babel/helper-validator-option@^7.12.17":
|
223
|
-
version "7.12.17"
|
224
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz#d1fbf012e1a79b7eebbfdc6d270baaf8d9eb9831"
|
225
|
-
integrity sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==
|
226
|
-
|
227
|
-
"@babel/helper-wrap-function@^7.13.0":
|
228
|
-
version "7.13.0"
|
229
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.13.0.tgz#bdb5c66fda8526ec235ab894ad53a1235c79fcc4"
|
230
|
-
integrity sha512-1UX9F7K3BS42fI6qd2A4BjKzgGjToscyZTdp1DjknHLCIvpgne6918io+aL5LXFcER/8QWiwpoY902pVEqgTXA==
|
111
|
+
"@babel/types" "^7.16.0"
|
112
|
+
|
113
|
+
"@babel/helper-function-name@^7.16.0":
|
114
|
+
version "7.16.0"
|
115
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
|
116
|
+
integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
|
231
117
|
dependencies:
|
232
|
-
"@babel/helper-function-
|
233
|
-
"@babel/template" "^7.
|
234
|
-
"@babel/
|
235
|
-
"@babel/types" "^7.13.0"
|
118
|
+
"@babel/helper-get-function-arity" "^7.16.0"
|
119
|
+
"@babel/template" "^7.16.0"
|
120
|
+
"@babel/types" "^7.16.0"
|
236
121
|
|
237
|
-
"@babel/
|
238
|
-
version "7.
|
239
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
240
|
-
integrity sha512
|
122
|
+
"@babel/helper-get-function-arity@^7.16.0":
|
123
|
+
version "7.16.0"
|
124
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
|
125
|
+
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
|
241
126
|
dependencies:
|
242
|
-
"@babel/
|
243
|
-
|
244
|
-
|
127
|
+
"@babel/types" "^7.16.0"
|
128
|
+
|
129
|
+
"@babel/helper-hoist-variables@^7.16.0":
|
130
|
+
version "7.16.0"
|
131
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
|
132
|
+
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
|
133
|
+
dependencies:
|
134
|
+
"@babel/types" "^7.16.0"
|
245
135
|
|
246
|
-
"@babel/
|
247
|
-
version "7.
|
248
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
249
|
-
integrity sha512-
|
250
|
-
dependencies:
|
251
|
-
"@babel/
|
136
|
+
"@babel/helper-member-expression-to-functions@^7.16.0":
|
137
|
+
version "7.16.0"
|
138
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
|
139
|
+
integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
|
140
|
+
dependencies:
|
141
|
+
"@babel/types" "^7.16.0"
|
142
|
+
|
143
|
+
"@babel/helper-module-imports@^7.12.13", "@babel/helper-module-imports@^7.16.0":
|
144
|
+
version "7.16.0"
|
145
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
|
146
|
+
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
|
147
|
+
dependencies:
|
148
|
+
"@babel/types" "^7.16.0"
|
149
|
+
|
150
|
+
"@babel/helper-module-transforms@^7.16.0":
|
151
|
+
version "7.16.0"
|
152
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
|
153
|
+
integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
|
154
|
+
dependencies:
|
155
|
+
"@babel/helper-module-imports" "^7.16.0"
|
156
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
157
|
+
"@babel/helper-simple-access" "^7.16.0"
|
158
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
159
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
160
|
+
"@babel/template" "^7.16.0"
|
161
|
+
"@babel/traverse" "^7.16.0"
|
162
|
+
"@babel/types" "^7.16.0"
|
163
|
+
|
164
|
+
"@babel/helper-optimise-call-expression@^7.16.0":
|
165
|
+
version "7.16.0"
|
166
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
|
167
|
+
integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
|
168
|
+
dependencies:
|
169
|
+
"@babel/types" "^7.16.0"
|
170
|
+
|
171
|
+
"@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.13.0", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
172
|
+
version "7.14.5"
|
173
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
|
174
|
+
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
|
175
|
+
|
176
|
+
"@babel/helper-remap-async-to-generator@^7.16.0", "@babel/helper-remap-async-to-generator@^7.16.4":
|
177
|
+
version "7.16.4"
|
178
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.4.tgz#5d7902f61349ff6b963e07f06a389ce139fbfe6e"
|
179
|
+
integrity sha512-vGERmmhR+s7eH5Y/cp8PCVzj4XEjerq8jooMfxFdA5xVtAk9Sh4AQsrWgiErUEBjtGrBtOFKDUcWQFW4/dFwMA==
|
180
|
+
dependencies:
|
181
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
182
|
+
"@babel/helper-wrap-function" "^7.16.0"
|
183
|
+
"@babel/types" "^7.16.0"
|
184
|
+
|
185
|
+
"@babel/helper-replace-supers@^7.16.0":
|
186
|
+
version "7.16.0"
|
187
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
|
188
|
+
integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
|
189
|
+
dependencies:
|
190
|
+
"@babel/helper-member-expression-to-functions" "^7.16.0"
|
191
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
192
|
+
"@babel/traverse" "^7.16.0"
|
193
|
+
"@babel/types" "^7.16.0"
|
194
|
+
|
195
|
+
"@babel/helper-simple-access@^7.16.0":
|
196
|
+
version "7.16.0"
|
197
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
|
198
|
+
integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==
|
199
|
+
dependencies:
|
200
|
+
"@babel/types" "^7.16.0"
|
201
|
+
|
202
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.16.0":
|
203
|
+
version "7.16.0"
|
204
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz#0ee3388070147c3ae051e487eca3ebb0e2e8bb09"
|
205
|
+
integrity sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==
|
206
|
+
dependencies:
|
207
|
+
"@babel/types" "^7.16.0"
|
208
|
+
|
209
|
+
"@babel/helper-split-export-declaration@^7.16.0":
|
210
|
+
version "7.16.0"
|
211
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438"
|
212
|
+
integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==
|
213
|
+
dependencies:
|
214
|
+
"@babel/types" "^7.16.0"
|
215
|
+
|
216
|
+
"@babel/helper-validator-identifier@^7.15.7":
|
217
|
+
version "7.15.7"
|
218
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
|
219
|
+
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
|
220
|
+
|
221
|
+
"@babel/helper-validator-option@^7.14.5":
|
222
|
+
version "7.14.5"
|
223
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
|
224
|
+
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
|
225
|
+
|
226
|
+
"@babel/helper-wrap-function@^7.16.0":
|
227
|
+
version "7.16.0"
|
228
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz#b3cf318afce774dfe75b86767cd6d68f3482e57c"
|
229
|
+
integrity sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==
|
230
|
+
dependencies:
|
231
|
+
"@babel/helper-function-name" "^7.16.0"
|
232
|
+
"@babel/template" "^7.16.0"
|
233
|
+
"@babel/traverse" "^7.16.0"
|
234
|
+
"@babel/types" "^7.16.0"
|
235
|
+
|
236
|
+
"@babel/helpers@^7.16.0":
|
237
|
+
version "7.16.3"
|
238
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c"
|
239
|
+
integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==
|
240
|
+
dependencies:
|
241
|
+
"@babel/template" "^7.16.0"
|
242
|
+
"@babel/traverse" "^7.16.3"
|
243
|
+
"@babel/types" "^7.16.0"
|
244
|
+
|
245
|
+
"@babel/highlight@^7.16.0":
|
246
|
+
version "7.16.0"
|
247
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
|
248
|
+
integrity sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==
|
249
|
+
dependencies:
|
250
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
252
251
|
chalk "^2.0.0"
|
253
252
|
js-tokens "^4.0.0"
|
254
253
|
|
255
|
-
"@babel/parser@^7.
|
256
|
-
version "7.
|
257
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
258
|
-
integrity sha512-
|
254
|
+
"@babel/parser@^7.16.0", "@babel/parser@^7.16.3":
|
255
|
+
version "7.16.4"
|
256
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
|
257
|
+
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
|
259
258
|
|
260
|
-
"@babel/plugin-bugfix-
|
261
|
-
version "7.
|
262
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-
|
263
|
-
integrity sha512-
|
259
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.16.2":
|
260
|
+
version "7.16.2"
|
261
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.2.tgz#2977fca9b212db153c195674e57cfab807733183"
|
262
|
+
integrity sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==
|
264
263
|
dependencies:
|
265
|
-
"@babel/helper-plugin-utils" "^7.
|
266
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
|
267
|
-
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
|
264
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
268
265
|
|
269
|
-
"@babel/plugin-
|
270
|
-
version "7.
|
271
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
272
|
-
integrity sha512-
|
266
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.16.0":
|
267
|
+
version "7.16.0"
|
268
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz#358972eaab006f5eb0826183b0c93cbcaf13e1e2"
|
269
|
+
integrity sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==
|
273
270
|
dependencies:
|
274
|
-
"@babel/helper-plugin-utils" "^7.
|
275
|
-
"@babel/helper-
|
271
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
272
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
273
|
+
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
|
274
|
+
|
275
|
+
"@babel/plugin-proposal-async-generator-functions@^7.16.4":
|
276
|
+
version "7.16.4"
|
277
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.4.tgz#e606eb6015fec6fa5978c940f315eae4e300b081"
|
278
|
+
integrity sha512-/CUekqaAaZCQHleSK/9HajvcD/zdnJiKRiuUFq8ITE+0HsPzquf53cpFiqAwl/UfmJbR6n5uGPQSPdrmKOvHHg==
|
279
|
+
dependencies:
|
280
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
281
|
+
"@babel/helper-remap-async-to-generator" "^7.16.4"
|
276
282
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
277
283
|
|
278
|
-
"@babel/plugin-proposal-class-properties@^7.
|
279
|
-
version "7.
|
280
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.
|
281
|
-
integrity sha512-
|
284
|
+
"@babel/plugin-proposal-class-properties@^7.16.0":
|
285
|
+
version "7.16.0"
|
286
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.0.tgz#c029618267ddebc7280fa286e0f8ca2a278a2d1a"
|
287
|
+
integrity sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==
|
282
288
|
dependencies:
|
283
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
284
|
-
"@babel/helper-plugin-utils" "^7.
|
289
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
290
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
285
291
|
|
286
|
-
"@babel/plugin-proposal-class-static-block@^7.
|
287
|
-
version "7.
|
288
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.
|
289
|
-
integrity sha512-
|
292
|
+
"@babel/plugin-proposal-class-static-block@^7.16.0":
|
293
|
+
version "7.16.0"
|
294
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.0.tgz#5296942c564d8144c83eea347d0aa8a0b89170e7"
|
295
|
+
integrity sha512-mAy3sdcY9sKAkf3lQbDiv3olOfiLqI51c9DR9b19uMoR2Z6r5pmGl7dfNFqEvqOyqbf1ta4lknK4gc5PJn3mfA==
|
290
296
|
dependencies:
|
291
|
-
"@babel/helper-plugin
|
292
|
-
"@babel/plugin-
|
297
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
298
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
299
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
293
300
|
|
294
|
-
"@babel/plugin-proposal-dynamic-import@^7.
|
295
|
-
version "7.
|
296
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.
|
297
|
-
integrity sha512-
|
301
|
+
"@babel/plugin-proposal-dynamic-import@^7.16.0":
|
302
|
+
version "7.16.0"
|
303
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.0.tgz#783eca61d50526202f9b296095453977e88659f1"
|
304
|
+
integrity sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==
|
298
305
|
dependencies:
|
299
|
-
"@babel/helper-plugin-utils" "^7.
|
306
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
300
307
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
301
308
|
|
302
|
-
"@babel/plugin-proposal-export-namespace-from@^7.
|
303
|
-
version "7.
|
304
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.
|
305
|
-
integrity sha512-
|
309
|
+
"@babel/plugin-proposal-export-namespace-from@^7.16.0":
|
310
|
+
version "7.16.0"
|
311
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.0.tgz#9c01dee40b9d6b847b656aaf4a3976a71740f222"
|
312
|
+
integrity sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==
|
306
313
|
dependencies:
|
307
|
-
"@babel/helper-plugin-utils" "^7.
|
314
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
308
315
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
309
316
|
|
310
|
-
"@babel/plugin-proposal-json-strings@^7.
|
311
|
-
version "7.
|
312
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.
|
313
|
-
integrity sha512-
|
317
|
+
"@babel/plugin-proposal-json-strings@^7.16.0":
|
318
|
+
version "7.16.0"
|
319
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.0.tgz#cae35a95ed1d2a7fa29c4dc41540b84a72e9ab25"
|
320
|
+
integrity sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==
|
314
321
|
dependencies:
|
315
|
-
"@babel/helper-plugin-utils" "^7.
|
322
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
316
323
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
317
324
|
|
318
|
-
"@babel/plugin-proposal-logical-assignment-operators@^7.
|
319
|
-
version "7.
|
320
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.
|
321
|
-
integrity sha512-
|
325
|
+
"@babel/plugin-proposal-logical-assignment-operators@^7.16.0":
|
326
|
+
version "7.16.0"
|
327
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.0.tgz#a711b8ceb3ffddd3ef88d3a49e86dbd3cc7db3fd"
|
328
|
+
integrity sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==
|
322
329
|
dependencies:
|
323
|
-
"@babel/helper-plugin-utils" "^7.
|
330
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
324
331
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
325
332
|
|
326
|
-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.
|
327
|
-
version "7.
|
328
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.
|
329
|
-
integrity sha512-
|
333
|
+
"@babel/plugin-proposal-nullish-coalescing-operator@^7.16.0":
|
334
|
+
version "7.16.0"
|
335
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz#44e1cce08fe2427482cf446a91bb451528ed0596"
|
336
|
+
integrity sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==
|
330
337
|
dependencies:
|
331
|
-
"@babel/helper-plugin-utils" "^7.
|
338
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
332
339
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
333
340
|
|
334
|
-
"@babel/plugin-proposal-numeric-separator@^7.
|
335
|
-
version "7.
|
336
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.
|
337
|
-
integrity sha512-
|
341
|
+
"@babel/plugin-proposal-numeric-separator@^7.16.0":
|
342
|
+
version "7.16.0"
|
343
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.0.tgz#5d418e4fbbf8b9b7d03125d3a52730433a373734"
|
344
|
+
integrity sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==
|
338
345
|
dependencies:
|
339
|
-
"@babel/helper-plugin-utils" "^7.
|
346
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
340
347
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
341
348
|
|
342
|
-
"@babel/plugin-proposal-object-rest-spread@^7.
|
343
|
-
version "7.
|
344
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.
|
345
|
-
integrity sha512-
|
349
|
+
"@babel/plugin-proposal-object-rest-spread@^7.16.0":
|
350
|
+
version "7.16.0"
|
351
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz#5fb32f6d924d6e6712810362a60e12a2609872e6"
|
352
|
+
integrity sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==
|
346
353
|
dependencies:
|
347
|
-
"@babel/compat-data" "^7.
|
348
|
-
"@babel/helper-compilation-targets" "^7.
|
349
|
-
"@babel/helper-plugin-utils" "^7.
|
354
|
+
"@babel/compat-data" "^7.16.0"
|
355
|
+
"@babel/helper-compilation-targets" "^7.16.0"
|
356
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
350
357
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
351
|
-
"@babel/plugin-transform-parameters" "^7.
|
358
|
+
"@babel/plugin-transform-parameters" "^7.16.0"
|
352
359
|
|
353
|
-
"@babel/plugin-proposal-optional-catch-binding@^7.
|
354
|
-
version "7.
|
355
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.
|
356
|
-
integrity sha512-
|
360
|
+
"@babel/plugin-proposal-optional-catch-binding@^7.16.0":
|
361
|
+
version "7.16.0"
|
362
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.0.tgz#5910085811ab4c28b00d6ebffa4ab0274d1e5f16"
|
363
|
+
integrity sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==
|
357
364
|
dependencies:
|
358
|
-
"@babel/helper-plugin-utils" "^7.
|
365
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
359
366
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
360
367
|
|
361
|
-
"@babel/plugin-proposal-optional-chaining@^7.
|
362
|
-
version "7.
|
363
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.
|
364
|
-
integrity sha512-
|
368
|
+
"@babel/plugin-proposal-optional-chaining@^7.16.0":
|
369
|
+
version "7.16.0"
|
370
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz#56dbc3970825683608e9efb55ea82c2a2d6c8dc0"
|
371
|
+
integrity sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==
|
365
372
|
dependencies:
|
366
|
-
"@babel/helper-plugin-utils" "^7.
|
367
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
373
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
374
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
368
375
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
369
376
|
|
370
|
-
"@babel/plugin-proposal-private-methods@^7.
|
371
|
-
version "7.
|
372
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.
|
373
|
-
integrity sha512-
|
377
|
+
"@babel/plugin-proposal-private-methods@^7.16.0":
|
378
|
+
version "7.16.0"
|
379
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.0.tgz#b4dafb9c717e4301c5776b30d080d6383c89aff6"
|
380
|
+
integrity sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==
|
374
381
|
dependencies:
|
375
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
376
|
-
"@babel/helper-plugin-utils" "^7.
|
382
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
383
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
377
384
|
|
378
|
-
"@babel/plugin-proposal-private-property-in-object@^7.
|
379
|
-
version "7.
|
380
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.
|
381
|
-
integrity sha512-
|
385
|
+
"@babel/plugin-proposal-private-property-in-object@^7.16.0":
|
386
|
+
version "7.16.0"
|
387
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz#69e935b2c5c79d2488112d886f0c4e2790fee76f"
|
388
|
+
integrity sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==
|
382
389
|
dependencies:
|
383
|
-
"@babel/helper-annotate-as-pure" "^7.
|
384
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
385
|
-
"@babel/helper-plugin-utils" "^7.
|
386
|
-
"@babel/plugin-syntax-private-property-in-object" "^7.14.
|
390
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
391
|
+
"@babel/helper-create-class-features-plugin" "^7.16.0"
|
392
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
393
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
387
394
|
|
388
|
-
"@babel/plugin-proposal-unicode-property-regex@^7.
|
389
|
-
version "7.
|
390
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.
|
391
|
-
integrity sha512-
|
395
|
+
"@babel/plugin-proposal-unicode-property-regex@^7.16.0", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
396
|
+
version "7.16.0"
|
397
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz#890482dfc5ea378e42e19a71e709728cabf18612"
|
398
|
+
integrity sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==
|
392
399
|
dependencies:
|
393
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
394
|
-
"@babel/helper-plugin-utils" "^7.
|
400
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
401
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
395
402
|
|
396
403
|
"@babel/plugin-syntax-async-generators@^7.8.4":
|
397
404
|
version "7.8.4"
|
@@ -407,12 +414,12 @@
|
|
407
414
|
dependencies:
|
408
415
|
"@babel/helper-plugin-utils" "^7.12.13"
|
409
416
|
|
410
|
-
"@babel/plugin-syntax-class-static-block@^7.
|
411
|
-
version "7.
|
412
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.
|
413
|
-
integrity sha512-
|
417
|
+
"@babel/plugin-syntax-class-static-block@^7.14.5":
|
418
|
+
version "7.14.5"
|
419
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz#195df89b146b4b78b3bf897fd7a257c84659d406"
|
420
|
+
integrity sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==
|
414
421
|
dependencies:
|
415
|
-
"@babel/helper-plugin-utils" "^7.
|
422
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
416
423
|
|
417
424
|
"@babel/plugin-syntax-dynamic-import@^7.8.3":
|
418
425
|
version "7.8.3"
|
@@ -477,296 +484,297 @@
|
|
477
484
|
dependencies:
|
478
485
|
"@babel/helper-plugin-utils" "^7.8.0"
|
479
486
|
|
480
|
-
"@babel/plugin-syntax-private-property-in-object@^7.14.
|
481
|
-
version "7.14.
|
482
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.
|
483
|
-
integrity sha512-
|
487
|
+
"@babel/plugin-syntax-private-property-in-object@^7.14.5":
|
488
|
+
version "7.14.5"
|
489
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz#0dc6671ec0ea22b6e94a1114f857970cd39de1ad"
|
490
|
+
integrity sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==
|
484
491
|
dependencies:
|
485
|
-
"@babel/helper-plugin-utils" "^7.
|
492
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
486
493
|
|
487
|
-
"@babel/plugin-syntax-top-level-await@^7.
|
488
|
-
version "7.
|
489
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.
|
490
|
-
integrity sha512-
|
494
|
+
"@babel/plugin-syntax-top-level-await@^7.14.5":
|
495
|
+
version "7.14.5"
|
496
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz#c1cfdadc35a646240001f06138247b741c34d94c"
|
497
|
+
integrity sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==
|
491
498
|
dependencies:
|
492
|
-
"@babel/helper-plugin-utils" "^7.
|
499
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
493
500
|
|
494
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
495
|
-
version "7.
|
496
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
497
|
-
integrity sha512-
|
501
|
+
"@babel/plugin-transform-arrow-functions@^7.16.0":
|
502
|
+
version "7.16.0"
|
503
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.0.tgz#951706f8b449c834ed07bd474c0924c944b95a8e"
|
504
|
+
integrity sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==
|
498
505
|
dependencies:
|
499
|
-
"@babel/helper-plugin-utils" "^7.
|
506
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
500
507
|
|
501
|
-
"@babel/plugin-transform-async-to-generator@^7.
|
502
|
-
version "7.
|
503
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
504
|
-
integrity sha512-
|
508
|
+
"@babel/plugin-transform-async-to-generator@^7.16.0":
|
509
|
+
version "7.16.0"
|
510
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.0.tgz#df12637f9630ddfa0ef9d7a11bc414d629d38604"
|
511
|
+
integrity sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==
|
505
512
|
dependencies:
|
506
|
-
"@babel/helper-module-imports" "^7.
|
507
|
-
"@babel/helper-plugin-utils" "^7.
|
508
|
-
"@babel/helper-remap-async-to-generator" "^7.
|
513
|
+
"@babel/helper-module-imports" "^7.16.0"
|
514
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
515
|
+
"@babel/helper-remap-async-to-generator" "^7.16.0"
|
509
516
|
|
510
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
511
|
-
version "7.
|
512
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
513
|
-
integrity sha512-
|
517
|
+
"@babel/plugin-transform-block-scoped-functions@^7.16.0":
|
518
|
+
version "7.16.0"
|
519
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.0.tgz#c618763233ad02847805abcac4c345ce9de7145d"
|
520
|
+
integrity sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==
|
514
521
|
dependencies:
|
515
|
-
"@babel/helper-plugin-utils" "^7.
|
522
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
516
523
|
|
517
|
-
"@babel/plugin-transform-block-scoping@^7.
|
518
|
-
version "7.
|
519
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
520
|
-
integrity sha512-
|
524
|
+
"@babel/plugin-transform-block-scoping@^7.16.0":
|
525
|
+
version "7.16.0"
|
526
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.0.tgz#bcf433fb482fe8c3d3b4e8a66b1c4a8e77d37c16"
|
527
|
+
integrity sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==
|
521
528
|
dependencies:
|
522
|
-
"@babel/helper-plugin-utils" "^7.
|
529
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
523
530
|
|
524
|
-
"@babel/plugin-transform-classes@^7.
|
525
|
-
version "7.
|
526
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
527
|
-
integrity sha512-
|
531
|
+
"@babel/plugin-transform-classes@^7.16.0":
|
532
|
+
version "7.16.0"
|
533
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.0.tgz#54cf5ff0b2242c6573d753cd4bfc7077a8b282f5"
|
534
|
+
integrity sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==
|
528
535
|
dependencies:
|
529
|
-
"@babel/helper-annotate-as-pure" "^7.
|
530
|
-
"@babel/helper-function-name" "^7.
|
531
|
-
"@babel/helper-optimise-call-expression" "^7.
|
532
|
-
"@babel/helper-plugin-utils" "^7.
|
533
|
-
"@babel/helper-replace-supers" "^7.
|
534
|
-
"@babel/helper-split-export-declaration" "^7.
|
536
|
+
"@babel/helper-annotate-as-pure" "^7.16.0"
|
537
|
+
"@babel/helper-function-name" "^7.16.0"
|
538
|
+
"@babel/helper-optimise-call-expression" "^7.16.0"
|
539
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
540
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
541
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
535
542
|
globals "^11.1.0"
|
536
543
|
|
537
|
-
"@babel/plugin-transform-computed-properties@^7.
|
538
|
-
version "7.
|
539
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
540
|
-
integrity sha512-
|
544
|
+
"@babel/plugin-transform-computed-properties@^7.16.0":
|
545
|
+
version "7.16.0"
|
546
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.0.tgz#e0c385507d21e1b0b076d66bed6d5231b85110b7"
|
547
|
+
integrity sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==
|
541
548
|
dependencies:
|
542
|
-
"@babel/helper-plugin-utils" "^7.
|
549
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
543
550
|
|
544
|
-
"@babel/plugin-transform-destructuring@^7.
|
545
|
-
version "7.
|
546
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
547
|
-
integrity sha512-
|
551
|
+
"@babel/plugin-transform-destructuring@^7.16.0":
|
552
|
+
version "7.16.0"
|
553
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.0.tgz#ad3d7e74584ad5ea4eadb1e6642146c590dee33c"
|
554
|
+
integrity sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==
|
548
555
|
dependencies:
|
549
|
-
"@babel/helper-plugin-utils" "^7.
|
556
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
550
557
|
|
551
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
552
|
-
version "7.
|
553
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
554
|
-
integrity sha512-
|
558
|
+
"@babel/plugin-transform-dotall-regex@^7.16.0", "@babel/plugin-transform-dotall-regex@^7.4.4":
|
559
|
+
version "7.16.0"
|
560
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.0.tgz#50bab00c1084b6162d0a58a818031cf57798e06f"
|
561
|
+
integrity sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==
|
555
562
|
dependencies:
|
556
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
557
|
-
"@babel/helper-plugin-utils" "^7.
|
563
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
564
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
558
565
|
|
559
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
560
|
-
version "7.
|
561
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
562
|
-
integrity sha512-
|
566
|
+
"@babel/plugin-transform-duplicate-keys@^7.16.0":
|
567
|
+
version "7.16.0"
|
568
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.0.tgz#8bc2e21813e3e89e5e5bf3b60aa5fc458575a176"
|
569
|
+
integrity sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==
|
563
570
|
dependencies:
|
564
|
-
"@babel/helper-plugin-utils" "^7.
|
571
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
565
572
|
|
566
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
567
|
-
version "7.
|
568
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
569
|
-
integrity sha512-
|
573
|
+
"@babel/plugin-transform-exponentiation-operator@^7.16.0":
|
574
|
+
version "7.16.0"
|
575
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.0.tgz#a180cd2881e3533cef9d3901e48dad0fbeff4be4"
|
576
|
+
integrity sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==
|
570
577
|
dependencies:
|
571
|
-
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.
|
572
|
-
"@babel/helper-plugin-utils" "^7.
|
578
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.16.0"
|
579
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
573
580
|
|
574
|
-
"@babel/plugin-transform-for-of@^7.
|
575
|
-
version "7.
|
576
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
577
|
-
integrity sha512-
|
581
|
+
"@babel/plugin-transform-for-of@^7.16.0":
|
582
|
+
version "7.16.0"
|
583
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.0.tgz#f7abaced155260e2461359bbc7c7248aca5e6bd2"
|
584
|
+
integrity sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==
|
578
585
|
dependencies:
|
579
|
-
"@babel/helper-plugin-utils" "^7.
|
586
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
580
587
|
|
581
|
-
"@babel/plugin-transform-function-name@^7.
|
582
|
-
version "7.
|
583
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
584
|
-
integrity sha512-
|
588
|
+
"@babel/plugin-transform-function-name@^7.16.0":
|
589
|
+
version "7.16.0"
|
590
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz#02e3699c284c6262236599f751065c5d5f1f400e"
|
591
|
+
integrity sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==
|
585
592
|
dependencies:
|
586
|
-
"@babel/helper-function-name" "^7.
|
587
|
-
"@babel/helper-plugin-utils" "^7.
|
593
|
+
"@babel/helper-function-name" "^7.16.0"
|
594
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
588
595
|
|
589
|
-
"@babel/plugin-transform-literals@^7.
|
590
|
-
version "7.
|
591
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
592
|
-
integrity sha512-
|
596
|
+
"@babel/plugin-transform-literals@^7.16.0":
|
597
|
+
version "7.16.0"
|
598
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.0.tgz#79711e670ffceb31bd298229d50f3621f7980cac"
|
599
|
+
integrity sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==
|
593
600
|
dependencies:
|
594
|
-
"@babel/helper-plugin-utils" "^7.
|
601
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
595
602
|
|
596
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
597
|
-
version "7.
|
598
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
599
|
-
integrity sha512-
|
603
|
+
"@babel/plugin-transform-member-expression-literals@^7.16.0":
|
604
|
+
version "7.16.0"
|
605
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.0.tgz#5251b4cce01eaf8314403d21aedb269d79f5e64b"
|
606
|
+
integrity sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==
|
600
607
|
dependencies:
|
601
|
-
"@babel/helper-plugin-utils" "^7.
|
608
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
602
609
|
|
603
|
-
"@babel/plugin-transform-modules-amd@^7.
|
604
|
-
version "7.
|
605
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
606
|
-
integrity sha512-
|
610
|
+
"@babel/plugin-transform-modules-amd@^7.16.0":
|
611
|
+
version "7.16.0"
|
612
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.0.tgz#09abd41e18dcf4fd479c598c1cef7bd39eb1337e"
|
613
|
+
integrity sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==
|
607
614
|
dependencies:
|
608
|
-
"@babel/helper-module-transforms" "^7.
|
609
|
-
"@babel/helper-plugin-utils" "^7.
|
615
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
616
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
610
617
|
babel-plugin-dynamic-import-node "^2.3.3"
|
611
618
|
|
612
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
613
|
-
version "7.
|
614
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
615
|
-
integrity sha512-
|
619
|
+
"@babel/plugin-transform-modules-commonjs@^7.16.0":
|
620
|
+
version "7.16.0"
|
621
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz#add58e638c8ddc4875bd9a9ecb5c594613f6c922"
|
622
|
+
integrity sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==
|
616
623
|
dependencies:
|
617
|
-
"@babel/helper-module-transforms" "^7.
|
618
|
-
"@babel/helper-plugin-utils" "^7.
|
619
|
-
"@babel/helper-simple-access" "^7.
|
624
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
625
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
626
|
+
"@babel/helper-simple-access" "^7.16.0"
|
620
627
|
babel-plugin-dynamic-import-node "^2.3.3"
|
621
628
|
|
622
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
623
|
-
version "7.
|
624
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
625
|
-
integrity sha512-
|
629
|
+
"@babel/plugin-transform-modules-systemjs@^7.16.0":
|
630
|
+
version "7.16.0"
|
631
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.0.tgz#a92cf240afeb605f4ca16670453024425e421ea4"
|
632
|
+
integrity sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==
|
626
633
|
dependencies:
|
627
|
-
"@babel/helper-hoist-variables" "^7.
|
628
|
-
"@babel/helper-module-transforms" "^7.
|
629
|
-
"@babel/helper-plugin-utils" "^7.
|
630
|
-
"@babel/helper-validator-identifier" "^7.
|
634
|
+
"@babel/helper-hoist-variables" "^7.16.0"
|
635
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
636
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
637
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
631
638
|
babel-plugin-dynamic-import-node "^2.3.3"
|
632
639
|
|
633
|
-
"@babel/plugin-transform-modules-umd@^7.
|
634
|
-
version "7.
|
635
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
636
|
-
integrity sha512-
|
640
|
+
"@babel/plugin-transform-modules-umd@^7.16.0":
|
641
|
+
version "7.16.0"
|
642
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.0.tgz#195f26c2ad6d6a391b70880effce18ce625e06a7"
|
643
|
+
integrity sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==
|
637
644
|
dependencies:
|
638
|
-
"@babel/helper-module-transforms" "^7.
|
639
|
-
"@babel/helper-plugin-utils" "^7.
|
645
|
+
"@babel/helper-module-transforms" "^7.16.0"
|
646
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
640
647
|
|
641
|
-
"@babel/plugin-transform-named-capturing-groups-regex@^7.
|
642
|
-
version "7.
|
643
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.
|
644
|
-
integrity sha512-
|
648
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.16.0":
|
649
|
+
version "7.16.0"
|
650
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.0.tgz#d3db61cc5d5b97986559967cd5ea83e5c32096ca"
|
651
|
+
integrity sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==
|
645
652
|
dependencies:
|
646
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
653
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
647
654
|
|
648
|
-
"@babel/plugin-transform-new-target@^7.
|
649
|
-
version "7.
|
650
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
651
|
-
integrity sha512
|
655
|
+
"@babel/plugin-transform-new-target@^7.16.0":
|
656
|
+
version "7.16.0"
|
657
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.0.tgz#af823ab576f752215a49937779a41ca65825ab35"
|
658
|
+
integrity sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==
|
652
659
|
dependencies:
|
653
|
-
"@babel/helper-plugin-utils" "^7.
|
660
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
654
661
|
|
655
|
-
"@babel/plugin-transform-object-super@^7.
|
656
|
-
version "7.
|
657
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
658
|
-
integrity sha512-
|
662
|
+
"@babel/plugin-transform-object-super@^7.16.0":
|
663
|
+
version "7.16.0"
|
664
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz#fb20d5806dc6491a06296ac14ea8e8d6fedda72b"
|
665
|
+
integrity sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==
|
659
666
|
dependencies:
|
660
|
-
"@babel/helper-plugin-utils" "^7.
|
661
|
-
"@babel/helper-replace-supers" "^7.
|
667
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
668
|
+
"@babel/helper-replace-supers" "^7.16.0"
|
662
669
|
|
663
|
-
"@babel/plugin-transform-parameters@^7.
|
664
|
-
version "7.
|
665
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
666
|
-
integrity sha512-
|
670
|
+
"@babel/plugin-transform-parameters@^7.16.0", "@babel/plugin-transform-parameters@^7.16.3":
|
671
|
+
version "7.16.3"
|
672
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.3.tgz#fa9e4c874ee5223f891ee6fa8d737f4766d31d15"
|
673
|
+
integrity sha512-3MaDpJrOXT1MZ/WCmkOFo7EtmVVC8H4EUZVrHvFOsmwkk4lOjQj8rzv8JKUZV4YoQKeoIgk07GO+acPU9IMu/w==
|
667
674
|
dependencies:
|
668
|
-
"@babel/helper-plugin-utils" "^7.
|
675
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
669
676
|
|
670
|
-
"@babel/plugin-transform-property-literals@^7.
|
671
|
-
version "7.
|
672
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
673
|
-
integrity sha512-
|
677
|
+
"@babel/plugin-transform-property-literals@^7.16.0":
|
678
|
+
version "7.16.0"
|
679
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz#a95c552189a96a00059f6776dc4e00e3690c78d1"
|
680
|
+
integrity sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==
|
674
681
|
dependencies:
|
675
|
-
"@babel/helper-plugin-utils" "^7.
|
682
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
676
683
|
|
677
|
-
"@babel/plugin-transform-regenerator@^7.
|
678
|
-
version "7.
|
679
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
680
|
-
integrity sha512-
|
684
|
+
"@babel/plugin-transform-regenerator@^7.16.0":
|
685
|
+
version "7.16.0"
|
686
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.0.tgz#eaee422c84b0232d03aea7db99c97deeaf6125a4"
|
687
|
+
integrity sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==
|
681
688
|
dependencies:
|
682
689
|
regenerator-transform "^0.14.2"
|
683
690
|
|
684
|
-
"@babel/plugin-transform-reserved-words@^7.
|
685
|
-
version "7.
|
686
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
687
|
-
integrity sha512-
|
691
|
+
"@babel/plugin-transform-reserved-words@^7.16.0":
|
692
|
+
version "7.16.0"
|
693
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.0.tgz#fff4b9dcb19e12619394bda172d14f2d04c0379c"
|
694
|
+
integrity sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==
|
688
695
|
dependencies:
|
689
|
-
"@babel/helper-plugin-utils" "^7.
|
696
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
690
697
|
|
691
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
692
|
-
version "7.
|
693
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
694
|
-
integrity sha512-
|
698
|
+
"@babel/plugin-transform-shorthand-properties@^7.16.0":
|
699
|
+
version "7.16.0"
|
700
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.0.tgz#090372e3141f7cc324ed70b3daf5379df2fa384d"
|
701
|
+
integrity sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==
|
695
702
|
dependencies:
|
696
|
-
"@babel/helper-plugin-utils" "^7.
|
703
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
697
704
|
|
698
|
-
"@babel/plugin-transform-spread@^7.
|
699
|
-
version "7.
|
700
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
701
|
-
integrity sha512-
|
705
|
+
"@babel/plugin-transform-spread@^7.16.0":
|
706
|
+
version "7.16.0"
|
707
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.0.tgz#d21ca099bbd53ab307a8621e019a7bd0f40cdcfb"
|
708
|
+
integrity sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==
|
702
709
|
dependencies:
|
703
|
-
"@babel/helper-plugin-utils" "^7.
|
704
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
710
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
711
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.16.0"
|
705
712
|
|
706
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
707
|
-
version "7.
|
708
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
709
|
-
integrity sha512
|
713
|
+
"@babel/plugin-transform-sticky-regex@^7.16.0":
|
714
|
+
version "7.16.0"
|
715
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.0.tgz#c35ea31a02d86be485f6aa510184b677a91738fd"
|
716
|
+
integrity sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==
|
710
717
|
dependencies:
|
711
|
-
"@babel/helper-plugin-utils" "^7.
|
718
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
712
719
|
|
713
|
-
"@babel/plugin-transform-template-literals@^7.
|
714
|
-
version "7.
|
715
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
716
|
-
integrity sha512-
|
720
|
+
"@babel/plugin-transform-template-literals@^7.16.0":
|
721
|
+
version "7.16.0"
|
722
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.0.tgz#a8eced3a8e7b8e2d40ec4ec4548a45912630d302"
|
723
|
+
integrity sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==
|
717
724
|
dependencies:
|
718
|
-
"@babel/helper-plugin-utils" "^7.
|
725
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
719
726
|
|
720
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
721
|
-
version "7.
|
722
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
723
|
-
integrity sha512
|
727
|
+
"@babel/plugin-transform-typeof-symbol@^7.16.0":
|
728
|
+
version "7.16.0"
|
729
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.0.tgz#8b19a244c6f8c9d668dca6a6f754ad6ead1128f2"
|
730
|
+
integrity sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==
|
724
731
|
dependencies:
|
725
|
-
"@babel/helper-plugin-utils" "^7.
|
732
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
726
733
|
|
727
|
-
"@babel/plugin-transform-unicode-escapes@^7.
|
728
|
-
version "7.
|
729
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
730
|
-
integrity sha512-
|
734
|
+
"@babel/plugin-transform-unicode-escapes@^7.16.0":
|
735
|
+
version "7.16.0"
|
736
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.0.tgz#1a354064b4c45663a32334f46fa0cf6100b5b1f3"
|
737
|
+
integrity sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==
|
731
738
|
dependencies:
|
732
|
-
"@babel/helper-plugin-utils" "^7.
|
739
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
733
740
|
|
734
|
-
"@babel/plugin-transform-unicode-regex@^7.
|
735
|
-
version "7.
|
736
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
737
|
-
integrity sha512-
|
741
|
+
"@babel/plugin-transform-unicode-regex@^7.16.0":
|
742
|
+
version "7.16.0"
|
743
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.0.tgz#293b80950177c8c85aede87cef280259fb995402"
|
744
|
+
integrity sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==
|
738
745
|
dependencies:
|
739
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
740
|
-
"@babel/helper-plugin-utils" "^7.
|
746
|
+
"@babel/helper-create-regexp-features-plugin" "^7.16.0"
|
747
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
741
748
|
|
742
749
|
"@babel/preset-env@^7.12.11":
|
743
|
-
version "7.
|
744
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
745
|
-
integrity sha512-
|
746
|
-
dependencies:
|
747
|
-
"@babel/compat-data" "^7.
|
748
|
-
"@babel/helper-compilation-targets" "^7.
|
749
|
-
"@babel/helper-plugin-utils" "^7.
|
750
|
-
"@babel/helper-validator-option" "^7.
|
751
|
-
"@babel/plugin-bugfix-
|
752
|
-
"@babel/plugin-
|
753
|
-
"@babel/plugin-proposal-
|
754
|
-
"@babel/plugin-proposal-class-
|
755
|
-
"@babel/plugin-proposal-
|
756
|
-
"@babel/plugin-proposal-
|
757
|
-
"@babel/plugin-proposal-
|
758
|
-
"@babel/plugin-proposal-
|
759
|
-
"@babel/plugin-proposal-
|
760
|
-
"@babel/plugin-proposal-
|
761
|
-
"@babel/plugin-proposal-
|
762
|
-
"@babel/plugin-proposal-
|
763
|
-
"@babel/plugin-proposal-optional-
|
764
|
-
"@babel/plugin-proposal-
|
765
|
-
"@babel/plugin-proposal-private-
|
766
|
-
"@babel/plugin-proposal-
|
750
|
+
version "7.16.4"
|
751
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.16.4.tgz#4f6ec33b2a3fe72d6bfdcdf3859500232563a2e3"
|
752
|
+
integrity sha512-v0QtNd81v/xKj4gNKeuAerQ/azeNn/G1B1qMLeXOcV8+4TWlD2j3NV1u8q29SDFBXx/NBq5kyEAO+0mpRgacjA==
|
753
|
+
dependencies:
|
754
|
+
"@babel/compat-data" "^7.16.4"
|
755
|
+
"@babel/helper-compilation-targets" "^7.16.3"
|
756
|
+
"@babel/helper-plugin-utils" "^7.14.5"
|
757
|
+
"@babel/helper-validator-option" "^7.14.5"
|
758
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.16.2"
|
759
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.16.0"
|
760
|
+
"@babel/plugin-proposal-async-generator-functions" "^7.16.4"
|
761
|
+
"@babel/plugin-proposal-class-properties" "^7.16.0"
|
762
|
+
"@babel/plugin-proposal-class-static-block" "^7.16.0"
|
763
|
+
"@babel/plugin-proposal-dynamic-import" "^7.16.0"
|
764
|
+
"@babel/plugin-proposal-export-namespace-from" "^7.16.0"
|
765
|
+
"@babel/plugin-proposal-json-strings" "^7.16.0"
|
766
|
+
"@babel/plugin-proposal-logical-assignment-operators" "^7.16.0"
|
767
|
+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.16.0"
|
768
|
+
"@babel/plugin-proposal-numeric-separator" "^7.16.0"
|
769
|
+
"@babel/plugin-proposal-object-rest-spread" "^7.16.0"
|
770
|
+
"@babel/plugin-proposal-optional-catch-binding" "^7.16.0"
|
771
|
+
"@babel/plugin-proposal-optional-chaining" "^7.16.0"
|
772
|
+
"@babel/plugin-proposal-private-methods" "^7.16.0"
|
773
|
+
"@babel/plugin-proposal-private-property-in-object" "^7.16.0"
|
774
|
+
"@babel/plugin-proposal-unicode-property-regex" "^7.16.0"
|
767
775
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
768
776
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
769
|
-
"@babel/plugin-syntax-class-static-block" "^7.
|
777
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
770
778
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
771
779
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
772
780
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
@@ -776,52 +784,52 @@
|
|
776
784
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
777
785
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
778
786
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
779
|
-
"@babel/plugin-syntax-private-property-in-object" "^7.14.
|
780
|
-
"@babel/plugin-syntax-top-level-await" "^7.
|
781
|
-
"@babel/plugin-transform-arrow-functions" "^7.
|
782
|
-
"@babel/plugin-transform-async-to-generator" "^7.
|
783
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.
|
784
|
-
"@babel/plugin-transform-block-scoping" "^7.
|
785
|
-
"@babel/plugin-transform-classes" "^7.
|
786
|
-
"@babel/plugin-transform-computed-properties" "^7.
|
787
|
-
"@babel/plugin-transform-destructuring" "^7.
|
788
|
-
"@babel/plugin-transform-dotall-regex" "^7.
|
789
|
-
"@babel/plugin-transform-duplicate-keys" "^7.
|
790
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.
|
791
|
-
"@babel/plugin-transform-for-of" "^7.
|
792
|
-
"@babel/plugin-transform-function-name" "^7.
|
793
|
-
"@babel/plugin-transform-literals" "^7.
|
794
|
-
"@babel/plugin-transform-member-expression-literals" "^7.
|
795
|
-
"@babel/plugin-transform-modules-amd" "^7.
|
796
|
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
797
|
-
"@babel/plugin-transform-modules-systemjs" "^7.
|
798
|
-
"@babel/plugin-transform-modules-umd" "^7.
|
799
|
-
"@babel/plugin-transform-named-capturing-groups-regex" "^7.
|
800
|
-
"@babel/plugin-transform-new-target" "^7.
|
801
|
-
"@babel/plugin-transform-object-super" "^7.
|
802
|
-
"@babel/plugin-transform-parameters" "^7.
|
803
|
-
"@babel/plugin-transform-property-literals" "^7.
|
804
|
-
"@babel/plugin-transform-regenerator" "^7.
|
805
|
-
"@babel/plugin-transform-reserved-words" "^7.
|
806
|
-
"@babel/plugin-transform-shorthand-properties" "^7.
|
807
|
-
"@babel/plugin-transform-spread" "^7.
|
808
|
-
"@babel/plugin-transform-sticky-regex" "^7.
|
809
|
-
"@babel/plugin-transform-template-literals" "^7.
|
810
|
-
"@babel/plugin-transform-typeof-symbol" "^7.
|
811
|
-
"@babel/plugin-transform-unicode-escapes" "^7.
|
812
|
-
"@babel/plugin-transform-unicode-regex" "^7.
|
813
|
-
"@babel/preset-modules" "^0.1.
|
814
|
-
"@babel/types" "^7.
|
815
|
-
babel-plugin-polyfill-corejs2 "^0.
|
816
|
-
babel-plugin-polyfill-corejs3 "^0.
|
817
|
-
babel-plugin-polyfill-regenerator "^0.
|
818
|
-
core-js-compat "^3.
|
787
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
788
|
+
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
789
|
+
"@babel/plugin-transform-arrow-functions" "^7.16.0"
|
790
|
+
"@babel/plugin-transform-async-to-generator" "^7.16.0"
|
791
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.16.0"
|
792
|
+
"@babel/plugin-transform-block-scoping" "^7.16.0"
|
793
|
+
"@babel/plugin-transform-classes" "^7.16.0"
|
794
|
+
"@babel/plugin-transform-computed-properties" "^7.16.0"
|
795
|
+
"@babel/plugin-transform-destructuring" "^7.16.0"
|
796
|
+
"@babel/plugin-transform-dotall-regex" "^7.16.0"
|
797
|
+
"@babel/plugin-transform-duplicate-keys" "^7.16.0"
|
798
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.16.0"
|
799
|
+
"@babel/plugin-transform-for-of" "^7.16.0"
|
800
|
+
"@babel/plugin-transform-function-name" "^7.16.0"
|
801
|
+
"@babel/plugin-transform-literals" "^7.16.0"
|
802
|
+
"@babel/plugin-transform-member-expression-literals" "^7.16.0"
|
803
|
+
"@babel/plugin-transform-modules-amd" "^7.16.0"
|
804
|
+
"@babel/plugin-transform-modules-commonjs" "^7.16.0"
|
805
|
+
"@babel/plugin-transform-modules-systemjs" "^7.16.0"
|
806
|
+
"@babel/plugin-transform-modules-umd" "^7.16.0"
|
807
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.16.0"
|
808
|
+
"@babel/plugin-transform-new-target" "^7.16.0"
|
809
|
+
"@babel/plugin-transform-object-super" "^7.16.0"
|
810
|
+
"@babel/plugin-transform-parameters" "^7.16.3"
|
811
|
+
"@babel/plugin-transform-property-literals" "^7.16.0"
|
812
|
+
"@babel/plugin-transform-regenerator" "^7.16.0"
|
813
|
+
"@babel/plugin-transform-reserved-words" "^7.16.0"
|
814
|
+
"@babel/plugin-transform-shorthand-properties" "^7.16.0"
|
815
|
+
"@babel/plugin-transform-spread" "^7.16.0"
|
816
|
+
"@babel/plugin-transform-sticky-regex" "^7.16.0"
|
817
|
+
"@babel/plugin-transform-template-literals" "^7.16.0"
|
818
|
+
"@babel/plugin-transform-typeof-symbol" "^7.16.0"
|
819
|
+
"@babel/plugin-transform-unicode-escapes" "^7.16.0"
|
820
|
+
"@babel/plugin-transform-unicode-regex" "^7.16.0"
|
821
|
+
"@babel/preset-modules" "^0.1.5"
|
822
|
+
"@babel/types" "^7.16.0"
|
823
|
+
babel-plugin-polyfill-corejs2 "^0.3.0"
|
824
|
+
babel-plugin-polyfill-corejs3 "^0.4.0"
|
825
|
+
babel-plugin-polyfill-regenerator "^0.3.0"
|
826
|
+
core-js-compat "^3.19.1"
|
819
827
|
semver "^6.3.0"
|
820
828
|
|
821
|
-
"@babel/preset-modules@^0.1.
|
822
|
-
version "0.1.
|
823
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.
|
824
|
-
integrity sha512-
|
829
|
+
"@babel/preset-modules@^0.1.5":
|
830
|
+
version "0.1.5"
|
831
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.5.tgz#ef939d6e7f268827e1841638dc6ff95515e115d9"
|
832
|
+
integrity sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==
|
825
833
|
dependencies:
|
826
834
|
"@babel/helper-plugin-utils" "^7.0.0"
|
827
835
|
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
@@ -830,41 +838,42 @@
|
|
830
838
|
esutils "^2.0.2"
|
831
839
|
|
832
840
|
"@babel/runtime@^7.8.4":
|
833
|
-
version "7.
|
834
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
835
|
-
integrity sha512-
|
841
|
+
version "7.16.3"
|
842
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.16.3.tgz#b86f0db02a04187a3c17caa77de69840165d42d5"
|
843
|
+
integrity sha512-WBwekcqacdY2e9AF/Q7WLFUWmdJGJTkbjqTjoMDgXkVZ3ZRUvOPsLb5KdwISoQVsbP+DQzVZW4Zhci0DvpbNTQ==
|
836
844
|
dependencies:
|
837
845
|
regenerator-runtime "^0.13.4"
|
838
846
|
|
839
|
-
"@babel/template@^7.
|
840
|
-
version "7.
|
841
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
842
|
-
integrity sha512
|
843
|
-
dependencies:
|
844
|
-
"@babel/code-frame" "^7.
|
845
|
-
"@babel/parser" "^7.
|
846
|
-
"@babel/types" "^7.
|
847
|
-
|
848
|
-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.
|
849
|
-
version "7.
|
850
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
851
|
-
integrity sha512-
|
852
|
-
dependencies:
|
853
|
-
"@babel/code-frame" "^7.
|
854
|
-
"@babel/generator" "^7.
|
855
|
-
"@babel/helper-function-name" "^7.
|
856
|
-
"@babel/helper-
|
857
|
-
"@babel/
|
858
|
-
"@babel/
|
847
|
+
"@babel/template@^7.16.0":
|
848
|
+
version "7.16.0"
|
849
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
|
850
|
+
integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
|
851
|
+
dependencies:
|
852
|
+
"@babel/code-frame" "^7.16.0"
|
853
|
+
"@babel/parser" "^7.16.0"
|
854
|
+
"@babel/types" "^7.16.0"
|
855
|
+
|
856
|
+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3":
|
857
|
+
version "7.16.3"
|
858
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
|
859
|
+
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
|
860
|
+
dependencies:
|
861
|
+
"@babel/code-frame" "^7.16.0"
|
862
|
+
"@babel/generator" "^7.16.0"
|
863
|
+
"@babel/helper-function-name" "^7.16.0"
|
864
|
+
"@babel/helper-hoist-variables" "^7.16.0"
|
865
|
+
"@babel/helper-split-export-declaration" "^7.16.0"
|
866
|
+
"@babel/parser" "^7.16.3"
|
867
|
+
"@babel/types" "^7.16.0"
|
859
868
|
debug "^4.1.0"
|
860
869
|
globals "^11.1.0"
|
861
870
|
|
862
|
-
"@babel/types@^7.
|
863
|
-
version "7.
|
864
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
865
|
-
integrity sha512-
|
871
|
+
"@babel/types@^7.16.0", "@babel/types@^7.4.4":
|
872
|
+
version "7.16.0"
|
873
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
|
874
|
+
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
|
866
875
|
dependencies:
|
867
|
-
"@babel/helper-validator-identifier" "^7.
|
876
|
+
"@babel/helper-validator-identifier" "^7.15.7"
|
868
877
|
to-fast-properties "^2.0.0"
|
869
878
|
|
870
879
|
"@blakeembrey/deque@^1.0.5":
|
@@ -878,29 +887,39 @@
|
|
878
887
|
integrity sha512-J6WGZqCLdRMHUkyRG6fBSIFJ0rL60/nsQNh5rQvsYZ5u0PsKw6XQcJcA3DWvd9cN3j/IQx5yB1fexhCafwwUUw==
|
879
888
|
|
880
889
|
"@discoveryjs/json-ext@^0.5.0":
|
881
|
-
version "0.5.
|
882
|
-
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.
|
883
|
-
integrity sha512-
|
890
|
+
version "0.5.6"
|
891
|
+
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.6.tgz#d5e0706cf8c6acd8c6032f8d54070af261bbbb2f"
|
892
|
+
integrity sha512-ws57AidsDvREKrZKYffXddNkyaF14iHNHm8VQnZH6t99E8gczjNN0GpvcGny0imC80yQ0tHz1xVUKk/KFQSUyA==
|
884
893
|
|
885
|
-
"@
|
886
|
-
version "
|
887
|
-
resolved "https://registry.yarnpkg.com/@
|
888
|
-
integrity sha512-
|
894
|
+
"@hotwired/stimulus-webpack-helpers@^1.0":
|
895
|
+
version "1.0.1"
|
896
|
+
resolved "https://registry.yarnpkg.com/@hotwired/stimulus-webpack-helpers/-/stimulus-webpack-helpers-1.0.1.tgz#4cd74487adeca576c9865ac2b9fe5cb20cef16dd"
|
897
|
+
integrity sha512-wa/zupVG0eWxRYJjC1IiPBdt3Lruv0RqGN+/DTMmUWUyMAEB27KXmVY6a8YpUVTM7QwVuaLNGW4EqDgrS2upXQ==
|
898
|
+
|
899
|
+
"@hotwired/stimulus@^3.0":
|
900
|
+
version "3.0.1"
|
901
|
+
resolved "https://registry.yarnpkg.com/@hotwired/stimulus/-/stimulus-3.0.1.tgz#141f15645acaa3b133b7c247cad58ae252ffae85"
|
902
|
+
integrity sha512-oHsJhgY2cip+K2ED7vKUNd2P+BEswVhrCYcJ802DSsblJFv7mPFVk3cQKvm2vHgHeDVdnj7oOKrBbzp1u8D+KA==
|
903
|
+
|
904
|
+
"@nodelib/fs.scandir@2.1.5":
|
905
|
+
version "2.1.5"
|
906
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
|
907
|
+
integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==
|
889
908
|
dependencies:
|
890
|
-
"@nodelib/fs.stat" "2.0.
|
909
|
+
"@nodelib/fs.stat" "2.0.5"
|
891
910
|
run-parallel "^1.1.9"
|
892
911
|
|
893
|
-
"@nodelib/fs.stat@2.0.
|
894
|
-
version "2.0.
|
895
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.
|
896
|
-
integrity sha512-
|
912
|
+
"@nodelib/fs.stat@2.0.5", "@nodelib/fs.stat@^2.0.2":
|
913
|
+
version "2.0.5"
|
914
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz#5bd262af94e9d25bd1e71b05deed44876a222e8b"
|
915
|
+
integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==
|
897
916
|
|
898
917
|
"@nodelib/fs.walk@^1.2.3":
|
899
|
-
version "1.2.
|
900
|
-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.
|
901
|
-
integrity sha512-
|
918
|
+
version "1.2.8"
|
919
|
+
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz#e95737e8bb6746ddedf69c556953494f196fe69a"
|
920
|
+
integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==
|
902
921
|
dependencies:
|
903
|
-
"@nodelib/fs.scandir" "2.1.
|
922
|
+
"@nodelib/fs.scandir" "2.1.5"
|
904
923
|
fastq "^1.6.0"
|
905
924
|
|
906
925
|
"@orchidjs/sifter@^0.9.0":
|
@@ -909,48 +928,29 @@
|
|
909
928
|
integrity sha512-NDYPhjdydJNbwDRvMFyUFFeImj1a+CJAwpjh/goKmvTHi726DPAJ1nW0X05p/GsorQgXHwhgDPyu6WaYqd4cRA==
|
910
929
|
|
911
930
|
"@popperjs/core@^2.9.3":
|
912
|
-
version "2.
|
913
|
-
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.
|
914
|
-
integrity sha512-
|
931
|
+
version "2.11.0"
|
932
|
+
resolved "https://registry.yarnpkg.com/@popperjs/core/-/core-2.11.0.tgz#6734f8ebc106a0860dff7f92bf90df193f0935d7"
|
933
|
+
integrity sha512-zrsUxjLOKAzdewIDRWy9nsV1GQsKBCWaGwsZQlCgr6/q+vjyZhFgqedLfFBuI9anTPEUT4APq9Mu0SZBTzIcGQ==
|
915
934
|
|
916
935
|
"@rails/ujs@^6.0.0":
|
917
|
-
version "6.1.
|
918
|
-
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.
|
919
|
-
integrity sha512-
|
920
|
-
|
921
|
-
"@stimulus/core@^2.0.0":
|
922
|
-
version "2.0.0"
|
923
|
-
resolved "https://registry.yarnpkg.com/@stimulus/core/-/core-2.0.0.tgz#140c85318d6a8a8210c0faf182223b8459348877"
|
924
|
-
integrity sha512-ff70GafKtzc8zQ1/cG+UvL06GcifPWovf2wBEdjLMh9xO2GOYURO3y2RYgzIGYUIBefQwyfX2CLfJdZFJrEPTw==
|
925
|
-
dependencies:
|
926
|
-
"@stimulus/mutation-observers" "^2.0.0"
|
927
|
-
|
928
|
-
"@stimulus/multimap@^2.0.0":
|
929
|
-
version "2.0.0"
|
930
|
-
resolved "https://registry.yarnpkg.com/@stimulus/multimap/-/multimap-2.0.0.tgz#420cfa096ed6538df4a91dbd2b2842c1779952b2"
|
931
|
-
integrity sha512-pMBCewkZCFVB3e5mEMoyO9+9aKzHDITmf3OnPun51YWxlcPdHcwbjqm1ylK63fsoduIE+RowBpFwFqd3poEz4w==
|
932
|
-
|
933
|
-
"@stimulus/mutation-observers@^2.0.0":
|
934
|
-
version "2.0.0"
|
935
|
-
resolved "https://registry.yarnpkg.com/@stimulus/mutation-observers/-/mutation-observers-2.0.0.tgz#3dbe37453bda47a6c795a90204ee8d77a799fb87"
|
936
|
-
integrity sha512-kx4VAJdPhIGBQKGIoUDC2tupEKorG3A+ckc2b1UiwInKTMAC1axOHU8ebcwhaJIxRqIrs8//4SJo9YAAOx6FEg==
|
937
|
-
dependencies:
|
938
|
-
"@stimulus/multimap" "^2.0.0"
|
939
|
-
|
940
|
-
"@stimulus/webpack-helpers@^2.0.0":
|
941
|
-
version "2.0.0"
|
942
|
-
resolved "https://registry.yarnpkg.com/@stimulus/webpack-helpers/-/webpack-helpers-2.0.0.tgz#54296d2a2dffd4f962d2e802d99a3fdd84b8845f"
|
943
|
-
integrity sha512-D6tJWsAC024MwGEIKlUVYU8Ln87mlrmiwHvYAjipg+s8H4eLxUMQ3PZkWyPevfipH+oR3leuHsjYsK1gN5ViQA==
|
936
|
+
version "6.1.4"
|
937
|
+
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.4.tgz#093d5341595a02089ed309dec40f3c37da7b1b10"
|
938
|
+
integrity sha512-O3lEzL5DYbxppMdsFSw36e4BHIlfz/xusynwXGv3l2lhSlvah41qviRpsoAlKXxl37nZAqK+UUF5cnGGK45Mfw==
|
944
939
|
|
945
940
|
"@types/json-schema@^7.0.5":
|
946
|
-
version "7.0.
|
947
|
-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.
|
948
|
-
integrity sha512-
|
941
|
+
version "7.0.9"
|
942
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
|
943
|
+
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
949
944
|
|
950
|
-
"@types/
|
951
|
-
version "
|
952
|
-
resolved "https://registry.yarnpkg.com/@types/
|
953
|
-
integrity sha512
|
945
|
+
"@types/minimist@^1.2.0":
|
946
|
+
version "1.2.2"
|
947
|
+
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
948
|
+
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
949
|
+
|
950
|
+
"@types/normalize-package-data@^2.4.0":
|
951
|
+
version "2.4.1"
|
952
|
+
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
953
|
+
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
954
954
|
|
955
955
|
"@webassemblyjs/ast@1.9.0":
|
956
956
|
version "1.9.0"
|
@@ -1097,22 +1097,22 @@
|
|
1097
1097
|
"@webassemblyjs/wast-parser" "1.9.0"
|
1098
1098
|
"@xtuc/long" "4.2.2"
|
1099
1099
|
|
1100
|
-
"@webpack-cli/configtest@^1.0
|
1101
|
-
version "1.0
|
1102
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.0.
|
1103
|
-
integrity sha512-
|
1100
|
+
"@webpack-cli/configtest@^1.1.0":
|
1101
|
+
version "1.1.0"
|
1102
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/configtest/-/configtest-1.1.0.tgz#8342bef0badfb7dfd3b576f2574ab80c725be043"
|
1103
|
+
integrity sha512-ttOkEkoalEHa7RaFYpM0ErK1xc4twg3Am9hfHhL7MVqlHebnkYd2wuI/ZqTDj0cVzZho6PdinY0phFZV3O0Mzg==
|
1104
1104
|
|
1105
|
-
"@webpack-cli/info@^1.
|
1106
|
-
version "1.
|
1107
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.
|
1108
|
-
integrity sha512-
|
1105
|
+
"@webpack-cli/info@^1.4.0":
|
1106
|
+
version "1.4.0"
|
1107
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/info/-/info-1.4.0.tgz#b9179c3227ab09cbbb149aa733475fcf99430223"
|
1108
|
+
integrity sha512-F6b+Man0rwE4n0409FyAJHStYA5OIZERxmnUfLVwv0mc0V1wLad3V7jqRlMkgKBeAq07jUvglacNaa6g9lOpuw==
|
1109
1109
|
dependencies:
|
1110
1110
|
envinfo "^7.7.3"
|
1111
1111
|
|
1112
|
-
"@webpack-cli/serve@^1.
|
1113
|
-
version "1.
|
1114
|
-
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.
|
1115
|
-
integrity sha512-
|
1112
|
+
"@webpack-cli/serve@^1.6.0":
|
1113
|
+
version "1.6.0"
|
1114
|
+
resolved "https://registry.yarnpkg.com/@webpack-cli/serve/-/serve-1.6.0.tgz#2c275aa05c895eccebbfc34cfb223c6e8bd591a2"
|
1115
|
+
integrity sha512-ZkVeqEmRpBV2GHvjjUZqEai2PpUbuq8Bqd//vEYsp63J8WyexI8ppCqVS3Zs0QADf6aWuPdU+0XsPI647PVlQA==
|
1116
1116
|
|
1117
1117
|
"@xtuc/ieee754@^1.2.0":
|
1118
1118
|
version "1.2.0"
|
@@ -1159,30 +1159,20 @@ amdefine@>=0.0.4:
|
|
1159
1159
|
resolved "https://registry.yarnpkg.com/amdefine/-/amdefine-1.0.1.tgz#4a5282ac164729e93619bcfd3ad151f817ce91f5"
|
1160
1160
|
integrity sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=
|
1161
1161
|
|
1162
|
-
ansi-colors@^4.1.1:
|
1163
|
-
version "4.1.1"
|
1164
|
-
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
1165
|
-
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
1166
|
-
|
1167
1162
|
ansi-regex@^2.0.0:
|
1168
1163
|
version "2.1.1"
|
1169
1164
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df"
|
1170
1165
|
integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8=
|
1171
1166
|
|
1172
|
-
ansi-regex@^3.0.0:
|
1173
|
-
version "3.0.0"
|
1174
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998"
|
1175
|
-
integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=
|
1176
|
-
|
1177
1167
|
ansi-regex@^4.1.0:
|
1178
1168
|
version "4.1.0"
|
1179
1169
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997"
|
1180
1170
|
integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==
|
1181
1171
|
|
1182
|
-
ansi-regex@^5.0.
|
1183
|
-
version "5.0.
|
1184
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.
|
1185
|
-
integrity sha512-
|
1172
|
+
ansi-regex@^5.0.1:
|
1173
|
+
version "5.0.1"
|
1174
|
+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
1175
|
+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
1186
1176
|
|
1187
1177
|
ansi-styles@^2.2.1:
|
1188
1178
|
version "2.2.1"
|
@@ -1211,10 +1201,10 @@ anymatch@^2.0.0:
|
|
1211
1201
|
micromatch "^3.1.4"
|
1212
1202
|
normalize-path "^2.1.1"
|
1213
1203
|
|
1214
|
-
anymatch@~3.1.
|
1215
|
-
version "3.1.
|
1216
|
-
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.
|
1217
|
-
integrity sha512-
|
1204
|
+
anymatch@~3.1.2:
|
1205
|
+
version "3.1.2"
|
1206
|
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
|
1207
|
+
integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
|
1218
1208
|
dependencies:
|
1219
1209
|
normalize-path "^3.0.0"
|
1220
1210
|
picomatch "^2.0.4"
|
@@ -1225,9 +1215,9 @@ aproba@^1.0.3, aproba@^1.1.1:
|
|
1225
1215
|
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==
|
1226
1216
|
|
1227
1217
|
are-we-there-yet@~1.1.2:
|
1228
|
-
version "1.1.
|
1229
|
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.
|
1230
|
-
integrity sha512-
|
1218
|
+
version "1.1.7"
|
1219
|
+
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz#b15474a932adab4ff8a50d9adfa7e4e926f21146"
|
1220
|
+
integrity sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==
|
1231
1221
|
dependencies:
|
1232
1222
|
delegates "^1.0.0"
|
1233
1223
|
readable-stream "^2.0.6"
|
@@ -1252,11 +1242,6 @@ arr-union@^3.1.0:
|
|
1252
1242
|
resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4"
|
1253
1243
|
integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=
|
1254
1244
|
|
1255
|
-
array-find-index@^1.0.1:
|
1256
|
-
version "1.0.2"
|
1257
|
-
resolved "https://registry.yarnpkg.com/array-find-index/-/array-find-index-1.0.2.tgz#df010aa1287e164bbda6f9723b0a96a1ec4187a1"
|
1258
|
-
integrity sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=
|
1259
|
-
|
1260
1245
|
array-union@^2.1.0:
|
1261
1246
|
version "2.1.0"
|
1262
1247
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
@@ -1267,6 +1252,11 @@ array-unique@^0.3.2:
|
|
1267
1252
|
resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428"
|
1268
1253
|
integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=
|
1269
1254
|
|
1255
|
+
arrify@^1.0.1:
|
1256
|
+
version "1.0.1"
|
1257
|
+
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
1258
|
+
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
|
1259
|
+
|
1270
1260
|
asn1.js@^5.2.0:
|
1271
1261
|
version "5.4.1"
|
1272
1262
|
resolved "https://registry.yarnpkg.com/asn1.js/-/asn1.js-5.4.1.tgz#11a980b84ebb91781ce35b0fdc2ee294e3783f07"
|
@@ -1278,9 +1268,9 @@ asn1.js@^5.2.0:
|
|
1278
1268
|
safer-buffer "^2.1.0"
|
1279
1269
|
|
1280
1270
|
asn1@~0.2.3:
|
1281
|
-
version "0.2.
|
1282
|
-
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.
|
1283
|
-
integrity sha512-
|
1271
|
+
version "0.2.6"
|
1272
|
+
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
|
1273
|
+
integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
|
1284
1274
|
dependencies:
|
1285
1275
|
safer-buffer "~2.1.0"
|
1286
1276
|
|
@@ -1328,15 +1318,15 @@ atob@^2.1.2:
|
|
1328
1318
|
integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==
|
1329
1319
|
|
1330
1320
|
autoprefixer@^10.2.3:
|
1331
|
-
version "10.
|
1332
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.
|
1333
|
-
integrity sha512-
|
1334
|
-
dependencies:
|
1335
|
-
browserslist "^4.
|
1336
|
-
caniuse-lite "^1.0.
|
1337
|
-
|
1338
|
-
fraction.js "^4.0.13"
|
1321
|
+
version "10.4.0"
|
1322
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.0.tgz#c3577eb32a1079a440ec253e404eaf1eb21388c8"
|
1323
|
+
integrity sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==
|
1324
|
+
dependencies:
|
1325
|
+
browserslist "^4.17.5"
|
1326
|
+
caniuse-lite "^1.0.30001272"
|
1327
|
+
fraction.js "^4.1.1"
|
1339
1328
|
normalize-range "^0.1.2"
|
1329
|
+
picocolors "^1.0.0"
|
1340
1330
|
postcss-value-parser "^4.1.0"
|
1341
1331
|
|
1342
1332
|
aws-sign2@~0.7.0:
|
@@ -1350,9 +1340,9 @@ aws4@^1.8.0:
|
|
1350
1340
|
integrity sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==
|
1351
1341
|
|
1352
1342
|
babel-loader@^8.2.2:
|
1353
|
-
version "8.2.
|
1354
|
-
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.
|
1355
|
-
integrity sha512-
|
1343
|
+
version "8.2.3"
|
1344
|
+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.2.3.tgz#8986b40f1a64cacfcb4b8429320085ef68b1342d"
|
1345
|
+
integrity sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==
|
1356
1346
|
dependencies:
|
1357
1347
|
find-cache-dir "^3.3.1"
|
1358
1348
|
loader-utils "^1.4.0"
|
@@ -1366,34 +1356,34 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
|
1366
1356
|
dependencies:
|
1367
1357
|
object.assign "^4.1.0"
|
1368
1358
|
|
1369
|
-
babel-plugin-polyfill-corejs2@^0.
|
1370
|
-
version "0.
|
1371
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.
|
1372
|
-
integrity sha512-
|
1359
|
+
babel-plugin-polyfill-corejs2@^0.3.0:
|
1360
|
+
version "0.3.0"
|
1361
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz#407082d0d355ba565af24126fb6cb8e9115251fd"
|
1362
|
+
integrity sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==
|
1373
1363
|
dependencies:
|
1374
1364
|
"@babel/compat-data" "^7.13.11"
|
1375
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1365
|
+
"@babel/helper-define-polyfill-provider" "^0.3.0"
|
1376
1366
|
semver "^6.1.1"
|
1377
1367
|
|
1378
|
-
babel-plugin-polyfill-corejs3@^0.
|
1379
|
-
version "0.
|
1380
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
1381
|
-
integrity sha512-
|
1368
|
+
babel-plugin-polyfill-corejs3@^0.4.0:
|
1369
|
+
version "0.4.0"
|
1370
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz#0b571f4cf3d67f911512f5c04842a7b8e8263087"
|
1371
|
+
integrity sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==
|
1382
1372
|
dependencies:
|
1383
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1384
|
-
core-js-compat "^3.
|
1373
|
+
"@babel/helper-define-polyfill-provider" "^0.3.0"
|
1374
|
+
core-js-compat "^3.18.0"
|
1385
1375
|
|
1386
|
-
babel-plugin-polyfill-regenerator@^0.
|
1387
|
-
version "0.
|
1388
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.
|
1389
|
-
integrity sha512-
|
1376
|
+
babel-plugin-polyfill-regenerator@^0.3.0:
|
1377
|
+
version "0.3.0"
|
1378
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz#9ebbcd7186e1a33e21c5e20cae4e7983949533be"
|
1379
|
+
integrity sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==
|
1390
1380
|
dependencies:
|
1391
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1381
|
+
"@babel/helper-define-polyfill-provider" "^0.3.0"
|
1392
1382
|
|
1393
1383
|
balanced-match@^1.0.0:
|
1394
|
-
version "1.0.
|
1395
|
-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.
|
1396
|
-
integrity
|
1384
|
+
version "1.0.2"
|
1385
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
1386
|
+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
1397
1387
|
|
1398
1388
|
base64-js@^1.0.2:
|
1399
1389
|
version "1.5.1"
|
@@ -1458,9 +1448,9 @@ bn.js@^5.0.0, bn.js@^5.1.1:
|
|
1458
1448
|
integrity sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==
|
1459
1449
|
|
1460
1450
|
bootstrap@^5.1.1:
|
1461
|
-
version "5.1.
|
1462
|
-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.
|
1463
|
-
integrity sha512
|
1451
|
+
version "5.1.3"
|
1452
|
+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.1.3.tgz#ba081b0c130f810fa70900acbc1c6d3c28fa8f34"
|
1453
|
+
integrity sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==
|
1464
1454
|
|
1465
1455
|
brace-expansion@^1.1.7:
|
1466
1456
|
version "1.1.11"
|
@@ -1559,21 +1549,21 @@ browserify-zlib@^0.2.0:
|
|
1559
1549
|
dependencies:
|
1560
1550
|
pako "~1.0.5"
|
1561
1551
|
|
1562
|
-
browserslist@^4.
|
1563
|
-
version "4.
|
1564
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
1565
|
-
integrity sha512-
|
1552
|
+
browserslist@^4.17.5, browserslist@^4.18.1:
|
1553
|
+
version "4.18.1"
|
1554
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.18.1.tgz#60d3920f25b6860eb917c6c7b185576f4d8b017f"
|
1555
|
+
integrity sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==
|
1566
1556
|
dependencies:
|
1567
|
-
caniuse-lite "^1.0.
|
1568
|
-
|
1569
|
-
electron-to-chromium "^1.3.723"
|
1557
|
+
caniuse-lite "^1.0.30001280"
|
1558
|
+
electron-to-chromium "^1.3.896"
|
1570
1559
|
escalade "^3.1.1"
|
1571
|
-
node-releases "^
|
1560
|
+
node-releases "^2.0.1"
|
1561
|
+
picocolors "^1.0.0"
|
1572
1562
|
|
1573
1563
|
buffer-from@^1.0.0:
|
1574
|
-
version "1.1.
|
1575
|
-
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.
|
1576
|
-
integrity sha512-
|
1564
|
+
version "1.1.2"
|
1565
|
+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
|
1566
|
+
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
|
1577
1567
|
|
1578
1568
|
buffer-xor@^1.0.3:
|
1579
1569
|
version "1.0.3"
|
@@ -1638,33 +1628,24 @@ call-bind@^1.0.0:
|
|
1638
1628
|
function-bind "^1.1.1"
|
1639
1629
|
get-intrinsic "^1.0.2"
|
1640
1630
|
|
1641
|
-
|
1642
|
-
version "
|
1643
|
-
resolved "https://registry.yarnpkg.com/
|
1644
|
-
integrity sha512-
|
1645
|
-
|
1646
|
-
camelcase-keys@^2.0.0:
|
1647
|
-
version "2.1.0"
|
1648
|
-
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-2.1.0.tgz#308beeaffdf28119051efa1d932213c91b8f92e7"
|
1649
|
-
integrity sha1-MIvur/3ygRkFHvodkyITyRuPkuc=
|
1631
|
+
camelcase-keys@^6.2.2:
|
1632
|
+
version "6.2.2"
|
1633
|
+
resolved "https://registry.yarnpkg.com/camelcase-keys/-/camelcase-keys-6.2.2.tgz#5e755d6ba51aa223ec7d3d52f25778210f9dc3c0"
|
1634
|
+
integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==
|
1650
1635
|
dependencies:
|
1651
|
-
camelcase "^
|
1652
|
-
map-obj "^
|
1653
|
-
|
1654
|
-
camelcase@^2.0.0:
|
1655
|
-
version "2.1.1"
|
1656
|
-
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-2.1.1.tgz#7c1d16d679a1bbe59ca02cacecfb011e201f5a1f"
|
1657
|
-
integrity sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=
|
1636
|
+
camelcase "^5.3.1"
|
1637
|
+
map-obj "^4.0.0"
|
1638
|
+
quick-lru "^4.0.1"
|
1658
1639
|
|
1659
|
-
camelcase@^5.0.0:
|
1640
|
+
camelcase@^5.0.0, camelcase@^5.3.1:
|
1660
1641
|
version "5.3.1"
|
1661
1642
|
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
1662
1643
|
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
1663
1644
|
|
1664
|
-
caniuse-lite@^1.0.
|
1665
|
-
version "1.0.
|
1666
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
1667
|
-
integrity sha512-
|
1645
|
+
caniuse-lite@^1.0.30001272, caniuse-lite@^1.0.30001280:
|
1646
|
+
version "1.0.30001283"
|
1647
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001283.tgz#8573685bdae4d733ef18f78d44ba0ca5fe9e896b"
|
1648
|
+
integrity sha512-9RoKo841j1GQFSJz/nCXOj0sD7tHBtlowjYlrqIUS812x9/emfBLBt6IyMz1zIaYc/eRL8Cs6HPUVi2Hzq4sIg==
|
1668
1649
|
|
1669
1650
|
caseless@~0.12.0:
|
1670
1651
|
version "0.12.0"
|
@@ -1692,9 +1673,9 @@ chalk@^2.0.0:
|
|
1692
1673
|
supports-color "^5.3.0"
|
1693
1674
|
|
1694
1675
|
chalk@^4.0.0:
|
1695
|
-
version "4.1.
|
1696
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.
|
1697
|
-
integrity sha512-
|
1676
|
+
version "4.1.2"
|
1677
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
|
1678
|
+
integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
|
1698
1679
|
dependencies:
|
1699
1680
|
ansi-styles "^4.1.0"
|
1700
1681
|
supports-color "^7.1.0"
|
@@ -1719,19 +1700,19 @@ chokidar@^2.1.8:
|
|
1719
1700
|
fsevents "^1.2.7"
|
1720
1701
|
|
1721
1702
|
chokidar@^3.3.0, chokidar@^3.3.1, chokidar@^3.4.1:
|
1722
|
-
version "3.5.
|
1723
|
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.
|
1724
|
-
integrity sha512-
|
1703
|
+
version "3.5.2"
|
1704
|
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
|
1705
|
+
integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
|
1725
1706
|
dependencies:
|
1726
|
-
anymatch "~3.1.
|
1707
|
+
anymatch "~3.1.2"
|
1727
1708
|
braces "~3.0.2"
|
1728
|
-
glob-parent "~5.1.
|
1709
|
+
glob-parent "~5.1.2"
|
1729
1710
|
is-binary-path "~2.1.0"
|
1730
1711
|
is-glob "~4.0.1"
|
1731
1712
|
normalize-path "~3.0.0"
|
1732
|
-
readdirp "~3.
|
1713
|
+
readdirp "~3.6.0"
|
1733
1714
|
optionalDependencies:
|
1734
|
-
fsevents "~2.3.
|
1715
|
+
fsevents "~2.3.2"
|
1735
1716
|
|
1736
1717
|
chownr@^1.1.1:
|
1737
1718
|
version "1.1.4"
|
@@ -1835,10 +1816,10 @@ color-name@~1.1.4:
|
|
1835
1816
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
1836
1817
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
1837
1818
|
|
1838
|
-
colorette@^
|
1839
|
-
version "
|
1840
|
-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-
|
1841
|
-
integrity sha512-
|
1819
|
+
colorette@^2.0.14:
|
1820
|
+
version "2.0.16"
|
1821
|
+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.16.tgz#713b9af84fdb000139f04546bd4a93f62a5085da"
|
1822
|
+
integrity sha512-hUewv7oMjCp+wkBv5Rm0v87eJhq4woh5rSR+42YSQJKecCqgIqNkZ6lAlQms/BwHPJA5NKMRlpxPRv0n8HQW6g==
|
1842
1823
|
|
1843
1824
|
combined-stream@^1.0.6, combined-stream@~1.0.6:
|
1844
1825
|
version "1.0.8"
|
@@ -1898,9 +1879,9 @@ constants-browserify@^1.0.0:
|
|
1898
1879
|
integrity sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=
|
1899
1880
|
|
1900
1881
|
convert-source-map@^1.7.0:
|
1901
|
-
version "1.
|
1902
|
-
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.
|
1903
|
-
integrity sha512
|
1882
|
+
version "1.8.0"
|
1883
|
+
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
|
1884
|
+
integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
|
1904
1885
|
dependencies:
|
1905
1886
|
safe-buffer "~5.1.1"
|
1906
1887
|
|
@@ -1921,29 +1902,23 @@ copy-descriptor@^0.1.0:
|
|
1921
1902
|
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
1922
1903
|
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
1923
1904
|
|
1924
|
-
core-js-compat@^3.
|
1925
|
-
version "3.
|
1926
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
1927
|
-
integrity sha512-
|
1905
|
+
core-js-compat@^3.18.0, core-js-compat@^3.19.1:
|
1906
|
+
version "3.19.2"
|
1907
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.19.2.tgz#18066a3404a302433cb0aa8be82dd3d75c76e5c4"
|
1908
|
+
integrity sha512-ObBY1W5vx/LFFMaL1P5Udo4Npib6fu+cMokeziWkA8Tns4FcDemKF5j9JvaI5JhdkW8EQJQGJN1EcrzmEwuAqQ==
|
1928
1909
|
dependencies:
|
1929
|
-
browserslist "^4.
|
1910
|
+
browserslist "^4.18.1"
|
1930
1911
|
semver "7.0.0"
|
1931
1912
|
|
1932
|
-
core-util-is@1.0.2
|
1913
|
+
core-util-is@1.0.2:
|
1933
1914
|
version "1.0.2"
|
1934
1915
|
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
1935
1916
|
integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=
|
1936
1917
|
|
1937
|
-
|
1938
|
-
version "
|
1939
|
-
resolved "https://registry.yarnpkg.com/
|
1940
|
-
integrity sha512-
|
1941
|
-
dependencies:
|
1942
|
-
"@types/parse-json" "^4.0.0"
|
1943
|
-
import-fresh "^3.2.1"
|
1944
|
-
parse-json "^5.0.0"
|
1945
|
-
path-type "^4.0.0"
|
1946
|
-
yaml "^1.10.0"
|
1918
|
+
core-util-is@~1.0.0:
|
1919
|
+
version "1.0.3"
|
1920
|
+
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.3.tgz#a6042d3634c2b27e9328f837b965fac83808db85"
|
1921
|
+
integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==
|
1947
1922
|
|
1948
1923
|
create-ecdh@^4.0.0:
|
1949
1924
|
version "4.0.4"
|
@@ -2002,13 +1977,6 @@ crypto-browserify@^3.11.0:
|
|
2002
1977
|
randombytes "^2.0.0"
|
2003
1978
|
randomfill "^1.0.3"
|
2004
1979
|
|
2005
|
-
currently-unhandled@^0.4.1:
|
2006
|
-
version "0.4.1"
|
2007
|
-
resolved "https://registry.yarnpkg.com/currently-unhandled/-/currently-unhandled-0.4.1.tgz#988df33feab191ef799a61369dd76c17adf957ea"
|
2008
|
-
integrity sha1-mI3zP+qxke95mmE2nddsF635V+o=
|
2009
|
-
dependencies:
|
2010
|
-
array-find-index "^1.0.1"
|
2011
|
-
|
2012
1980
|
cyclist@^1.0.1:
|
2013
1981
|
version "1.0.1"
|
2014
1982
|
resolved "https://registry.yarnpkg.com/cyclist/-/cyclist-1.0.1.tgz#596e9698fd0c80e12038c2b82d6eb1b35b6224d9"
|
@@ -2029,13 +1997,21 @@ debug@^2.2.0, debug@^2.3.3:
|
|
2029
1997
|
ms "2.0.0"
|
2030
1998
|
|
2031
1999
|
debug@^4.1.0, debug@^4.1.1:
|
2032
|
-
version "4.3.
|
2033
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.
|
2034
|
-
integrity sha512
|
2000
|
+
version "4.3.3"
|
2001
|
+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
|
2002
|
+
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
2035
2003
|
dependencies:
|
2036
2004
|
ms "2.1.2"
|
2037
2005
|
|
2038
|
-
decamelize@^1.1.
|
2006
|
+
decamelize-keys@^1.1.0:
|
2007
|
+
version "1.1.0"
|
2008
|
+
resolved "https://registry.yarnpkg.com/decamelize-keys/-/decamelize-keys-1.1.0.tgz#d171a87933252807eb3cb61dc1c1445d078df2d9"
|
2009
|
+
integrity sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=
|
2010
|
+
dependencies:
|
2011
|
+
decamelize "^1.1.0"
|
2012
|
+
map-obj "^1.0.0"
|
2013
|
+
|
2014
|
+
decamelize@^1.1.0, decamelize@^1.2.0:
|
2039
2015
|
version "1.2.0"
|
2040
2016
|
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
2041
2017
|
integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
|
@@ -2136,10 +2112,10 @@ ecc-jsbn@~0.1.1:
|
|
2136
2112
|
jsbn "~0.1.0"
|
2137
2113
|
safer-buffer "^2.1.0"
|
2138
2114
|
|
2139
|
-
electron-to-chromium@^1.3.
|
2140
|
-
version "1.
|
2141
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.
|
2142
|
-
integrity sha512-
|
2115
|
+
electron-to-chromium@^1.3.896:
|
2116
|
+
version "1.4.7"
|
2117
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.7.tgz#58e0b4ec9096ee1422e4d9e83ceeb05b0cf076eb"
|
2118
|
+
integrity sha512-UPy2MsQw1OdcbxR7fvwWZH/rXcv+V26+uvQVHx0fGa1kqRfydtfOw+NMGAvZJ63hyaH4aEBxbhSEtqbpliSNWA==
|
2143
2119
|
|
2144
2120
|
elliptic@^6.5.3:
|
2145
2121
|
version "6.5.4"
|
@@ -2185,13 +2161,6 @@ enhanced-resolve@^4.3.0:
|
|
2185
2161
|
memory-fs "^0.5.0"
|
2186
2162
|
tapable "^1.0.0"
|
2187
2163
|
|
2188
|
-
enquirer@^2.3.6:
|
2189
|
-
version "2.3.6"
|
2190
|
-
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.6.tgz#2a7fe5dd634a1e4125a975ec994ff5456dc3734d"
|
2191
|
-
integrity sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==
|
2192
|
-
dependencies:
|
2193
|
-
ansi-colors "^4.1.1"
|
2194
|
-
|
2195
2164
|
env-paths@^2.2.0:
|
2196
2165
|
version "2.2.1"
|
2197
2166
|
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
|
@@ -2209,7 +2178,7 @@ errno@^0.1.3, errno@~0.1.7:
|
|
2209
2178
|
dependencies:
|
2210
2179
|
prr "~1.0.1"
|
2211
2180
|
|
2212
|
-
error-ex@^1.
|
2181
|
+
error-ex@^1.3.1:
|
2213
2182
|
version "1.3.2"
|
2214
2183
|
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
|
2215
2184
|
integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==
|
@@ -2247,9 +2216,9 @@ estraverse@^4.1.1:
|
|
2247
2216
|
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
2248
2217
|
|
2249
2218
|
estraverse@^5.2.0:
|
2250
|
-
version "5.
|
2251
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.
|
2252
|
-
integrity sha512-
|
2219
|
+
version "5.3.0"
|
2220
|
+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
2221
|
+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
|
2253
2222
|
|
2254
2223
|
esutils@^2.0.2:
|
2255
2224
|
version "2.0.3"
|
@@ -2277,9 +2246,9 @@ exec-sh@^0.2.0:
|
|
2277
2246
|
merge "^1.2.0"
|
2278
2247
|
|
2279
2248
|
execa@^5.0.0:
|
2280
|
-
version "5.
|
2281
|
-
resolved "https://registry.yarnpkg.com/execa/-/execa-5.
|
2282
|
-
integrity sha512-
|
2249
|
+
version "5.1.1"
|
2250
|
+
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
2251
|
+
integrity sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==
|
2283
2252
|
dependencies:
|
2284
2253
|
cross-spawn "^7.0.3"
|
2285
2254
|
get-stream "^6.0.0"
|
@@ -2344,9 +2313,9 @@ extsprintf@1.3.0:
|
|
2344
2313
|
integrity sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=
|
2345
2314
|
|
2346
2315
|
extsprintf@^1.2.0:
|
2347
|
-
version "1.4.
|
2348
|
-
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.
|
2349
|
-
integrity
|
2316
|
+
version "1.4.1"
|
2317
|
+
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07"
|
2318
|
+
integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA==
|
2350
2319
|
|
2351
2320
|
fast-deep-equal@^3.1.1:
|
2352
2321
|
version "3.1.3"
|
@@ -2354,16 +2323,15 @@ fast-deep-equal@^3.1.1:
|
|
2354
2323
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
2355
2324
|
|
2356
2325
|
fast-glob@^3.1.1:
|
2357
|
-
version "3.2.
|
2358
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.
|
2359
|
-
integrity sha512-
|
2326
|
+
version "3.2.7"
|
2327
|
+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.7.tgz#fd6cb7a2d7e9aa7a7846111e85a196d6b2f766a1"
|
2328
|
+
integrity sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==
|
2360
2329
|
dependencies:
|
2361
2330
|
"@nodelib/fs.stat" "^2.0.2"
|
2362
2331
|
"@nodelib/fs.walk" "^1.2.3"
|
2363
|
-
glob-parent "^5.1.
|
2332
|
+
glob-parent "^5.1.2"
|
2364
2333
|
merge2 "^1.3.0"
|
2365
|
-
micromatch "^4.0.
|
2366
|
-
picomatch "^2.2.1"
|
2334
|
+
micromatch "^4.0.4"
|
2367
2335
|
|
2368
2336
|
fast-json-stable-stringify@^2.0.0:
|
2369
2337
|
version "2.1.0"
|
@@ -2376,9 +2344,9 @@ fastest-levenshtein@^1.0.12:
|
|
2376
2344
|
integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
|
2377
2345
|
|
2378
2346
|
fastq@^1.6.0:
|
2379
|
-
version "1.
|
2380
|
-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.
|
2381
|
-
integrity sha512-
|
2347
|
+
version "1.13.0"
|
2348
|
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.13.0.tgz#616760f88a7526bdfc596b7cab8c18938c36b98c"
|
2349
|
+
integrity sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==
|
2382
2350
|
dependencies:
|
2383
2351
|
reusify "^1.0.4"
|
2384
2352
|
|
@@ -2419,26 +2387,18 @@ find-cache-dir@^2.1.0:
|
|
2419
2387
|
pkg-dir "^3.0.0"
|
2420
2388
|
|
2421
2389
|
find-cache-dir@^3.3.1:
|
2422
|
-
version "3.3.
|
2423
|
-
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.
|
2424
|
-
integrity sha512-
|
2390
|
+
version "3.3.2"
|
2391
|
+
resolved "https://registry.yarnpkg.com/find-cache-dir/-/find-cache-dir-3.3.2.tgz#b30c5b6eff0730731aea9bbd9dbecbd80256d64b"
|
2392
|
+
integrity sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==
|
2425
2393
|
dependencies:
|
2426
2394
|
commondir "^1.0.1"
|
2427
2395
|
make-dir "^3.0.2"
|
2428
2396
|
pkg-dir "^4.1.0"
|
2429
2397
|
|
2430
2398
|
find-parent-dir@^0.3.0:
|
2431
|
-
version "0.3.
|
2432
|
-
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.
|
2433
|
-
integrity
|
2434
|
-
|
2435
|
-
find-up@^1.0.0:
|
2436
|
-
version "1.1.2"
|
2437
|
-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-1.1.2.tgz#6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f"
|
2438
|
-
integrity sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=
|
2439
|
-
dependencies:
|
2440
|
-
path-exists "^2.0.0"
|
2441
|
-
pinkie-promise "^2.0.0"
|
2399
|
+
version "0.3.1"
|
2400
|
+
resolved "https://registry.yarnpkg.com/find-parent-dir/-/find-parent-dir-0.3.1.tgz#c5c385b96858c3351f95d446cab866cbf9f11125"
|
2401
|
+
integrity sha512-o4UcykWV/XN9wm+jMEtWLPlV8RXCZnMhQI6F6OdHeSez7iiJWePw8ijOlskJZMsaQoGR/b7dH6lO02HhaTN7+A==
|
2442
2402
|
|
2443
2403
|
find-up@^3.0.0:
|
2444
2404
|
version "3.0.0"
|
@@ -2447,7 +2407,7 @@ find-up@^3.0.0:
|
|
2447
2407
|
dependencies:
|
2448
2408
|
locate-path "^3.0.0"
|
2449
2409
|
|
2450
|
-
find-up@^4.0.0:
|
2410
|
+
find-up@^4.0.0, find-up@^4.1.0:
|
2451
2411
|
version "4.1.0"
|
2452
2412
|
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
|
2453
2413
|
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
|
@@ -2487,10 +2447,10 @@ form-data@~2.3.2:
|
|
2487
2447
|
combined-stream "^1.0.6"
|
2488
2448
|
mime-types "^2.1.12"
|
2489
2449
|
|
2490
|
-
fraction.js@^4.
|
2491
|
-
version "4.
|
2492
|
-
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.
|
2493
|
-
integrity sha512-
|
2450
|
+
fraction.js@^4.1.1:
|
2451
|
+
version "4.1.2"
|
2452
|
+
resolved "https://registry.yarnpkg.com/fraction.js/-/fraction.js-4.1.2.tgz#13e420a92422b6cf244dff8690ed89401029fbe8"
|
2453
|
+
integrity sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==
|
2494
2454
|
|
2495
2455
|
fragment-cache@^0.2.1:
|
2496
2456
|
version "0.2.1"
|
@@ -2547,7 +2507,7 @@ fsevents@^1.2.7:
|
|
2547
2507
|
bindings "^1.5.0"
|
2548
2508
|
nan "^2.12.1"
|
2549
2509
|
|
2550
|
-
fsevents@~2.3.
|
2510
|
+
fsevents@~2.3.2:
|
2551
2511
|
version "2.3.2"
|
2552
2512
|
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
|
2553
2513
|
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
|
@@ -2632,17 +2592,29 @@ glob-parent@^3.1.0:
|
|
2632
2592
|
is-glob "^3.1.0"
|
2633
2593
|
path-dirname "^1.0.0"
|
2634
2594
|
|
2635
|
-
glob-parent@^5.1.
|
2595
|
+
glob-parent@^5.1.2, glob-parent@~5.1.2:
|
2636
2596
|
version "5.1.2"
|
2637
2597
|
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
|
2638
2598
|
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
|
2639
2599
|
dependencies:
|
2640
2600
|
is-glob "^4.0.1"
|
2641
2601
|
|
2642
|
-
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4
|
2643
|
-
version "7.
|
2644
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.
|
2645
|
-
integrity sha512-
|
2602
|
+
glob@^7.0.0, glob@^7.0.3, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
|
2603
|
+
version "7.2.0"
|
2604
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
|
2605
|
+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
|
2606
|
+
dependencies:
|
2607
|
+
fs.realpath "^1.0.0"
|
2608
|
+
inflight "^1.0.4"
|
2609
|
+
inherits "2"
|
2610
|
+
minimatch "^3.0.4"
|
2611
|
+
once "^1.3.0"
|
2612
|
+
path-is-absolute "^1.0.0"
|
2613
|
+
|
2614
|
+
glob@~7.1.1:
|
2615
|
+
version "7.1.7"
|
2616
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
|
2617
|
+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
|
2646
2618
|
dependencies:
|
2647
2619
|
fs.realpath "^1.0.0"
|
2648
2620
|
inflight "^1.0.4"
|
@@ -2657,9 +2629,9 @@ globals@^11.1.0:
|
|
2657
2629
|
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
2658
2630
|
|
2659
2631
|
globby@^11.0.0:
|
2660
|
-
version "11.0.
|
2661
|
-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.
|
2662
|
-
integrity sha512-
|
2632
|
+
version "11.0.4"
|
2633
|
+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
|
2634
|
+
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
|
2663
2635
|
dependencies:
|
2664
2636
|
array-union "^2.1.0"
|
2665
2637
|
dir-glob "^3.0.1"
|
@@ -2669,18 +2641,18 @@ globby@^11.0.0:
|
|
2669
2641
|
slash "^3.0.0"
|
2670
2642
|
|
2671
2643
|
globule@^1.0.0:
|
2672
|
-
version "1.3.
|
2673
|
-
resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.
|
2674
|
-
integrity sha512-
|
2644
|
+
version "1.3.3"
|
2645
|
+
resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.3.tgz#811919eeac1ab7344e905f2e3be80a13447973c2"
|
2646
|
+
integrity sha512-mb1aYtDbIjTu4ShMB85m3UzjX9BVKe9WCzsnfMSZk+K5GpIbBOexgg4PPCt5eHDEG5/ZQAUX2Kct02zfiPLsKg==
|
2675
2647
|
dependencies:
|
2676
2648
|
glob "~7.1.1"
|
2677
2649
|
lodash "~4.17.10"
|
2678
2650
|
minimatch "~3.0.2"
|
2679
2651
|
|
2680
2652
|
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.3:
|
2681
|
-
version "4.2.
|
2682
|
-
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.
|
2683
|
-
integrity sha512-
|
2653
|
+
version "4.2.8"
|
2654
|
+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
|
2655
|
+
integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
|
2684
2656
|
|
2685
2657
|
har-schema@^2.0.0:
|
2686
2658
|
version "2.0.0"
|
@@ -2695,6 +2667,11 @@ har-validator@~5.1.3:
|
|
2695
2667
|
ajv "^6.12.3"
|
2696
2668
|
har-schema "^2.0.0"
|
2697
2669
|
|
2670
|
+
hard-rejection@^2.1.0:
|
2671
|
+
version "2.1.0"
|
2672
|
+
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
2673
|
+
integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==
|
2674
|
+
|
2698
2675
|
has-ansi@^2.0.0:
|
2699
2676
|
version "2.0.0"
|
2700
2677
|
resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91"
|
@@ -2791,6 +2768,13 @@ hosted-git-info@^2.1.4:
|
|
2791
2768
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
2792
2769
|
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
|
2793
2770
|
|
2771
|
+
hosted-git-info@^4.0.1:
|
2772
|
+
version "4.0.2"
|
2773
|
+
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.0.2.tgz#5e425507eede4fea846b7262f0838456c4209961"
|
2774
|
+
integrity sha512-c9OGXbZ3guC/xOlCg1Ci/VgWlwsqDv1yMQL1CWqXDL0hDjXuNcq0zuR4xqPSuasI3kqFDhqSyTjREz5gzq0fXg==
|
2775
|
+
dependencies:
|
2776
|
+
lru-cache "^6.0.0"
|
2777
|
+
|
2794
2778
|
http-signature@~1.2.0:
|
2795
2779
|
version "1.2.0"
|
2796
2780
|
resolved "https://registry.yarnpkg.com/http-signature/-/http-signature-1.2.0.tgz#9aecd925114772f3d95b65a60abb8f7c18fbace1"
|
@@ -2821,9 +2805,9 @@ iferr@^0.1.5:
|
|
2821
2805
|
integrity sha1-xg7taebY/bazEEofy8ocGS3FtQE=
|
2822
2806
|
|
2823
2807
|
ignore@^5.1.4:
|
2824
|
-
version "5.1.
|
2825
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.
|
2826
|
-
integrity sha512-
|
2808
|
+
version "5.1.9"
|
2809
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.9.tgz#9ec1a5cbe8e1446ec60d4420060d43aa6e7382fb"
|
2810
|
+
integrity sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==
|
2827
2811
|
|
2828
2812
|
import-cwd@^3.0.0:
|
2829
2813
|
version "3.0.0"
|
@@ -2832,14 +2816,6 @@ import-cwd@^3.0.0:
|
|
2832
2816
|
dependencies:
|
2833
2817
|
import-from "^3.0.0"
|
2834
2818
|
|
2835
|
-
import-fresh@^3.2.1:
|
2836
|
-
version "3.3.0"
|
2837
|
-
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
|
2838
|
-
integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
|
2839
|
-
dependencies:
|
2840
|
-
parent-module "^1.0.0"
|
2841
|
-
resolve-from "^4.0.0"
|
2842
|
-
|
2843
2819
|
import-from@^3.0.0:
|
2844
2820
|
version "3.0.0"
|
2845
2821
|
resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
|
@@ -2848,9 +2824,9 @@ import-from@^3.0.0:
|
|
2848
2824
|
resolve-from "^5.0.0"
|
2849
2825
|
|
2850
2826
|
import-local@^3.0.2:
|
2851
|
-
version "3.0.
|
2852
|
-
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.
|
2853
|
-
integrity sha512-
|
2827
|
+
version "3.0.3"
|
2828
|
+
resolved "https://registry.yarnpkg.com/import-local/-/import-local-3.0.3.tgz#4d51c2c495ca9393da259ec66b62e022920211e0"
|
2829
|
+
integrity sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==
|
2854
2830
|
dependencies:
|
2855
2831
|
pkg-dir "^4.2.0"
|
2856
2832
|
resolve-cwd "^3.0.0"
|
@@ -2860,12 +2836,10 @@ imurmurhash@^0.1.4:
|
|
2860
2836
|
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
2861
2837
|
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
2862
2838
|
|
2863
|
-
indent-string@^
|
2864
|
-
version "
|
2865
|
-
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-
|
2866
|
-
integrity
|
2867
|
-
dependencies:
|
2868
|
-
repeating "^2.0.0"
|
2839
|
+
indent-string@^4.0.0:
|
2840
|
+
version "4.0.0"
|
2841
|
+
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
|
2842
|
+
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
|
2869
2843
|
|
2870
2844
|
infer-owner@^1.0.3:
|
2871
2845
|
version "1.0.4"
|
@@ -2938,10 +2912,10 @@ is-buffer@^1.1.5:
|
|
2938
2912
|
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
|
2939
2913
|
integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==
|
2940
2914
|
|
2941
|
-
is-core-module@^2.2.0:
|
2942
|
-
version "2.
|
2943
|
-
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.
|
2944
|
-
integrity sha512-
|
2915
|
+
is-core-module@^2.2.0, is-core-module@^2.5.0:
|
2916
|
+
version "2.8.0"
|
2917
|
+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.8.0.tgz#0321336c3d0925e497fd97f5d95cb114a5ccd548"
|
2918
|
+
integrity sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==
|
2945
2919
|
dependencies:
|
2946
2920
|
has "^1.0.3"
|
2947
2921
|
|
@@ -2994,11 +2968,6 @@ is-extglob@^2.1.0, is-extglob@^2.1.1:
|
|
2994
2968
|
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
|
2995
2969
|
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
|
2996
2970
|
|
2997
|
-
is-finite@^1.0.0:
|
2998
|
-
version "1.1.0"
|
2999
|
-
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
|
3000
|
-
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
|
3001
|
-
|
3002
2971
|
is-fullwidth-code-point@^1.0.0:
|
3003
2972
|
version "1.0.0"
|
3004
2973
|
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz#ef9e31386f031a7f0d643af82fde50c457ef00cb"
|
@@ -3024,9 +2993,9 @@ is-glob@^3.1.0:
|
|
3024
2993
|
is-extglob "^2.1.0"
|
3025
2994
|
|
3026
2995
|
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
|
3027
|
-
version "4.0.
|
3028
|
-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.
|
3029
|
-
integrity sha512-
|
2996
|
+
version "4.0.3"
|
2997
|
+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
|
2998
|
+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
|
3030
2999
|
dependencies:
|
3031
3000
|
is-extglob "^2.1.1"
|
3032
3001
|
|
@@ -3042,6 +3011,11 @@ is-number@^7.0.0:
|
|
3042
3011
|
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
|
3043
3012
|
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
|
3044
3013
|
|
3014
|
+
is-plain-obj@^1.1.0:
|
3015
|
+
version "1.1.0"
|
3016
|
+
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
|
3017
|
+
integrity sha1-caUMhCnfync8kqOQpKA7OfzVHT4=
|
3018
|
+
|
3045
3019
|
is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
3046
3020
|
version "2.0.4"
|
3047
3021
|
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
|
@@ -3050,20 +3024,15 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4:
|
|
3050
3024
|
isobject "^3.0.1"
|
3051
3025
|
|
3052
3026
|
is-stream@^2.0.0:
|
3053
|
-
version "2.0.
|
3054
|
-
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.
|
3055
|
-
integrity sha512-
|
3027
|
+
version "2.0.1"
|
3028
|
+
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
|
3029
|
+
integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
|
3056
3030
|
|
3057
3031
|
is-typedarray@~1.0.0:
|
3058
3032
|
version "1.0.0"
|
3059
3033
|
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
|
3060
3034
|
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
|
3061
3035
|
|
3062
|
-
is-utf8@^0.2.0:
|
3063
|
-
version "0.2.1"
|
3064
|
-
resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
|
3065
|
-
integrity sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=
|
3066
|
-
|
3067
3036
|
is-windows@^1.0.2:
|
3068
3037
|
version "1.0.2"
|
3069
3038
|
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
|
@@ -3141,10 +3110,10 @@ json-schema-traverse@^0.4.1:
|
|
3141
3110
|
resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
|
3142
3111
|
integrity sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==
|
3143
3112
|
|
3144
|
-
json-schema@0.
|
3145
|
-
version "0.
|
3146
|
-
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.
|
3147
|
-
integrity
|
3113
|
+
json-schema@0.4.0:
|
3114
|
+
version "0.4.0"
|
3115
|
+
resolved "https://registry.yarnpkg.com/json-schema/-/json-schema-0.4.0.tgz#f7de4cf6efab838ebaeb3236474cbba5a1930ab5"
|
3116
|
+
integrity sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==
|
3148
3117
|
|
3149
3118
|
json-stringify-safe@~5.0.1:
|
3150
3119
|
version "5.0.1"
|
@@ -3175,13 +3144,13 @@ jsonfile@^6.0.1:
|
|
3175
3144
|
graceful-fs "^4.1.6"
|
3176
3145
|
|
3177
3146
|
jsprim@^1.2.2:
|
3178
|
-
version "1.4.
|
3179
|
-
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.
|
3180
|
-
integrity
|
3147
|
+
version "1.4.2"
|
3148
|
+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
|
3149
|
+
integrity sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==
|
3181
3150
|
dependencies:
|
3182
3151
|
assert-plus "1.0.0"
|
3183
3152
|
extsprintf "1.3.0"
|
3184
|
-
json-schema "0.
|
3153
|
+
json-schema "0.4.0"
|
3185
3154
|
verror "1.10.0"
|
3186
3155
|
|
3187
3156
|
kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0:
|
@@ -3203,26 +3172,20 @@ kind-of@^5.0.0:
|
|
3203
3172
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d"
|
3204
3173
|
integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==
|
3205
3174
|
|
3206
|
-
kind-of@^6.0.0, kind-of@^6.0.2:
|
3175
|
+
kind-of@^6.0.0, kind-of@^6.0.2, kind-of@^6.0.3:
|
3207
3176
|
version "6.0.3"
|
3208
3177
|
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd"
|
3209
3178
|
integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==
|
3210
3179
|
|
3211
|
-
|
3212
|
-
version "
|
3213
|
-
resolved "https://registry.yarnpkg.com/
|
3214
|
-
integrity
|
3180
|
+
lilconfig@^2.0.3:
|
3181
|
+
version "2.0.4"
|
3182
|
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.0.4.tgz#f4507d043d7058b380b6a8f5cb7bcd4b34cee082"
|
3183
|
+
integrity sha512-bfTIN7lEsiooCocSISTWXkiWJkRqtL9wYtYy+8EK3Y41qh3mpwPU0ycTOgjdY9ErwXCc8QyrQp82bdL0Xkm9yA==
|
3215
3184
|
|
3216
|
-
|
3217
|
-
version "1.
|
3218
|
-
resolved "https://registry.yarnpkg.com/
|
3219
|
-
integrity
|
3220
|
-
dependencies:
|
3221
|
-
graceful-fs "^4.1.2"
|
3222
|
-
parse-json "^2.2.0"
|
3223
|
-
pify "^2.0.0"
|
3224
|
-
pinkie-promise "^2.0.0"
|
3225
|
-
strip-bom "^2.0.0"
|
3185
|
+
lines-and-columns@^1.1.6:
|
3186
|
+
version "1.2.4"
|
3187
|
+
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
3188
|
+
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
3226
3189
|
|
3227
3190
|
loader-runner@^2.4.0:
|
3228
3191
|
version "2.4.0"
|
@@ -3288,14 +3251,6 @@ lodash@^4.0.0, lodash@^4.17.15, lodash@~4.17.10:
|
|
3288
3251
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
3289
3252
|
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
3290
3253
|
|
3291
|
-
loud-rejection@^1.0.0:
|
3292
|
-
version "1.6.0"
|
3293
|
-
resolved "https://registry.yarnpkg.com/loud-rejection/-/loud-rejection-1.6.0.tgz#5b46f80147edee578870f086d04821cf998e551f"
|
3294
|
-
integrity sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=
|
3295
|
-
dependencies:
|
3296
|
-
currently-unhandled "^0.4.1"
|
3297
|
-
signal-exit "^3.0.0"
|
3298
|
-
|
3299
3254
|
lru-cache@^5.1.1:
|
3300
3255
|
version "5.1.1"
|
3301
3256
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
@@ -3330,11 +3285,16 @@ map-cache@^0.2.2:
|
|
3330
3285
|
resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf"
|
3331
3286
|
integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=
|
3332
3287
|
|
3333
|
-
map-obj@^1.0.0
|
3288
|
+
map-obj@^1.0.0:
|
3334
3289
|
version "1.0.1"
|
3335
3290
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-1.0.1.tgz#d933ceb9205d82bdcf4886f6742bdc2b4dea146d"
|
3336
3291
|
integrity sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=
|
3337
3292
|
|
3293
|
+
map-obj@^4.0.0:
|
3294
|
+
version "4.3.0"
|
3295
|
+
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
3296
|
+
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
3297
|
+
|
3338
3298
|
map-visit@^1.0.0:
|
3339
3299
|
version "1.0.0"
|
3340
3300
|
resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f"
|
@@ -3367,21 +3327,23 @@ memory-fs@^0.5.0:
|
|
3367
3327
|
errno "^0.1.3"
|
3368
3328
|
readable-stream "^2.0.1"
|
3369
3329
|
|
3370
|
-
meow@^
|
3371
|
-
version "
|
3372
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
3373
|
-
integrity
|
3374
|
-
dependencies:
|
3375
|
-
|
3376
|
-
|
3377
|
-
|
3378
|
-
|
3379
|
-
|
3380
|
-
|
3381
|
-
|
3382
|
-
read-pkg-up "^
|
3383
|
-
redent "^
|
3384
|
-
trim-newlines "^
|
3330
|
+
meow@^9.0.0:
|
3331
|
+
version "9.0.0"
|
3332
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-9.0.0.tgz#cd9510bc5cac9dee7d03c73ee1f9ad959f4ea364"
|
3333
|
+
integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==
|
3334
|
+
dependencies:
|
3335
|
+
"@types/minimist" "^1.2.0"
|
3336
|
+
camelcase-keys "^6.2.2"
|
3337
|
+
decamelize "^1.2.0"
|
3338
|
+
decamelize-keys "^1.1.0"
|
3339
|
+
hard-rejection "^2.1.0"
|
3340
|
+
minimist-options "4.1.0"
|
3341
|
+
normalize-package-data "^3.0.0"
|
3342
|
+
read-pkg-up "^7.0.1"
|
3343
|
+
redent "^3.0.0"
|
3344
|
+
trim-newlines "^3.0.0"
|
3345
|
+
type-fest "^0.18.0"
|
3346
|
+
yargs-parser "^20.2.3"
|
3385
3347
|
|
3386
3348
|
merge-stream@^2.0.0:
|
3387
3349
|
version "2.0.0"
|
@@ -3417,7 +3379,7 @@ micromatch@^3.1.10, micromatch@^3.1.4:
|
|
3417
3379
|
snapdragon "^0.8.1"
|
3418
3380
|
to-regex "^3.0.2"
|
3419
3381
|
|
3420
|
-
micromatch@^4.0.
|
3382
|
+
micromatch@^4.0.4:
|
3421
3383
|
version "4.0.4"
|
3422
3384
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
|
3423
3385
|
integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
|
@@ -3433,23 +3395,28 @@ miller-rabin@^4.0.0:
|
|
3433
3395
|
bn.js "^4.0.0"
|
3434
3396
|
brorand "^1.0.1"
|
3435
3397
|
|
3436
|
-
mime-db@1.
|
3437
|
-
version "1.
|
3438
|
-
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.
|
3439
|
-
integrity sha512-
|
3398
|
+
mime-db@1.51.0:
|
3399
|
+
version "1.51.0"
|
3400
|
+
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.51.0.tgz#d9ff62451859b18342d960850dc3cfb77e63fb0c"
|
3401
|
+
integrity sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==
|
3440
3402
|
|
3441
3403
|
mime-types@^2.1.12, mime-types@~2.1.19:
|
3442
|
-
version "2.1.
|
3443
|
-
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.
|
3444
|
-
integrity sha512-
|
3404
|
+
version "2.1.34"
|
3405
|
+
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.34.tgz#5a712f9ec1503511a945803640fafe09d3793c24"
|
3406
|
+
integrity sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==
|
3445
3407
|
dependencies:
|
3446
|
-
mime-db "1.
|
3408
|
+
mime-db "1.51.0"
|
3447
3409
|
|
3448
3410
|
mimic-fn@^2.1.0:
|
3449
3411
|
version "2.1.0"
|
3450
3412
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
3451
3413
|
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==
|
3452
3414
|
|
3415
|
+
min-indent@^1.0.0:
|
3416
|
+
version "1.0.1"
|
3417
|
+
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
3418
|
+
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
3419
|
+
|
3453
3420
|
minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
|
3454
3421
|
version "1.0.1"
|
3455
3422
|
resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
|
@@ -3467,15 +3434,24 @@ minimatch@^3.0.4, minimatch@~3.0.2:
|
|
3467
3434
|
dependencies:
|
3468
3435
|
brace-expansion "^1.1.7"
|
3469
3436
|
|
3470
|
-
minimist
|
3437
|
+
minimist-options@4.1.0:
|
3438
|
+
version "4.1.0"
|
3439
|
+
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
3440
|
+
integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==
|
3441
|
+
dependencies:
|
3442
|
+
arrify "^1.0.1"
|
3443
|
+
is-plain-obj "^1.1.0"
|
3444
|
+
kind-of "^6.0.3"
|
3445
|
+
|
3446
|
+
minimist@^1.2.0, minimist@^1.2.5:
|
3471
3447
|
version "1.2.5"
|
3472
3448
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
|
3473
3449
|
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
|
3474
3450
|
|
3475
3451
|
minipass@^3.0.0:
|
3476
|
-
version "3.1.
|
3477
|
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.
|
3478
|
-
integrity sha512
|
3452
|
+
version "3.1.5"
|
3453
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-3.1.5.tgz#71f6251b0a33a49c01b3cf97ff77eda030dff732"
|
3454
|
+
integrity sha512-+8NzxD82XQoNKNrl1d/FSi+X8wAEWR+sbYAfIvub4Nz0d22plFG72CEVVaufV8PNf4qSslFTD8VMOxNVhHCjTw==
|
3479
3455
|
dependencies:
|
3480
3456
|
yallist "^4.0.0"
|
3481
3457
|
|
@@ -3546,14 +3522,14 @@ ms@2.1.2:
|
|
3546
3522
|
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
|
3547
3523
|
|
3548
3524
|
nan@^2.12.1, nan@^2.13.2:
|
3549
|
-
version "2.
|
3550
|
-
resolved "https://registry.yarnpkg.com/nan/-/nan-2.
|
3551
|
-
integrity sha512-
|
3525
|
+
version "2.15.0"
|
3526
|
+
resolved "https://registry.yarnpkg.com/nan/-/nan-2.15.0.tgz#3f34a473ff18e15c1b5626b62903b5ad6e665fee"
|
3527
|
+
integrity sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==
|
3552
3528
|
|
3553
|
-
nanoid@^3.1.
|
3554
|
-
version "3.1.
|
3555
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.
|
3556
|
-
integrity sha512
|
3529
|
+
nanoid@^3.1.30:
|
3530
|
+
version "3.1.30"
|
3531
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.30.tgz#63f93cc548d2a113dc5dfbc63bfa09e2b9b64362"
|
3532
|
+
integrity sha512-zJpuPDwOv8D2zq2WRoMe1HsfZthVewpel9CAvTfc/2mBD1uUT/agc5f7GHGWXlYkFvi1mVxe4IjvP2HNrop7nQ==
|
3557
3533
|
|
3558
3534
|
nanomatch@^1.2.9:
|
3559
3535
|
version "1.2.13"
|
@@ -3622,10 +3598,10 @@ node-libs-browser@^2.2.1:
|
|
3622
3598
|
util "^0.11.0"
|
3623
3599
|
vm-browserify "^1.0.1"
|
3624
3600
|
|
3625
|
-
node-releases@^
|
3626
|
-
version "
|
3627
|
-
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-
|
3628
|
-
integrity sha512-
|
3601
|
+
node-releases@^2.0.1:
|
3602
|
+
version "2.0.1"
|
3603
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.1.tgz#3d1d395f204f1f2f29a54358b9fb678765ad2fc5"
|
3604
|
+
integrity sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA==
|
3629
3605
|
|
3630
3606
|
node-sass-tilde-importer@^1.0.2:
|
3631
3607
|
version "1.0.2"
|
@@ -3634,10 +3610,10 @@ node-sass-tilde-importer@^1.0.2:
|
|
3634
3610
|
dependencies:
|
3635
3611
|
find-parent-dir "^0.3.0"
|
3636
3612
|
|
3637
|
-
node-sass@^
|
3638
|
-
version "
|
3639
|
-
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-
|
3640
|
-
integrity sha512-
|
3613
|
+
node-sass@^6.0.1:
|
3614
|
+
version "6.0.1"
|
3615
|
+
resolved "https://registry.yarnpkg.com/node-sass/-/node-sass-6.0.1.tgz#cad1ccd0ce63e35c7181f545d8b986f3a9a887fe"
|
3616
|
+
integrity sha512-f+Rbqt92Ful9gX0cGtdYwjTrWAaGURgaK5rZCWOgCNyGWusFYHhbqCCBoFBeat+HKETOU02AyTxNhJV0YZf2jQ==
|
3641
3617
|
dependencies:
|
3642
3618
|
async-foreach "^0.1.3"
|
3643
3619
|
chalk "^1.1.1"
|
@@ -3646,8 +3622,7 @@ node-sass@^5.0.0:
|
|
3646
3622
|
get-stdin "^4.0.1"
|
3647
3623
|
glob "^7.0.3"
|
3648
3624
|
lodash "^4.17.15"
|
3649
|
-
meow "^
|
3650
|
-
mkdirp "^0.5.1"
|
3625
|
+
meow "^9.0.0"
|
3651
3626
|
nan "^2.13.2"
|
3652
3627
|
node-gyp "^7.1.0"
|
3653
3628
|
npmlog "^4.0.0"
|
@@ -3663,7 +3638,7 @@ nopt@^5.0.0:
|
|
3663
3638
|
dependencies:
|
3664
3639
|
abbrev "1"
|
3665
3640
|
|
3666
|
-
normalize-package-data@^2.
|
3641
|
+
normalize-package-data@^2.5.0:
|
3667
3642
|
version "2.5.0"
|
3668
3643
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
3669
3644
|
integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==
|
@@ -3673,6 +3648,16 @@ normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
|
|
3673
3648
|
semver "2 || 3 || 4 || 5"
|
3674
3649
|
validate-npm-package-license "^3.0.1"
|
3675
3650
|
|
3651
|
+
normalize-package-data@^3.0.0:
|
3652
|
+
version "3.0.3"
|
3653
|
+
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-3.0.3.tgz#dbcc3e2da59509a0983422884cd172eefdfa525e"
|
3654
|
+
integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==
|
3655
|
+
dependencies:
|
3656
|
+
hosted-git-info "^4.0.1"
|
3657
|
+
is-core-module "^2.5.0"
|
3658
|
+
semver "^7.3.4"
|
3659
|
+
validate-npm-package-license "^3.0.1"
|
3660
|
+
|
3676
3661
|
normalize-path@^2.1.1:
|
3677
3662
|
version "2.1.1"
|
3678
3663
|
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9"
|
@@ -3717,7 +3702,7 @@ oauth-sign@~0.9.0:
|
|
3717
3702
|
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
|
3718
3703
|
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==
|
3719
3704
|
|
3720
|
-
object-assign@^4.
|
3705
|
+
object-assign@^4.1.0, object-assign@^4.1.1:
|
3721
3706
|
version "4.1.1"
|
3722
3707
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
3723
3708
|
integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
|
@@ -3832,13 +3817,6 @@ parallel-transform@^1.1.0:
|
|
3832
3817
|
inherits "^2.0.3"
|
3833
3818
|
readable-stream "^2.1.5"
|
3834
3819
|
|
3835
|
-
parent-module@^1.0.0:
|
3836
|
-
version "1.0.1"
|
3837
|
-
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
|
3838
|
-
integrity sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==
|
3839
|
-
dependencies:
|
3840
|
-
callsites "^3.0.0"
|
3841
|
-
|
3842
3820
|
parse-asn1@^5.0.0, parse-asn1@^5.1.5:
|
3843
3821
|
version "5.1.6"
|
3844
3822
|
resolved "https://registry.yarnpkg.com/parse-asn1/-/parse-asn1-5.1.6.tgz#385080a3ec13cb62a62d39409cb3e88844cdaed4"
|
@@ -3850,13 +3828,6 @@ parse-asn1@^5.0.0, parse-asn1@^5.1.5:
|
|
3850
3828
|
pbkdf2 "^3.0.3"
|
3851
3829
|
safe-buffer "^5.1.1"
|
3852
3830
|
|
3853
|
-
parse-json@^2.2.0:
|
3854
|
-
version "2.2.0"
|
3855
|
-
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-2.2.0.tgz#f480f40434ef80741f8469099f8dea18f55a4dc9"
|
3856
|
-
integrity sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=
|
3857
|
-
dependencies:
|
3858
|
-
error-ex "^1.2.0"
|
3859
|
-
|
3860
3831
|
parse-json@^5.0.0:
|
3861
3832
|
version "5.2.0"
|
3862
3833
|
resolved "https://registry.yarnpkg.com/parse-json/-/parse-json-5.2.0.tgz#c76fc66dee54231c962b22bcc8a72cf2f99753cd"
|
@@ -3882,13 +3853,6 @@ path-dirname@^1.0.0:
|
|
3882
3853
|
resolved "https://registry.yarnpkg.com/path-dirname/-/path-dirname-1.0.2.tgz#cc33d24d525e099a5388c0336c6e32b9160609e0"
|
3883
3854
|
integrity sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=
|
3884
3855
|
|
3885
|
-
path-exists@^2.0.0:
|
3886
|
-
version "2.1.0"
|
3887
|
-
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-2.1.0.tgz#0feb6c64f0fc518d9a754dd5efb62c7022761f4b"
|
3888
|
-
integrity sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=
|
3889
|
-
dependencies:
|
3890
|
-
pinkie-promise "^2.0.0"
|
3891
|
-
|
3892
3856
|
path-exists@^3.0.0:
|
3893
3857
|
version "3.0.0"
|
3894
3858
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515"
|
@@ -3910,18 +3874,9 @@ path-key@^3.0.0, path-key@^3.1.0:
|
|
3910
3874
|
integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==
|
3911
3875
|
|
3912
3876
|
path-parse@^1.0.6:
|
3913
|
-
version "1.0.
|
3914
|
-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.
|
3915
|
-
integrity sha512-
|
3916
|
-
|
3917
|
-
path-type@^1.0.0:
|
3918
|
-
version "1.1.0"
|
3919
|
-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
|
3920
|
-
integrity sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=
|
3921
|
-
dependencies:
|
3922
|
-
graceful-fs "^4.1.2"
|
3923
|
-
pify "^2.0.0"
|
3924
|
-
pinkie-promise "^2.0.0"
|
3877
|
+
version "1.0.7"
|
3878
|
+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
3879
|
+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
3925
3880
|
|
3926
3881
|
path-type@^4.0.0:
|
3927
3882
|
version "4.0.0"
|
@@ -3937,9 +3892,9 @@ path@^0.12.7:
|
|
3937
3892
|
util "^0.10.3"
|
3938
3893
|
|
3939
3894
|
pbkdf2@^3.0.3:
|
3940
|
-
version "3.1.
|
3941
|
-
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.
|
3942
|
-
integrity sha512-
|
3895
|
+
version "3.1.2"
|
3896
|
+
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.2.tgz#dd822aa0887580e52f1a039dc3eda108efae3075"
|
3897
|
+
integrity sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==
|
3943
3898
|
dependencies:
|
3944
3899
|
create-hash "^1.1.2"
|
3945
3900
|
create-hmac "^1.1.4"
|
@@ -3952,17 +3907,17 @@ performance-now@^2.1.0:
|
|
3952
3907
|
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
|
3953
3908
|
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
|
3954
3909
|
|
3955
|
-
|
3956
|
-
version "
|
3957
|
-
resolved "https://registry.yarnpkg.com/
|
3958
|
-
integrity sha512-
|
3910
|
+
picocolors@^1.0.0:
|
3911
|
+
version "1.0.0"
|
3912
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
3913
|
+
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
3959
3914
|
|
3960
|
-
picomatch@^2.2.3:
|
3961
|
-
version "2.
|
3962
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.
|
3963
|
-
integrity sha512-
|
3915
|
+
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
|
3916
|
+
version "2.3.0"
|
3917
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.0.tgz#f1f061de8f6a4bf022892e2d128234fb98302972"
|
3918
|
+
integrity sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==
|
3964
3919
|
|
3965
|
-
pify@^2.
|
3920
|
+
pify@^2.3.0:
|
3966
3921
|
version "2.3.0"
|
3967
3922
|
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
|
3968
3923
|
integrity sha1-7RQaasBDqEnqWISY59yosVMw6Qw=
|
@@ -3972,18 +3927,6 @@ pify@^4.0.1:
|
|
3972
3927
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
3973
3928
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
3974
3929
|
|
3975
|
-
pinkie-promise@^2.0.0:
|
3976
|
-
version "2.0.1"
|
3977
|
-
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"
|
3978
|
-
integrity sha1-ITXW36ejWMBprJsXh3YogihFD/o=
|
3979
|
-
dependencies:
|
3980
|
-
pinkie "^2.0.0"
|
3981
|
-
|
3982
|
-
pinkie@^2.0.0:
|
3983
|
-
version "2.0.4"
|
3984
|
-
resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
|
3985
|
-
integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
|
3986
|
-
|
3987
3930
|
pkg-dir@^3.0.0:
|
3988
3931
|
version "3.0.0"
|
3989
3932
|
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-3.0.0.tgz#2749020f239ed990881b1f71210d51eb6523bea3"
|
@@ -4022,38 +3965,39 @@ postcss-cli@^8.3.1:
|
|
4022
3965
|
yargs "^16.0.0"
|
4023
3966
|
|
4024
3967
|
postcss-load-config@^3.0.0:
|
4025
|
-
version "3.0
|
4026
|
-
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.0.
|
4027
|
-
integrity sha512
|
3968
|
+
version "3.1.0"
|
3969
|
+
resolved "https://registry.yarnpkg.com/postcss-load-config/-/postcss-load-config-3.1.0.tgz#d39c47091c4aec37f50272373a6a648ef5e97829"
|
3970
|
+
integrity sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==
|
4028
3971
|
dependencies:
|
4029
|
-
cosmiconfig "^7.0.0"
|
4030
3972
|
import-cwd "^3.0.0"
|
3973
|
+
lilconfig "^2.0.3"
|
3974
|
+
yaml "^1.10.2"
|
4031
3975
|
|
4032
3976
|
postcss-reporter@^7.0.0:
|
4033
|
-
version "7.0.
|
4034
|
-
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-7.0.
|
4035
|
-
integrity sha512-
|
3977
|
+
version "7.0.4"
|
3978
|
+
resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-7.0.4.tgz#640de7ef30fa89374bc0d5029c307ad2ecda25c3"
|
3979
|
+
integrity sha512-jY/fnpGSin7kwJeunXbY35STp5O3VIxSFdjee5JkoPQ+FfGH5JW3N+Xe9oAPcL9UkjWjkK+JC72o8XH4XXKdhw==
|
4036
3980
|
dependencies:
|
4037
|
-
colorette "^1.2.1"
|
4038
3981
|
lodash.difference "^4.5.0"
|
4039
3982
|
lodash.forown "^4.4.0"
|
4040
3983
|
lodash.get "^4.4.2"
|
4041
3984
|
lodash.groupby "^4.6.0"
|
4042
3985
|
lodash.sortby "^4.7.0"
|
3986
|
+
picocolors "^1.0.0"
|
4043
3987
|
|
4044
3988
|
postcss-value-parser@^4.1.0:
|
4045
|
-
version "4.
|
4046
|
-
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.
|
4047
|
-
integrity sha512-
|
3989
|
+
version "4.2.0"
|
3990
|
+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
3991
|
+
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
4048
3992
|
|
4049
3993
|
postcss@^8.2.4:
|
4050
|
-
version "8.
|
4051
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.
|
4052
|
-
integrity sha512-
|
3994
|
+
version "8.4.4"
|
3995
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.4.tgz#d53d4ec6a75fd62557a66bb41978bf47ff0c2869"
|
3996
|
+
integrity sha512-joU6fBsN6EIer28Lj6GDFoC/5yOZzLCfn0zHAn/MYXI7aPt4m4hK5KC5ovEZXy+lnCjmYIbQWngvju2ddyEr8Q==
|
4053
3997
|
dependencies:
|
4054
|
-
|
4055
|
-
|
4056
|
-
source-map "^0.
|
3998
|
+
nanoid "^3.1.30"
|
3999
|
+
picocolors "^1.0.0"
|
4000
|
+
source-map-js "^1.0.1"
|
4057
4001
|
|
4058
4002
|
pretty-hrtime@^1.0.3:
|
4059
4003
|
version "1.0.3"
|
@@ -4157,6 +4101,11 @@ queue-microtask@^1.2.2:
|
|
4157
4101
|
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
|
4158
4102
|
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
|
4159
4103
|
|
4104
|
+
quick-lru@^4.0.1:
|
4105
|
+
version "4.0.1"
|
4106
|
+
resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-4.0.1.tgz#5b8878f113a58217848c6482026c73e1ba57727f"
|
4107
|
+
integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==
|
4108
|
+
|
4160
4109
|
randombytes@^2.0.0, randombytes@^2.0.1, randombytes@^2.0.5, randombytes@^2.1.0:
|
4161
4110
|
version "2.1.0"
|
4162
4111
|
resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a"
|
@@ -4179,22 +4128,24 @@ read-cache@^1.0.0:
|
|
4179
4128
|
dependencies:
|
4180
4129
|
pify "^2.3.0"
|
4181
4130
|
|
4182
|
-
read-pkg-up@^
|
4183
|
-
version "
|
4184
|
-
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-
|
4185
|
-
integrity
|
4131
|
+
read-pkg-up@^7.0.1:
|
4132
|
+
version "7.0.1"
|
4133
|
+
resolved "https://registry.yarnpkg.com/read-pkg-up/-/read-pkg-up-7.0.1.tgz#f3a6135758459733ae2b95638056e1854e7ef507"
|
4134
|
+
integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==
|
4186
4135
|
dependencies:
|
4187
|
-
find-up "^1.0
|
4188
|
-
read-pkg "^
|
4136
|
+
find-up "^4.1.0"
|
4137
|
+
read-pkg "^5.2.0"
|
4138
|
+
type-fest "^0.8.1"
|
4189
4139
|
|
4190
|
-
read-pkg@^
|
4191
|
-
version "
|
4192
|
-
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-
|
4193
|
-
integrity
|
4140
|
+
read-pkg@^5.2.0:
|
4141
|
+
version "5.2.0"
|
4142
|
+
resolved "https://registry.yarnpkg.com/read-pkg/-/read-pkg-5.2.0.tgz#7bf295438ca5a33e56cd30e053b34ee7250c93cc"
|
4143
|
+
integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==
|
4194
4144
|
dependencies:
|
4195
|
-
|
4196
|
-
normalize-package-data "^2.
|
4197
|
-
|
4145
|
+
"@types/normalize-package-data" "^2.4.0"
|
4146
|
+
normalize-package-data "^2.5.0"
|
4147
|
+
parse-json "^5.0.0"
|
4148
|
+
type-fest "^0.6.0"
|
4198
4149
|
|
4199
4150
|
"readable-stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.6, readable-stream@^2.1.5, readable-stream@^2.2.2, readable-stream@^2.3.3, readable-stream@^2.3.6, readable-stream@~2.3.6:
|
4200
4151
|
version "2.3.7"
|
@@ -4227,44 +4178,44 @@ readdirp@^2.2.1:
|
|
4227
4178
|
micromatch "^3.1.10"
|
4228
4179
|
readable-stream "^2.0.2"
|
4229
4180
|
|
4230
|
-
readdirp@~3.
|
4231
|
-
version "3.
|
4232
|
-
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.
|
4233
|
-
integrity sha512-
|
4181
|
+
readdirp@~3.6.0:
|
4182
|
+
version "3.6.0"
|
4183
|
+
resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
|
4184
|
+
integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
|
4234
4185
|
dependencies:
|
4235
4186
|
picomatch "^2.2.1"
|
4236
4187
|
|
4237
4188
|
rechoir@^0.7.0:
|
4238
|
-
version "0.7.
|
4239
|
-
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.
|
4240
|
-
integrity sha512
|
4189
|
+
version "0.7.1"
|
4190
|
+
resolved "https://registry.yarnpkg.com/rechoir/-/rechoir-0.7.1.tgz#9478a96a1ca135b5e88fc027f03ee92d6c645686"
|
4191
|
+
integrity sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==
|
4241
4192
|
dependencies:
|
4242
4193
|
resolve "^1.9.0"
|
4243
4194
|
|
4244
|
-
redent@^
|
4245
|
-
version "
|
4246
|
-
resolved "https://registry.yarnpkg.com/redent/-/redent-
|
4247
|
-
integrity
|
4195
|
+
redent@^3.0.0:
|
4196
|
+
version "3.0.0"
|
4197
|
+
resolved "https://registry.yarnpkg.com/redent/-/redent-3.0.0.tgz#e557b7998316bb53c9f1f56fa626352c6963059f"
|
4198
|
+
integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==
|
4248
4199
|
dependencies:
|
4249
|
-
indent-string "^
|
4250
|
-
strip-indent "^
|
4200
|
+
indent-string "^4.0.0"
|
4201
|
+
strip-indent "^3.0.0"
|
4251
4202
|
|
4252
|
-
regenerate-unicode-properties@^
|
4253
|
-
version "
|
4254
|
-
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-
|
4255
|
-
integrity sha512-
|
4203
|
+
regenerate-unicode-properties@^9.0.0:
|
4204
|
+
version "9.0.0"
|
4205
|
+
resolved "https://registry.yarnpkg.com/regenerate-unicode-properties/-/regenerate-unicode-properties-9.0.0.tgz#54d09c7115e1f53dc2314a974b32c1c344efe326"
|
4206
|
+
integrity sha512-3E12UeNSPfjrgwjkR81m5J7Aw/T55Tu7nUyZVQYCKEOs+2dkxEY+DpPtZzO4YruuiPb7NkYLVcyJC4+zCbk5pA==
|
4256
4207
|
dependencies:
|
4257
|
-
regenerate "^1.4.
|
4208
|
+
regenerate "^1.4.2"
|
4258
4209
|
|
4259
|
-
regenerate@^1.4.
|
4210
|
+
regenerate@^1.4.2:
|
4260
4211
|
version "1.4.2"
|
4261
4212
|
resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.4.2.tgz#b9346d8827e8f5a32f7ba29637d398b69014848a"
|
4262
4213
|
integrity sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==
|
4263
4214
|
|
4264
4215
|
regenerator-runtime@^0.13.4:
|
4265
|
-
version "0.13.
|
4266
|
-
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.
|
4267
|
-
integrity sha512-
|
4216
|
+
version "0.13.9"
|
4217
|
+
resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz#8925742a98ffd90814988d7566ad30ca3b263b52"
|
4218
|
+
integrity sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==
|
4268
4219
|
|
4269
4220
|
regenerator-transform@^0.14.2:
|
4270
4221
|
version "0.14.5"
|
@@ -4282,26 +4233,26 @@ regex-not@^1.0.0, regex-not@^1.0.2:
|
|
4282
4233
|
safe-regex "^1.1.0"
|
4283
4234
|
|
4284
4235
|
regexpu-core@^4.7.1:
|
4285
|
-
version "4.
|
4286
|
-
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.
|
4287
|
-
integrity sha512-
|
4288
|
-
dependencies:
|
4289
|
-
regenerate "^1.4.
|
4290
|
-
regenerate-unicode-properties "^
|
4291
|
-
regjsgen "^0.5.
|
4292
|
-
regjsparser "^0.
|
4293
|
-
unicode-match-property-ecmascript "^
|
4294
|
-
unicode-match-property-value-ecmascript "^
|
4295
|
-
|
4296
|
-
regjsgen@^0.5.
|
4236
|
+
version "4.8.0"
|
4237
|
+
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.8.0.tgz#e5605ba361b67b1718478501327502f4479a98f0"
|
4238
|
+
integrity sha512-1F6bYsoYiz6is+oz70NWur2Vlh9KWtswuRuzJOfeYUrfPX2o8n74AnUVaOGDbUqVGO9fNHu48/pjJO4sNVwsOg==
|
4239
|
+
dependencies:
|
4240
|
+
regenerate "^1.4.2"
|
4241
|
+
regenerate-unicode-properties "^9.0.0"
|
4242
|
+
regjsgen "^0.5.2"
|
4243
|
+
regjsparser "^0.7.0"
|
4244
|
+
unicode-match-property-ecmascript "^2.0.0"
|
4245
|
+
unicode-match-property-value-ecmascript "^2.0.0"
|
4246
|
+
|
4247
|
+
regjsgen@^0.5.2:
|
4297
4248
|
version "0.5.2"
|
4298
4249
|
resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.5.2.tgz#92ff295fb1deecbf6ecdab2543d207e91aa33733"
|
4299
4250
|
integrity sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==
|
4300
4251
|
|
4301
|
-
regjsparser@^0.
|
4302
|
-
version "0.
|
4303
|
-
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.
|
4304
|
-
integrity sha512-
|
4252
|
+
regjsparser@^0.7.0:
|
4253
|
+
version "0.7.0"
|
4254
|
+
resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.7.0.tgz#a6b667b54c885e18b52554cb4960ef71187e9968"
|
4255
|
+
integrity sha512-A4pcaORqmNMDVwUjWoTzuhwMGpP+NykpfqAsEgI1FSH/EzC7lrN5TMd+kN8YCovX+jMpu8eaqXgXPCa0g8FQNQ==
|
4305
4256
|
dependencies:
|
4306
4257
|
jsesc "~0.5.0"
|
4307
4258
|
|
@@ -4311,22 +4262,15 @@ remove-trailing-separator@^1.0.1:
|
|
4311
4262
|
integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
|
4312
4263
|
|
4313
4264
|
repeat-element@^1.1.2:
|
4314
|
-
version "1.1.
|
4315
|
-
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.
|
4316
|
-
integrity sha512-
|
4265
|
+
version "1.1.4"
|
4266
|
+
resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.4.tgz#be681520847ab58c7568ac75fbfad28ed42d39e9"
|
4267
|
+
integrity sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==
|
4317
4268
|
|
4318
4269
|
repeat-string@^1.6.1:
|
4319
4270
|
version "1.6.1"
|
4320
4271
|
resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
|
4321
4272
|
integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc=
|
4322
4273
|
|
4323
|
-
repeating@^2.0.0:
|
4324
|
-
version "2.0.1"
|
4325
|
-
resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda"
|
4326
|
-
integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=
|
4327
|
-
dependencies:
|
4328
|
-
is-finite "^1.0.0"
|
4329
|
-
|
4330
4274
|
request@^2.88.0, request@^2.88.2:
|
4331
4275
|
version "2.88.2"
|
4332
4276
|
resolved "https://registry.yarnpkg.com/request/-/request-2.88.2.tgz#d73c918731cb5a87da047e207234146f664d12b3"
|
@@ -4370,11 +4314,6 @@ resolve-cwd@^3.0.0:
|
|
4370
4314
|
dependencies:
|
4371
4315
|
resolve-from "^5.0.0"
|
4372
4316
|
|
4373
|
-
resolve-from@^4.0.0:
|
4374
|
-
version "4.0.0"
|
4375
|
-
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
|
4376
|
-
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
|
4377
|
-
|
4378
4317
|
resolve-from@^5.0.0:
|
4379
4318
|
version "5.0.0"
|
4380
4319
|
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
|
@@ -4512,7 +4451,7 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
|
|
4512
4451
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
4513
4452
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
4514
4453
|
|
4515
|
-
semver@^7.3.2:
|
4454
|
+
semver@^7.3.2, semver@^7.3.4:
|
4516
4455
|
version "7.3.5"
|
4517
4456
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
4518
4457
|
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
@@ -4574,9 +4513,9 @@ shebang-regex@^3.0.0:
|
|
4574
4513
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
4575
4514
|
|
4576
4515
|
signal-exit@^3.0.0, signal-exit@^3.0.3:
|
4577
|
-
version "3.0.
|
4578
|
-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.
|
4579
|
-
integrity sha512-
|
4516
|
+
version "3.0.6"
|
4517
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.6.tgz#24e630c4b0f03fea446a2bd299e62b4a6ca8d0af"
|
4518
|
+
integrity sha512-sDl4qMFpijcGw22U5w63KmD3cZJfBuFlVNbVMKje2keoKML7X2UzWbc4XrmEbDwg0NXJc3yv4/ox7b+JWb57kQ==
|
4580
4519
|
|
4581
4520
|
slash@^3.0.0:
|
4582
4521
|
version "3.0.0"
|
@@ -4614,15 +4553,20 @@ snapdragon@^0.8.1:
|
|
4614
4553
|
use "^3.1.0"
|
4615
4554
|
|
4616
4555
|
sortablejs@^1.13.0:
|
4617
|
-
version "1.
|
4618
|
-
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.
|
4619
|
-
integrity sha512-
|
4556
|
+
version "1.14.0"
|
4557
|
+
resolved "https://registry.yarnpkg.com/sortablejs/-/sortablejs-1.14.0.tgz#6d2e17ccbdb25f464734df621d4f35d4ab35b3d8"
|
4558
|
+
integrity sha512-pBXvQCs5/33fdN1/39pPL0NZF20LeRbLQ5jtnheIPN9JQAaufGjKdWduZn4U7wCtVuzKhmRkI0DFYHYRbB2H1w==
|
4620
4559
|
|
4621
4560
|
source-list-map@^2.0.0:
|
4622
4561
|
version "2.0.1"
|
4623
4562
|
resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
4624
4563
|
integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
4625
4564
|
|
4565
|
+
source-map-js@^1.0.1:
|
4566
|
+
version "1.0.1"
|
4567
|
+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.1.tgz#a1741c131e3c77d048252adfa24e23b908670caf"
|
4568
|
+
integrity sha512-4+TN2b3tqOCd/kaGRJ/sTYA0tR0mdXx26ipdolxcwtJVqEnqNYvlCAt1q3ypy4QMlYus+Zh34RNtYLoq2oQ4IA==
|
4569
|
+
|
4626
4570
|
source-map-resolve@^0.5.0:
|
4627
4571
|
version "0.5.3"
|
4628
4572
|
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"
|
@@ -4635,9 +4579,9 @@ source-map-resolve@^0.5.0:
|
|
4635
4579
|
urix "^0.1.0"
|
4636
4580
|
|
4637
4581
|
source-map-support@~0.5.12:
|
4638
|
-
version "0.5.
|
4639
|
-
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.
|
4640
|
-
integrity sha512-
|
4582
|
+
version "0.5.21"
|
4583
|
+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
4584
|
+
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
4641
4585
|
dependencies:
|
4642
4586
|
buffer-from "^1.0.0"
|
4643
4587
|
source-map "^0.6.0"
|
@@ -4686,9 +4630,9 @@ spdx-expression-parse@^3.0.0:
|
|
4686
4630
|
spdx-license-ids "^3.0.0"
|
4687
4631
|
|
4688
4632
|
spdx-license-ids@^3.0.0:
|
4689
|
-
version "3.0.
|
4690
|
-
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.
|
4691
|
-
integrity sha512-
|
4633
|
+
version "3.0.11"
|
4634
|
+
resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz#50c0d8c40a14ec1bf449bae69a0ea4685a9d9f95"
|
4635
|
+
integrity sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==
|
4692
4636
|
|
4693
4637
|
split-string@^3.0.1, split-string@^3.0.2:
|
4694
4638
|
version "3.1.0"
|
@@ -4734,14 +4678,6 @@ stdout-stream@^1.4.0:
|
|
4734
4678
|
dependencies:
|
4735
4679
|
readable-stream "^2.0.1"
|
4736
4680
|
|
4737
|
-
stimulus@^2.0.0:
|
4738
|
-
version "2.0.0"
|
4739
|
-
resolved "https://registry.yarnpkg.com/stimulus/-/stimulus-2.0.0.tgz#713c8b91a72ef90914b90955f0e705f004403047"
|
4740
|
-
integrity sha512-xipy7BS5TVpg4fX6S8LhrYZp7cmHGjmk09WSAiVx1gF5S5g43IWsuetfUhIk8HfHUG+4MQ9nY0FQz4dRFLs/8w==
|
4741
|
-
dependencies:
|
4742
|
-
"@stimulus/core" "^2.0.0"
|
4743
|
-
"@stimulus/webpack-helpers" "^2.0.0"
|
4744
|
-
|
4745
4681
|
stream-browserify@^2.0.1:
|
4746
4682
|
version "2.0.2"
|
4747
4683
|
resolved "https://registry.yarnpkg.com/stream-browserify/-/stream-browserify-2.0.2.tgz#87521d38a44aa7ee91ce1cd2a47df0cb49dd660b"
|
@@ -4783,13 +4719,14 @@ string-width@^1.0.1:
|
|
4783
4719
|
is-fullwidth-code-point "^1.0.0"
|
4784
4720
|
strip-ansi "^3.0.0"
|
4785
4721
|
|
4786
|
-
"string-width@^1.0.2 || 2":
|
4787
|
-
version "2.
|
4788
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.
|
4789
|
-
integrity sha512-
|
4722
|
+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0:
|
4723
|
+
version "4.2.3"
|
4724
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
4725
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
4790
4726
|
dependencies:
|
4791
|
-
|
4792
|
-
|
4727
|
+
emoji-regex "^8.0.0"
|
4728
|
+
is-fullwidth-code-point "^3.0.0"
|
4729
|
+
strip-ansi "^6.0.1"
|
4793
4730
|
|
4794
4731
|
string-width@^3.0.0, string-width@^3.1.0:
|
4795
4732
|
version "3.1.0"
|
@@ -4800,15 +4737,6 @@ string-width@^3.0.0, string-width@^3.1.0:
|
|
4800
4737
|
is-fullwidth-code-point "^2.0.0"
|
4801
4738
|
strip-ansi "^5.1.0"
|
4802
4739
|
|
4803
|
-
string-width@^4.1.0, string-width@^4.2.0:
|
4804
|
-
version "4.2.2"
|
4805
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.2.tgz#dafd4f9559a7585cfba529c6a0a4f73488ebd4c5"
|
4806
|
-
integrity sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==
|
4807
|
-
dependencies:
|
4808
|
-
emoji-regex "^8.0.0"
|
4809
|
-
is-fullwidth-code-point "^3.0.0"
|
4810
|
-
strip-ansi "^6.0.0"
|
4811
|
-
|
4812
4740
|
string_decoder@^1.0.0, string_decoder@^1.1.1:
|
4813
4741
|
version "1.3.0"
|
4814
4742
|
resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz#42f114594a46cf1a8e30b0a84f56c78c3edac21e"
|
@@ -4830,13 +4758,6 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
|
|
4830
4758
|
dependencies:
|
4831
4759
|
ansi-regex "^2.0.0"
|
4832
4760
|
|
4833
|
-
strip-ansi@^4.0.0:
|
4834
|
-
version "4.0.0"
|
4835
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f"
|
4836
|
-
integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8=
|
4837
|
-
dependencies:
|
4838
|
-
ansi-regex "^3.0.0"
|
4839
|
-
|
4840
4761
|
strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
|
4841
4762
|
version "5.2.0"
|
4842
4763
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
|
@@ -4844,31 +4765,24 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
|
|
4844
4765
|
dependencies:
|
4845
4766
|
ansi-regex "^4.1.0"
|
4846
4767
|
|
4847
|
-
strip-ansi@^6.0.0:
|
4848
|
-
version "6.0.
|
4849
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.
|
4850
|
-
integrity sha512-
|
4851
|
-
dependencies:
|
4852
|
-
ansi-regex "^5.0.0"
|
4853
|
-
|
4854
|
-
strip-bom@^2.0.0:
|
4855
|
-
version "2.0.0"
|
4856
|
-
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
|
4857
|
-
integrity sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=
|
4768
|
+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
4769
|
+
version "6.0.1"
|
4770
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
4771
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
4858
4772
|
dependencies:
|
4859
|
-
|
4773
|
+
ansi-regex "^5.0.1"
|
4860
4774
|
|
4861
4775
|
strip-final-newline@^2.0.0:
|
4862
4776
|
version "2.0.0"
|
4863
4777
|
resolved "https://registry.yarnpkg.com/strip-final-newline/-/strip-final-newline-2.0.0.tgz#89b852fb2fcbe936f6f4b3187afb0a12c1ab58ad"
|
4864
4778
|
integrity sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==
|
4865
4779
|
|
4866
|
-
strip-indent@^
|
4867
|
-
version "
|
4868
|
-
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-
|
4869
|
-
integrity
|
4780
|
+
strip-indent@^3.0.0:
|
4781
|
+
version "3.0.0"
|
4782
|
+
resolved "https://registry.yarnpkg.com/strip-indent/-/strip-indent-3.0.0.tgz#c32e1cee940b6b3432c771bc2c54bcce73cd3001"
|
4783
|
+
integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==
|
4870
4784
|
dependencies:
|
4871
|
-
|
4785
|
+
min-indent "^1.0.0"
|
4872
4786
|
|
4873
4787
|
supports-color@^2.0.0:
|
4874
4788
|
version "2.0.0"
|
@@ -4895,9 +4809,9 @@ tapable@^1.0.0, tapable@^1.1.3:
|
|
4895
4809
|
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
4896
4810
|
|
4897
4811
|
tar@^6.0.2:
|
4898
|
-
version "6.1.
|
4899
|
-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.
|
4900
|
-
integrity sha512-
|
4812
|
+
version "6.1.11"
|
4813
|
+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
|
4814
|
+
integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
|
4901
4815
|
dependencies:
|
4902
4816
|
chownr "^2.0.0"
|
4903
4817
|
fs-minipass "^2.0.0"
|
@@ -4988,9 +4902,9 @@ to-regex@^3.0.1, to-regex@^3.0.2:
|
|
4988
4902
|
safe-regex "^1.1.0"
|
4989
4903
|
|
4990
4904
|
tom-select@^2.0.0-rc.4:
|
4991
|
-
version "2.0.0
|
4992
|
-
resolved "https://registry.yarnpkg.com/tom-select/-/tom-select-2.0.0
|
4993
|
-
integrity sha512-
|
4905
|
+
version "2.0.0"
|
4906
|
+
resolved "https://registry.yarnpkg.com/tom-select/-/tom-select-2.0.0.tgz#751ac1087cce29bd40e09f1a604e9ad69451fc86"
|
4907
|
+
integrity sha512-ArECm8bNnv8GMTpvSQawesKX6IDv32cylqivjbghwCddYwfngmz+nOtEhQZkEye7BY415eutqhb4XYim2EL8Hg==
|
4994
4908
|
dependencies:
|
4995
4909
|
"@orchidjs/sifter" "^0.9.0"
|
4996
4910
|
|
@@ -5007,10 +4921,10 @@ tree-kill@^1.2.2:
|
|
5007
4921
|
resolved "https://registry.yarnpkg.com/tree-kill/-/tree-kill-1.2.2.tgz#4ca09a9092c88b73a7cdc5e8a01b507b0790a0cc"
|
5008
4922
|
integrity sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==
|
5009
4923
|
|
5010
|
-
trim-newlines@^
|
5011
|
-
version "
|
5012
|
-
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-
|
5013
|
-
integrity
|
4924
|
+
trim-newlines@^3.0.0:
|
4925
|
+
version "3.0.1"
|
4926
|
+
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144"
|
4927
|
+
integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==
|
5014
4928
|
|
5015
4929
|
"true-case-path@^1.0.2":
|
5016
4930
|
version "1.0.3"
|
@@ -5036,33 +4950,48 @@ tweetnacl@^0.14.3, tweetnacl@~0.14.0:
|
|
5036
4950
|
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"
|
5037
4951
|
integrity sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=
|
5038
4952
|
|
4953
|
+
type-fest@^0.18.0:
|
4954
|
+
version "0.18.1"
|
4955
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.18.1.tgz#db4bc151a4a2cf4eebf9add5db75508db6cc841f"
|
4956
|
+
integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==
|
4957
|
+
|
4958
|
+
type-fest@^0.6.0:
|
4959
|
+
version "0.6.0"
|
4960
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.6.0.tgz#8d2a2370d3df886eb5c90ada1c5bf6188acf838b"
|
4961
|
+
integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==
|
4962
|
+
|
4963
|
+
type-fest@^0.8.1:
|
4964
|
+
version "0.8.1"
|
4965
|
+
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
|
4966
|
+
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
|
4967
|
+
|
5039
4968
|
typedarray@^0.0.6:
|
5040
4969
|
version "0.0.6"
|
5041
4970
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
5042
4971
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
5043
4972
|
|
5044
|
-
unicode-canonical-property-names-ecmascript@^
|
5045
|
-
version "
|
5046
|
-
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-
|
5047
|
-
integrity sha512-
|
4973
|
+
unicode-canonical-property-names-ecmascript@^2.0.0:
|
4974
|
+
version "2.0.0"
|
4975
|
+
resolved "https://registry.yarnpkg.com/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz#301acdc525631670d39f6146e0e77ff6bbdebddc"
|
4976
|
+
integrity sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==
|
5048
4977
|
|
5049
|
-
unicode-match-property-ecmascript@^
|
5050
|
-
version "
|
5051
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-
|
5052
|
-
integrity sha512-
|
4978
|
+
unicode-match-property-ecmascript@^2.0.0:
|
4979
|
+
version "2.0.0"
|
4980
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz#54fd16e0ecb167cf04cf1f756bdcc92eba7976c3"
|
4981
|
+
integrity sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==
|
5053
4982
|
dependencies:
|
5054
|
-
unicode-canonical-property-names-ecmascript "^
|
5055
|
-
unicode-property-aliases-ecmascript "^
|
4983
|
+
unicode-canonical-property-names-ecmascript "^2.0.0"
|
4984
|
+
unicode-property-aliases-ecmascript "^2.0.0"
|
5056
4985
|
|
5057
|
-
unicode-match-property-value-ecmascript@^
|
5058
|
-
version "
|
5059
|
-
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-
|
5060
|
-
integrity sha512-
|
4986
|
+
unicode-match-property-value-ecmascript@^2.0.0:
|
4987
|
+
version "2.0.0"
|
4988
|
+
resolved "https://registry.yarnpkg.com/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz#1a01aa57247c14c568b89775a54938788189a714"
|
4989
|
+
integrity sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==
|
5061
4990
|
|
5062
|
-
unicode-property-aliases-ecmascript@^
|
5063
|
-
version "
|
5064
|
-
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-
|
5065
|
-
integrity sha512-
|
4991
|
+
unicode-property-aliases-ecmascript@^2.0.0:
|
4992
|
+
version "2.0.0"
|
4993
|
+
resolved "https://registry.yarnpkg.com/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.0.0.tgz#0a36cb9a585c4f6abd51ad1deddb285c165297c8"
|
4994
|
+
integrity sha512-5Zfuy9q/DFr4tfO7ZPeVXb1aPoeQSdeFMLpYuFebehDAhbuevLs5yxSZmIFN1tP5F9Wl4IpJrYojg85/zgyZHQ==
|
5066
4995
|
|
5067
4996
|
union-value@^1.0.0:
|
5068
4997
|
version "1.0.1"
|
@@ -5162,11 +5091,6 @@ uuid@^3.3.2:
|
|
5162
5091
|
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
5163
5092
|
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
|
5164
5093
|
|
5165
|
-
v8-compile-cache@^2.2.0:
|
5166
|
-
version "2.3.0"
|
5167
|
-
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz#2de19618c66dc247dcfb6f99338035d8245a2cee"
|
5168
|
-
integrity sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
|
5169
|
-
|
5170
5094
|
validate-npm-package-license@^3.0.1:
|
5171
5095
|
version "3.0.4"
|
5172
5096
|
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"
|
@@ -5216,29 +5140,27 @@ watchpack@^1.7.4:
|
|
5216
5140
|
watchpack-chokidar2 "^2.0.1"
|
5217
5141
|
|
5218
5142
|
webpack-cli@^4.4.0:
|
5219
|
-
version "4.
|
5220
|
-
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.
|
5221
|
-
integrity sha512-
|
5143
|
+
version "4.9.1"
|
5144
|
+
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-4.9.1.tgz#b64be825e2d1b130f285c314caa3b1ba9a4632b3"
|
5145
|
+
integrity sha512-JYRFVuyFpzDxMDB+v/nanUdQYcZtqFPGzmlW4s+UkPMFhSpfRNmf1z4AwYcHJVdvEFAM7FFCQdNTpsBYhDLusQ==
|
5222
5146
|
dependencies:
|
5223
5147
|
"@discoveryjs/json-ext" "^0.5.0"
|
5224
|
-
"@webpack-cli/configtest" "^1.0
|
5225
|
-
"@webpack-cli/info" "^1.
|
5226
|
-
"@webpack-cli/serve" "^1.
|
5227
|
-
colorette "^
|
5148
|
+
"@webpack-cli/configtest" "^1.1.0"
|
5149
|
+
"@webpack-cli/info" "^1.4.0"
|
5150
|
+
"@webpack-cli/serve" "^1.6.0"
|
5151
|
+
colorette "^2.0.14"
|
5228
5152
|
commander "^7.0.0"
|
5229
|
-
enquirer "^2.3.6"
|
5230
5153
|
execa "^5.0.0"
|
5231
5154
|
fastest-levenshtein "^1.0.12"
|
5232
5155
|
import-local "^3.0.2"
|
5233
5156
|
interpret "^2.2.0"
|
5234
5157
|
rechoir "^0.7.0"
|
5235
|
-
v8-compile-cache "^2.2.0"
|
5236
5158
|
webpack-merge "^5.7.3"
|
5237
5159
|
|
5238
5160
|
webpack-merge@^5.7.3:
|
5239
|
-
version "5.
|
5240
|
-
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.
|
5241
|
-
integrity sha512
|
5161
|
+
version "5.8.0"
|
5162
|
+
resolved "https://registry.yarnpkg.com/webpack-merge/-/webpack-merge-5.8.0.tgz#2b39dbf22af87776ad744c390223731d30a68f61"
|
5163
|
+
integrity sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==
|
5242
5164
|
dependencies:
|
5243
5165
|
clone-deep "^4.0.1"
|
5244
5166
|
wildcard "^2.0.0"
|
@@ -5293,11 +5215,11 @@ which@^2.0.1, which@^2.0.2:
|
|
5293
5215
|
isexe "^2.0.0"
|
5294
5216
|
|
5295
5217
|
wide-align@^1.1.0:
|
5296
|
-
version "1.1.
|
5297
|
-
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.
|
5298
|
-
integrity sha512-
|
5218
|
+
version "1.1.5"
|
5219
|
+
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
|
5220
|
+
integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==
|
5299
5221
|
dependencies:
|
5300
|
-
string-width "^1.0.2 || 2"
|
5222
|
+
string-width "^1.0.2 || 2 || 3 || 4"
|
5301
5223
|
|
5302
5224
|
wildcard@^2.0.0:
|
5303
5225
|
version "2.0.0"
|
@@ -5345,9 +5267,9 @@ y18n@^4.0.0:
|
|
5345
5267
|
integrity sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
|
5346
5268
|
|
5347
5269
|
y18n@^5.0.5:
|
5348
|
-
version "5.0.
|
5349
|
-
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.
|
5350
|
-
integrity sha512-
|
5270
|
+
version "5.0.8"
|
5271
|
+
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
|
5272
|
+
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
|
5351
5273
|
|
5352
5274
|
yallist@^3.0.2:
|
5353
5275
|
version "3.1.1"
|
@@ -5359,7 +5281,7 @@ yallist@^4.0.0:
|
|
5359
5281
|
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
|
5360
5282
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
5361
5283
|
|
5362
|
-
yaml@^1.10.
|
5284
|
+
yaml@^1.10.2:
|
5363
5285
|
version "1.10.2"
|
5364
5286
|
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.10.2.tgz#2301c5ffbf12b467de8da2333a459e29e7920e4b"
|
5365
5287
|
integrity sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==
|
@@ -5372,10 +5294,10 @@ yargs-parser@^13.1.2:
|
|
5372
5294
|
camelcase "^5.0.0"
|
5373
5295
|
decamelize "^1.2.0"
|
5374
5296
|
|
5375
|
-
yargs-parser@^20.2.2:
|
5376
|
-
version "20.2.
|
5377
|
-
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.
|
5378
|
-
integrity sha512-
|
5297
|
+
yargs-parser@^20.2.2, yargs-parser@^20.2.3:
|
5298
|
+
version "20.2.9"
|
5299
|
+
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
|
5300
|
+
integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
|
5379
5301
|
|
5380
5302
|
yargs@^13.3.2:
|
5381
5303
|
version "13.3.2"
|