trestle 0.9.8 → 0.9.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rspec.yml +4 -2
- data/.gitignore +4 -0
- data/app/assets/bundle/trestle/bundle.css +4 -4
- data/app/assets/bundle/trestle/bundle.js +12 -26
- data/app/controllers/concerns/trestle/controller/toolbars.rb +1 -1
- data/app/controllers/concerns/trestle/resource/controller/actions.rb +5 -5
- data/app/controllers/concerns/trestle/resource/controller/redirection.rb +5 -3
- data/app/controllers/trestle/admin_controller.rb +4 -0
- data/app/helpers/trestle/card_helper.rb +2 -2
- data/app/helpers/trestle/navigation_helper.rb +3 -1
- data/app/helpers/trestle/toolbars_helper.rb +1 -1
- data/app/views/trestle/resource/_scopes.html.erb +1 -1
- data/config/locales/vi.yml +1 -1
- data/frontend/css/components/_toolbars.scss +1 -19
- data/frontend/css/core/_mixins.scss +1 -4
- data/frontend/css/layout/_content.scss +1 -1
- data/lib/trestle/adapters/active_record_adapter.rb +1 -1
- data/lib/trestle/admin/builder.rb +7 -0
- data/lib/trestle/admin.rb +12 -6
- data/lib/trestle/configurable.rb +2 -2
- data/lib/trestle/form/automatic.rb +3 -1
- data/lib/trestle/hook/helpers.rb +1 -1
- data/lib/trestle/reloader.rb +2 -11
- data/lib/trestle/resource/builder.rb +1 -8
- data/lib/trestle/resource.rb +2 -2
- data/lib/trestle/scopes/block.rb +7 -7
- data/lib/trestle/scopes/definition.rb +2 -2
- data/lib/trestle/scopes/scope.rb +4 -0
- data/lib/trestle/version.rb +1 -1
- data/lib/trestle.rb +4 -0
- data/package.json +1 -1
- data/trestle.gemspec +7 -7
- data/webpack.config.js +8 -1
- data/yarn.lock +1197 -2344
- metadata +21 -21
data/yarn.lock
CHANGED
@@ -3,418 +3,304 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
"@ampproject/remapping@^2.2.0":
|
6
|
-
version "2.
|
7
|
-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.
|
8
|
-
integrity sha512-
|
6
|
+
version "2.3.0"
|
7
|
+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
|
8
|
+
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
|
9
9
|
dependencies:
|
10
|
-
"@jridgewell/gen-mapping" "^0.
|
11
|
-
"@jridgewell/trace-mapping" "^0.3.
|
10
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
11
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
12
12
|
|
13
|
-
"@babel/code-frame@^7.0.0"
|
13
|
+
"@babel/code-frame@^7.0.0":
|
14
14
|
version "7.21.4"
|
15
15
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.21.4.tgz#d0fa9e4413aca81f2b23b9442797bda1826edb39"
|
16
16
|
integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==
|
17
17
|
dependencies:
|
18
18
|
"@babel/highlight" "^7.18.6"
|
19
19
|
|
20
|
-
"@babel/
|
21
|
-
version "7.
|
22
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
23
|
-
integrity sha512
|
20
|
+
"@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.2":
|
21
|
+
version "7.24.2"
|
22
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
|
23
|
+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
|
24
|
+
dependencies:
|
25
|
+
"@babel/highlight" "^7.24.2"
|
26
|
+
picocolors "^1.0.0"
|
27
|
+
|
28
|
+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.4":
|
29
|
+
version "7.24.4"
|
30
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.4.tgz#6f102372e9094f25d908ca0d34fc74c74606059a"
|
31
|
+
integrity sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==
|
24
32
|
|
25
33
|
"@babel/core@^7.14.6":
|
26
|
-
version "7.
|
27
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
28
|
-
integrity sha512-
|
34
|
+
version "7.24.5"
|
35
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.5.tgz#15ab5b98e101972d171aeef92ac70d8d6718f06a"
|
36
|
+
integrity sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==
|
29
37
|
dependencies:
|
30
38
|
"@ampproject/remapping" "^2.2.0"
|
31
|
-
"@babel/code-frame" "^7.
|
32
|
-
"@babel/generator" "^7.
|
33
|
-
"@babel/helper-compilation-targets" "^7.
|
34
|
-
"@babel/helper-module-transforms" "^7.
|
35
|
-
"@babel/helpers" "^7.
|
36
|
-
"@babel/parser" "^7.
|
37
|
-
"@babel/template" "^7.
|
38
|
-
"@babel/traverse" "^7.
|
39
|
-
"@babel/types" "^7.
|
40
|
-
convert-source-map "^
|
39
|
+
"@babel/code-frame" "^7.24.2"
|
40
|
+
"@babel/generator" "^7.24.5"
|
41
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
42
|
+
"@babel/helper-module-transforms" "^7.24.5"
|
43
|
+
"@babel/helpers" "^7.24.5"
|
44
|
+
"@babel/parser" "^7.24.5"
|
45
|
+
"@babel/template" "^7.24.0"
|
46
|
+
"@babel/traverse" "^7.24.5"
|
47
|
+
"@babel/types" "^7.24.5"
|
48
|
+
convert-source-map "^2.0.0"
|
41
49
|
debug "^4.1.0"
|
42
50
|
gensync "^1.0.0-beta.2"
|
43
|
-
json5 "^2.2.
|
44
|
-
semver "^6.3.
|
51
|
+
json5 "^2.2.3"
|
52
|
+
semver "^6.3.1"
|
45
53
|
|
46
|
-
"@babel/generator@^7.
|
47
|
-
version "7.
|
48
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
49
|
-
integrity sha512-
|
54
|
+
"@babel/generator@^7.24.5":
|
55
|
+
version "7.24.5"
|
56
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.5.tgz#e5afc068f932f05616b66713e28d0f04e99daeb3"
|
57
|
+
integrity sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==
|
50
58
|
dependencies:
|
51
|
-
"@babel/types" "^7.
|
52
|
-
"@jridgewell/gen-mapping" "^0.3.
|
53
|
-
"@jridgewell/trace-mapping" "^0.3.
|
59
|
+
"@babel/types" "^7.24.5"
|
60
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
61
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
54
62
|
jsesc "^2.5.1"
|
55
63
|
|
56
|
-
"@babel/helper-annotate-as-pure@^7.
|
57
|
-
version "7.
|
58
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
59
|
-
integrity sha512-
|
64
|
+
"@babel/helper-annotate-as-pure@^7.22.5":
|
65
|
+
version "7.22.5"
|
66
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz#e7f06737b197d580a01edf75d97e2c8be99d3882"
|
67
|
+
integrity sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==
|
60
68
|
dependencies:
|
61
|
-
"@babel/types" "^7.
|
69
|
+
"@babel/types" "^7.22.5"
|
62
70
|
|
63
|
-
"@babel/helper-builder-binary-assignment-operator-visitor@^7.
|
64
|
-
version "7.
|
65
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.
|
66
|
-
integrity sha512-
|
71
|
+
"@babel/helper-builder-binary-assignment-operator-visitor@^7.22.15":
|
72
|
+
version "7.22.15"
|
73
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz#5426b109cf3ad47b91120f8328d8ab1be8b0b956"
|
74
|
+
integrity sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==
|
67
75
|
dependencies:
|
68
|
-
"@babel/
|
69
|
-
"@babel/types" "^7.18.9"
|
76
|
+
"@babel/types" "^7.22.15"
|
70
77
|
|
71
|
-
"@babel/helper-compilation-targets@^7.
|
72
|
-
version "7.
|
73
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
74
|
-
integrity sha512-
|
78
|
+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
|
79
|
+
version "7.23.6"
|
80
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
81
|
+
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
75
82
|
dependencies:
|
76
|
-
"@babel/compat-data" "^7.
|
77
|
-
"@babel/helper-validator-option" "^7.
|
78
|
-
browserslist "^4.
|
83
|
+
"@babel/compat-data" "^7.23.5"
|
84
|
+
"@babel/helper-validator-option" "^7.23.5"
|
85
|
+
browserslist "^4.22.2"
|
79
86
|
lru-cache "^5.1.1"
|
80
|
-
semver "^6.3.
|
81
|
-
|
82
|
-
"@babel/helper-create-class-features-plugin@^7.
|
83
|
-
version "7.
|
84
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
85
|
-
integrity sha512-
|
86
|
-
dependencies:
|
87
|
-
"@babel/helper-annotate-as-pure" "^7.
|
88
|
-
"@babel/helper-environment-visitor" "^7.
|
89
|
-
"@babel/helper-function-name" "^7.
|
90
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
91
|
-
"@babel/helper-optimise-call-expression" "^7.
|
92
|
-
"@babel/helper-replace-supers" "^7.
|
93
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
94
|
-
"@babel/helper-split-export-declaration" "^7.
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
87
|
+
semver "^6.3.1"
|
88
|
+
|
89
|
+
"@babel/helper-create-class-features-plugin@^7.24.1", "@babel/helper-create-class-features-plugin@^7.24.4", "@babel/helper-create-class-features-plugin@^7.24.5":
|
90
|
+
version "7.24.5"
|
91
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.5.tgz#7d19da92c7e0cd8d11c09af2ce1b8e7512a6e723"
|
92
|
+
integrity sha512-uRc4Cv8UQWnE4NXlYTIIdM7wfFkOqlFztcC/gVXDKohKoVB3OyonfelUBaJzSwpBntZ2KYGF/9S7asCHsXwW6g==
|
93
|
+
dependencies:
|
94
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
95
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
96
|
+
"@babel/helper-function-name" "^7.23.0"
|
97
|
+
"@babel/helper-member-expression-to-functions" "^7.24.5"
|
98
|
+
"@babel/helper-optimise-call-expression" "^7.22.5"
|
99
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
100
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
101
|
+
"@babel/helper-split-export-declaration" "^7.24.5"
|
102
|
+
semver "^6.3.1"
|
103
|
+
|
104
|
+
"@babel/helper-create-regexp-features-plugin@^7.18.6", "@babel/helper-create-regexp-features-plugin@^7.22.15", "@babel/helper-create-regexp-features-plugin@^7.22.5":
|
105
|
+
version "7.22.15"
|
106
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz#5ee90093914ea09639b01c711db0d6775e558be1"
|
107
|
+
integrity sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==
|
108
|
+
dependencies:
|
109
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
102
110
|
regexpu-core "^5.3.1"
|
111
|
+
semver "^6.3.1"
|
103
112
|
|
104
|
-
"@babel/helper-define-polyfill-provider@^0.
|
105
|
-
version "0.
|
106
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.
|
107
|
-
integrity sha512-
|
113
|
+
"@babel/helper-define-polyfill-provider@^0.6.1", "@babel/helper-define-polyfill-provider@^0.6.2":
|
114
|
+
version "0.6.2"
|
115
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz#18594f789c3594acb24cfdb4a7f7b7d2e8bd912d"
|
116
|
+
integrity sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==
|
108
117
|
dependencies:
|
109
|
-
"@babel/helper-compilation-targets" "^7.
|
110
|
-
"@babel/helper-plugin-utils" "^7.
|
118
|
+
"@babel/helper-compilation-targets" "^7.22.6"
|
119
|
+
"@babel/helper-plugin-utils" "^7.22.5"
|
111
120
|
debug "^4.1.1"
|
112
121
|
lodash.debounce "^4.0.8"
|
113
122
|
resolve "^1.14.2"
|
114
|
-
semver "^6.1.2"
|
115
|
-
|
116
|
-
"@babel/helper-environment-visitor@^7.18.9":
|
117
|
-
version "7.18.9"
|
118
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz#0c0cee9b35d2ca190478756865bb3528422f51be"
|
119
|
-
integrity sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==
|
120
|
-
|
121
|
-
"@babel/helper-explode-assignable-expression@^7.18.6":
|
122
|
-
version "7.18.6"
|
123
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz#41f8228ef0a6f1a036b8dfdfec7ce94f9a6bc096"
|
124
|
-
integrity sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==
|
125
|
-
dependencies:
|
126
|
-
"@babel/types" "^7.18.6"
|
127
123
|
|
128
|
-
"@babel/helper-
|
129
|
-
version "7.
|
130
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
131
|
-
integrity sha512-
|
132
|
-
dependencies:
|
133
|
-
"@babel/template" "^7.20.7"
|
134
|
-
"@babel/types" "^7.21.0"
|
124
|
+
"@babel/helper-environment-visitor@^7.22.20":
|
125
|
+
version "7.22.20"
|
126
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz#96159db61d34a29dba454c959f5ae4a649ba9167"
|
127
|
+
integrity sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==
|
135
128
|
|
136
|
-
"@babel/helper-
|
137
|
-
version "7.
|
138
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
139
|
-
integrity sha512-
|
129
|
+
"@babel/helper-function-name@^7.23.0":
|
130
|
+
version "7.23.0"
|
131
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
132
|
+
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
|
140
133
|
dependencies:
|
141
|
-
"@babel/
|
134
|
+
"@babel/template" "^7.22.15"
|
135
|
+
"@babel/types" "^7.23.0"
|
142
136
|
|
143
|
-
"@babel/helper-
|
144
|
-
version "7.
|
145
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
146
|
-
integrity sha512-
|
137
|
+
"@babel/helper-hoist-variables@^7.22.5":
|
138
|
+
version "7.22.5"
|
139
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz#c01a007dac05c085914e8fb652b339db50d823bb"
|
140
|
+
integrity sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==
|
147
141
|
dependencies:
|
148
|
-
"@babel/types" "^7.
|
142
|
+
"@babel/types" "^7.22.5"
|
149
143
|
|
150
|
-
"@babel/helper-
|
151
|
-
version "7.
|
152
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
153
|
-
integrity sha512-
|
154
|
-
dependencies:
|
155
|
-
"@babel/types" "^7.21.4"
|
156
|
-
|
157
|
-
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
|
158
|
-
version "7.21.2"
|
159
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
|
160
|
-
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
|
161
|
-
dependencies:
|
162
|
-
"@babel/helper-environment-visitor" "^7.18.9"
|
163
|
-
"@babel/helper-module-imports" "^7.18.6"
|
164
|
-
"@babel/helper-simple-access" "^7.20.2"
|
165
|
-
"@babel/helper-split-export-declaration" "^7.18.6"
|
166
|
-
"@babel/helper-validator-identifier" "^7.19.1"
|
167
|
-
"@babel/template" "^7.20.7"
|
168
|
-
"@babel/traverse" "^7.21.2"
|
169
|
-
"@babel/types" "^7.21.2"
|
170
|
-
|
171
|
-
"@babel/helper-optimise-call-expression@^7.18.6":
|
172
|
-
version "7.18.6"
|
173
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz#9369aa943ee7da47edab2cb4e838acf09d290ffe"
|
174
|
-
integrity sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==
|
144
|
+
"@babel/helper-member-expression-to-functions@^7.23.0", "@babel/helper-member-expression-to-functions@^7.24.5":
|
145
|
+
version "7.24.5"
|
146
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.5.tgz#5981e131d5c7003c7d1fa1ad49e86c9b097ec475"
|
147
|
+
integrity sha512-4owRteeihKWKamtqg4JmWSsEZU445xpFRXPEwp44HbgbxdWlUV1b4Agg4lkA806Lil5XM/e+FJyS0vj5T6vmcA==
|
175
148
|
dependencies:
|
176
|
-
"@babel/types" "^7.
|
177
|
-
|
178
|
-
"@babel/helper-
|
179
|
-
version "7.
|
180
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
181
|
-
integrity sha512-
|
149
|
+
"@babel/types" "^7.24.5"
|
150
|
+
|
151
|
+
"@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
|
152
|
+
version "7.24.3"
|
153
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
|
154
|
+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
|
155
|
+
dependencies:
|
156
|
+
"@babel/types" "^7.24.0"
|
182
157
|
|
183
|
-
"@babel/helper-
|
184
|
-
version "7.
|
185
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
186
|
-
integrity sha512-
|
187
|
-
dependencies:
|
188
|
-
"@babel/helper-
|
189
|
-
"@babel/helper-
|
190
|
-
"@babel/helper-
|
191
|
-
"@babel/
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
"@babel/
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
"@babel/helper-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
"
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
"@babel/helper-
|
232
|
-
version "7.
|
233
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
234
|
-
integrity sha512-
|
235
|
-
|
236
|
-
"@babel/
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
"
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
"@babel/
|
261
|
-
version "7.
|
262
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
263
|
-
integrity sha512
|
264
|
-
dependencies:
|
265
|
-
"@babel/helper-
|
266
|
-
|
158
|
+
"@babel/helper-module-transforms@^7.23.3", "@babel/helper-module-transforms@^7.24.5":
|
159
|
+
version "7.24.5"
|
160
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz#ea6c5e33f7b262a0ae762fd5986355c45f54a545"
|
161
|
+
integrity sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==
|
162
|
+
dependencies:
|
163
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
164
|
+
"@babel/helper-module-imports" "^7.24.3"
|
165
|
+
"@babel/helper-simple-access" "^7.24.5"
|
166
|
+
"@babel/helper-split-export-declaration" "^7.24.5"
|
167
|
+
"@babel/helper-validator-identifier" "^7.24.5"
|
168
|
+
|
169
|
+
"@babel/helper-optimise-call-expression@^7.22.5":
|
170
|
+
version "7.22.5"
|
171
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz#f21531a9ccbff644fdd156b4077c16ff0c3f609e"
|
172
|
+
integrity sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==
|
173
|
+
dependencies:
|
174
|
+
"@babel/types" "^7.22.5"
|
175
|
+
|
176
|
+
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.18.6", "@babel/helper-plugin-utils@^7.22.5", "@babel/helper-plugin-utils@^7.24.0", "@babel/helper-plugin-utils@^7.24.5", "@babel/helper-plugin-utils@^7.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
177
|
+
version "7.24.5"
|
178
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz#a924607dd254a65695e5bd209b98b902b3b2f11a"
|
179
|
+
integrity sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==
|
180
|
+
|
181
|
+
"@babel/helper-remap-async-to-generator@^7.22.20":
|
182
|
+
version "7.22.20"
|
183
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz#7b68e1cb4fa964d2996fd063723fb48eca8498e0"
|
184
|
+
integrity sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==
|
185
|
+
dependencies:
|
186
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
187
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
188
|
+
"@babel/helper-wrap-function" "^7.22.20"
|
189
|
+
|
190
|
+
"@babel/helper-replace-supers@^7.24.1":
|
191
|
+
version "7.24.1"
|
192
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
|
193
|
+
integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
|
194
|
+
dependencies:
|
195
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
196
|
+
"@babel/helper-member-expression-to-functions" "^7.23.0"
|
197
|
+
"@babel/helper-optimise-call-expression" "^7.22.5"
|
198
|
+
|
199
|
+
"@babel/helper-simple-access@^7.22.5", "@babel/helper-simple-access@^7.24.5":
|
200
|
+
version "7.24.5"
|
201
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz#50da5b72f58c16b07fbd992810be6049478e85ba"
|
202
|
+
integrity sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==
|
203
|
+
dependencies:
|
204
|
+
"@babel/types" "^7.24.5"
|
205
|
+
|
206
|
+
"@babel/helper-skip-transparent-expression-wrappers@^7.22.5":
|
207
|
+
version "7.22.5"
|
208
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz#007f15240b5751c537c40e77abb4e89eeaaa8847"
|
209
|
+
integrity sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==
|
210
|
+
dependencies:
|
211
|
+
"@babel/types" "^7.22.5"
|
212
|
+
|
213
|
+
"@babel/helper-split-export-declaration@^7.24.5":
|
214
|
+
version "7.24.5"
|
215
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz#b9a67f06a46b0b339323617c8c6213b9055a78b6"
|
216
|
+
integrity sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==
|
217
|
+
dependencies:
|
218
|
+
"@babel/types" "^7.24.5"
|
219
|
+
|
220
|
+
"@babel/helper-string-parser@^7.24.1":
|
221
|
+
version "7.24.1"
|
222
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
|
223
|
+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
|
224
|
+
|
225
|
+
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.24.5":
|
226
|
+
version "7.24.5"
|
227
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz#918b1a7fa23056603506370089bd990d8720db62"
|
228
|
+
integrity sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==
|
229
|
+
|
230
|
+
"@babel/helper-validator-option@^7.23.5":
|
231
|
+
version "7.23.5"
|
232
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
233
|
+
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
|
234
|
+
|
235
|
+
"@babel/helper-wrap-function@^7.22.20":
|
236
|
+
version "7.24.5"
|
237
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-wrap-function/-/helper-wrap-function-7.24.5.tgz#335f934c0962e2c1ed1fb9d79e06a56115067c09"
|
238
|
+
integrity sha512-/xxzuNvgRl4/HLNKvnFwdhdgN3cpLxgLROeLDl83Yx0AJ1SGvq1ak0OszTOjDfiB8Vx03eJbeDWh9r+jCCWttw==
|
239
|
+
dependencies:
|
240
|
+
"@babel/helper-function-name" "^7.23.0"
|
241
|
+
"@babel/template" "^7.24.0"
|
242
|
+
"@babel/types" "^7.24.5"
|
243
|
+
|
244
|
+
"@babel/helpers@^7.24.5":
|
245
|
+
version "7.24.5"
|
246
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.5.tgz#fedeb87eeafa62b621160402181ad8585a22a40a"
|
247
|
+
integrity sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==
|
248
|
+
dependencies:
|
249
|
+
"@babel/template" "^7.24.0"
|
250
|
+
"@babel/traverse" "^7.24.5"
|
251
|
+
"@babel/types" "^7.24.5"
|
252
|
+
|
253
|
+
"@babel/highlight@^7.18.6", "@babel/highlight@^7.24.2":
|
254
|
+
version "7.24.5"
|
255
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.5.tgz#bc0613f98e1dd0720e99b2a9ee3760194a704b6e"
|
256
|
+
integrity sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==
|
257
|
+
dependencies:
|
258
|
+
"@babel/helper-validator-identifier" "^7.24.5"
|
259
|
+
chalk "^2.4.2"
|
267
260
|
js-tokens "^4.0.0"
|
261
|
+
picocolors "^1.0.0"
|
268
262
|
|
269
|
-
"@babel/parser@^7.
|
270
|
-
version "7.
|
271
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
272
|
-
integrity sha512-
|
273
|
-
|
274
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
|
275
|
-
version "7.18.6"
|
276
|
-
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.18.6.tgz#da5b8f9a580acdfbe53494dba45ea389fb09a4d2"
|
277
|
-
integrity sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==
|
278
|
-
dependencies:
|
279
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
280
|
-
|
281
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.20.7":
|
282
|
-
version "7.20.7"
|
283
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.20.7.tgz#d9c85589258539a22a901033853101a6198d4ef1"
|
284
|
-
integrity sha512-sbr9+wNE5aXMBBFBICk01tt7sBf2Oc9ikRFEcem/ZORup9IMUdNhW7/wVLEbbtlWOsEubJet46mHAL2C8+2jKQ==
|
285
|
-
dependencies:
|
286
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
287
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.20.0"
|
288
|
-
"@babel/plugin-proposal-optional-chaining" "^7.20.7"
|
289
|
-
|
290
|
-
"@babel/plugin-proposal-async-generator-functions@^7.20.7":
|
291
|
-
version "7.20.7"
|
292
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz#bfb7276d2d573cb67ba379984a2334e262ba5326"
|
293
|
-
integrity sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==
|
294
|
-
dependencies:
|
295
|
-
"@babel/helper-environment-visitor" "^7.18.9"
|
296
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
297
|
-
"@babel/helper-remap-async-to-generator" "^7.18.9"
|
298
|
-
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
299
|
-
|
300
|
-
"@babel/plugin-proposal-class-properties@^7.18.6":
|
301
|
-
version "7.18.6"
|
302
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz#b110f59741895f7ec21a6fff696ec46265c446a3"
|
303
|
-
integrity sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==
|
304
|
-
dependencies:
|
305
|
-
"@babel/helper-create-class-features-plugin" "^7.18.6"
|
306
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
307
|
-
|
308
|
-
"@babel/plugin-proposal-class-static-block@^7.21.0":
|
309
|
-
version "7.21.0"
|
310
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz#77bdd66fb7b605f3a61302d224bdfacf5547977d"
|
311
|
-
integrity sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==
|
312
|
-
dependencies:
|
313
|
-
"@babel/helper-create-class-features-plugin" "^7.21.0"
|
314
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
315
|
-
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
316
|
-
|
317
|
-
"@babel/plugin-proposal-dynamic-import@^7.18.6":
|
318
|
-
version "7.18.6"
|
319
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz#72bcf8d408799f547d759298c3c27c7e7faa4d94"
|
320
|
-
integrity sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==
|
321
|
-
dependencies:
|
322
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
323
|
-
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
324
|
-
|
325
|
-
"@babel/plugin-proposal-export-namespace-from@^7.18.9":
|
326
|
-
version "7.18.9"
|
327
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz#5f7313ab348cdb19d590145f9247540e94761203"
|
328
|
-
integrity sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==
|
329
|
-
dependencies:
|
330
|
-
"@babel/helper-plugin-utils" "^7.18.9"
|
331
|
-
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
332
|
-
|
333
|
-
"@babel/plugin-proposal-json-strings@^7.18.6":
|
334
|
-
version "7.18.6"
|
335
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz#7e8788c1811c393aff762817e7dbf1ebd0c05f0b"
|
336
|
-
integrity sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==
|
337
|
-
dependencies:
|
338
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
339
|
-
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
340
|
-
|
341
|
-
"@babel/plugin-proposal-logical-assignment-operators@^7.20.7":
|
342
|
-
version "7.20.7"
|
343
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83"
|
344
|
-
integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
|
345
|
-
dependencies:
|
346
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
347
|
-
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
348
|
-
|
349
|
-
"@babel/plugin-proposal-nullish-coalescing-operator@^7.18.6":
|
350
|
-
version "7.18.6"
|
351
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz#fdd940a99a740e577d6c753ab6fbb43fdb9467e1"
|
352
|
-
integrity sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==
|
353
|
-
dependencies:
|
354
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
355
|
-
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
356
|
-
|
357
|
-
"@babel/plugin-proposal-numeric-separator@^7.18.6":
|
358
|
-
version "7.18.6"
|
359
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz#899b14fbafe87f053d2c5ff05b36029c62e13c75"
|
360
|
-
integrity sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==
|
361
|
-
dependencies:
|
362
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
363
|
-
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
263
|
+
"@babel/parser@^7.24.0", "@babel/parser@^7.24.5":
|
264
|
+
version "7.24.5"
|
265
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790"
|
266
|
+
integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==
|
364
267
|
|
365
|
-
"@babel/plugin-
|
366
|
-
version "7.
|
367
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
368
|
-
integrity sha512-
|
268
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.24.5":
|
269
|
+
version "7.24.5"
|
270
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.24.5.tgz#4c3685eb9cd790bcad2843900fe0250c91ccf895"
|
271
|
+
integrity sha512-LdXRi1wEMTrHVR4Zc9F8OewC3vdm5h4QB6L71zy6StmYeqGi1b3ttIO8UC+BfZKcH9jdr4aI249rBkm+3+YvHw==
|
369
272
|
dependencies:
|
370
|
-
"@babel/
|
371
|
-
"@babel/helper-
|
372
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
373
|
-
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
374
|
-
"@babel/plugin-transform-parameters" "^7.20.7"
|
273
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
274
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
375
275
|
|
376
|
-
"@babel/plugin-
|
377
|
-
version "7.
|
378
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
379
|
-
integrity sha512-
|
276
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
|
277
|
+
version "7.24.1"
|
278
|
+
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.24.1.tgz#b645d9ba8c2bc5b7af50f0fe949f9edbeb07c8cf"
|
279
|
+
integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
|
380
280
|
dependencies:
|
381
|
-
"@babel/helper-plugin-utils" "^7.
|
382
|
-
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
281
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
383
282
|
|
384
|
-
"@babel/plugin-
|
385
|
-
version "7.
|
386
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
387
|
-
integrity sha512-
|
283
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
|
284
|
+
version "7.24.1"
|
285
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.1.tgz#da8261f2697f0f41b0855b91d3a20a1fbfd271d3"
|
286
|
+
integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
|
388
287
|
dependencies:
|
389
|
-
"@babel/helper-plugin-utils" "^7.
|
390
|
-
"@babel/helper-skip-transparent-expression-wrappers" "^7.
|
391
|
-
"@babel/plugin-
|
288
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
289
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
290
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.1"
|
392
291
|
|
393
|
-
"@babel/plugin-
|
394
|
-
version "7.
|
395
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
396
|
-
integrity sha512-
|
292
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
|
293
|
+
version "7.24.1"
|
294
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.24.1.tgz#1181d9685984c91d657b8ddf14f0487a6bab2988"
|
295
|
+
integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
|
397
296
|
dependencies:
|
398
|
-
"@babel/helper-
|
399
|
-
"@babel/helper-plugin-utils" "^7.
|
297
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
298
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
400
299
|
|
401
|
-
"@babel/plugin-proposal-private-property-in-object
|
402
|
-
version "7.21.0"
|
403
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#
|
404
|
-
integrity sha512-
|
405
|
-
dependencies:
|
406
|
-
"@babel/helper-annotate-as-pure" "^7.18.6"
|
407
|
-
"@babel/helper-create-class-features-plugin" "^7.21.0"
|
408
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
409
|
-
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
410
|
-
|
411
|
-
"@babel/plugin-proposal-unicode-property-regex@^7.18.6", "@babel/plugin-proposal-unicode-property-regex@^7.4.4":
|
412
|
-
version "7.18.6"
|
413
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz#af613d2cd5e643643b65cded64207b15c85cb78e"
|
414
|
-
integrity sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==
|
415
|
-
dependencies:
|
416
|
-
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
417
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
300
|
+
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
301
|
+
version "7.21.0-placeholder-for-preset-env.2"
|
302
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz#7844f9289546efa9febac2de4cfe358a050bd703"
|
303
|
+
integrity sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==
|
418
304
|
|
419
305
|
"@babel/plugin-syntax-async-generators@^7.8.4":
|
420
306
|
version "7.8.4"
|
@@ -451,12 +337,26 @@
|
|
451
337
|
dependencies:
|
452
338
|
"@babel/helper-plugin-utils" "^7.8.3"
|
453
339
|
|
454
|
-
"@babel/plugin-syntax-import-assertions@^7.
|
455
|
-
version "7.
|
456
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
457
|
-
integrity sha512-
|
340
|
+
"@babel/plugin-syntax-import-assertions@^7.24.1":
|
341
|
+
version "7.24.1"
|
342
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
|
343
|
+
integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
|
344
|
+
dependencies:
|
345
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
346
|
+
|
347
|
+
"@babel/plugin-syntax-import-attributes@^7.24.1":
|
348
|
+
version "7.24.1"
|
349
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
|
350
|
+
integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
|
351
|
+
dependencies:
|
352
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
353
|
+
|
354
|
+
"@babel/plugin-syntax-import-meta@^7.10.4":
|
355
|
+
version "7.10.4"
|
356
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz#ee601348c370fa334d2207be158777496521fd51"
|
357
|
+
integrity sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==
|
458
358
|
dependencies:
|
459
|
-
"@babel/helper-plugin-utils" "^7.
|
359
|
+
"@babel/helper-plugin-utils" "^7.10.4"
|
460
360
|
|
461
361
|
"@babel/plugin-syntax-json-strings@^7.8.3":
|
462
362
|
version "7.8.3"
|
@@ -521,289 +421,423 @@
|
|
521
421
|
dependencies:
|
522
422
|
"@babel/helper-plugin-utils" "^7.14.5"
|
523
423
|
|
524
|
-
"@babel/plugin-
|
525
|
-
version "7.
|
526
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-
|
527
|
-
integrity sha512-
|
424
|
+
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
|
425
|
+
version "7.18.6"
|
426
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz#d49a3b3e6b52e5be6740022317580234a6a47357"
|
427
|
+
integrity sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==
|
528
428
|
dependencies:
|
529
|
-
"@babel/helper-plugin
|
429
|
+
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
430
|
+
"@babel/helper-plugin-utils" "^7.18.6"
|
530
431
|
|
531
|
-
"@babel/plugin-transform-
|
532
|
-
version "7.
|
533
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
534
|
-
integrity sha512-
|
432
|
+
"@babel/plugin-transform-arrow-functions@^7.24.1":
|
433
|
+
version "7.24.1"
|
434
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
|
435
|
+
integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
|
535
436
|
dependencies:
|
536
|
-
"@babel/helper-
|
537
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
538
|
-
"@babel/helper-remap-async-to-generator" "^7.18.9"
|
437
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
539
438
|
|
540
|
-
"@babel/plugin-transform-
|
541
|
-
version "7.
|
542
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
543
|
-
integrity sha512-
|
439
|
+
"@babel/plugin-transform-async-generator-functions@^7.24.3":
|
440
|
+
version "7.24.3"
|
441
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
|
442
|
+
integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
|
544
443
|
dependencies:
|
545
|
-
"@babel/helper-
|
444
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
445
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
446
|
+
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
447
|
+
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
448
|
+
|
449
|
+
"@babel/plugin-transform-async-to-generator@^7.24.1":
|
450
|
+
version "7.24.1"
|
451
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
|
452
|
+
integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
|
453
|
+
dependencies:
|
454
|
+
"@babel/helper-module-imports" "^7.24.1"
|
455
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
456
|
+
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
457
|
+
|
458
|
+
"@babel/plugin-transform-block-scoped-functions@^7.24.1":
|
459
|
+
version "7.24.1"
|
460
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
|
461
|
+
integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
|
462
|
+
dependencies:
|
463
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
464
|
+
|
465
|
+
"@babel/plugin-transform-block-scoping@^7.24.5":
|
466
|
+
version "7.24.5"
|
467
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.5.tgz#89574191397f85661d6f748d4b89ee4d9ee69a2a"
|
468
|
+
integrity sha512-sMfBc3OxghjC95BkYrYocHL3NaOplrcaunblzwXhGmlPwpmfsxr4vK+mBBt49r+S240vahmv+kUxkeKgs+haCw==
|
469
|
+
dependencies:
|
470
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
471
|
+
|
472
|
+
"@babel/plugin-transform-class-properties@^7.24.1":
|
473
|
+
version "7.24.1"
|
474
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
|
475
|
+
integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
|
476
|
+
dependencies:
|
477
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
478
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
479
|
+
|
480
|
+
"@babel/plugin-transform-class-static-block@^7.24.4":
|
481
|
+
version "7.24.4"
|
482
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz#1a4653c0cf8ac46441ec406dece6e9bc590356a4"
|
483
|
+
integrity sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==
|
484
|
+
dependencies:
|
485
|
+
"@babel/helper-create-class-features-plugin" "^7.24.4"
|
486
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
487
|
+
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
546
488
|
|
547
|
-
"@babel/plugin-transform-
|
548
|
-
version "7.
|
549
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
550
|
-
integrity sha512-
|
551
|
-
dependencies:
|
552
|
-
"@babel/helper-
|
553
|
-
|
554
|
-
"@babel/
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
"@babel/helper-annotate-as-pure" "^7.18.6"
|
560
|
-
"@babel/helper-compilation-targets" "^7.20.7"
|
561
|
-
"@babel/helper-environment-visitor" "^7.18.9"
|
562
|
-
"@babel/helper-function-name" "^7.21.0"
|
563
|
-
"@babel/helper-optimise-call-expression" "^7.18.6"
|
564
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
565
|
-
"@babel/helper-replace-supers" "^7.20.7"
|
566
|
-
"@babel/helper-split-export-declaration" "^7.18.6"
|
489
|
+
"@babel/plugin-transform-classes@^7.24.5":
|
490
|
+
version "7.24.5"
|
491
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.5.tgz#05e04a09df49a46348299a0e24bfd7e901129339"
|
492
|
+
integrity sha512-gWkLP25DFj2dwe9Ck8uwMOpko4YsqyfZJrOmqqcegeDYEbp7rmn4U6UQZNj08UF6MaX39XenSpKRCvpDRBtZ7Q==
|
493
|
+
dependencies:
|
494
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
495
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
496
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
497
|
+
"@babel/helper-function-name" "^7.23.0"
|
498
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
499
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
500
|
+
"@babel/helper-split-export-declaration" "^7.24.5"
|
567
501
|
globals "^11.1.0"
|
568
502
|
|
569
|
-
"@babel/plugin-transform-computed-properties@^7.
|
570
|
-
version "7.
|
571
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
572
|
-
integrity sha512-
|
503
|
+
"@babel/plugin-transform-computed-properties@^7.24.1":
|
504
|
+
version "7.24.1"
|
505
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
|
506
|
+
integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
|
573
507
|
dependencies:
|
574
|
-
"@babel/helper-plugin-utils" "^7.
|
575
|
-
"@babel/template" "^7.
|
508
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
509
|
+
"@babel/template" "^7.24.0"
|
576
510
|
|
577
|
-
"@babel/plugin-transform-destructuring@^7.
|
578
|
-
version "7.
|
579
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
580
|
-
integrity sha512-
|
511
|
+
"@babel/plugin-transform-destructuring@^7.24.5":
|
512
|
+
version "7.24.5"
|
513
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.5.tgz#80843ee6a520f7362686d1a97a7b53544ede453c"
|
514
|
+
integrity sha512-SZuuLyfxvsm+Ah57I/i1HVjveBENYK9ue8MJ7qkc7ndoNjqquJiElzA7f5yaAXjyW2hKojosOTAQQRX50bPSVg==
|
581
515
|
dependencies:
|
582
|
-
"@babel/helper-plugin-utils" "^7.
|
516
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
583
517
|
|
584
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
585
|
-
version "7.
|
586
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
587
|
-
integrity sha512-
|
518
|
+
"@babel/plugin-transform-dotall-regex@^7.24.1":
|
519
|
+
version "7.24.1"
|
520
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
|
521
|
+
integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
|
588
522
|
dependencies:
|
589
|
-
"@babel/helper-create-regexp-features-plugin" "^7.
|
590
|
-
"@babel/helper-plugin-utils" "^7.
|
523
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
524
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
591
525
|
|
592
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
593
|
-
version "7.
|
594
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
595
|
-
integrity sha512-
|
526
|
+
"@babel/plugin-transform-duplicate-keys@^7.24.1":
|
527
|
+
version "7.24.1"
|
528
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
|
529
|
+
integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
|
596
530
|
dependencies:
|
597
|
-
"@babel/helper-plugin-utils" "^7.
|
531
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
598
532
|
|
599
|
-
"@babel/plugin-transform-
|
600
|
-
version "7.
|
601
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
602
|
-
integrity sha512-
|
533
|
+
"@babel/plugin-transform-dynamic-import@^7.24.1":
|
534
|
+
version "7.24.1"
|
535
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
|
536
|
+
integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
|
603
537
|
dependencies:
|
604
|
-
"@babel/helper-
|
605
|
-
"@babel/
|
538
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
539
|
+
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
606
540
|
|
607
|
-
"@babel/plugin-transform-
|
608
|
-
version "7.
|
609
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
610
|
-
integrity sha512-
|
541
|
+
"@babel/plugin-transform-exponentiation-operator@^7.24.1":
|
542
|
+
version "7.24.1"
|
543
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
|
544
|
+
integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
|
611
545
|
dependencies:
|
612
|
-
"@babel/helper-
|
546
|
+
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
|
547
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
613
548
|
|
614
|
-
"@babel/plugin-transform-
|
615
|
-
version "7.
|
616
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
617
|
-
integrity sha512-
|
549
|
+
"@babel/plugin-transform-export-namespace-from@^7.24.1":
|
550
|
+
version "7.24.1"
|
551
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
|
552
|
+
integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
|
618
553
|
dependencies:
|
619
|
-
"@babel/helper-
|
620
|
-
"@babel/
|
621
|
-
"@babel/helper-plugin-utils" "^7.18.9"
|
554
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
555
|
+
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
622
556
|
|
623
|
-
"@babel/plugin-transform-
|
624
|
-
version "7.
|
625
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
626
|
-
integrity sha512-
|
557
|
+
"@babel/plugin-transform-for-of@^7.24.1":
|
558
|
+
version "7.24.1"
|
559
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
|
560
|
+
integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
|
627
561
|
dependencies:
|
628
|
-
"@babel/helper-plugin-utils" "^7.
|
562
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
563
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
629
564
|
|
630
|
-
"@babel/plugin-transform-
|
631
|
-
version "7.
|
632
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
633
|
-
integrity sha512-
|
565
|
+
"@babel/plugin-transform-function-name@^7.24.1":
|
566
|
+
version "7.24.1"
|
567
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
|
568
|
+
integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
|
634
569
|
dependencies:
|
635
|
-
"@babel/helper-
|
570
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
571
|
+
"@babel/helper-function-name" "^7.23.0"
|
572
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
636
573
|
|
637
|
-
"@babel/plugin-transform-
|
638
|
-
version "7.
|
639
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
640
|
-
integrity sha512-
|
574
|
+
"@babel/plugin-transform-json-strings@^7.24.1":
|
575
|
+
version "7.24.1"
|
576
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
|
577
|
+
integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
|
641
578
|
dependencies:
|
642
|
-
"@babel/helper-
|
643
|
-
"@babel/
|
579
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
580
|
+
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
644
581
|
|
645
|
-
"@babel/plugin-transform-
|
646
|
-
version "7.
|
647
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
648
|
-
integrity sha512-
|
582
|
+
"@babel/plugin-transform-literals@^7.24.1":
|
583
|
+
version "7.24.1"
|
584
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
|
585
|
+
integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
|
649
586
|
dependencies:
|
650
|
-
"@babel/helper-
|
651
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
652
|
-
"@babel/helper-simple-access" "^7.20.2"
|
587
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
653
588
|
|
654
|
-
"@babel/plugin-transform-
|
655
|
-
version "7.
|
656
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
657
|
-
integrity sha512-
|
589
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.24.1":
|
590
|
+
version "7.24.1"
|
591
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
|
592
|
+
integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
|
658
593
|
dependencies:
|
659
|
-
"@babel/helper-
|
660
|
-
"@babel/
|
661
|
-
"@babel/helper-plugin-utils" "^7.20.2"
|
662
|
-
"@babel/helper-validator-identifier" "^7.19.1"
|
594
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
595
|
+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
663
596
|
|
664
|
-
"@babel/plugin-transform-
|
665
|
-
version "7.
|
666
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
667
|
-
integrity sha512-
|
597
|
+
"@babel/plugin-transform-member-expression-literals@^7.24.1":
|
598
|
+
version "7.24.1"
|
599
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
|
600
|
+
integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
|
668
601
|
dependencies:
|
669
|
-
"@babel/helper-
|
670
|
-
"@babel/helper-plugin-utils" "^7.18.6"
|
602
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
671
603
|
|
672
|
-
"@babel/plugin-transform-
|
673
|
-
version "7.
|
674
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
675
|
-
integrity sha512-
|
604
|
+
"@babel/plugin-transform-modules-amd@^7.24.1":
|
605
|
+
version "7.24.1"
|
606
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
|
607
|
+
integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
|
676
608
|
dependencies:
|
677
|
-
"@babel/helper-
|
678
|
-
"@babel/helper-plugin-utils" "^7.
|
609
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
610
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
679
611
|
|
680
|
-
"@babel/plugin-transform-
|
681
|
-
version "7.
|
682
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
683
|
-
integrity sha512-
|
612
|
+
"@babel/plugin-transform-modules-commonjs@^7.24.1":
|
613
|
+
version "7.24.1"
|
614
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
|
615
|
+
integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
|
684
616
|
dependencies:
|
685
|
-
"@babel/helper-
|
617
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
618
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
619
|
+
"@babel/helper-simple-access" "^7.22.5"
|
686
620
|
|
687
|
-
"@babel/plugin-transform-
|
688
|
-
version "7.
|
689
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
690
|
-
integrity sha512-
|
621
|
+
"@babel/plugin-transform-modules-systemjs@^7.24.1":
|
622
|
+
version "7.24.1"
|
623
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
|
624
|
+
integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
|
691
625
|
dependencies:
|
692
|
-
"@babel/helper-
|
693
|
-
"@babel/helper-
|
626
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
627
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
628
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
629
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
694
630
|
|
695
|
-
"@babel/plugin-transform-
|
696
|
-
version "7.
|
697
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
698
|
-
integrity sha512-
|
631
|
+
"@babel/plugin-transform-modules-umd@^7.24.1":
|
632
|
+
version "7.24.1"
|
633
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
|
634
|
+
integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
|
699
635
|
dependencies:
|
700
|
-
"@babel/helper-
|
636
|
+
"@babel/helper-module-transforms" "^7.23.3"
|
637
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
701
638
|
|
702
|
-
"@babel/plugin-transform-
|
703
|
-
version "7.
|
704
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
705
|
-
integrity sha512-
|
639
|
+
"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
|
640
|
+
version "7.22.5"
|
641
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz#67fe18ee8ce02d57c855185e27e3dc959b2e991f"
|
642
|
+
integrity sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==
|
706
643
|
dependencies:
|
707
|
-
"@babel/helper-plugin
|
644
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
645
|
+
"@babel/helper-plugin-utils" "^7.22.5"
|
708
646
|
|
709
|
-
"@babel/plugin-transform-
|
710
|
-
version "7.
|
711
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
712
|
-
integrity sha512
|
647
|
+
"@babel/plugin-transform-new-target@^7.24.1":
|
648
|
+
version "7.24.1"
|
649
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
|
650
|
+
integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
|
713
651
|
dependencies:
|
714
|
-
"@babel/helper-plugin-utils" "^7.
|
715
|
-
regenerator-transform "^0.15.1"
|
652
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
716
653
|
|
717
|
-
"@babel/plugin-transform-
|
718
|
-
version "7.
|
719
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
720
|
-
integrity sha512-
|
654
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
|
655
|
+
version "7.24.1"
|
656
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
|
657
|
+
integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
|
721
658
|
dependencies:
|
722
|
-
"@babel/helper-plugin-utils" "^7.
|
659
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
660
|
+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
723
661
|
|
724
|
-
"@babel/plugin-transform-
|
725
|
-
version "7.
|
726
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
727
|
-
integrity sha512-
|
662
|
+
"@babel/plugin-transform-numeric-separator@^7.24.1":
|
663
|
+
version "7.24.1"
|
664
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
|
665
|
+
integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
|
728
666
|
dependencies:
|
729
|
-
"@babel/helper-plugin-utils" "^7.
|
667
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
668
|
+
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
730
669
|
|
731
|
-
"@babel/plugin-transform-spread@^7.
|
732
|
-
version "7.
|
733
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
734
|
-
integrity sha512-
|
670
|
+
"@babel/plugin-transform-object-rest-spread@^7.24.5":
|
671
|
+
version "7.24.5"
|
672
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.5.tgz#f91bbcb092ff957c54b4091c86bda8372f0b10ef"
|
673
|
+
integrity sha512-7EauQHszLGM3ay7a161tTQH7fj+3vVM/gThlz5HpFtnygTxjrlvoeq7MPVA1Vy9Q555OB8SnAOsMkLShNkkrHA==
|
735
674
|
dependencies:
|
736
|
-
"@babel/helper-
|
737
|
-
"@babel/helper-
|
675
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
676
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
677
|
+
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
678
|
+
"@babel/plugin-transform-parameters" "^7.24.5"
|
738
679
|
|
739
|
-
"@babel/plugin-transform-
|
740
|
-
version "7.
|
741
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
742
|
-
integrity sha512-
|
680
|
+
"@babel/plugin-transform-object-super@^7.24.1":
|
681
|
+
version "7.24.1"
|
682
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
|
683
|
+
integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
|
743
684
|
dependencies:
|
744
|
-
"@babel/helper-plugin-utils" "^7.
|
685
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
686
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
745
687
|
|
746
|
-
"@babel/plugin-transform-
|
747
|
-
version "7.
|
748
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
749
|
-
integrity sha512-
|
688
|
+
"@babel/plugin-transform-optional-catch-binding@^7.24.1":
|
689
|
+
version "7.24.1"
|
690
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
|
691
|
+
integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
|
750
692
|
dependencies:
|
751
|
-
"@babel/helper-plugin-utils" "^7.
|
693
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
694
|
+
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
752
695
|
|
753
|
-
"@babel/plugin-transform-
|
754
|
-
version "7.
|
755
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
756
|
-
integrity sha512-
|
696
|
+
"@babel/plugin-transform-optional-chaining@^7.24.1", "@babel/plugin-transform-optional-chaining@^7.24.5":
|
697
|
+
version "7.24.5"
|
698
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.5.tgz#a6334bebd7f9dd3df37447880d0bd64b778e600f"
|
699
|
+
integrity sha512-xWCkmwKT+ihmA6l7SSTpk8e4qQl/274iNbSKRRS8mpqFR32ksy36+a+LWY8OXCCEefF8WFlnOHVsaDI2231wBg==
|
757
700
|
dependencies:
|
758
|
-
"@babel/helper-plugin-utils" "^7.
|
701
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
702
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
703
|
+
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
759
704
|
|
760
|
-
"@babel/plugin-transform-
|
761
|
-
version "7.
|
762
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
763
|
-
integrity sha512-
|
705
|
+
"@babel/plugin-transform-parameters@^7.24.5":
|
706
|
+
version "7.24.5"
|
707
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.5.tgz#5c3b23f3a6b8fed090f9b98f2926896d3153cc62"
|
708
|
+
integrity sha512-9Co00MqZ2aoky+4j2jhofErthm6QVLKbpQrvz20c3CH9KQCLHyNB+t2ya4/UrRpQGR+Wrwjg9foopoeSdnHOkA==
|
764
709
|
dependencies:
|
765
|
-
"@babel/helper-plugin-utils" "^7.
|
710
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
766
711
|
|
767
|
-
"@babel/plugin-transform-
|
768
|
-
version "7.
|
769
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-
|
770
|
-
integrity sha512-
|
712
|
+
"@babel/plugin-transform-private-methods@^7.24.1":
|
713
|
+
version "7.24.1"
|
714
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
|
715
|
+
integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
|
771
716
|
dependencies:
|
772
|
-
"@babel/helper-create-
|
773
|
-
"@babel/helper-plugin-utils" "^7.
|
717
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
718
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
719
|
+
|
720
|
+
"@babel/plugin-transform-private-property-in-object@^7.24.5":
|
721
|
+
version "7.24.5"
|
722
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.5.tgz#f5d1fcad36e30c960134cb479f1ca98a5b06eda5"
|
723
|
+
integrity sha512-JM4MHZqnWR04jPMujQDTBVRnqxpLLpx2tkn7iPn+Hmsc0Gnb79yvRWOkvqFOx3Z7P7VxiRIR22c4eGSNj87OBQ==
|
724
|
+
dependencies:
|
725
|
+
"@babel/helper-annotate-as-pure" "^7.22.5"
|
726
|
+
"@babel/helper-create-class-features-plugin" "^7.24.5"
|
727
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
728
|
+
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
729
|
+
|
730
|
+
"@babel/plugin-transform-property-literals@^7.24.1":
|
731
|
+
version "7.24.1"
|
732
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
|
733
|
+
integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
|
734
|
+
dependencies:
|
735
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
736
|
+
|
737
|
+
"@babel/plugin-transform-regenerator@^7.24.1":
|
738
|
+
version "7.24.1"
|
739
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
|
740
|
+
integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
|
741
|
+
dependencies:
|
742
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
743
|
+
regenerator-transform "^0.15.2"
|
744
|
+
|
745
|
+
"@babel/plugin-transform-reserved-words@^7.24.1":
|
746
|
+
version "7.24.1"
|
747
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
|
748
|
+
integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
|
749
|
+
dependencies:
|
750
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
751
|
+
|
752
|
+
"@babel/plugin-transform-shorthand-properties@^7.24.1":
|
753
|
+
version "7.24.1"
|
754
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
|
755
|
+
integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
|
756
|
+
dependencies:
|
757
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
758
|
+
|
759
|
+
"@babel/plugin-transform-spread@^7.24.1":
|
760
|
+
version "7.24.1"
|
761
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
|
762
|
+
integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
|
763
|
+
dependencies:
|
764
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
765
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
766
|
+
|
767
|
+
"@babel/plugin-transform-sticky-regex@^7.24.1":
|
768
|
+
version "7.24.1"
|
769
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
|
770
|
+
integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
|
771
|
+
dependencies:
|
772
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
773
|
+
|
774
|
+
"@babel/plugin-transform-template-literals@^7.24.1":
|
775
|
+
version "7.24.1"
|
776
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
|
777
|
+
integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
|
778
|
+
dependencies:
|
779
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
780
|
+
|
781
|
+
"@babel/plugin-transform-typeof-symbol@^7.24.5":
|
782
|
+
version "7.24.5"
|
783
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.5.tgz#703cace5ef74155fb5eecab63cbfc39bdd25fe12"
|
784
|
+
integrity sha512-UTGnhYVZtTAjdwOTzT+sCyXmTn8AhaxOS/MjG9REclZ6ULHWF9KoCZur0HSGU7hk8PdBFKKbYe6+gqdXWz84Jg==
|
785
|
+
dependencies:
|
786
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
787
|
+
|
788
|
+
"@babel/plugin-transform-unicode-escapes@^7.24.1":
|
789
|
+
version "7.24.1"
|
790
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
|
791
|
+
integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
|
792
|
+
dependencies:
|
793
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
794
|
+
|
795
|
+
"@babel/plugin-transform-unicode-property-regex@^7.24.1":
|
796
|
+
version "7.24.1"
|
797
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
|
798
|
+
integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
|
799
|
+
dependencies:
|
800
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
801
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
802
|
+
|
803
|
+
"@babel/plugin-transform-unicode-regex@^7.24.1":
|
804
|
+
version "7.24.1"
|
805
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
|
806
|
+
integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
|
807
|
+
dependencies:
|
808
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
809
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
810
|
+
|
811
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.24.1":
|
812
|
+
version "7.24.1"
|
813
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
|
814
|
+
integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
|
815
|
+
dependencies:
|
816
|
+
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
817
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
774
818
|
|
775
819
|
"@babel/preset-env@^7.14.7":
|
776
|
-
version "7.
|
777
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
778
|
-
integrity sha512-
|
779
|
-
dependencies:
|
780
|
-
"@babel/compat-data" "^7.
|
781
|
-
"@babel/helper-compilation-targets" "^7.
|
782
|
-
"@babel/helper-plugin-utils" "^7.
|
783
|
-
"@babel/helper-validator-option" "^7.
|
784
|
-
"@babel/plugin-bugfix-
|
785
|
-
"@babel/plugin-bugfix-
|
786
|
-
"@babel/plugin-
|
787
|
-
"@babel/plugin-
|
788
|
-
"@babel/plugin-proposal-
|
789
|
-
"@babel/plugin-proposal-dynamic-import" "^7.18.6"
|
790
|
-
"@babel/plugin-proposal-export-namespace-from" "^7.18.9"
|
791
|
-
"@babel/plugin-proposal-json-strings" "^7.18.6"
|
792
|
-
"@babel/plugin-proposal-logical-assignment-operators" "^7.20.7"
|
793
|
-
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.6"
|
794
|
-
"@babel/plugin-proposal-numeric-separator" "^7.18.6"
|
795
|
-
"@babel/plugin-proposal-object-rest-spread" "^7.20.7"
|
796
|
-
"@babel/plugin-proposal-optional-catch-binding" "^7.18.6"
|
797
|
-
"@babel/plugin-proposal-optional-chaining" "^7.21.0"
|
798
|
-
"@babel/plugin-proposal-private-methods" "^7.18.6"
|
799
|
-
"@babel/plugin-proposal-private-property-in-object" "^7.21.0"
|
800
|
-
"@babel/plugin-proposal-unicode-property-regex" "^7.18.6"
|
820
|
+
version "7.24.5"
|
821
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.5.tgz#6a9ac90bd5a5a9dae502af60dfc58c190551bbcd"
|
822
|
+
integrity sha512-UGK2ifKtcC8i5AI4cH+sbLLuLc2ktYSFJgBAXorKAsHUZmrQ1q6aQ6i3BvU24wWs2AAKqQB6kq3N9V9Gw1HiMQ==
|
823
|
+
dependencies:
|
824
|
+
"@babel/compat-data" "^7.24.4"
|
825
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
826
|
+
"@babel/helper-plugin-utils" "^7.24.5"
|
827
|
+
"@babel/helper-validator-option" "^7.23.5"
|
828
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key" "^7.24.5"
|
829
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
|
830
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
|
831
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
|
832
|
+
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
801
833
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
802
834
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
803
835
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
804
836
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
805
837
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
806
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
838
|
+
"@babel/plugin-syntax-import-assertions" "^7.24.1"
|
839
|
+
"@babel/plugin-syntax-import-attributes" "^7.24.1"
|
840
|
+
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
807
841
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
808
842
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
809
843
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
@@ -813,54 +847,68 @@
|
|
813
847
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
814
848
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
815
849
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
816
|
-
"@babel/plugin-
|
817
|
-
"@babel/plugin-transform-
|
818
|
-
"@babel/plugin-transform-
|
819
|
-
"@babel/plugin-transform-
|
820
|
-
"@babel/plugin-transform-
|
821
|
-
"@babel/plugin-transform-
|
822
|
-
"@babel/plugin-transform-
|
823
|
-
"@babel/plugin-transform-
|
824
|
-
"@babel/plugin-transform-
|
825
|
-
"@babel/plugin-transform-
|
826
|
-
"@babel/plugin-transform-
|
827
|
-
"@babel/plugin-transform-
|
828
|
-
"@babel/plugin-transform-
|
829
|
-
"@babel/plugin-transform-
|
830
|
-
"@babel/plugin-transform-
|
831
|
-
"@babel/plugin-transform-
|
832
|
-
"@babel/plugin-transform-
|
833
|
-
"@babel/plugin-transform-
|
834
|
-
"@babel/plugin-transform-
|
835
|
-
"@babel/plugin-transform-
|
836
|
-
"@babel/plugin-transform-
|
837
|
-
"@babel/plugin-transform-
|
838
|
-
"@babel/plugin-transform-
|
839
|
-
"@babel/plugin-transform-
|
840
|
-
"@babel/plugin-transform-
|
841
|
-
"@babel/plugin-transform-
|
842
|
-
"@babel/plugin-transform-
|
843
|
-
"@babel/plugin-transform-
|
844
|
-
"@babel/plugin-transform-
|
845
|
-
"@babel/plugin-transform-
|
846
|
-
"@babel/plugin-transform-
|
847
|
-
"@babel/plugin-transform-
|
848
|
-
"@babel/
|
849
|
-
"@babel/
|
850
|
-
babel
|
851
|
-
babel
|
852
|
-
babel
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
"@babel/
|
857
|
-
|
858
|
-
|
859
|
-
|
850
|
+
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
851
|
+
"@babel/plugin-transform-arrow-functions" "^7.24.1"
|
852
|
+
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
|
853
|
+
"@babel/plugin-transform-async-to-generator" "^7.24.1"
|
854
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
|
855
|
+
"@babel/plugin-transform-block-scoping" "^7.24.5"
|
856
|
+
"@babel/plugin-transform-class-properties" "^7.24.1"
|
857
|
+
"@babel/plugin-transform-class-static-block" "^7.24.4"
|
858
|
+
"@babel/plugin-transform-classes" "^7.24.5"
|
859
|
+
"@babel/plugin-transform-computed-properties" "^7.24.1"
|
860
|
+
"@babel/plugin-transform-destructuring" "^7.24.5"
|
861
|
+
"@babel/plugin-transform-dotall-regex" "^7.24.1"
|
862
|
+
"@babel/plugin-transform-duplicate-keys" "^7.24.1"
|
863
|
+
"@babel/plugin-transform-dynamic-import" "^7.24.1"
|
864
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.24.1"
|
865
|
+
"@babel/plugin-transform-export-namespace-from" "^7.24.1"
|
866
|
+
"@babel/plugin-transform-for-of" "^7.24.1"
|
867
|
+
"@babel/plugin-transform-function-name" "^7.24.1"
|
868
|
+
"@babel/plugin-transform-json-strings" "^7.24.1"
|
869
|
+
"@babel/plugin-transform-literals" "^7.24.1"
|
870
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
|
871
|
+
"@babel/plugin-transform-member-expression-literals" "^7.24.1"
|
872
|
+
"@babel/plugin-transform-modules-amd" "^7.24.1"
|
873
|
+
"@babel/plugin-transform-modules-commonjs" "^7.24.1"
|
874
|
+
"@babel/plugin-transform-modules-systemjs" "^7.24.1"
|
875
|
+
"@babel/plugin-transform-modules-umd" "^7.24.1"
|
876
|
+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
|
877
|
+
"@babel/plugin-transform-new-target" "^7.24.1"
|
878
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
|
879
|
+
"@babel/plugin-transform-numeric-separator" "^7.24.1"
|
880
|
+
"@babel/plugin-transform-object-rest-spread" "^7.24.5"
|
881
|
+
"@babel/plugin-transform-object-super" "^7.24.1"
|
882
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.24.1"
|
883
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.5"
|
884
|
+
"@babel/plugin-transform-parameters" "^7.24.5"
|
885
|
+
"@babel/plugin-transform-private-methods" "^7.24.1"
|
886
|
+
"@babel/plugin-transform-private-property-in-object" "^7.24.5"
|
887
|
+
"@babel/plugin-transform-property-literals" "^7.24.1"
|
888
|
+
"@babel/plugin-transform-regenerator" "^7.24.1"
|
889
|
+
"@babel/plugin-transform-reserved-words" "^7.24.1"
|
890
|
+
"@babel/plugin-transform-shorthand-properties" "^7.24.1"
|
891
|
+
"@babel/plugin-transform-spread" "^7.24.1"
|
892
|
+
"@babel/plugin-transform-sticky-regex" "^7.24.1"
|
893
|
+
"@babel/plugin-transform-template-literals" "^7.24.1"
|
894
|
+
"@babel/plugin-transform-typeof-symbol" "^7.24.5"
|
895
|
+
"@babel/plugin-transform-unicode-escapes" "^7.24.1"
|
896
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.24.1"
|
897
|
+
"@babel/plugin-transform-unicode-regex" "^7.24.1"
|
898
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
|
899
|
+
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
900
|
+
babel-plugin-polyfill-corejs2 "^0.4.10"
|
901
|
+
babel-plugin-polyfill-corejs3 "^0.10.4"
|
902
|
+
babel-plugin-polyfill-regenerator "^0.6.1"
|
903
|
+
core-js-compat "^3.31.0"
|
904
|
+
semver "^6.3.1"
|
905
|
+
|
906
|
+
"@babel/preset-modules@0.1.6-no-external-plugins":
|
907
|
+
version "0.1.6-no-external-plugins"
|
908
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz#ccb88a2c49c817236861fee7826080573b8a923a"
|
909
|
+
integrity sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==
|
860
910
|
dependencies:
|
861
911
|
"@babel/helper-plugin-utils" "^7.0.0"
|
862
|
-
"@babel/plugin-proposal-unicode-property-regex" "^7.4.4"
|
863
|
-
"@babel/plugin-transform-dotall-regex" "^7.4.4"
|
864
912
|
"@babel/types" "^7.4.4"
|
865
913
|
esutils "^2.0.2"
|
866
914
|
|
@@ -870,44 +918,44 @@
|
|
870
918
|
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
871
919
|
|
872
920
|
"@babel/runtime@^7.8.4":
|
873
|
-
version "7.
|
874
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
875
|
-
integrity sha512-
|
876
|
-
dependencies:
|
877
|
-
regenerator-runtime "^0.
|
878
|
-
|
879
|
-
"@babel/template@^7.
|
880
|
-
version "7.
|
881
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
882
|
-
integrity sha512-
|
883
|
-
dependencies:
|
884
|
-
"@babel/code-frame" "^7.
|
885
|
-
"@babel/parser" "^7.
|
886
|
-
"@babel/types" "^7.
|
887
|
-
|
888
|
-
"@babel/traverse@^7.
|
889
|
-
version "7.
|
890
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
891
|
-
integrity sha512-
|
892
|
-
dependencies:
|
893
|
-
"@babel/code-frame" "^7.
|
894
|
-
"@babel/generator" "^7.
|
895
|
-
"@babel/helper-environment-visitor" "^7.
|
896
|
-
"@babel/helper-function-name" "^7.
|
897
|
-
"@babel/helper-hoist-variables" "^7.
|
898
|
-
"@babel/helper-split-export-declaration" "^7.
|
899
|
-
"@babel/parser" "^7.
|
900
|
-
"@babel/types" "^7.
|
901
|
-
debug "^4.1
|
921
|
+
version "7.24.5"
|
922
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.5.tgz#230946857c053a36ccc66e1dd03b17dd0c4ed02c"
|
923
|
+
integrity sha512-Nms86NXrsaeU9vbBJKni6gXiEXZ4CVpYVzEjDH9Sb8vmZ3UljyA1GSOJl/6LGPO8EHLuSF9H+IxNXHPX8QHJ4g==
|
924
|
+
dependencies:
|
925
|
+
regenerator-runtime "^0.14.0"
|
926
|
+
|
927
|
+
"@babel/template@^7.22.15", "@babel/template@^7.24.0":
|
928
|
+
version "7.24.0"
|
929
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
|
930
|
+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
|
931
|
+
dependencies:
|
932
|
+
"@babel/code-frame" "^7.23.5"
|
933
|
+
"@babel/parser" "^7.24.0"
|
934
|
+
"@babel/types" "^7.24.0"
|
935
|
+
|
936
|
+
"@babel/traverse@^7.24.5":
|
937
|
+
version "7.24.5"
|
938
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.5.tgz#972aa0bc45f16983bf64aa1f877b2dd0eea7e6f8"
|
939
|
+
integrity sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==
|
940
|
+
dependencies:
|
941
|
+
"@babel/code-frame" "^7.24.2"
|
942
|
+
"@babel/generator" "^7.24.5"
|
943
|
+
"@babel/helper-environment-visitor" "^7.22.20"
|
944
|
+
"@babel/helper-function-name" "^7.23.0"
|
945
|
+
"@babel/helper-hoist-variables" "^7.22.5"
|
946
|
+
"@babel/helper-split-export-declaration" "^7.24.5"
|
947
|
+
"@babel/parser" "^7.24.5"
|
948
|
+
"@babel/types" "^7.24.5"
|
949
|
+
debug "^4.3.1"
|
902
950
|
globals "^11.1.0"
|
903
951
|
|
904
|
-
"@babel/types@^7.
|
905
|
-
version "7.
|
906
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
907
|
-
integrity sha512-
|
952
|
+
"@babel/types@^7.22.15", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.24.0", "@babel/types@^7.24.5", "@babel/types@^7.4.4":
|
953
|
+
version "7.24.5"
|
954
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.5.tgz#7661930afc638a5383eb0c4aee59b74f38db84d7"
|
955
|
+
integrity sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==
|
908
956
|
dependencies:
|
909
|
-
"@babel/helper-string-parser" "^7.
|
910
|
-
"@babel/helper-validator-identifier" "^7.
|
957
|
+
"@babel/helper-string-parser" "^7.24.1"
|
958
|
+
"@babel/helper-validator-identifier" "^7.24.5"
|
911
959
|
to-fast-properties "^2.0.0"
|
912
960
|
|
913
961
|
"@discoveryjs/json-ext@^0.5.0":
|
@@ -920,58 +968,45 @@
|
|
920
968
|
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-5.15.4.tgz#ecda5712b61ac852c760d8b3c79c96adca5554e5"
|
921
969
|
integrity sha512-eYm8vijH/hpzr/6/1CJ/V/Eb1xQFW2nnUKArb3z+yUWv7HTwj6M7SP957oMjfZjAHU6qpoNc2wQvIxBLWYa/Jg==
|
922
970
|
|
923
|
-
"@
|
924
|
-
version "
|
925
|
-
resolved "https://registry.yarnpkg.com/@
|
926
|
-
integrity sha512-
|
927
|
-
|
928
|
-
"@jridgewell/gen-mapping@^0.1.0":
|
929
|
-
version "0.1.1"
|
930
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
|
931
|
-
integrity sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==
|
971
|
+
"@jridgewell/gen-mapping@^0.3.5":
|
972
|
+
version "0.3.5"
|
973
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
974
|
+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
|
932
975
|
dependencies:
|
933
|
-
"@jridgewell/set-array" "^1.
|
976
|
+
"@jridgewell/set-array" "^1.2.1"
|
934
977
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
978
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
935
979
|
|
936
|
-
"@jridgewell/
|
937
|
-
version "
|
938
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/
|
939
|
-
integrity sha512-
|
940
|
-
dependencies:
|
941
|
-
"@jridgewell/set-array" "^1.0.1"
|
942
|
-
"@jridgewell/sourcemap-codec" "^1.4.10"
|
943
|
-
"@jridgewell/trace-mapping" "^0.3.9"
|
944
|
-
|
945
|
-
"@jridgewell/resolve-uri@3.1.0":
|
946
|
-
version "3.1.0"
|
947
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz#2203b118c157721addfe69d47b70465463066d78"
|
948
|
-
integrity sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==
|
980
|
+
"@jridgewell/resolve-uri@^3.1.0":
|
981
|
+
version "3.1.2"
|
982
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
983
|
+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
949
984
|
|
950
|
-
"@jridgewell/set-array@^1.
|
951
|
-
version "1.1
|
952
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.
|
953
|
-
integrity sha512-
|
985
|
+
"@jridgewell/set-array@^1.2.1":
|
986
|
+
version "1.2.1"
|
987
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
|
988
|
+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
954
989
|
|
955
|
-
"@jridgewell/source-map@^0.3.
|
956
|
-
version "0.3.
|
957
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.
|
958
|
-
integrity sha512-
|
990
|
+
"@jridgewell/source-map@^0.3.3":
|
991
|
+
version "0.3.6"
|
992
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
|
993
|
+
integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
|
959
994
|
dependencies:
|
960
|
-
"@jridgewell/gen-mapping" "^0.3.
|
961
|
-
"@jridgewell/trace-mapping" "^0.3.
|
995
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
996
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
962
997
|
|
963
|
-
"@jridgewell/sourcemap-codec
|
964
|
-
version "1.4.
|
965
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.
|
966
|
-
integrity sha512-
|
998
|
+
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
999
|
+
version "1.4.15"
|
1000
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
1001
|
+
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
967
1002
|
|
968
|
-
"@jridgewell/trace-mapping@^0.3.
|
969
|
-
version "0.3.
|
970
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
971
|
-
integrity sha512-
|
1003
|
+
"@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
1004
|
+
version "0.3.25"
|
1005
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
1006
|
+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
972
1007
|
dependencies:
|
973
|
-
"@jridgewell/resolve-uri" "3.1.0"
|
974
|
-
"@jridgewell/sourcemap-codec" "1.4.14"
|
1008
|
+
"@jridgewell/resolve-uri" "^3.1.0"
|
1009
|
+
"@jridgewell/sourcemap-codec" "^1.4.14"
|
975
1010
|
|
976
1011
|
"@nodelib/fs.scandir@2.1.5":
|
977
1012
|
version "2.1.5"
|
@@ -994,207 +1029,178 @@
|
|
994
1029
|
"@nodelib/fs.scandir" "2.1.5"
|
995
1030
|
fastq "^1.6.0"
|
996
1031
|
|
997
|
-
"@npmcli/fs@^1.0.0":
|
998
|
-
version "1.1.1"
|
999
|
-
resolved "https://registry.yarnpkg.com/@npmcli/fs/-/fs-1.1.1.tgz#72f719fe935e687c56a4faecf3c03d06ba593257"
|
1000
|
-
integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==
|
1001
|
-
dependencies:
|
1002
|
-
"@gar/promisify" "^1.0.1"
|
1003
|
-
semver "^7.3.5"
|
1004
|
-
|
1005
|
-
"@npmcli/move-file@^1.0.1":
|
1006
|
-
version "1.1.2"
|
1007
|
-
resolved "https://registry.yarnpkg.com/@npmcli/move-file/-/move-file-1.1.2.tgz#1a82c3e372f7cae9253eb66d72543d6b8685c674"
|
1008
|
-
integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==
|
1009
|
-
dependencies:
|
1010
|
-
mkdirp "^1.0.4"
|
1011
|
-
rimraf "^3.0.2"
|
1012
|
-
|
1013
1032
|
"@rails/ujs@^6.1.3-1":
|
1014
1033
|
version "6.1.7"
|
1015
1034
|
resolved "https://registry.yarnpkg.com/@rails/ujs/-/ujs-6.1.7.tgz#b09dc5b2105dd267e8374c47e4490240451dc7f6"
|
1016
1035
|
integrity sha512-0e7WQ4LE/+LEfW2zfAw9ppsB6A8RmxbdAUPAF++UT80epY+7emuQDkKXmaK0a9lp6An50RvzezI0cIQjp1A58w==
|
1017
1036
|
|
1018
|
-
"@tootallnate/once@1":
|
1019
|
-
version "1.1.2"
|
1020
|
-
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
|
1021
|
-
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
|
1022
|
-
|
1023
1037
|
"@trysound/sax@0.2.0":
|
1024
1038
|
version "0.2.0"
|
1025
1039
|
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
|
1026
1040
|
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==
|
1027
1041
|
|
1028
1042
|
"@types/eslint-scope@^3.7.3":
|
1029
|
-
version "3.7.
|
1030
|
-
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.
|
1031
|
-
integrity sha512-
|
1043
|
+
version "3.7.7"
|
1044
|
+
resolved "https://registry.yarnpkg.com/@types/eslint-scope/-/eslint-scope-3.7.7.tgz#3108bd5f18b0cdb277c867b3dd449c9ed7079ac5"
|
1045
|
+
integrity sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==
|
1032
1046
|
dependencies:
|
1033
1047
|
"@types/eslint" "*"
|
1034
1048
|
"@types/estree" "*"
|
1035
1049
|
|
1036
1050
|
"@types/eslint@*":
|
1037
|
-
version "8.
|
1038
|
-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.
|
1039
|
-
integrity sha512-
|
1051
|
+
version "8.56.10"
|
1052
|
+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.10.tgz#eb2370a73bf04a901eeba8f22595c7ee0f7eb58d"
|
1053
|
+
integrity sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==
|
1040
1054
|
dependencies:
|
1041
1055
|
"@types/estree" "*"
|
1042
1056
|
"@types/json-schema" "*"
|
1043
1057
|
|
1044
|
-
"@types/estree@*":
|
1045
|
-
version "1.0.
|
1046
|
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.
|
1047
|
-
integrity sha512
|
1058
|
+
"@types/estree@*", "@types/estree@^1.0.5":
|
1059
|
+
version "1.0.5"
|
1060
|
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
1061
|
+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
1048
1062
|
|
1049
|
-
"@types/
|
1050
|
-
version "
|
1051
|
-
resolved "https://registry.yarnpkg.com/@types/
|
1052
|
-
integrity sha512-
|
1063
|
+
"@types/json-schema@*", "@types/json-schema@^7.0.8", "@types/json-schema@^7.0.9":
|
1064
|
+
version "7.0.15"
|
1065
|
+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
1066
|
+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
1053
1067
|
|
1054
|
-
"@types/json-schema
|
1068
|
+
"@types/json-schema@^7.0.5":
|
1055
1069
|
version "7.0.11"
|
1056
1070
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
|
1057
1071
|
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
|
1058
1072
|
|
1059
|
-
"@types/minimist@^1.2.0":
|
1060
|
-
version "1.2.2"
|
1061
|
-
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
1062
|
-
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
1063
|
-
|
1064
1073
|
"@types/node@*":
|
1065
|
-
version "
|
1066
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
1067
|
-
integrity sha512-
|
1068
|
-
|
1069
|
-
"
|
1070
|
-
version "2.4.1"
|
1071
|
-
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
1072
|
-
integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==
|
1074
|
+
version "20.12.12"
|
1075
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.12.tgz#7cbecdf902085cec634fdb362172dfe12b8f2050"
|
1076
|
+
integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
|
1077
|
+
dependencies:
|
1078
|
+
undici-types "~5.26.4"
|
1073
1079
|
|
1074
1080
|
"@types/parse-json@^4.0.0":
|
1075
1081
|
version "4.0.0"
|
1076
1082
|
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
|
1077
1083
|
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
|
1078
1084
|
|
1079
|
-
"@webassemblyjs/ast@1.
|
1080
|
-
version "1.
|
1081
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.
|
1082
|
-
integrity sha512-
|
1085
|
+
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
|
1086
|
+
version "1.12.1"
|
1087
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
|
1088
|
+
integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
|
1083
1089
|
dependencies:
|
1084
|
-
"@webassemblyjs/helper-numbers" "1.11.
|
1085
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1090
|
+
"@webassemblyjs/helper-numbers" "1.11.6"
|
1091
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
1086
1092
|
|
1087
|
-
"@webassemblyjs/floating-point-hex-parser@1.11.
|
1088
|
-
version "1.11.
|
1089
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.
|
1090
|
-
integrity sha512-
|
1093
|
+
"@webassemblyjs/floating-point-hex-parser@1.11.6":
|
1094
|
+
version "1.11.6"
|
1095
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz#dacbcb95aff135c8260f77fa3b4c5fea600a6431"
|
1096
|
+
integrity sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==
|
1091
1097
|
|
1092
|
-
"@webassemblyjs/helper-api-error@1.11.
|
1093
|
-
version "1.11.
|
1094
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.
|
1095
|
-
integrity sha512-
|
1098
|
+
"@webassemblyjs/helper-api-error@1.11.6":
|
1099
|
+
version "1.11.6"
|
1100
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
|
1101
|
+
integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
|
1096
1102
|
|
1097
|
-
"@webassemblyjs/helper-buffer@1.
|
1098
|
-
version "1.
|
1099
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.
|
1100
|
-
integrity sha512-
|
1103
|
+
"@webassemblyjs/helper-buffer@1.12.1":
|
1104
|
+
version "1.12.1"
|
1105
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
|
1106
|
+
integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
|
1101
1107
|
|
1102
|
-
"@webassemblyjs/helper-numbers@1.11.
|
1103
|
-
version "1.11.
|
1104
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.
|
1105
|
-
integrity sha512-
|
1108
|
+
"@webassemblyjs/helper-numbers@1.11.6":
|
1109
|
+
version "1.11.6"
|
1110
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz#cbce5e7e0c1bd32cf4905ae444ef64cea919f1b5"
|
1111
|
+
integrity sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==
|
1106
1112
|
dependencies:
|
1107
|
-
"@webassemblyjs/floating-point-hex-parser" "1.11.
|
1108
|
-
"@webassemblyjs/helper-api-error" "1.11.
|
1113
|
+
"@webassemblyjs/floating-point-hex-parser" "1.11.6"
|
1114
|
+
"@webassemblyjs/helper-api-error" "1.11.6"
|
1109
1115
|
"@xtuc/long" "4.2.2"
|
1110
1116
|
|
1111
|
-
"@webassemblyjs/helper-wasm-bytecode@1.11.
|
1112
|
-
version "1.11.
|
1113
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.
|
1114
|
-
integrity sha512-
|
1117
|
+
"@webassemblyjs/helper-wasm-bytecode@1.11.6":
|
1118
|
+
version "1.11.6"
|
1119
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
|
1120
|
+
integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
|
1115
1121
|
|
1116
|
-
"@webassemblyjs/helper-wasm-section@1.
|
1117
|
-
version "1.
|
1118
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.
|
1119
|
-
integrity sha512-
|
1122
|
+
"@webassemblyjs/helper-wasm-section@1.12.1":
|
1123
|
+
version "1.12.1"
|
1124
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
|
1125
|
+
integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
|
1120
1126
|
dependencies:
|
1121
|
-
"@webassemblyjs/ast" "1.
|
1122
|
-
"@webassemblyjs/helper-buffer" "1.
|
1123
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1124
|
-
"@webassemblyjs/wasm-gen" "1.
|
1127
|
+
"@webassemblyjs/ast" "1.12.1"
|
1128
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
1129
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
1130
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
1125
1131
|
|
1126
|
-
"@webassemblyjs/ieee754@1.11.
|
1127
|
-
version "1.11.
|
1128
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.
|
1129
|
-
integrity sha512-
|
1132
|
+
"@webassemblyjs/ieee754@1.11.6":
|
1133
|
+
version "1.11.6"
|
1134
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz#bb665c91d0b14fffceb0e38298c329af043c6e3a"
|
1135
|
+
integrity sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==
|
1130
1136
|
dependencies:
|
1131
1137
|
"@xtuc/ieee754" "^1.2.0"
|
1132
1138
|
|
1133
|
-
"@webassemblyjs/leb128@1.11.
|
1134
|
-
version "1.11.
|
1135
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.
|
1136
|
-
integrity sha512-
|
1139
|
+
"@webassemblyjs/leb128@1.11.6":
|
1140
|
+
version "1.11.6"
|
1141
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/leb128/-/leb128-1.11.6.tgz#70e60e5e82f9ac81118bc25381a0b283893240d7"
|
1142
|
+
integrity sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==
|
1137
1143
|
dependencies:
|
1138
1144
|
"@xtuc/long" "4.2.2"
|
1139
1145
|
|
1140
|
-
"@webassemblyjs/utf8@1.11.
|
1141
|
-
version "1.11.
|
1142
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.
|
1143
|
-
integrity sha512-
|
1144
|
-
|
1145
|
-
"@webassemblyjs/wasm-edit
|
1146
|
-
version "1.
|
1147
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.
|
1148
|
-
integrity sha512-
|
1149
|
-
dependencies:
|
1150
|
-
"@webassemblyjs/ast" "1.
|
1151
|
-
"@webassemblyjs/helper-buffer" "1.
|
1152
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1153
|
-
"@webassemblyjs/helper-wasm-section" "1.
|
1154
|
-
"@webassemblyjs/wasm-gen" "1.
|
1155
|
-
"@webassemblyjs/wasm-opt" "1.
|
1156
|
-
"@webassemblyjs/wasm-parser" "1.
|
1157
|
-
"@webassemblyjs/wast-printer" "1.
|
1158
|
-
|
1159
|
-
"@webassemblyjs/wasm-gen@1.
|
1160
|
-
version "1.
|
1161
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.
|
1162
|
-
integrity sha512-
|
1163
|
-
dependencies:
|
1164
|
-
"@webassemblyjs/ast" "1.
|
1165
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1166
|
-
"@webassemblyjs/ieee754" "1.11.
|
1167
|
-
"@webassemblyjs/leb128" "1.11.
|
1168
|
-
"@webassemblyjs/utf8" "1.11.
|
1169
|
-
|
1170
|
-
"@webassemblyjs/wasm-opt@1.
|
1171
|
-
version "1.
|
1172
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.
|
1173
|
-
integrity sha512-
|
1174
|
-
dependencies:
|
1175
|
-
"@webassemblyjs/ast" "1.
|
1176
|
-
"@webassemblyjs/helper-buffer" "1.
|
1177
|
-
"@webassemblyjs/wasm-gen" "1.
|
1178
|
-
"@webassemblyjs/wasm-parser" "1.
|
1179
|
-
|
1180
|
-
"@webassemblyjs/wasm-parser@1.
|
1181
|
-
version "1.
|
1182
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.
|
1183
|
-
integrity sha512-
|
1184
|
-
dependencies:
|
1185
|
-
"@webassemblyjs/ast" "1.
|
1186
|
-
"@webassemblyjs/helper-api-error" "1.11.
|
1187
|
-
"@webassemblyjs/helper-wasm-bytecode" "1.11.
|
1188
|
-
"@webassemblyjs/ieee754" "1.11.
|
1189
|
-
"@webassemblyjs/leb128" "1.11.
|
1190
|
-
"@webassemblyjs/utf8" "1.11.
|
1191
|
-
|
1192
|
-
"@webassemblyjs/wast-printer@1.
|
1193
|
-
version "1.
|
1194
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.
|
1195
|
-
integrity sha512
|
1196
|
-
dependencies:
|
1197
|
-
"@webassemblyjs/ast" "1.
|
1146
|
+
"@webassemblyjs/utf8@1.11.6":
|
1147
|
+
version "1.11.6"
|
1148
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
|
1149
|
+
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
|
1150
|
+
|
1151
|
+
"@webassemblyjs/wasm-edit@^1.12.1":
|
1152
|
+
version "1.12.1"
|
1153
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
|
1154
|
+
integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
|
1155
|
+
dependencies:
|
1156
|
+
"@webassemblyjs/ast" "1.12.1"
|
1157
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
1158
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
1159
|
+
"@webassemblyjs/helper-wasm-section" "1.12.1"
|
1160
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
1161
|
+
"@webassemblyjs/wasm-opt" "1.12.1"
|
1162
|
+
"@webassemblyjs/wasm-parser" "1.12.1"
|
1163
|
+
"@webassemblyjs/wast-printer" "1.12.1"
|
1164
|
+
|
1165
|
+
"@webassemblyjs/wasm-gen@1.12.1":
|
1166
|
+
version "1.12.1"
|
1167
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
|
1168
|
+
integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
|
1169
|
+
dependencies:
|
1170
|
+
"@webassemblyjs/ast" "1.12.1"
|
1171
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
1172
|
+
"@webassemblyjs/ieee754" "1.11.6"
|
1173
|
+
"@webassemblyjs/leb128" "1.11.6"
|
1174
|
+
"@webassemblyjs/utf8" "1.11.6"
|
1175
|
+
|
1176
|
+
"@webassemblyjs/wasm-opt@1.12.1":
|
1177
|
+
version "1.12.1"
|
1178
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
|
1179
|
+
integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
|
1180
|
+
dependencies:
|
1181
|
+
"@webassemblyjs/ast" "1.12.1"
|
1182
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
1183
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
1184
|
+
"@webassemblyjs/wasm-parser" "1.12.1"
|
1185
|
+
|
1186
|
+
"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
|
1187
|
+
version "1.12.1"
|
1188
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
|
1189
|
+
integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
|
1190
|
+
dependencies:
|
1191
|
+
"@webassemblyjs/ast" "1.12.1"
|
1192
|
+
"@webassemblyjs/helper-api-error" "1.11.6"
|
1193
|
+
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
1194
|
+
"@webassemblyjs/ieee754" "1.11.6"
|
1195
|
+
"@webassemblyjs/leb128" "1.11.6"
|
1196
|
+
"@webassemblyjs/utf8" "1.11.6"
|
1197
|
+
|
1198
|
+
"@webassemblyjs/wast-printer@1.12.1":
|
1199
|
+
version "1.12.1"
|
1200
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
|
1201
|
+
integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
|
1202
|
+
dependencies:
|
1203
|
+
"@webassemblyjs/ast" "1.12.1"
|
1198
1204
|
"@xtuc/long" "4.2.2"
|
1199
1205
|
|
1200
1206
|
"@webpack-cli/configtest@^1.2.0":
|
@@ -1224,44 +1230,15 @@
|
|
1224
1230
|
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
|
1225
1231
|
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
|
1226
1232
|
|
1227
|
-
|
1228
|
-
version "1.
|
1229
|
-
resolved "https://registry.yarnpkg.com/
|
1230
|
-
integrity sha512-
|
1231
|
-
|
1232
|
-
acorn-import-assertions@^1.7.6:
|
1233
|
-
version "1.8.0"
|
1234
|
-
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
|
1235
|
-
integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
|
1236
|
-
|
1237
|
-
acorn@^8.5.0, acorn@^8.7.1:
|
1238
|
-
version "8.8.2"
|
1239
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.2.tgz#1b2f25db02af965399b9776b0c2c391276d37c4a"
|
1240
|
-
integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==
|
1241
|
-
|
1242
|
-
agent-base@6, agent-base@^6.0.2:
|
1243
|
-
version "6.0.2"
|
1244
|
-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-6.0.2.tgz#49fff58577cfee3f37176feab4c22e00f86d7f77"
|
1245
|
-
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
|
1246
|
-
dependencies:
|
1247
|
-
debug "4"
|
1248
|
-
|
1249
|
-
agentkeepalive@^4.1.3:
|
1250
|
-
version "4.3.0"
|
1251
|
-
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.3.0.tgz#bb999ff07412653c1803b3ced35e50729830a255"
|
1252
|
-
integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==
|
1253
|
-
dependencies:
|
1254
|
-
debug "^4.1.0"
|
1255
|
-
depd "^2.0.0"
|
1256
|
-
humanize-ms "^1.2.1"
|
1233
|
+
acorn-import-assertions@^1.9.0:
|
1234
|
+
version "1.9.0"
|
1235
|
+
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
|
1236
|
+
integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==
|
1257
1237
|
|
1258
|
-
|
1259
|
-
version "
|
1260
|
-
resolved "https://registry.yarnpkg.com/
|
1261
|
-
integrity sha512-
|
1262
|
-
dependencies:
|
1263
|
-
clean-stack "^2.0.0"
|
1264
|
-
indent-string "^4.0.0"
|
1238
|
+
acorn@^8.7.1, acorn@^8.8.2:
|
1239
|
+
version "8.11.3"
|
1240
|
+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.11.3.tgz#71e0b14e13a4ec160724b38fb7b0f233b1b81d7a"
|
1241
|
+
integrity sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==
|
1265
1242
|
|
1266
1243
|
ajv-formats@^2.1.1:
|
1267
1244
|
version "2.1.1"
|
@@ -1275,14 +1252,14 @@ ajv-keywords@^3.5.2:
|
|
1275
1252
|
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz#31f29da5ab6e00d1c2d329acf7b5929614d5014d"
|
1276
1253
|
integrity sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==
|
1277
1254
|
|
1278
|
-
ajv-keywords@^5.
|
1255
|
+
ajv-keywords@^5.1.0:
|
1279
1256
|
version "5.1.0"
|
1280
1257
|
resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-5.1.0.tgz#69d4d385a4733cdbeab44964a1170a88f87f0e16"
|
1281
1258
|
integrity sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==
|
1282
1259
|
dependencies:
|
1283
1260
|
fast-deep-equal "^3.1.3"
|
1284
1261
|
|
1285
|
-
ajv@^6.12.
|
1262
|
+
ajv@^6.12.4, ajv@^6.12.5:
|
1286
1263
|
version "6.12.6"
|
1287
1264
|
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.6.tgz#baf5a62e802b07d977034586f8c3baf5adf26df4"
|
1288
1265
|
integrity sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==
|
@@ -1292,20 +1269,15 @@ ajv@^6.12.3, ajv@^6.12.4, ajv@^6.12.5:
|
|
1292
1269
|
json-schema-traverse "^0.4.1"
|
1293
1270
|
uri-js "^4.2.2"
|
1294
1271
|
|
1295
|
-
ajv@^8.0.0, ajv@^8.
|
1296
|
-
version "8.
|
1297
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.
|
1298
|
-
integrity sha512-
|
1272
|
+
ajv@^8.0.0, ajv@^8.9.0:
|
1273
|
+
version "8.13.0"
|
1274
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.13.0.tgz#a3939eaec9fb80d217ddf0c3376948c023f28c91"
|
1275
|
+
integrity sha512-PRA911Blj99jR5RMeTunVbNXMF6Lp4vZXnk5GQjcnUWUTsrXtekg/pnmFFI2u/I36Y/2bITGS30GZCXei6uNkA==
|
1299
1276
|
dependencies:
|
1300
|
-
fast-deep-equal "^3.1.
|
1277
|
+
fast-deep-equal "^3.1.3"
|
1301
1278
|
json-schema-traverse "^1.0.0"
|
1302
1279
|
require-from-string "^2.0.2"
|
1303
|
-
uri-js "^4.
|
1304
|
-
|
1305
|
-
ansi-regex@^5.0.1:
|
1306
|
-
version "5.0.1"
|
1307
|
-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
1308
|
-
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
1280
|
+
uri-js "^4.4.1"
|
1309
1281
|
|
1310
1282
|
ansi-styles@^3.2.1:
|
1311
1283
|
version "3.2.1"
|
@@ -1314,88 +1286,31 @@ ansi-styles@^3.2.1:
|
|
1314
1286
|
dependencies:
|
1315
1287
|
color-convert "^1.9.0"
|
1316
1288
|
|
1317
|
-
|
1318
|
-
version "
|
1319
|
-
resolved "https://registry.yarnpkg.com/
|
1320
|
-
integrity sha512-
|
1321
|
-
dependencies:
|
1322
|
-
color-convert "^2.0.1"
|
1323
|
-
|
1324
|
-
"aproba@^1.0.3 || ^2.0.0":
|
1325
|
-
version "2.0.0"
|
1326
|
-
resolved "https://registry.yarnpkg.com/aproba/-/aproba-2.0.0.tgz#52520b8ae5b569215b354efc0caa3fe1e45a8adc"
|
1327
|
-
integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==
|
1328
|
-
|
1329
|
-
are-we-there-yet@^2.0.0:
|
1330
|
-
version "2.0.0"
|
1331
|
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz#372e0e7bd279d8e94c653aaa1f67200884bf3e1c"
|
1332
|
-
integrity sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==
|
1333
|
-
dependencies:
|
1334
|
-
delegates "^1.0.0"
|
1335
|
-
readable-stream "^3.6.0"
|
1336
|
-
|
1337
|
-
are-we-there-yet@^3.0.0:
|
1338
|
-
version "3.0.1"
|
1339
|
-
resolved "https://registry.yarnpkg.com/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz#679df222b278c64f2cdba1175cdc00b0d96164bd"
|
1340
|
-
integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==
|
1289
|
+
anymatch@~3.1.2:
|
1290
|
+
version "3.1.3"
|
1291
|
+
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.3.tgz#790c58b19ba1720a84205b57c618d5ad8524973e"
|
1292
|
+
integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==
|
1341
1293
|
dependencies:
|
1342
|
-
|
1343
|
-
|
1294
|
+
normalize-path "^3.0.0"
|
1295
|
+
picomatch "^2.0.4"
|
1344
1296
|
|
1345
1297
|
array-union@^2.1.0:
|
1346
1298
|
version "2.1.0"
|
1347
1299
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
1348
1300
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
1349
1301
|
|
1350
|
-
arrify@^1.0.1:
|
1351
|
-
version "1.0.1"
|
1352
|
-
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
|
1353
|
-
integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==
|
1354
|
-
|
1355
|
-
asn1@~0.2.3:
|
1356
|
-
version "0.2.6"
|
1357
|
-
resolved "https://registry.yarnpkg.com/asn1/-/asn1-0.2.6.tgz#0d3a7bb6e64e02a90c0303b31f292868ea09a08d"
|
1358
|
-
integrity sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==
|
1359
|
-
dependencies:
|
1360
|
-
safer-buffer "~2.1.0"
|
1361
|
-
|
1362
|
-
assert-plus@1.0.0, assert-plus@^1.0.0:
|
1363
|
-
version "1.0.0"
|
1364
|
-
resolved "https://registry.yarnpkg.com/assert-plus/-/assert-plus-1.0.0.tgz#f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525"
|
1365
|
-
integrity sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==
|
1366
|
-
|
1367
|
-
async-foreach@^0.1.3:
|
1368
|
-
version "0.1.3"
|
1369
|
-
resolved "https://registry.yarnpkg.com/async-foreach/-/async-foreach-0.1.3.tgz#36121f845c0578172de419a97dbeb1d16ec34542"
|
1370
|
-
integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==
|
1371
|
-
|
1372
|
-
asynckit@^0.4.0:
|
1373
|
-
version "0.4.0"
|
1374
|
-
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
|
1375
|
-
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
|
1376
|
-
|
1377
1302
|
autoprefixer@^10.2.6:
|
1378
|
-
version "10.4.
|
1379
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.
|
1380
|
-
integrity sha512-
|
1303
|
+
version "10.4.19"
|
1304
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
|
1305
|
+
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
|
1381
1306
|
dependencies:
|
1382
|
-
browserslist "^4.
|
1383
|
-
caniuse-lite "^1.0.
|
1384
|
-
fraction.js "^4.
|
1307
|
+
browserslist "^4.23.0"
|
1308
|
+
caniuse-lite "^1.0.30001599"
|
1309
|
+
fraction.js "^4.3.7"
|
1385
1310
|
normalize-range "^0.1.2"
|
1386
1311
|
picocolors "^1.0.0"
|
1387
1312
|
postcss-value-parser "^4.2.0"
|
1388
1313
|
|
1389
|
-
aws-sign2@~0.7.0:
|
1390
|
-
version "0.7.0"
|
1391
|
-
resolved "https://registry.yarnpkg.com/aws-sign2/-/aws-sign2-0.7.0.tgz#b46e890934a9591f2d2f6f86d7e6a9f1b3fe76a8"
|
1392
|
-
integrity sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==
|
1393
|
-
|
1394
|
-
aws4@^1.8.0:
|
1395
|
-
version "1.12.0"
|
1396
|
-
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3"
|
1397
|
-
integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==
|
1398
|
-
|
1399
1314
|
babel-loader@^8.0.6:
|
1400
1315
|
version "8.3.0"
|
1401
1316
|
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.3.0.tgz#124936e841ba4fe8176786d6ff28add1f134d6a8"
|
@@ -1406,47 +1321,40 @@ babel-loader@^8.0.6:
|
|
1406
1321
|
make-dir "^3.1.0"
|
1407
1322
|
schema-utils "^2.6.5"
|
1408
1323
|
|
1409
|
-
babel-plugin-polyfill-corejs2@^0.
|
1410
|
-
version "0.
|
1411
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.
|
1412
|
-
integrity sha512-
|
1324
|
+
babel-plugin-polyfill-corejs2@^0.4.10:
|
1325
|
+
version "0.4.11"
|
1326
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz#30320dfe3ffe1a336c15afdcdafd6fd615b25e33"
|
1327
|
+
integrity sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==
|
1413
1328
|
dependencies:
|
1414
|
-
"@babel/compat-data" "^7.
|
1415
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1416
|
-
semver "^6.
|
1329
|
+
"@babel/compat-data" "^7.22.6"
|
1330
|
+
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
1331
|
+
semver "^6.3.1"
|
1417
1332
|
|
1418
|
-
babel-plugin-polyfill-corejs3@^0.
|
1419
|
-
version "0.
|
1420
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
1421
|
-
integrity sha512
|
1333
|
+
babel-plugin-polyfill-corejs3@^0.10.4:
|
1334
|
+
version "0.10.4"
|
1335
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
|
1336
|
+
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
|
1422
1337
|
dependencies:
|
1423
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1424
|
-
core-js-compat "^3.
|
1338
|
+
"@babel/helper-define-polyfill-provider" "^0.6.1"
|
1339
|
+
core-js-compat "^3.36.1"
|
1425
1340
|
|
1426
|
-
babel-plugin-polyfill-regenerator@^0.
|
1427
|
-
version "0.
|
1428
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.
|
1429
|
-
integrity sha512-
|
1341
|
+
babel-plugin-polyfill-regenerator@^0.6.1:
|
1342
|
+
version "0.6.2"
|
1343
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz#addc47e240edd1da1058ebda03021f382bba785e"
|
1344
|
+
integrity sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==
|
1430
1345
|
dependencies:
|
1431
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
1432
|
-
|
1433
|
-
balanced-match@^1.0.0:
|
1434
|
-
version "1.0.2"
|
1435
|
-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
|
1436
|
-
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
|
1437
|
-
|
1438
|
-
bcrypt-pbkdf@^1.0.0:
|
1439
|
-
version "1.0.2"
|
1440
|
-
resolved "https://registry.yarnpkg.com/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz#a4301d389b6a43f9b67ff3ca11a3f6637e360e9e"
|
1441
|
-
integrity sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==
|
1442
|
-
dependencies:
|
1443
|
-
tweetnacl "^0.14.3"
|
1346
|
+
"@babel/helper-define-polyfill-provider" "^0.6.2"
|
1444
1347
|
|
1445
1348
|
big.js@^5.2.2:
|
1446
1349
|
version "5.2.2"
|
1447
1350
|
resolved "https://registry.yarnpkg.com/big.js/-/big.js-5.2.2.tgz#65f0af382f578bcdc742bd9c281e9cb2d7768328"
|
1448
1351
|
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
1449
1352
|
|
1353
|
+
binary-extensions@^2.0.0:
|
1354
|
+
version "2.3.0"
|
1355
|
+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
|
1356
|
+
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
|
1357
|
+
|
1450
1358
|
boolbase@^1.0.0:
|
1451
1359
|
version "1.0.0"
|
1452
1360
|
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"
|
@@ -1462,14 +1370,6 @@ bootstrap@^4.5.0:
|
|
1462
1370
|
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-4.6.2.tgz#8e0cd61611728a5bf65a3a2b8d6ff6c77d5d7479"
|
1463
1371
|
integrity sha512-51Bbp/Uxr9aTuy6ca/8FbFloBUJZLHwnhTcnjIeRn2suQWsWzcuJhGjKDB5eppVte/8oCdOL3VuwxvZDUggwGQ==
|
1464
1372
|
|
1465
|
-
brace-expansion@^1.1.7:
|
1466
|
-
version "1.1.11"
|
1467
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
|
1468
|
-
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
|
1469
|