gtfs-to-html 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/lib/file-utils.js +2 -15
- package/lib/gtfs-to-html.js +2 -2
- package/lib/utils.js +10 -6
- package/package.json +6 -6
- package/public/js/timetable-map.js +6 -1
- package/views/default/timetable_menu.pug +1 -1
- package/www/package.json +2 -2
- package/www/yarn.lock +1173 -1148
package/www/yarn.lock
CHANGED
|
@@ -29,165 +29,182 @@
|
|
|
29
29
|
resolved "https://registry.yarnpkg.com/@algolia/autocomplete-shared/-/autocomplete-shared-1.9.3.tgz#2e22e830d36f0a9cf2c0ccd3c7f6d59435b77dfa"
|
|
30
30
|
integrity sha512-Wnm9E4Ye6Rl6sTTqjoymD+l8DjSTHsHboVRYrKgEt8Q7UHm9nYbqhN/i0fhUYA3OAEH7WA8x3jfpnmJm3rKvaQ==
|
|
31
31
|
|
|
32
|
-
"@algolia/cache-browser-local-storage@4.
|
|
33
|
-
version "4.
|
|
34
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.
|
|
35
|
-
integrity sha512-
|
|
36
|
-
dependencies:
|
|
37
|
-
"@algolia/cache-common" "4.
|
|
38
|
-
|
|
39
|
-
"@algolia/cache-common@4.
|
|
40
|
-
version "4.
|
|
41
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.
|
|
42
|
-
integrity sha512-
|
|
43
|
-
|
|
44
|
-
"@algolia/cache-in-memory@4.
|
|
45
|
-
version "4.
|
|
46
|
-
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.
|
|
47
|
-
integrity sha512-
|
|
48
|
-
dependencies:
|
|
49
|
-
"@algolia/cache-common" "4.
|
|
50
|
-
|
|
51
|
-
"@algolia/client-account@4.
|
|
52
|
-
version "4.
|
|
53
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.
|
|
54
|
-
integrity sha512-
|
|
55
|
-
dependencies:
|
|
56
|
-
"@algolia/client-common" "4.
|
|
57
|
-
"@algolia/client-search" "4.
|
|
58
|
-
"@algolia/transporter" "4.
|
|
59
|
-
|
|
60
|
-
"@algolia/client-analytics@4.
|
|
61
|
-
version "4.
|
|
62
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.
|
|
63
|
-
integrity sha512-
|
|
64
|
-
dependencies:
|
|
65
|
-
"@algolia/client-common" "4.
|
|
66
|
-
"@algolia/client-search" "4.
|
|
67
|
-
"@algolia/requester-common" "4.
|
|
68
|
-
"@algolia/transporter" "4.
|
|
69
|
-
|
|
70
|
-
"@algolia/client-common@4.
|
|
71
|
-
version "4.
|
|
72
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.
|
|
73
|
-
integrity sha512-
|
|
74
|
-
dependencies:
|
|
75
|
-
"@algolia/requester-common" "4.
|
|
76
|
-
"@algolia/transporter" "4.
|
|
77
|
-
|
|
78
|
-
"@algolia/client-personalization@4.
|
|
79
|
-
version "4.
|
|
80
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.
|
|
81
|
-
integrity sha512-
|
|
82
|
-
dependencies:
|
|
83
|
-
"@algolia/client-common" "4.
|
|
84
|
-
"@algolia/requester-common" "4.
|
|
85
|
-
"@algolia/transporter" "4.
|
|
86
|
-
|
|
87
|
-
"@algolia/client-search@4.
|
|
88
|
-
version "4.
|
|
89
|
-
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.
|
|
90
|
-
integrity sha512-
|
|
91
|
-
dependencies:
|
|
92
|
-
"@algolia/client-common" "4.
|
|
93
|
-
"@algolia/requester-common" "4.
|
|
94
|
-
"@algolia/transporter" "4.
|
|
32
|
+
"@algolia/cache-browser-local-storage@4.23.1":
|
|
33
|
+
version "4.23.1"
|
|
34
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-browser-local-storage/-/cache-browser-local-storage-4.23.1.tgz#1e33f6e48a16ddd2568903eaf3866e541c28cc64"
|
|
35
|
+
integrity sha512-1sAJYmXN9TOk6Hd8BUQOglxP9Kq9F0qlISsuWxH6y4UjevevgxhLvA6VrODJb1ghwwQi0nODXxwUhNh0sGF8xw==
|
|
36
|
+
dependencies:
|
|
37
|
+
"@algolia/cache-common" "4.23.1"
|
|
38
|
+
|
|
39
|
+
"@algolia/cache-common@4.23.1":
|
|
40
|
+
version "4.23.1"
|
|
41
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-common/-/cache-common-4.23.1.tgz#5f066ae1a0aeb4df94ec1fdb7c0b39b1099e9953"
|
|
42
|
+
integrity sha512-w0sqXuwbGyIDsFDHTZzTv79rZjW7vc/6vCPdqYAAkiUlvvCdUo0cCWFXpbMpvYHBS2IXZXJaQY0R9yL/bmk9VQ==
|
|
43
|
+
|
|
44
|
+
"@algolia/cache-in-memory@4.23.1":
|
|
45
|
+
version "4.23.1"
|
|
46
|
+
resolved "https://registry.yarnpkg.com/@algolia/cache-in-memory/-/cache-in-memory-4.23.1.tgz#cc402d0f44b2948b97af05d107b0185f453bb0ff"
|
|
47
|
+
integrity sha512-Wy5J4c2vLi1Vfsc3qoM/trVtvN9BlV+X2hfiAhfTVclyney6fs/Rjus8lbadl1x5GjlPIgMNGxvr/A/wnJQUBw==
|
|
48
|
+
dependencies:
|
|
49
|
+
"@algolia/cache-common" "4.23.1"
|
|
50
|
+
|
|
51
|
+
"@algolia/client-account@4.23.1":
|
|
52
|
+
version "4.23.1"
|
|
53
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-account/-/client-account-4.23.1.tgz#179c8905a6cb35c2eb727478a9d7495c75c3c6fa"
|
|
54
|
+
integrity sha512-E8rALAfC7G1gruxW4zO3WgBkWQDJq1Crnxi45uo/KUYf78x+T7YwojyS42fHz//thbtPyPUC5WZCQlnzqgMZlg==
|
|
55
|
+
dependencies:
|
|
56
|
+
"@algolia/client-common" "4.23.1"
|
|
57
|
+
"@algolia/client-search" "4.23.1"
|
|
58
|
+
"@algolia/transporter" "4.23.1"
|
|
59
|
+
|
|
60
|
+
"@algolia/client-analytics@4.23.1":
|
|
61
|
+
version "4.23.1"
|
|
62
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-analytics/-/client-analytics-4.23.1.tgz#a6523e71f91dcc63fbe033342555b931b2480609"
|
|
63
|
+
integrity sha512-xtfp/M3TjHStStH/UQoxmt8SeVpxSgdZGcCY61+chG9fmbJHgeYtzECQu7SVZ+LPTW0nmyqMrpKQ9kFcgPnV1A==
|
|
64
|
+
dependencies:
|
|
65
|
+
"@algolia/client-common" "4.23.1"
|
|
66
|
+
"@algolia/client-search" "4.23.1"
|
|
67
|
+
"@algolia/requester-common" "4.23.1"
|
|
68
|
+
"@algolia/transporter" "4.23.1"
|
|
69
|
+
|
|
70
|
+
"@algolia/client-common@4.23.1":
|
|
71
|
+
version "4.23.1"
|
|
72
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-common/-/client-common-4.23.1.tgz#5ca47ecb35f2928fb1c94e7fcac54eb0f432425d"
|
|
73
|
+
integrity sha512-01lBsO8r4KeXWIDzVQoPMYwOndeAvSQk3xk3Bxwrt2ag5jrGswiq8DgEqPVx+PQw+7T5GY6dS25cYcdv1dVorA==
|
|
74
|
+
dependencies:
|
|
75
|
+
"@algolia/requester-common" "4.23.1"
|
|
76
|
+
"@algolia/transporter" "4.23.1"
|
|
77
|
+
|
|
78
|
+
"@algolia/client-personalization@4.23.1":
|
|
79
|
+
version "4.23.1"
|
|
80
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-personalization/-/client-personalization-4.23.1.tgz#60c88fcbca456890ce5725958b6c0de25cf62003"
|
|
81
|
+
integrity sha512-B8UEALAg1/6DaLuJOxYTfGBVrLZN4M7FoaYrjbHLw2oF5Y6bxe59Y5ug+lSbs6v9bWx7U9rNVpd8m2I8pobFcA==
|
|
82
|
+
dependencies:
|
|
83
|
+
"@algolia/client-common" "4.23.1"
|
|
84
|
+
"@algolia/requester-common" "4.23.1"
|
|
85
|
+
"@algolia/transporter" "4.23.1"
|
|
86
|
+
|
|
87
|
+
"@algolia/client-search@4.23.1":
|
|
88
|
+
version "4.23.1"
|
|
89
|
+
resolved "https://registry.yarnpkg.com/@algolia/client-search/-/client-search-4.23.1.tgz#6d0faa8eb2dc06a4c484a4db144fb1319eda0bd0"
|
|
90
|
+
integrity sha512-jeA1ZksO0N33SZhcLRa4paUI7LFJrrhtMlw27eIdPTVv/npV0dMLoNGPg3MuLSeZqRKqfpY7tTOBjRZFMhskLg==
|
|
91
|
+
dependencies:
|
|
92
|
+
"@algolia/client-common" "4.23.1"
|
|
93
|
+
"@algolia/requester-common" "4.23.1"
|
|
94
|
+
"@algolia/transporter" "4.23.1"
|
|
95
95
|
|
|
96
96
|
"@algolia/events@^4.0.1":
|
|
97
97
|
version "4.0.1"
|
|
98
98
|
resolved "https://registry.yarnpkg.com/@algolia/events/-/events-4.0.1.tgz#fd39e7477e7bc703d7f893b556f676c032af3950"
|
|
99
99
|
integrity sha512-FQzvOCgoFXAbf5Y6mYozw2aj5KCJoA3m4heImceldzPSMbdyS4atVjJzXKMsfX3wnZTFYwkkt8/z8UesLHlSBQ==
|
|
100
100
|
|
|
101
|
-
"@algolia/logger-common@4.
|
|
102
|
-
version "4.
|
|
103
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.
|
|
104
|
-
integrity sha512-
|
|
105
|
-
|
|
106
|
-
"@algolia/logger-console@4.
|
|
107
|
-
version "4.
|
|
108
|
-
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.
|
|
109
|
-
integrity sha512-
|
|
110
|
-
dependencies:
|
|
111
|
-
"@algolia/logger-common" "4.
|
|
112
|
-
|
|
113
|
-
"@algolia/
|
|
114
|
-
version "4.
|
|
115
|
-
resolved "https://registry.yarnpkg.com/@algolia/
|
|
116
|
-
integrity sha512-
|
|
117
|
-
dependencies:
|
|
118
|
-
"@algolia/
|
|
119
|
-
|
|
120
|
-
"@algolia/
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
"@algolia/requester-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
"
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
101
|
+
"@algolia/logger-common@4.23.1":
|
|
102
|
+
version "4.23.1"
|
|
103
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-common/-/logger-common-4.23.1.tgz#2e836adfbd3224b5f74d4dea1e25490965a00b06"
|
|
104
|
+
integrity sha512-hGsqJrpeZfw1Ng8ctWj9gg8zXlSmEMA0cfbBn3yoZa3so8oQZmB9uz57AJcJj1CfSBf+5SK8/AF4kjTungvgUA==
|
|
105
|
+
|
|
106
|
+
"@algolia/logger-console@4.23.1":
|
|
107
|
+
version "4.23.1"
|
|
108
|
+
resolved "https://registry.yarnpkg.com/@algolia/logger-console/-/logger-console-4.23.1.tgz#6e3c02669c48f92bcb886d6e55215c0bd41946e6"
|
|
109
|
+
integrity sha512-6QYjtxsDwrdFeLoCcZmi9af/EbWkpUYSclx2d342EoayaY8S2tCORgqwzDmPPOpvi5Y6zPnDsj2BG7vrpK8bdg==
|
|
110
|
+
dependencies:
|
|
111
|
+
"@algolia/logger-common" "4.23.1"
|
|
112
|
+
|
|
113
|
+
"@algolia/recommend@4.23.1":
|
|
114
|
+
version "4.23.1"
|
|
115
|
+
resolved "https://registry.yarnpkg.com/@algolia/recommend/-/recommend-4.23.1.tgz#6b106bf0c015cce7ba2160d34b3777f30f13230f"
|
|
116
|
+
integrity sha512-9Td+htxUYkUxrkaPOum9Q1jAy+NogxpwZ+Vvn3X+IBIfXECrNhIff+u1ddIirRM2rMphWrrO/3GWLZaKY7FOxw==
|
|
117
|
+
dependencies:
|
|
118
|
+
"@algolia/cache-browser-local-storage" "4.23.1"
|
|
119
|
+
"@algolia/cache-common" "4.23.1"
|
|
120
|
+
"@algolia/cache-in-memory" "4.23.1"
|
|
121
|
+
"@algolia/client-common" "4.23.1"
|
|
122
|
+
"@algolia/client-search" "4.23.1"
|
|
123
|
+
"@algolia/logger-common" "4.23.1"
|
|
124
|
+
"@algolia/logger-console" "4.23.1"
|
|
125
|
+
"@algolia/requester-browser-xhr" "4.23.1"
|
|
126
|
+
"@algolia/requester-common" "4.23.1"
|
|
127
|
+
"@algolia/requester-node-http" "4.23.1"
|
|
128
|
+
"@algolia/transporter" "4.23.1"
|
|
129
|
+
|
|
130
|
+
"@algolia/requester-browser-xhr@4.23.1":
|
|
131
|
+
version "4.23.1"
|
|
132
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-browser-xhr/-/requester-browser-xhr-4.23.1.tgz#edd03228b756dedfdb570db446296ca68b8e4c21"
|
|
133
|
+
integrity sha512-dM8acMp6sn1HRoQrUiBYQCZvTrFwLwFuHagZH88nKhL52bUrtZXH2qUQ8RMQBb9am71J9COLyMgZYdyR+u8Ktg==
|
|
134
|
+
dependencies:
|
|
135
|
+
"@algolia/requester-common" "4.23.1"
|
|
136
|
+
|
|
137
|
+
"@algolia/requester-common@4.23.1":
|
|
138
|
+
version "4.23.1"
|
|
139
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-common/-/requester-common-4.23.1.tgz#7180596c86f69e6a258eb5f4d955f9f3a5806191"
|
|
140
|
+
integrity sha512-G9+ySLxPBtn2o6Mk4NoxPnkYtAe/isxrVy5LmJ4za+aYEdV5tvZpgvn+k4558T7XoRBrI2eQKyjnvQs7zJeCdw==
|
|
141
|
+
|
|
142
|
+
"@algolia/requester-node-http@4.23.1":
|
|
143
|
+
version "4.23.1"
|
|
144
|
+
resolved "https://registry.yarnpkg.com/@algolia/requester-node-http/-/requester-node-http-4.23.1.tgz#de66e1f70c1513dd65d954522a1526ad30187139"
|
|
145
|
+
integrity sha512-prpVKKc/WRAtZqZx3A6Ds+D6bl3jgnY4Nw8BhCO9yzwMu5oXaOFsZrzFRBeVUJbtOWMc/DMP38vY6DpdV6NSfw==
|
|
146
|
+
dependencies:
|
|
147
|
+
"@algolia/requester-common" "4.23.1"
|
|
148
|
+
|
|
149
|
+
"@algolia/transporter@4.23.1":
|
|
150
|
+
version "4.23.1"
|
|
151
|
+
resolved "https://registry.yarnpkg.com/@algolia/transporter/-/transporter-4.23.1.tgz#e3990f8840211b45bab4fa4ffd79e6b6b776e36f"
|
|
152
|
+
integrity sha512-8ucVx0hV7yIeTZUFsix31UEIJFRauPriWlzLBbDy9gRHrK45WbMQ1S9FliDdoY5OvbFxi0/5OKRj0Dw1EkbcJA==
|
|
153
|
+
dependencies:
|
|
154
|
+
"@algolia/cache-common" "4.23.1"
|
|
155
|
+
"@algolia/logger-common" "4.23.1"
|
|
156
|
+
"@algolia/requester-common" "4.23.1"
|
|
140
157
|
|
|
141
158
|
"@ampproject/remapping@^2.2.0":
|
|
142
|
-
version "2.
|
|
143
|
-
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.
|
|
144
|
-
integrity sha512-
|
|
159
|
+
version "2.3.0"
|
|
160
|
+
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.3.0.tgz#ed441b6fa600072520ce18b43d2c8cc8caecc7f4"
|
|
161
|
+
integrity sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==
|
|
145
162
|
dependencies:
|
|
146
|
-
"@jridgewell/gen-mapping" "^0.3.
|
|
147
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
163
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
164
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
148
165
|
|
|
149
|
-
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.
|
|
150
|
-
version "7.
|
|
151
|
-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.
|
|
152
|
-
integrity sha512-
|
|
166
|
+
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.16.0", "@babel/code-frame@^7.23.5", "@babel/code-frame@^7.24.1", "@babel/code-frame@^7.24.2", "@babel/code-frame@^7.8.3":
|
|
167
|
+
version "7.24.2"
|
|
168
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.2.tgz#718b4b19841809a58b29b68cde80bc5e1aa6d9ae"
|
|
169
|
+
integrity sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==
|
|
153
170
|
dependencies:
|
|
154
|
-
"@babel/highlight" "^7.
|
|
155
|
-
|
|
171
|
+
"@babel/highlight" "^7.24.2"
|
|
172
|
+
picocolors "^1.0.0"
|
|
156
173
|
|
|
157
|
-
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.
|
|
158
|
-
version "7.
|
|
159
|
-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.
|
|
160
|
-
integrity sha512-
|
|
174
|
+
"@babel/compat-data@^7.22.6", "@babel/compat-data@^7.23.5", "@babel/compat-data@^7.24.1":
|
|
175
|
+
version "7.24.1"
|
|
176
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.24.1.tgz#31c1f66435f2a9c329bb5716a6d6186c516c3742"
|
|
177
|
+
integrity sha512-Pc65opHDliVpRHuKfzI+gSA4zcgr65O4cl64fFJIWEEh8JoHIHh0Oez1Eo8Arz8zq/JhgKodQaxEwUPRtZylVA==
|
|
161
178
|
|
|
162
179
|
"@babel/core@^7.19.6", "@babel/core@^7.23.3":
|
|
163
|
-
version "7.
|
|
164
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
165
|
-
integrity sha512
|
|
180
|
+
version "7.24.3"
|
|
181
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.24.3.tgz#568864247ea10fbd4eff04dda1e05f9e2ea985c3"
|
|
182
|
+
integrity sha512-5FcvN1JHw2sHJChotgx8Ek0lyuh4kCKelgMTTqhYJJtloNvUfpAFMeNQUtdlIaktwrSV9LtCdqwk48wL2wBacQ==
|
|
166
183
|
dependencies:
|
|
167
184
|
"@ampproject/remapping" "^2.2.0"
|
|
168
|
-
"@babel/code-frame" "^7.
|
|
169
|
-
"@babel/generator" "^7.
|
|
185
|
+
"@babel/code-frame" "^7.24.2"
|
|
186
|
+
"@babel/generator" "^7.24.1"
|
|
170
187
|
"@babel/helper-compilation-targets" "^7.23.6"
|
|
171
188
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
172
|
-
"@babel/helpers" "^7.
|
|
173
|
-
"@babel/parser" "^7.
|
|
174
|
-
"@babel/template" "^7.
|
|
175
|
-
"@babel/traverse" "^7.
|
|
176
|
-
"@babel/types" "^7.
|
|
189
|
+
"@babel/helpers" "^7.24.1"
|
|
190
|
+
"@babel/parser" "^7.24.1"
|
|
191
|
+
"@babel/template" "^7.24.0"
|
|
192
|
+
"@babel/traverse" "^7.24.1"
|
|
193
|
+
"@babel/types" "^7.24.0"
|
|
177
194
|
convert-source-map "^2.0.0"
|
|
178
195
|
debug "^4.1.0"
|
|
179
196
|
gensync "^1.0.0-beta.2"
|
|
180
197
|
json5 "^2.2.3"
|
|
181
198
|
semver "^6.3.1"
|
|
182
199
|
|
|
183
|
-
"@babel/generator@^7.23.3", "@babel/generator@^7.
|
|
184
|
-
version "7.
|
|
185
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
|
186
|
-
integrity sha512-
|
|
200
|
+
"@babel/generator@^7.23.3", "@babel/generator@^7.24.1":
|
|
201
|
+
version "7.24.1"
|
|
202
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.24.1.tgz#e67e06f68568a4ebf194d1c6014235344f0476d0"
|
|
203
|
+
integrity sha512-DfCRfZsBcrPEHUfuBMgbJ1Ut01Y/itOs+hY2nFLgqsqXd52/iSiVq5TITtUasIUgm+IIKdY2/1I7auiQOEeC9A==
|
|
187
204
|
dependencies:
|
|
188
|
-
"@babel/types" "^7.
|
|
189
|
-
"@jridgewell/gen-mapping" "^0.3.
|
|
190
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
205
|
+
"@babel/types" "^7.24.0"
|
|
206
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
207
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
|
191
208
|
jsesc "^2.5.1"
|
|
192
209
|
|
|
193
210
|
"@babel/helper-annotate-as-pure@^7.22.5":
|
|
@@ -204,7 +221,7 @@
|
|
|
204
221
|
dependencies:
|
|
205
222
|
"@babel/types" "^7.22.15"
|
|
206
223
|
|
|
207
|
-
"@babel/helper-compilation-targets@^7.22.
|
|
224
|
+
"@babel/helper-compilation-targets@^7.22.6", "@babel/helper-compilation-targets@^7.23.6":
|
|
208
225
|
version "7.23.6"
|
|
209
226
|
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz#4d79069b16cbcf1461289eccfbbd81501ae39991"
|
|
210
227
|
integrity sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==
|
|
@@ -215,17 +232,17 @@
|
|
|
215
232
|
lru-cache "^5.1.1"
|
|
216
233
|
semver "^6.3.1"
|
|
217
234
|
|
|
218
|
-
"@babel/helper-create-class-features-plugin@^7.
|
|
219
|
-
version "7.
|
|
220
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
221
|
-
integrity sha512-
|
|
235
|
+
"@babel/helper-create-class-features-plugin@^7.24.1":
|
|
236
|
+
version "7.24.1"
|
|
237
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.24.1.tgz#db58bf57137b623b916e24874ab7188d93d7f68f"
|
|
238
|
+
integrity sha512-1yJa9dX9g//V6fDebXoEfEsxkZHk3Hcbm+zLhyu6qVgYFLvmTALTeV+jNU9e5RnYtioBrGEOdoI2joMSNQ/+aA==
|
|
222
239
|
dependencies:
|
|
223
240
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
|
224
241
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
225
242
|
"@babel/helper-function-name" "^7.23.0"
|
|
226
243
|
"@babel/helper-member-expression-to-functions" "^7.23.0"
|
|
227
244
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
|
228
|
-
"@babel/helper-replace-supers" "^7.
|
|
245
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
|
229
246
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
|
230
247
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
231
248
|
semver "^6.3.1"
|
|
@@ -239,21 +256,10 @@
|
|
|
239
256
|
regexpu-core "^5.3.1"
|
|
240
257
|
semver "^6.3.1"
|
|
241
258
|
|
|
242
|
-
"@babel/helper-define-polyfill-provider@^0.
|
|
243
|
-
version "0.
|
|
244
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.
|
|
245
|
-
integrity sha512-
|
|
246
|
-
dependencies:
|
|
247
|
-
"@babel/helper-compilation-targets" "^7.22.6"
|
|
248
|
-
"@babel/helper-plugin-utils" "^7.22.5"
|
|
249
|
-
debug "^4.1.1"
|
|
250
|
-
lodash.debounce "^4.0.8"
|
|
251
|
-
resolve "^1.14.2"
|
|
252
|
-
|
|
253
|
-
"@babel/helper-define-polyfill-provider@^0.5.0":
|
|
254
|
-
version "0.5.0"
|
|
255
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.5.0.tgz#465805b7361f461e86c680f1de21eaf88c25901b"
|
|
256
|
-
integrity sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==
|
|
259
|
+
"@babel/helper-define-polyfill-provider@^0.6.1":
|
|
260
|
+
version "0.6.1"
|
|
261
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.1.tgz#fadc63f0c2ff3c8d02ed905dcea747c5b0fb74fd"
|
|
262
|
+
integrity sha512-o7SDgTJuvx5vLKD6SFvkydkSMBvahDKGiNJzG22IZYXhiqoe9efY7zocICBgzHV4IRg5wdgl2nEL/tulKIEIbA==
|
|
257
263
|
dependencies:
|
|
258
264
|
"@babel/helper-compilation-targets" "^7.22.6"
|
|
259
265
|
"@babel/helper-plugin-utils" "^7.22.5"
|
|
@@ -281,19 +287,19 @@
|
|
|
281
287
|
dependencies:
|
|
282
288
|
"@babel/types" "^7.22.5"
|
|
283
289
|
|
|
284
|
-
"@babel/helper-member-expression-to-functions@^7.
|
|
290
|
+
"@babel/helper-member-expression-to-functions@^7.23.0":
|
|
285
291
|
version "7.23.0"
|
|
286
292
|
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz#9263e88cc5e41d39ec18c9a3e0eced59a3e7d366"
|
|
287
293
|
integrity sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==
|
|
288
294
|
dependencies:
|
|
289
295
|
"@babel/types" "^7.23.0"
|
|
290
296
|
|
|
291
|
-
"@babel/helper-module-imports@^7.22.15":
|
|
292
|
-
version "7.
|
|
293
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.
|
|
294
|
-
integrity sha512-
|
|
297
|
+
"@babel/helper-module-imports@^7.22.15", "@babel/helper-module-imports@^7.24.1", "@babel/helper-module-imports@^7.24.3":
|
|
298
|
+
version "7.24.3"
|
|
299
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz#6ac476e6d168c7c23ff3ba3cf4f7841d46ac8128"
|
|
300
|
+
integrity sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==
|
|
295
301
|
dependencies:
|
|
296
|
-
"@babel/types" "^7.
|
|
302
|
+
"@babel/types" "^7.24.0"
|
|
297
303
|
|
|
298
304
|
"@babel/helper-module-transforms@^7.23.3":
|
|
299
305
|
version "7.23.3"
|
|
@@ -313,10 +319,10 @@
|
|
|
313
319
|
dependencies:
|
|
314
320
|
"@babel/types" "^7.22.5"
|
|
315
321
|
|
|
316
|
-
"@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.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
317
|
-
version "7.
|
|
318
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
319
|
-
integrity sha512-
|
|
322
|
+
"@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.8.0", "@babel/helper-plugin-utils@^7.8.3":
|
|
323
|
+
version "7.24.0"
|
|
324
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.0.tgz#945681931a52f15ce879fd5b86ce2dae6d3d7f2a"
|
|
325
|
+
integrity sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==
|
|
320
326
|
|
|
321
327
|
"@babel/helper-remap-async-to-generator@^7.22.20":
|
|
322
328
|
version "7.22.20"
|
|
@@ -327,13 +333,13 @@
|
|
|
327
333
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
328
334
|
"@babel/helper-wrap-function" "^7.22.20"
|
|
329
335
|
|
|
330
|
-
"@babel/helper-replace-supers@^7.
|
|
331
|
-
version "7.
|
|
332
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
333
|
-
integrity sha512-
|
|
336
|
+
"@babel/helper-replace-supers@^7.24.1":
|
|
337
|
+
version "7.24.1"
|
|
338
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.24.1.tgz#7085bd19d4a0b7ed8f405c1ed73ccb70f323abc1"
|
|
339
|
+
integrity sha512-QCR1UqC9BzG5vZl8BMicmZ28RuUBnHhAMddD8yHFHDRH9lLTZ9uUPehX8ctVPT8l0TKblJidqcgUUKGVrePleQ==
|
|
334
340
|
dependencies:
|
|
335
341
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
336
|
-
"@babel/helper-member-expression-to-functions" "^7.
|
|
342
|
+
"@babel/helper-member-expression-to-functions" "^7.23.0"
|
|
337
343
|
"@babel/helper-optimise-call-expression" "^7.22.5"
|
|
338
344
|
|
|
339
345
|
"@babel/helper-simple-access@^7.22.5":
|
|
@@ -358,16 +364,16 @@
|
|
|
358
364
|
"@babel/types" "^7.22.5"
|
|
359
365
|
|
|
360
366
|
"@babel/helper-string-parser@^7.23.4":
|
|
361
|
-
version "7.
|
|
362
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.
|
|
363
|
-
integrity sha512-
|
|
367
|
+
version "7.24.1"
|
|
368
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz#f99c36d3593db9540705d0739a1f10b5e20c696e"
|
|
369
|
+
integrity sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==
|
|
364
370
|
|
|
365
371
|
"@babel/helper-validator-identifier@^7.22.20":
|
|
366
372
|
version "7.22.20"
|
|
367
373
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
368
374
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
369
375
|
|
|
370
|
-
"@babel/helper-validator-option@^7.
|
|
376
|
+
"@babel/helper-validator-option@^7.23.5":
|
|
371
377
|
version "7.23.5"
|
|
372
378
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz#907a3fbd4523426285365d1206c423c4c5520307"
|
|
373
379
|
integrity sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==
|
|
@@ -381,52 +387,53 @@
|
|
|
381
387
|
"@babel/template" "^7.22.15"
|
|
382
388
|
"@babel/types" "^7.22.19"
|
|
383
389
|
|
|
384
|
-
"@babel/helpers@^7.
|
|
385
|
-
version "7.
|
|
386
|
-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.
|
|
387
|
-
integrity sha512-
|
|
390
|
+
"@babel/helpers@^7.24.1":
|
|
391
|
+
version "7.24.1"
|
|
392
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.24.1.tgz#183e44714b9eba36c3038e442516587b1e0a1a94"
|
|
393
|
+
integrity sha512-BpU09QqEe6ZCHuIHFphEFgvNSrubve1FtyMton26ekZ85gRGi6LrTF7zArARp2YvyFxloeiRmtSCq5sjh1WqIg==
|
|
388
394
|
dependencies:
|
|
389
|
-
"@babel/template" "^7.
|
|
390
|
-
"@babel/traverse" "^7.
|
|
391
|
-
"@babel/types" "^7.
|
|
395
|
+
"@babel/template" "^7.24.0"
|
|
396
|
+
"@babel/traverse" "^7.24.1"
|
|
397
|
+
"@babel/types" "^7.24.0"
|
|
392
398
|
|
|
393
|
-
"@babel/highlight@^7.
|
|
394
|
-
version "7.
|
|
395
|
-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.
|
|
396
|
-
integrity sha512-
|
|
399
|
+
"@babel/highlight@^7.24.2":
|
|
400
|
+
version "7.24.2"
|
|
401
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.2.tgz#3f539503efc83d3c59080a10e6634306e0370d26"
|
|
402
|
+
integrity sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==
|
|
397
403
|
dependencies:
|
|
398
404
|
"@babel/helper-validator-identifier" "^7.22.20"
|
|
399
405
|
chalk "^2.4.2"
|
|
400
406
|
js-tokens "^4.0.0"
|
|
407
|
+
picocolors "^1.0.0"
|
|
401
408
|
|
|
402
|
-
"@babel/parser@^7.22.
|
|
403
|
-
version "7.
|
|
404
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
|
405
|
-
integrity sha512-
|
|
409
|
+
"@babel/parser@^7.22.7", "@babel/parser@^7.24.0", "@babel/parser@^7.24.1":
|
|
410
|
+
version "7.24.1"
|
|
411
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.1.tgz#1e416d3627393fab1cb5b0f2f1796a100ae9133a"
|
|
412
|
+
integrity sha512-Zo9c7N3xdOIQrNip7Lc9wvRPzlRtovHVE4lkz8WEDr7uYh/GMQhSiIgFxGIArRHYdJE5kxtZjAf8rT0xhdLCzg==
|
|
406
413
|
|
|
407
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.
|
|
408
|
-
version "7.
|
|
409
|
-
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.
|
|
410
|
-
integrity sha512-
|
|
414
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.24.1":
|
|
415
|
+
version "7.24.1"
|
|
416
|
+
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"
|
|
417
|
+
integrity sha512-y4HqEnkelJIOQGd+3g1bTeKsA5c6qM7eOn7VggGVbBc0y8MLSKHacwcIE2PplNlQSj0PqS9rrXL/nkPVK+kUNg==
|
|
411
418
|
dependencies:
|
|
412
|
-
"@babel/helper-plugin-utils" "^7.
|
|
419
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
413
420
|
|
|
414
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.
|
|
415
|
-
version "7.
|
|
416
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.
|
|
417
|
-
integrity sha512-
|
|
421
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.24.1":
|
|
422
|
+
version "7.24.1"
|
|
423
|
+
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"
|
|
424
|
+
integrity sha512-Hj791Ii4ci8HqnaKHAlLNs+zaLXb0EzSDhiAWp5VNlyvCNymYfacs64pxTxbH1znW/NcArSmwpmG9IKE/TUVVQ==
|
|
418
425
|
dependencies:
|
|
419
|
-
"@babel/helper-plugin-utils" "^7.
|
|
426
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
420
427
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
|
421
|
-
"@babel/plugin-transform-optional-chaining" "^7.
|
|
428
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.1"
|
|
422
429
|
|
|
423
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.
|
|
424
|
-
version "7.
|
|
425
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.
|
|
426
|
-
integrity sha512-
|
|
430
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@^7.24.1":
|
|
431
|
+
version "7.24.1"
|
|
432
|
+
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"
|
|
433
|
+
integrity sha512-m9m/fXsXLiHfwdgydIFnpk+7jlVbnvlK5B2EKiPdLUb6WX654ZaaEWJUjk8TftRbZpK0XibovlLWX4KIZhV6jw==
|
|
427
434
|
dependencies:
|
|
428
435
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
429
|
-
"@babel/helper-plugin-utils" "^7.
|
|
436
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
430
437
|
|
|
431
438
|
"@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2":
|
|
432
439
|
version "7.21.0-placeholder-for-preset-env.2"
|
|
@@ -468,19 +475,19 @@
|
|
|
468
475
|
dependencies:
|
|
469
476
|
"@babel/helper-plugin-utils" "^7.8.3"
|
|
470
477
|
|
|
471
|
-
"@babel/plugin-syntax-import-assertions@^7.
|
|
472
|
-
version "7.
|
|
473
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.
|
|
474
|
-
integrity sha512-
|
|
478
|
+
"@babel/plugin-syntax-import-assertions@^7.24.1":
|
|
479
|
+
version "7.24.1"
|
|
480
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.1.tgz#db3aad724153a00eaac115a3fb898de544e34971"
|
|
481
|
+
integrity sha512-IuwnI5XnuF189t91XbxmXeCDz3qs6iDRO7GJ++wcfgeXNs/8FmIlKcpDSXNVyuLQxlwvskmI3Ct73wUODkJBlQ==
|
|
475
482
|
dependencies:
|
|
476
|
-
"@babel/helper-plugin-utils" "^7.
|
|
483
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
477
484
|
|
|
478
|
-
"@babel/plugin-syntax-import-attributes@^7.
|
|
479
|
-
version "7.
|
|
480
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.
|
|
481
|
-
integrity sha512-
|
|
485
|
+
"@babel/plugin-syntax-import-attributes@^7.24.1":
|
|
486
|
+
version "7.24.1"
|
|
487
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.1.tgz#c66b966c63b714c4eec508fcf5763b1f2d381093"
|
|
488
|
+
integrity sha512-zhQTMH0X2nVLnb04tz+s7AMuasX8U0FnpE+nHTOhSOINjWMnopoZTxtIKsd45n4GQ/HIZLyfIpoul8e2m0DnRA==
|
|
482
489
|
dependencies:
|
|
483
|
-
"@babel/helper-plugin-utils" "^7.
|
|
490
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
484
491
|
|
|
485
492
|
"@babel/plugin-syntax-import-meta@^7.10.4":
|
|
486
493
|
version "7.10.4"
|
|
@@ -496,12 +503,12 @@
|
|
|
496
503
|
dependencies:
|
|
497
504
|
"@babel/helper-plugin-utils" "^7.8.0"
|
|
498
505
|
|
|
499
|
-
"@babel/plugin-syntax-jsx@^7.23.3":
|
|
500
|
-
version "7.
|
|
501
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
|
502
|
-
integrity sha512-
|
|
506
|
+
"@babel/plugin-syntax-jsx@^7.23.3", "@babel/plugin-syntax-jsx@^7.24.1":
|
|
507
|
+
version "7.24.1"
|
|
508
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz#3f6ca04b8c841811dbc3c5c5f837934e0d626c10"
|
|
509
|
+
integrity sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==
|
|
503
510
|
dependencies:
|
|
504
|
-
"@babel/helper-plugin-utils" "^7.
|
|
511
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
505
512
|
|
|
506
513
|
"@babel/plugin-syntax-logical-assignment-operators@^7.10.4":
|
|
507
514
|
version "7.10.4"
|
|
@@ -559,12 +566,12 @@
|
|
|
559
566
|
dependencies:
|
|
560
567
|
"@babel/helper-plugin-utils" "^7.14.5"
|
|
561
568
|
|
|
562
|
-
"@babel/plugin-syntax-typescript@^7.
|
|
563
|
-
version "7.
|
|
564
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.
|
|
565
|
-
integrity sha512-
|
|
569
|
+
"@babel/plugin-syntax-typescript@^7.24.1":
|
|
570
|
+
version "7.24.1"
|
|
571
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz#b3bcc51f396d15f3591683f90239de143c076844"
|
|
572
|
+
integrity sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==
|
|
566
573
|
dependencies:
|
|
567
|
-
"@babel/helper-plugin-utils" "^7.
|
|
574
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
568
575
|
|
|
569
576
|
"@babel/plugin-syntax-unicode-sets-regex@^7.18.6":
|
|
570
577
|
version "7.18.6"
|
|
@@ -574,212 +581,212 @@
|
|
|
574
581
|
"@babel/helper-create-regexp-features-plugin" "^7.18.6"
|
|
575
582
|
"@babel/helper-plugin-utils" "^7.18.6"
|
|
576
583
|
|
|
577
|
-
"@babel/plugin-transform-arrow-functions@^7.
|
|
578
|
-
version "7.
|
|
579
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.
|
|
580
|
-
integrity sha512-
|
|
584
|
+
"@babel/plugin-transform-arrow-functions@^7.24.1":
|
|
585
|
+
version "7.24.1"
|
|
586
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.1.tgz#2bf263617060c9cc45bcdbf492b8cc805082bf27"
|
|
587
|
+
integrity sha512-ngT/3NkRhsaep9ck9uj2Xhv9+xB1zShY3tM3g6om4xxCELwCDN4g4Aq5dRn48+0hasAql7s2hdBOysCfNpr4fw==
|
|
581
588
|
dependencies:
|
|
582
|
-
"@babel/helper-plugin-utils" "^7.
|
|
589
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
583
590
|
|
|
584
|
-
"@babel/plugin-transform-async-generator-functions@^7.
|
|
585
|
-
version "7.
|
|
586
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
587
|
-
integrity sha512-
|
|
591
|
+
"@babel/plugin-transform-async-generator-functions@^7.24.3":
|
|
592
|
+
version "7.24.3"
|
|
593
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.24.3.tgz#8fa7ae481b100768cc9842c8617808c5352b8b89"
|
|
594
|
+
integrity sha512-Qe26CMYVjpQxJ8zxM1340JFNjZaF+ISWpr1Kt/jGo+ZTUzKkfw/pphEWbRCb+lmSM6k/TOgfYLvmbHkUQ0asIg==
|
|
588
595
|
dependencies:
|
|
589
596
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
590
|
-
"@babel/helper-plugin-utils" "^7.
|
|
597
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
591
598
|
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
|
592
599
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
593
600
|
|
|
594
|
-
"@babel/plugin-transform-async-to-generator@^7.
|
|
595
|
-
version "7.
|
|
596
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
597
|
-
integrity sha512-
|
|
601
|
+
"@babel/plugin-transform-async-to-generator@^7.24.1":
|
|
602
|
+
version "7.24.1"
|
|
603
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.1.tgz#0e220703b89f2216800ce7b1c53cb0cf521c37f4"
|
|
604
|
+
integrity sha512-AawPptitRXp1y0n4ilKcGbRYWfbbzFWz2NqNu7dacYDtFtz0CMjG64b3LQsb3KIgnf4/obcUL78hfaOS7iCUfw==
|
|
598
605
|
dependencies:
|
|
599
|
-
"@babel/helper-module-imports" "^7.
|
|
600
|
-
"@babel/helper-plugin-utils" "^7.
|
|
606
|
+
"@babel/helper-module-imports" "^7.24.1"
|
|
607
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
601
608
|
"@babel/helper-remap-async-to-generator" "^7.22.20"
|
|
602
609
|
|
|
603
|
-
"@babel/plugin-transform-block-scoped-functions@^7.
|
|
604
|
-
version "7.
|
|
605
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
|
606
|
-
integrity sha512-
|
|
610
|
+
"@babel/plugin-transform-block-scoped-functions@^7.24.1":
|
|
611
|
+
version "7.24.1"
|
|
612
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.1.tgz#1c94799e20fcd5c4d4589523bbc57b7692979380"
|
|
613
|
+
integrity sha512-TWWC18OShZutrv9C6mye1xwtam+uNi2bnTOCBUd5sZxyHOiWbU6ztSROofIMrK84uweEZC219POICK/sTYwfgg==
|
|
607
614
|
dependencies:
|
|
608
|
-
"@babel/helper-plugin-utils" "^7.
|
|
615
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
609
616
|
|
|
610
|
-
"@babel/plugin-transform-block-scoping@^7.
|
|
611
|
-
version "7.
|
|
612
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
613
|
-
integrity sha512-
|
|
617
|
+
"@babel/plugin-transform-block-scoping@^7.24.1":
|
|
618
|
+
version "7.24.1"
|
|
619
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.24.1.tgz#27af183d7f6dad890531256c7a45019df768ac1f"
|
|
620
|
+
integrity sha512-h71T2QQvDgM2SmT29UYU6ozjMlAt7s7CSs5Hvy8f8cf/GM/Z4a2zMfN+fjVGaieeCrXR3EdQl6C4gQG+OgmbKw==
|
|
614
621
|
dependencies:
|
|
615
|
-
"@babel/helper-plugin-utils" "^7.
|
|
622
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
616
623
|
|
|
617
|
-
"@babel/plugin-transform-class-properties@^7.
|
|
618
|
-
version "7.
|
|
619
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.
|
|
620
|
-
integrity sha512-
|
|
624
|
+
"@babel/plugin-transform-class-properties@^7.24.1":
|
|
625
|
+
version "7.24.1"
|
|
626
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.1.tgz#bcbf1aef6ba6085cfddec9fc8d58871cf011fc29"
|
|
627
|
+
integrity sha512-OMLCXi0NqvJfORTaPQBwqLXHhb93wkBKZ4aNwMl6WtehO7ar+cmp+89iPEQPqxAnxsOKTaMcs3POz3rKayJ72g==
|
|
621
628
|
dependencies:
|
|
622
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
623
|
-
"@babel/helper-plugin-utils" "^7.
|
|
629
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
|
630
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
624
631
|
|
|
625
|
-
"@babel/plugin-transform-class-static-block@^7.
|
|
626
|
-
version "7.
|
|
627
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.
|
|
628
|
-
integrity sha512-
|
|
632
|
+
"@babel/plugin-transform-class-static-block@^7.24.1":
|
|
633
|
+
version "7.24.1"
|
|
634
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.1.tgz#4e37efcca1d9f2fcb908d1bae8b56b4b6e9e1cb6"
|
|
635
|
+
integrity sha512-FUHlKCn6J3ERiu8Dv+4eoz7w8+kFLSyeVG4vDAikwADGjUCoHw/JHokyGtr8OR4UjpwPVivyF+h8Q5iv/JmrtA==
|
|
629
636
|
dependencies:
|
|
630
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
631
|
-
"@babel/helper-plugin-utils" "^7.
|
|
637
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
|
638
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
632
639
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
633
640
|
|
|
634
|
-
"@babel/plugin-transform-classes@^7.
|
|
635
|
-
version "7.
|
|
636
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.
|
|
637
|
-
integrity sha512-
|
|
641
|
+
"@babel/plugin-transform-classes@^7.24.1":
|
|
642
|
+
version "7.24.1"
|
|
643
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-classes/-/plugin-transform-classes-7.24.1.tgz#5bc8fc160ed96378184bc10042af47f50884dcb1"
|
|
644
|
+
integrity sha512-ZTIe3W7UejJd3/3R4p7ScyyOoafetUShSf4kCqV0O7F/RiHxVj/wRaRnQlrGwflvcehNA8M42HkAiEDYZu2F1Q==
|
|
638
645
|
dependencies:
|
|
639
646
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
|
640
647
|
"@babel/helper-compilation-targets" "^7.23.6"
|
|
641
648
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
642
649
|
"@babel/helper-function-name" "^7.23.0"
|
|
643
|
-
"@babel/helper-plugin-utils" "^7.
|
|
644
|
-
"@babel/helper-replace-supers" "^7.
|
|
650
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
651
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
|
645
652
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
646
653
|
globals "^11.1.0"
|
|
647
654
|
|
|
648
|
-
"@babel/plugin-transform-computed-properties@^7.
|
|
649
|
-
version "7.
|
|
650
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.
|
|
651
|
-
integrity sha512-
|
|
655
|
+
"@babel/plugin-transform-computed-properties@^7.24.1":
|
|
656
|
+
version "7.24.1"
|
|
657
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.1.tgz#bc7e787f8e021eccfb677af5f13c29a9934ed8a7"
|
|
658
|
+
integrity sha512-5pJGVIUfJpOS+pAqBQd+QMaTD2vCL/HcePooON6pDpHgRp4gNRmzyHTPIkXntwKsq3ayUFVfJaIKPw2pOkOcTw==
|
|
652
659
|
dependencies:
|
|
653
|
-
"@babel/helper-plugin-utils" "^7.
|
|
654
|
-
"@babel/template" "^7.
|
|
660
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
661
|
+
"@babel/template" "^7.24.0"
|
|
655
662
|
|
|
656
|
-
"@babel/plugin-transform-destructuring@^7.
|
|
657
|
-
version "7.
|
|
658
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.
|
|
659
|
-
integrity sha512-
|
|
663
|
+
"@babel/plugin-transform-destructuring@^7.24.1":
|
|
664
|
+
version "7.24.1"
|
|
665
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.1.tgz#b1e8243af4a0206841973786292b8c8dd8447345"
|
|
666
|
+
integrity sha512-ow8jciWqNxR3RYbSNVuF4U2Jx130nwnBnhRw6N6h1bOejNkABmcI5X5oz29K4alWX7vf1C+o6gtKXikzRKkVdw==
|
|
660
667
|
dependencies:
|
|
661
|
-
"@babel/helper-plugin-utils" "^7.
|
|
668
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
662
669
|
|
|
663
|
-
"@babel/plugin-transform-dotall-regex@^7.
|
|
664
|
-
version "7.
|
|
665
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.
|
|
666
|
-
integrity sha512-
|
|
670
|
+
"@babel/plugin-transform-dotall-regex@^7.24.1":
|
|
671
|
+
version "7.24.1"
|
|
672
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.1.tgz#d56913d2f12795cc9930801b84c6f8c47513ac13"
|
|
673
|
+
integrity sha512-p7uUxgSoZwZ2lPNMzUkqCts3xlp8n+o05ikjy7gbtFJSt9gdU88jAmtfmOxHM14noQXBxfgzf2yRWECiNVhTCw==
|
|
667
674
|
dependencies:
|
|
668
675
|
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
|
669
|
-
"@babel/helper-plugin-utils" "^7.
|
|
676
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
670
677
|
|
|
671
|
-
"@babel/plugin-transform-duplicate-keys@^7.
|
|
672
|
-
version "7.
|
|
673
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.
|
|
674
|
-
integrity sha512-
|
|
678
|
+
"@babel/plugin-transform-duplicate-keys@^7.24.1":
|
|
679
|
+
version "7.24.1"
|
|
680
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.1.tgz#5347a797fe82b8d09749d10e9f5b83665adbca88"
|
|
681
|
+
integrity sha512-msyzuUnvsjsaSaocV6L7ErfNsa5nDWL1XKNnDePLgmz+WdU4w/J8+AxBMrWfi9m4IxfL5sZQKUPQKDQeeAT6lA==
|
|
675
682
|
dependencies:
|
|
676
|
-
"@babel/helper-plugin-utils" "^7.
|
|
683
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
677
684
|
|
|
678
|
-
"@babel/plugin-transform-dynamic-import@^7.
|
|
679
|
-
version "7.
|
|
680
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.
|
|
681
|
-
integrity sha512-
|
|
685
|
+
"@babel/plugin-transform-dynamic-import@^7.24.1":
|
|
686
|
+
version "7.24.1"
|
|
687
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.1.tgz#2a5a49959201970dd09a5fca856cb651e44439dd"
|
|
688
|
+
integrity sha512-av2gdSTyXcJVdI+8aFZsCAtR29xJt0S5tas+Ef8NvBNmD1a+N/3ecMLeMBgfcK+xzsjdLDT6oHt+DFPyeqUbDA==
|
|
682
689
|
dependencies:
|
|
683
|
-
"@babel/helper-plugin-utils" "^7.
|
|
690
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
684
691
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
685
692
|
|
|
686
|
-
"@babel/plugin-transform-exponentiation-operator@^7.
|
|
687
|
-
version "7.
|
|
688
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
689
|
-
integrity sha512-
|
|
693
|
+
"@babel/plugin-transform-exponentiation-operator@^7.24.1":
|
|
694
|
+
version "7.24.1"
|
|
695
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.1.tgz#6650ebeb5bd5c012d5f5f90a26613a08162e8ba4"
|
|
696
|
+
integrity sha512-U1yX13dVBSwS23DEAqU+Z/PkwE9/m7QQy8Y9/+Tdb8UWYaGNDYwTLi19wqIAiROr8sXVum9A/rtiH5H0boUcTw==
|
|
690
697
|
dependencies:
|
|
691
698
|
"@babel/helper-builder-binary-assignment-operator-visitor" "^7.22.15"
|
|
692
|
-
"@babel/helper-plugin-utils" "^7.
|
|
699
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
693
700
|
|
|
694
|
-
"@babel/plugin-transform-export-namespace-from@^7.
|
|
695
|
-
version "7.
|
|
696
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.
|
|
697
|
-
integrity sha512-
|
|
701
|
+
"@babel/plugin-transform-export-namespace-from@^7.24.1":
|
|
702
|
+
version "7.24.1"
|
|
703
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.1.tgz#f033541fc036e3efb2dcb58eedafd4f6b8078acd"
|
|
704
|
+
integrity sha512-Ft38m/KFOyzKw2UaJFkWG9QnHPG/Q/2SkOrRk4pNBPg5IPZ+dOxcmkK5IyuBcxiNPyyYowPGUReyBvrvZs7IlQ==
|
|
698
705
|
dependencies:
|
|
699
|
-
"@babel/helper-plugin-utils" "^7.
|
|
706
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
700
707
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
701
708
|
|
|
702
|
-
"@babel/plugin-transform-for-of@^7.
|
|
703
|
-
version "7.
|
|
704
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
|
705
|
-
integrity sha512-
|
|
709
|
+
"@babel/plugin-transform-for-of@^7.24.1":
|
|
710
|
+
version "7.24.1"
|
|
711
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.1.tgz#67448446b67ab6c091360ce3717e7d3a59e202fd"
|
|
712
|
+
integrity sha512-OxBdcnF04bpdQdR3i4giHZNZQn7cm8RQKcSwA17wAAqEELo1ZOwp5FFgeptWUQXFyT9kwHo10aqqauYkRZPCAg==
|
|
706
713
|
dependencies:
|
|
707
|
-
"@babel/helper-plugin-utils" "^7.
|
|
714
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
708
715
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
|
709
716
|
|
|
710
|
-
"@babel/plugin-transform-function-name@^7.
|
|
711
|
-
version "7.
|
|
712
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.
|
|
713
|
-
integrity sha512-
|
|
717
|
+
"@babel/plugin-transform-function-name@^7.24.1":
|
|
718
|
+
version "7.24.1"
|
|
719
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.24.1.tgz#8cba6f7730626cc4dfe4ca2fa516215a0592b361"
|
|
720
|
+
integrity sha512-BXmDZpPlh7jwicKArQASrj8n22/w6iymRnvHYYd2zO30DbE277JO20/7yXJT3QxDPtiQiOxQBbZH4TpivNXIxA==
|
|
714
721
|
dependencies:
|
|
715
|
-
"@babel/helper-compilation-targets" "^7.
|
|
722
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
|
716
723
|
"@babel/helper-function-name" "^7.23.0"
|
|
717
|
-
"@babel/helper-plugin-utils" "^7.
|
|
724
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
718
725
|
|
|
719
|
-
"@babel/plugin-transform-json-strings@^7.
|
|
720
|
-
version "7.
|
|
721
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.
|
|
722
|
-
integrity sha512-
|
|
726
|
+
"@babel/plugin-transform-json-strings@^7.24.1":
|
|
727
|
+
version "7.24.1"
|
|
728
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.1.tgz#08e6369b62ab3e8a7b61089151b161180c8299f7"
|
|
729
|
+
integrity sha512-U7RMFmRvoasscrIFy5xA4gIp8iWnWubnKkKuUGJjsuOH7GfbMkB+XZzeslx2kLdEGdOJDamEmCqOks6e8nv8DQ==
|
|
723
730
|
dependencies:
|
|
724
|
-
"@babel/helper-plugin-utils" "^7.
|
|
731
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
725
732
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
726
733
|
|
|
727
|
-
"@babel/plugin-transform-literals@^7.
|
|
728
|
-
version "7.
|
|
729
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.
|
|
730
|
-
integrity sha512-
|
|
734
|
+
"@babel/plugin-transform-literals@^7.24.1":
|
|
735
|
+
version "7.24.1"
|
|
736
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-literals/-/plugin-transform-literals-7.24.1.tgz#0a1982297af83e6b3c94972686067df588c5c096"
|
|
737
|
+
integrity sha512-zn9pwz8U7nCqOYIiBaOxoQOtYmMODXTJnkxG4AtX8fPmnCRYWBOHD0qcpwS9e2VDSp1zNJYpdnFMIKb8jmwu6g==
|
|
731
738
|
dependencies:
|
|
732
|
-
"@babel/helper-plugin-utils" "^7.
|
|
739
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
733
740
|
|
|
734
|
-
"@babel/plugin-transform-logical-assignment-operators@^7.
|
|
735
|
-
version "7.
|
|
736
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.
|
|
737
|
-
integrity sha512-
|
|
741
|
+
"@babel/plugin-transform-logical-assignment-operators@^7.24.1":
|
|
742
|
+
version "7.24.1"
|
|
743
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.1.tgz#719d8aded1aa94b8fb34e3a785ae8518e24cfa40"
|
|
744
|
+
integrity sha512-OhN6J4Bpz+hIBqItTeWJujDOfNP+unqv/NJgyhlpSqgBTPm37KkMmZV6SYcOj+pnDbdcl1qRGV/ZiIjX9Iy34w==
|
|
738
745
|
dependencies:
|
|
739
|
-
"@babel/helper-plugin-utils" "^7.
|
|
746
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
740
747
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
741
748
|
|
|
742
|
-
"@babel/plugin-transform-member-expression-literals@^7.
|
|
743
|
-
version "7.
|
|
744
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.
|
|
745
|
-
integrity sha512-
|
|
749
|
+
"@babel/plugin-transform-member-expression-literals@^7.24.1":
|
|
750
|
+
version "7.24.1"
|
|
751
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.1.tgz#896d23601c92f437af8b01371ad34beb75df4489"
|
|
752
|
+
integrity sha512-4ojai0KysTWXzHseJKa1XPNXKRbuUrhkOPY4rEGeR+7ChlJVKxFa3H3Bz+7tWaGKgJAXUWKOGmltN+u9B3+CVg==
|
|
746
753
|
dependencies:
|
|
747
|
-
"@babel/helper-plugin-utils" "^7.
|
|
754
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
748
755
|
|
|
749
|
-
"@babel/plugin-transform-modules-amd@^7.
|
|
750
|
-
version "7.
|
|
751
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.
|
|
752
|
-
integrity sha512-
|
|
756
|
+
"@babel/plugin-transform-modules-amd@^7.24.1":
|
|
757
|
+
version "7.24.1"
|
|
758
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.1.tgz#b6d829ed15258536977e9c7cc6437814871ffa39"
|
|
759
|
+
integrity sha512-lAxNHi4HVtjnHd5Rxg3D5t99Xm6H7b04hUS7EHIXcUl2EV4yl1gWdqZrNzXnSrHveL9qMdbODlLF55mvgjAfaQ==
|
|
753
760
|
dependencies:
|
|
754
761
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
755
|
-
"@babel/helper-plugin-utils" "^7.
|
|
762
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
756
763
|
|
|
757
|
-
"@babel/plugin-transform-modules-commonjs@^7.
|
|
758
|
-
version "7.
|
|
759
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
760
|
-
integrity sha512-
|
|
764
|
+
"@babel/plugin-transform-modules-commonjs@^7.24.1":
|
|
765
|
+
version "7.24.1"
|
|
766
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.1.tgz#e71ba1d0d69e049a22bf90b3867e263823d3f1b9"
|
|
767
|
+
integrity sha512-szog8fFTUxBfw0b98gEWPaEqF42ZUD/T3bkynW/wtgx2p/XCP55WEsb+VosKceRSd6njipdZvNogqdtI4Q0chw==
|
|
761
768
|
dependencies:
|
|
762
769
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
763
|
-
"@babel/helper-plugin-utils" "^7.
|
|
770
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
764
771
|
"@babel/helper-simple-access" "^7.22.5"
|
|
765
772
|
|
|
766
|
-
"@babel/plugin-transform-modules-systemjs@^7.
|
|
767
|
-
version "7.
|
|
768
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.
|
|
769
|
-
integrity sha512-
|
|
773
|
+
"@babel/plugin-transform-modules-systemjs@^7.24.1":
|
|
774
|
+
version "7.24.1"
|
|
775
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.24.1.tgz#2b9625a3d4e445babac9788daec39094e6b11e3e"
|
|
776
|
+
integrity sha512-mqQ3Zh9vFO1Tpmlt8QPnbwGHzNz3lpNEMxQb1kAemn/erstyqw1r9KeOlOfo3y6xAnFEcOv2tSyrXfmMk+/YZA==
|
|
770
777
|
dependencies:
|
|
771
778
|
"@babel/helper-hoist-variables" "^7.22.5"
|
|
772
779
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
773
|
-
"@babel/helper-plugin-utils" "^7.
|
|
780
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
774
781
|
"@babel/helper-validator-identifier" "^7.22.20"
|
|
775
782
|
|
|
776
|
-
"@babel/plugin-transform-modules-umd@^7.
|
|
777
|
-
version "7.
|
|
778
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.
|
|
779
|
-
integrity sha512-
|
|
783
|
+
"@babel/plugin-transform-modules-umd@^7.24.1":
|
|
784
|
+
version "7.24.1"
|
|
785
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.1.tgz#69220c66653a19cf2c0872b9c762b9a48b8bebef"
|
|
786
|
+
integrity sha512-tuA3lpPj+5ITfcCluy6nWonSL7RvaG0AOTeAuvXqEKS34lnLzXpDb0dcP6K8jD0zWZFNDVly90AGFJPnm4fOYg==
|
|
780
787
|
dependencies:
|
|
781
788
|
"@babel/helper-module-transforms" "^7.23.3"
|
|
782
|
-
"@babel/helper-plugin-utils" "^7.
|
|
789
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
783
790
|
|
|
784
791
|
"@babel/plugin-transform-named-capturing-groups-regex@^7.22.5":
|
|
785
792
|
version "7.22.5"
|
|
@@ -789,110 +796,109 @@
|
|
|
789
796
|
"@babel/helper-create-regexp-features-plugin" "^7.22.5"
|
|
790
797
|
"@babel/helper-plugin-utils" "^7.22.5"
|
|
791
798
|
|
|
792
|
-
"@babel/plugin-transform-new-target@^7.
|
|
793
|
-
version "7.
|
|
794
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.
|
|
795
|
-
integrity sha512
|
|
799
|
+
"@babel/plugin-transform-new-target@^7.24.1":
|
|
800
|
+
version "7.24.1"
|
|
801
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.1.tgz#29c59988fa3d0157de1c871a28cd83096363cc34"
|
|
802
|
+
integrity sha512-/rurytBM34hYy0HKZQyA0nHbQgQNFm4Q/BOc9Hflxi2X3twRof7NaE5W46j4kQitm7SvACVRXsa6N/tSZxvPug==
|
|
796
803
|
dependencies:
|
|
797
|
-
"@babel/helper-plugin-utils" "^7.
|
|
804
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
798
805
|
|
|
799
|
-
"@babel/plugin-transform-nullish-coalescing-operator@^7.
|
|
800
|
-
version "7.
|
|
801
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
802
|
-
integrity sha512-
|
|
806
|
+
"@babel/plugin-transform-nullish-coalescing-operator@^7.24.1":
|
|
807
|
+
version "7.24.1"
|
|
808
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.1.tgz#0cd494bb97cb07d428bd651632cb9d4140513988"
|
|
809
|
+
integrity sha512-iQ+caew8wRrhCikO5DrUYx0mrmdhkaELgFa+7baMcVuhxIkN7oxt06CZ51D65ugIb1UWRQ8oQe+HXAVM6qHFjw==
|
|
803
810
|
dependencies:
|
|
804
|
-
"@babel/helper-plugin-utils" "^7.
|
|
811
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
805
812
|
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.8.3"
|
|
806
813
|
|
|
807
|
-
"@babel/plugin-transform-numeric-separator@^7.
|
|
808
|
-
version "7.
|
|
809
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.
|
|
810
|
-
integrity sha512-
|
|
814
|
+
"@babel/plugin-transform-numeric-separator@^7.24.1":
|
|
815
|
+
version "7.24.1"
|
|
816
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.1.tgz#5bc019ce5b3435c1cadf37215e55e433d674d4e8"
|
|
817
|
+
integrity sha512-7GAsGlK4cNL2OExJH1DzmDeKnRv/LXq0eLUSvudrehVA5Rgg4bIrqEUW29FbKMBRT0ztSqisv7kjP+XIC4ZMNw==
|
|
811
818
|
dependencies:
|
|
812
|
-
"@babel/helper-plugin-utils" "^7.
|
|
819
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
813
820
|
"@babel/plugin-syntax-numeric-separator" "^7.10.4"
|
|
814
821
|
|
|
815
|
-
"@babel/plugin-transform-object-rest-spread@^7.
|
|
816
|
-
version "7.
|
|
817
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.
|
|
818
|
-
integrity sha512-
|
|
822
|
+
"@babel/plugin-transform-object-rest-spread@^7.24.1":
|
|
823
|
+
version "7.24.1"
|
|
824
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.1.tgz#5a3ce73caf0e7871a02e1c31e8b473093af241ff"
|
|
825
|
+
integrity sha512-XjD5f0YqOtebto4HGISLNfiNMTTs6tbkFf2TOqJlYKYmbo+mN9Dnpl4SRoofiziuOWMIyq3sZEUqLo3hLITFEA==
|
|
819
826
|
dependencies:
|
|
820
|
-
"@babel/
|
|
821
|
-
"@babel/helper-
|
|
822
|
-
"@babel/helper-plugin-utils" "^7.22.5"
|
|
827
|
+
"@babel/helper-compilation-targets" "^7.23.6"
|
|
828
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
823
829
|
"@babel/plugin-syntax-object-rest-spread" "^7.8.3"
|
|
824
|
-
"@babel/plugin-transform-parameters" "^7.
|
|
830
|
+
"@babel/plugin-transform-parameters" "^7.24.1"
|
|
825
831
|
|
|
826
|
-
"@babel/plugin-transform-object-super@^7.
|
|
827
|
-
version "7.
|
|
828
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.
|
|
829
|
-
integrity sha512-
|
|
832
|
+
"@babel/plugin-transform-object-super@^7.24.1":
|
|
833
|
+
version "7.24.1"
|
|
834
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.1.tgz#e71d6ab13483cca89ed95a474f542bbfc20a0520"
|
|
835
|
+
integrity sha512-oKJqR3TeI5hSLRxudMjFQ9re9fBVUU0GICqM3J1mi8MqlhVr6hC/ZN4ttAyMuQR6EZZIY6h/exe5swqGNNIkWQ==
|
|
830
836
|
dependencies:
|
|
831
|
-
"@babel/helper-plugin-utils" "^7.
|
|
832
|
-
"@babel/helper-replace-supers" "^7.
|
|
837
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
838
|
+
"@babel/helper-replace-supers" "^7.24.1"
|
|
833
839
|
|
|
834
|
-
"@babel/plugin-transform-optional-catch-binding@^7.
|
|
835
|
-
version "7.
|
|
836
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.
|
|
837
|
-
integrity sha512-
|
|
840
|
+
"@babel/plugin-transform-optional-catch-binding@^7.24.1":
|
|
841
|
+
version "7.24.1"
|
|
842
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz#92a3d0efe847ba722f1a4508669b23134669e2da"
|
|
843
|
+
integrity sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==
|
|
838
844
|
dependencies:
|
|
839
|
-
"@babel/helper-plugin-utils" "^7.
|
|
845
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
840
846
|
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
|
|
841
847
|
|
|
842
|
-
"@babel/plugin-transform-optional-chaining@^7.
|
|
843
|
-
version "7.
|
|
844
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.
|
|
845
|
-
integrity sha512-
|
|
848
|
+
"@babel/plugin-transform-optional-chaining@^7.24.1":
|
|
849
|
+
version "7.24.1"
|
|
850
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.1.tgz#26e588acbedce1ab3519ac40cc748e380c5291e6"
|
|
851
|
+
integrity sha512-n03wmDt+987qXwAgcBlnUUivrZBPZ8z1plL0YvgQalLm+ZE5BMhGm94jhxXtA1wzv1Cu2aaOv1BM9vbVttrzSg==
|
|
846
852
|
dependencies:
|
|
847
|
-
"@babel/helper-plugin-utils" "^7.
|
|
853
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
848
854
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
|
849
855
|
"@babel/plugin-syntax-optional-chaining" "^7.8.3"
|
|
850
856
|
|
|
851
|
-
"@babel/plugin-transform-parameters@^7.
|
|
852
|
-
version "7.
|
|
853
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.
|
|
854
|
-
integrity sha512-
|
|
857
|
+
"@babel/plugin-transform-parameters@^7.24.1":
|
|
858
|
+
version "7.24.1"
|
|
859
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.1.tgz#983c15d114da190506c75b616ceb0f817afcc510"
|
|
860
|
+
integrity sha512-8Jl6V24g+Uw5OGPeWNKrKqXPDw2YDjLc53ojwfMcKwlEoETKU9rU0mHUtcg9JntWI/QYzGAXNWEcVHZ+fR+XXg==
|
|
855
861
|
dependencies:
|
|
856
|
-
"@babel/helper-plugin-utils" "^7.
|
|
862
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
857
863
|
|
|
858
|
-
"@babel/plugin-transform-private-methods@^7.
|
|
859
|
-
version "7.
|
|
860
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.
|
|
861
|
-
integrity sha512-
|
|
864
|
+
"@babel/plugin-transform-private-methods@^7.24.1":
|
|
865
|
+
version "7.24.1"
|
|
866
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.1.tgz#a0faa1ae87eff077e1e47a5ec81c3aef383dc15a"
|
|
867
|
+
integrity sha512-tGvisebwBO5em4PaYNqt4fkw56K2VALsAbAakY0FjTYqJp7gfdrgr7YX76Or8/cpik0W6+tj3rZ0uHU9Oil4tw==
|
|
862
868
|
dependencies:
|
|
863
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
864
|
-
"@babel/helper-plugin-utils" "^7.
|
|
869
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
|
870
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
865
871
|
|
|
866
|
-
"@babel/plugin-transform-private-property-in-object@^7.
|
|
867
|
-
version "7.
|
|
868
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.
|
|
869
|
-
integrity sha512-
|
|
872
|
+
"@babel/plugin-transform-private-property-in-object@^7.24.1":
|
|
873
|
+
version "7.24.1"
|
|
874
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.1.tgz#756443d400274f8fb7896742962cc1b9f25c1f6a"
|
|
875
|
+
integrity sha512-pTHxDVa0BpUbvAgX3Gat+7cSciXqUcY9j2VZKTbSB6+VQGpNgNO9ailxTGHSXlqOnX1Hcx1Enme2+yv7VqP9bg==
|
|
870
876
|
dependencies:
|
|
871
877
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
|
872
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
873
|
-
"@babel/helper-plugin-utils" "^7.
|
|
878
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
|
879
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
874
880
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
875
881
|
|
|
876
|
-
"@babel/plugin-transform-property-literals@^7.
|
|
877
|
-
version "7.
|
|
878
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.
|
|
879
|
-
integrity sha512-
|
|
882
|
+
"@babel/plugin-transform-property-literals@^7.24.1":
|
|
883
|
+
version "7.24.1"
|
|
884
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.1.tgz#d6a9aeab96f03749f4eebeb0b6ea8e90ec958825"
|
|
885
|
+
integrity sha512-LetvD7CrHmEx0G442gOomRr66d7q8HzzGGr4PMHGr+5YIm6++Yke+jxj246rpvsbyhJwCLxcTn6zW1P1BSenqA==
|
|
880
886
|
dependencies:
|
|
881
|
-
"@babel/helper-plugin-utils" "^7.
|
|
887
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
882
888
|
|
|
883
889
|
"@babel/plugin-transform-react-constant-elements@^7.18.12":
|
|
884
|
-
version "7.
|
|
885
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.
|
|
886
|
-
integrity sha512-
|
|
890
|
+
version "7.24.1"
|
|
891
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-constant-elements/-/plugin-transform-react-constant-elements-7.24.1.tgz#d493a0918b9fdad7540f5afd9b5eb5c52500d18d"
|
|
892
|
+
integrity sha512-QXp1U9x0R7tkiGB0FOk8o74jhnap0FlZ5gNkRIWdG3eP+SvMFg118e1zaWewDzgABb106QSKpVsD3Wgd8t6ifA==
|
|
887
893
|
dependencies:
|
|
888
|
-
"@babel/helper-plugin-utils" "^7.
|
|
894
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
889
895
|
|
|
890
|
-
"@babel/plugin-transform-react-display-name@^7.
|
|
891
|
-
version "7.
|
|
892
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
|
893
|
-
integrity sha512-
|
|
896
|
+
"@babel/plugin-transform-react-display-name@^7.24.1":
|
|
897
|
+
version "7.24.1"
|
|
898
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.24.1.tgz#554e3e1a25d181f040cf698b93fd289a03bfdcdb"
|
|
899
|
+
integrity sha512-mvoQg2f9p2qlpDQRBC7M3c3XTr0k7cp/0+kFKKO/7Gtu0LSw16eKB+Fabe2bDT/UpsyasTBBkAnbdsLrkD5XMw==
|
|
894
900
|
dependencies:
|
|
895
|
-
"@babel/helper-plugin-utils" "^7.
|
|
901
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
896
902
|
|
|
897
903
|
"@babel/plugin-transform-react-jsx-development@^7.22.5":
|
|
898
904
|
version "7.22.5"
|
|
@@ -901,7 +907,7 @@
|
|
|
901
907
|
dependencies:
|
|
902
908
|
"@babel/plugin-transform-react-jsx" "^7.22.5"
|
|
903
909
|
|
|
904
|
-
"@babel/plugin-transform-react-jsx@^7.22.
|
|
910
|
+
"@babel/plugin-transform-react-jsx@^7.22.5", "@babel/plugin-transform-react-jsx@^7.23.4":
|
|
905
911
|
version "7.23.4"
|
|
906
912
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.23.4.tgz#393f99185110cea87184ea47bcb4a7b0c2e39312"
|
|
907
913
|
integrity sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==
|
|
@@ -912,138 +918,138 @@
|
|
|
912
918
|
"@babel/plugin-syntax-jsx" "^7.23.3"
|
|
913
919
|
"@babel/types" "^7.23.4"
|
|
914
920
|
|
|
915
|
-
"@babel/plugin-transform-react-pure-annotations@^7.
|
|
916
|
-
version "7.
|
|
917
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.
|
|
918
|
-
integrity sha512
|
|
921
|
+
"@babel/plugin-transform-react-pure-annotations@^7.24.1":
|
|
922
|
+
version "7.24.1"
|
|
923
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.24.1.tgz#c86bce22a53956331210d268e49a0ff06e392470"
|
|
924
|
+
integrity sha512-+pWEAaDJvSm9aFvJNpLiM2+ktl2Sn2U5DdyiWdZBxmLc6+xGt88dvFqsHiAiDS+8WqUwbDfkKz9jRxK3M0k+kA==
|
|
919
925
|
dependencies:
|
|
920
926
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
|
921
|
-
"@babel/helper-plugin-utils" "^7.
|
|
927
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
922
928
|
|
|
923
|
-
"@babel/plugin-transform-regenerator@^7.
|
|
924
|
-
version "7.
|
|
925
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
926
|
-
integrity sha512-
|
|
929
|
+
"@babel/plugin-transform-regenerator@^7.24.1":
|
|
930
|
+
version "7.24.1"
|
|
931
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.1.tgz#625b7545bae52363bdc1fbbdc7252b5046409c8c"
|
|
932
|
+
integrity sha512-sJwZBCzIBE4t+5Q4IGLaaun5ExVMRY0lYwos/jNecjMrVCygCdph3IKv0tkP5Fc87e/1+bebAmEAGBfnRD+cnw==
|
|
927
933
|
dependencies:
|
|
928
|
-
"@babel/helper-plugin-utils" "^7.
|
|
934
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
929
935
|
regenerator-transform "^0.15.2"
|
|
930
936
|
|
|
931
|
-
"@babel/plugin-transform-reserved-words@^7.
|
|
932
|
-
version "7.
|
|
933
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.
|
|
934
|
-
integrity sha512-
|
|
937
|
+
"@babel/plugin-transform-reserved-words@^7.24.1":
|
|
938
|
+
version "7.24.1"
|
|
939
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.1.tgz#8de729f5ecbaaf5cf83b67de13bad38a21be57c1"
|
|
940
|
+
integrity sha512-JAclqStUfIwKN15HrsQADFgeZt+wexNQ0uLhuqvqAUFoqPMjEcFCYZBhq0LUdz6dZK/mD+rErhW71fbx8RYElg==
|
|
935
941
|
dependencies:
|
|
936
|
-
"@babel/helper-plugin-utils" "^7.
|
|
942
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
937
943
|
|
|
938
944
|
"@babel/plugin-transform-runtime@^7.22.9":
|
|
939
|
-
version "7.
|
|
940
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.
|
|
941
|
-
integrity sha512-
|
|
942
|
-
dependencies:
|
|
943
|
-
"@babel/helper-module-imports" "^7.
|
|
944
|
-
"@babel/helper-plugin-utils" "^7.
|
|
945
|
-
babel-plugin-polyfill-corejs2 "^0.4.
|
|
946
|
-
babel-plugin-polyfill-corejs3 "^0.
|
|
947
|
-
babel-plugin-polyfill-regenerator "^0.
|
|
945
|
+
version "7.24.3"
|
|
946
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.3.tgz#dc58ad4a31810a890550365cc922e1ff5acb5d7f"
|
|
947
|
+
integrity sha512-J0BuRPNlNqlMTRJ72eVptpt9VcInbxO6iP3jaxr+1NPhC0UkKL+6oeX6VXMEYdADnuqmMmsBspt4d5w8Y/TCbQ==
|
|
948
|
+
dependencies:
|
|
949
|
+
"@babel/helper-module-imports" "^7.24.3"
|
|
950
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
951
|
+
babel-plugin-polyfill-corejs2 "^0.4.10"
|
|
952
|
+
babel-plugin-polyfill-corejs3 "^0.10.1"
|
|
953
|
+
babel-plugin-polyfill-regenerator "^0.6.1"
|
|
948
954
|
semver "^6.3.1"
|
|
949
955
|
|
|
950
|
-
"@babel/plugin-transform-shorthand-properties@^7.
|
|
951
|
-
version "7.
|
|
952
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.
|
|
953
|
-
integrity sha512-
|
|
956
|
+
"@babel/plugin-transform-shorthand-properties@^7.24.1":
|
|
957
|
+
version "7.24.1"
|
|
958
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.1.tgz#ba9a09144cf55d35ec6b93a32253becad8ee5b55"
|
|
959
|
+
integrity sha512-LyjVB1nsJ6gTTUKRjRWx9C1s9hE7dLfP/knKdrfeH9UPtAGjYGgxIbFfx7xyLIEWs7Xe1Gnf8EWiUqfjLhInZA==
|
|
954
960
|
dependencies:
|
|
955
|
-
"@babel/helper-plugin-utils" "^7.
|
|
961
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
956
962
|
|
|
957
|
-
"@babel/plugin-transform-spread@^7.
|
|
958
|
-
version "7.
|
|
959
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.
|
|
960
|
-
integrity sha512-
|
|
963
|
+
"@babel/plugin-transform-spread@^7.24.1":
|
|
964
|
+
version "7.24.1"
|
|
965
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.1.tgz#a1acf9152cbf690e4da0ba10790b3ac7d2b2b391"
|
|
966
|
+
integrity sha512-KjmcIM+fxgY+KxPVbjelJC6hrH1CgtPmTvdXAfn3/a9CnWGSTY7nH4zm5+cjmWJybdcPSsD0++QssDsjcpe47g==
|
|
961
967
|
dependencies:
|
|
962
|
-
"@babel/helper-plugin-utils" "^7.
|
|
968
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
963
969
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.22.5"
|
|
964
970
|
|
|
965
|
-
"@babel/plugin-transform-sticky-regex@^7.
|
|
966
|
-
version "7.
|
|
967
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.
|
|
968
|
-
integrity sha512-
|
|
971
|
+
"@babel/plugin-transform-sticky-regex@^7.24.1":
|
|
972
|
+
version "7.24.1"
|
|
973
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.1.tgz#f03e672912c6e203ed8d6e0271d9c2113dc031b9"
|
|
974
|
+
integrity sha512-9v0f1bRXgPVcPrngOQvLXeGNNVLc8UjMVfebo9ka0WF3/7+aVUHmaJVT3sa0XCzEFioPfPHZiOcYG9qOsH63cw==
|
|
969
975
|
dependencies:
|
|
970
|
-
"@babel/helper-plugin-utils" "^7.
|
|
976
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
971
977
|
|
|
972
|
-
"@babel/plugin-transform-template-literals@^7.
|
|
973
|
-
version "7.
|
|
974
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
|
975
|
-
integrity sha512-
|
|
978
|
+
"@babel/plugin-transform-template-literals@^7.24.1":
|
|
979
|
+
version "7.24.1"
|
|
980
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.1.tgz#15e2166873a30d8617e3e2ccadb86643d327aab7"
|
|
981
|
+
integrity sha512-WRkhROsNzriarqECASCNu/nojeXCDTE/F2HmRgOzi7NGvyfYGq1NEjKBK3ckLfRgGc6/lPAqP0vDOSw3YtG34g==
|
|
976
982
|
dependencies:
|
|
977
|
-
"@babel/helper-plugin-utils" "^7.
|
|
983
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
978
984
|
|
|
979
|
-
"@babel/plugin-transform-typeof-symbol@^7.
|
|
980
|
-
version "7.
|
|
981
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
|
982
|
-
integrity sha512-
|
|
985
|
+
"@babel/plugin-transform-typeof-symbol@^7.24.1":
|
|
986
|
+
version "7.24.1"
|
|
987
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.1.tgz#6831f78647080dec044f7e9f68003d99424f94c7"
|
|
988
|
+
integrity sha512-CBfU4l/A+KruSUoW+vTQthwcAdwuqbpRNB8HQKlZABwHRhsdHZ9fezp4Sn18PeAlYxTNiLMlx4xUBV3AWfg1BA==
|
|
983
989
|
dependencies:
|
|
984
|
-
"@babel/helper-plugin-utils" "^7.
|
|
990
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
985
991
|
|
|
986
|
-
"@babel/plugin-transform-typescript@^7.
|
|
987
|
-
version "7.
|
|
988
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
989
|
-
integrity sha512-
|
|
992
|
+
"@babel/plugin-transform-typescript@^7.24.1":
|
|
993
|
+
version "7.24.1"
|
|
994
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.24.1.tgz#5c05e28bb76c7dfe7d6c5bed9951324fd2d3ab07"
|
|
995
|
+
integrity sha512-liYSESjX2fZ7JyBFkYG78nfvHlMKE6IpNdTVnxmlYUR+j5ZLsitFbaAE+eJSK2zPPkNWNw4mXL51rQ8WrvdK0w==
|
|
990
996
|
dependencies:
|
|
991
997
|
"@babel/helper-annotate-as-pure" "^7.22.5"
|
|
992
|
-
"@babel/helper-create-class-features-plugin" "^7.
|
|
993
|
-
"@babel/helper-plugin-utils" "^7.
|
|
994
|
-
"@babel/plugin-syntax-typescript" "^7.
|
|
998
|
+
"@babel/helper-create-class-features-plugin" "^7.24.1"
|
|
999
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1000
|
+
"@babel/plugin-syntax-typescript" "^7.24.1"
|
|
995
1001
|
|
|
996
|
-
"@babel/plugin-transform-unicode-escapes@^7.
|
|
997
|
-
version "7.
|
|
998
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.
|
|
999
|
-
integrity sha512-
|
|
1002
|
+
"@babel/plugin-transform-unicode-escapes@^7.24.1":
|
|
1003
|
+
version "7.24.1"
|
|
1004
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.1.tgz#fb3fa16676549ac7c7449db9b342614985c2a3a4"
|
|
1005
|
+
integrity sha512-RlkVIcWT4TLI96zM660S877E7beKlQw7Ig+wqkKBiWfj0zH5Q4h50q6er4wzZKRNSYpfo6ILJ+hrJAGSX2qcNw==
|
|
1000
1006
|
dependencies:
|
|
1001
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1007
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1002
1008
|
|
|
1003
|
-
"@babel/plugin-transform-unicode-property-regex@^7.
|
|
1004
|
-
version "7.
|
|
1005
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.
|
|
1006
|
-
integrity sha512-
|
|
1009
|
+
"@babel/plugin-transform-unicode-property-regex@^7.24.1":
|
|
1010
|
+
version "7.24.1"
|
|
1011
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.1.tgz#56704fd4d99da81e5e9f0c0c93cabd91dbc4889e"
|
|
1012
|
+
integrity sha512-Ss4VvlfYV5huWApFsF8/Sq0oXnGO+jB+rijFEFugTd3cwSObUSnUi88djgR5528Csl0uKlrI331kRqe56Ov2Ng==
|
|
1007
1013
|
dependencies:
|
|
1008
1014
|
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
|
1009
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1015
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1010
1016
|
|
|
1011
|
-
"@babel/plugin-transform-unicode-regex@^7.
|
|
1012
|
-
version "7.
|
|
1013
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.
|
|
1014
|
-
integrity sha512-
|
|
1017
|
+
"@babel/plugin-transform-unicode-regex@^7.24.1":
|
|
1018
|
+
version "7.24.1"
|
|
1019
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.1.tgz#57c3c191d68f998ac46b708380c1ce4d13536385"
|
|
1020
|
+
integrity sha512-2A/94wgZgxfTsiLaQ2E36XAOdcZmGAaEEgVmxQWwZXWkGhvoHbaqXcKnU8zny4ycpu3vNqg0L/PcCiYtHtA13g==
|
|
1015
1021
|
dependencies:
|
|
1016
1022
|
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
|
1017
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1023
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1018
1024
|
|
|
1019
|
-
"@babel/plugin-transform-unicode-sets-regex@^7.
|
|
1020
|
-
version "7.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.
|
|
1022
|
-
integrity sha512-
|
|
1025
|
+
"@babel/plugin-transform-unicode-sets-regex@^7.24.1":
|
|
1026
|
+
version "7.24.1"
|
|
1027
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.1.tgz#c1ea175b02afcffc9cf57a9c4658326625165b7f"
|
|
1028
|
+
integrity sha512-fqj4WuzzS+ukpgerpAoOnMfQXwUHFxXUZUE84oL2Kao2N8uSlvcpnAidKASgsNgzZHBsHWvcm8s9FPWUhAb8fA==
|
|
1023
1029
|
dependencies:
|
|
1024
1030
|
"@babel/helper-create-regexp-features-plugin" "^7.22.15"
|
|
1025
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1031
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1026
1032
|
|
|
1027
1033
|
"@babel/preset-env@^7.19.4", "@babel/preset-env@^7.22.9":
|
|
1028
|
-
version "7.
|
|
1029
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.
|
|
1030
|
-
integrity sha512-
|
|
1034
|
+
version "7.24.3"
|
|
1035
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.24.3.tgz#f3f138c844ffeeac372597b29c51b5259e8323a3"
|
|
1036
|
+
integrity sha512-fSk430k5c2ff8536JcPvPWK4tZDwehWLGlBp0wrsBUjZVdeQV6lePbwKWZaZfK2vnh/1kQX1PzAJWsnBmVgGJA==
|
|
1031
1037
|
dependencies:
|
|
1032
|
-
"@babel/compat-data" "^7.
|
|
1038
|
+
"@babel/compat-data" "^7.24.1"
|
|
1033
1039
|
"@babel/helper-compilation-targets" "^7.23.6"
|
|
1034
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1040
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1035
1041
|
"@babel/helper-validator-option" "^7.23.5"
|
|
1036
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.
|
|
1037
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.
|
|
1038
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.
|
|
1042
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression" "^7.24.1"
|
|
1043
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.24.1"
|
|
1044
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly" "^7.24.1"
|
|
1039
1045
|
"@babel/plugin-proposal-private-property-in-object" "7.21.0-placeholder-for-preset-env.2"
|
|
1040
1046
|
"@babel/plugin-syntax-async-generators" "^7.8.4"
|
|
1041
1047
|
"@babel/plugin-syntax-class-properties" "^7.12.13"
|
|
1042
1048
|
"@babel/plugin-syntax-class-static-block" "^7.14.5"
|
|
1043
1049
|
"@babel/plugin-syntax-dynamic-import" "^7.8.3"
|
|
1044
1050
|
"@babel/plugin-syntax-export-namespace-from" "^7.8.3"
|
|
1045
|
-
"@babel/plugin-syntax-import-assertions" "^7.
|
|
1046
|
-
"@babel/plugin-syntax-import-attributes" "^7.
|
|
1051
|
+
"@babel/plugin-syntax-import-assertions" "^7.24.1"
|
|
1052
|
+
"@babel/plugin-syntax-import-attributes" "^7.24.1"
|
|
1047
1053
|
"@babel/plugin-syntax-import-meta" "^7.10.4"
|
|
1048
1054
|
"@babel/plugin-syntax-json-strings" "^7.8.3"
|
|
1049
1055
|
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
|
|
@@ -1055,58 +1061,58 @@
|
|
|
1055
1061
|
"@babel/plugin-syntax-private-property-in-object" "^7.14.5"
|
|
1056
1062
|
"@babel/plugin-syntax-top-level-await" "^7.14.5"
|
|
1057
1063
|
"@babel/plugin-syntax-unicode-sets-regex" "^7.18.6"
|
|
1058
|
-
"@babel/plugin-transform-arrow-functions" "^7.
|
|
1059
|
-
"@babel/plugin-transform-async-generator-functions" "^7.
|
|
1060
|
-
"@babel/plugin-transform-async-to-generator" "^7.
|
|
1061
|
-
"@babel/plugin-transform-block-scoped-functions" "^7.
|
|
1062
|
-
"@babel/plugin-transform-block-scoping" "^7.
|
|
1063
|
-
"@babel/plugin-transform-class-properties" "^7.
|
|
1064
|
-
"@babel/plugin-transform-class-static-block" "^7.
|
|
1065
|
-
"@babel/plugin-transform-classes" "^7.
|
|
1066
|
-
"@babel/plugin-transform-computed-properties" "^7.
|
|
1067
|
-
"@babel/plugin-transform-destructuring" "^7.
|
|
1068
|
-
"@babel/plugin-transform-dotall-regex" "^7.
|
|
1069
|
-
"@babel/plugin-transform-duplicate-keys" "^7.
|
|
1070
|
-
"@babel/plugin-transform-dynamic-import" "^7.
|
|
1071
|
-
"@babel/plugin-transform-exponentiation-operator" "^7.
|
|
1072
|
-
"@babel/plugin-transform-export-namespace-from" "^7.
|
|
1073
|
-
"@babel/plugin-transform-for-of" "^7.
|
|
1074
|
-
"@babel/plugin-transform-function-name" "^7.
|
|
1075
|
-
"@babel/plugin-transform-json-strings" "^7.
|
|
1076
|
-
"@babel/plugin-transform-literals" "^7.
|
|
1077
|
-
"@babel/plugin-transform-logical-assignment-operators" "^7.
|
|
1078
|
-
"@babel/plugin-transform-member-expression-literals" "^7.
|
|
1079
|
-
"@babel/plugin-transform-modules-amd" "^7.
|
|
1080
|
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
|
1081
|
-
"@babel/plugin-transform-modules-systemjs" "^7.
|
|
1082
|
-
"@babel/plugin-transform-modules-umd" "^7.
|
|
1064
|
+
"@babel/plugin-transform-arrow-functions" "^7.24.1"
|
|
1065
|
+
"@babel/plugin-transform-async-generator-functions" "^7.24.3"
|
|
1066
|
+
"@babel/plugin-transform-async-to-generator" "^7.24.1"
|
|
1067
|
+
"@babel/plugin-transform-block-scoped-functions" "^7.24.1"
|
|
1068
|
+
"@babel/plugin-transform-block-scoping" "^7.24.1"
|
|
1069
|
+
"@babel/plugin-transform-class-properties" "^7.24.1"
|
|
1070
|
+
"@babel/plugin-transform-class-static-block" "^7.24.1"
|
|
1071
|
+
"@babel/plugin-transform-classes" "^7.24.1"
|
|
1072
|
+
"@babel/plugin-transform-computed-properties" "^7.24.1"
|
|
1073
|
+
"@babel/plugin-transform-destructuring" "^7.24.1"
|
|
1074
|
+
"@babel/plugin-transform-dotall-regex" "^7.24.1"
|
|
1075
|
+
"@babel/plugin-transform-duplicate-keys" "^7.24.1"
|
|
1076
|
+
"@babel/plugin-transform-dynamic-import" "^7.24.1"
|
|
1077
|
+
"@babel/plugin-transform-exponentiation-operator" "^7.24.1"
|
|
1078
|
+
"@babel/plugin-transform-export-namespace-from" "^7.24.1"
|
|
1079
|
+
"@babel/plugin-transform-for-of" "^7.24.1"
|
|
1080
|
+
"@babel/plugin-transform-function-name" "^7.24.1"
|
|
1081
|
+
"@babel/plugin-transform-json-strings" "^7.24.1"
|
|
1082
|
+
"@babel/plugin-transform-literals" "^7.24.1"
|
|
1083
|
+
"@babel/plugin-transform-logical-assignment-operators" "^7.24.1"
|
|
1084
|
+
"@babel/plugin-transform-member-expression-literals" "^7.24.1"
|
|
1085
|
+
"@babel/plugin-transform-modules-amd" "^7.24.1"
|
|
1086
|
+
"@babel/plugin-transform-modules-commonjs" "^7.24.1"
|
|
1087
|
+
"@babel/plugin-transform-modules-systemjs" "^7.24.1"
|
|
1088
|
+
"@babel/plugin-transform-modules-umd" "^7.24.1"
|
|
1083
1089
|
"@babel/plugin-transform-named-capturing-groups-regex" "^7.22.5"
|
|
1084
|
-
"@babel/plugin-transform-new-target" "^7.
|
|
1085
|
-
"@babel/plugin-transform-nullish-coalescing-operator" "^7.
|
|
1086
|
-
"@babel/plugin-transform-numeric-separator" "^7.
|
|
1087
|
-
"@babel/plugin-transform-object-rest-spread" "^7.
|
|
1088
|
-
"@babel/plugin-transform-object-super" "^7.
|
|
1089
|
-
"@babel/plugin-transform-optional-catch-binding" "^7.
|
|
1090
|
-
"@babel/plugin-transform-optional-chaining" "^7.
|
|
1091
|
-
"@babel/plugin-transform-parameters" "^7.
|
|
1092
|
-
"@babel/plugin-transform-private-methods" "^7.
|
|
1093
|
-
"@babel/plugin-transform-private-property-in-object" "^7.
|
|
1094
|
-
"@babel/plugin-transform-property-literals" "^7.
|
|
1095
|
-
"@babel/plugin-transform-regenerator" "^7.
|
|
1096
|
-
"@babel/plugin-transform-reserved-words" "^7.
|
|
1097
|
-
"@babel/plugin-transform-shorthand-properties" "^7.
|
|
1098
|
-
"@babel/plugin-transform-spread" "^7.
|
|
1099
|
-
"@babel/plugin-transform-sticky-regex" "^7.
|
|
1100
|
-
"@babel/plugin-transform-template-literals" "^7.
|
|
1101
|
-
"@babel/plugin-transform-typeof-symbol" "^7.
|
|
1102
|
-
"@babel/plugin-transform-unicode-escapes" "^7.
|
|
1103
|
-
"@babel/plugin-transform-unicode-property-regex" "^7.
|
|
1104
|
-
"@babel/plugin-transform-unicode-regex" "^7.
|
|
1105
|
-
"@babel/plugin-transform-unicode-sets-regex" "^7.
|
|
1090
|
+
"@babel/plugin-transform-new-target" "^7.24.1"
|
|
1091
|
+
"@babel/plugin-transform-nullish-coalescing-operator" "^7.24.1"
|
|
1092
|
+
"@babel/plugin-transform-numeric-separator" "^7.24.1"
|
|
1093
|
+
"@babel/plugin-transform-object-rest-spread" "^7.24.1"
|
|
1094
|
+
"@babel/plugin-transform-object-super" "^7.24.1"
|
|
1095
|
+
"@babel/plugin-transform-optional-catch-binding" "^7.24.1"
|
|
1096
|
+
"@babel/plugin-transform-optional-chaining" "^7.24.1"
|
|
1097
|
+
"@babel/plugin-transform-parameters" "^7.24.1"
|
|
1098
|
+
"@babel/plugin-transform-private-methods" "^7.24.1"
|
|
1099
|
+
"@babel/plugin-transform-private-property-in-object" "^7.24.1"
|
|
1100
|
+
"@babel/plugin-transform-property-literals" "^7.24.1"
|
|
1101
|
+
"@babel/plugin-transform-regenerator" "^7.24.1"
|
|
1102
|
+
"@babel/plugin-transform-reserved-words" "^7.24.1"
|
|
1103
|
+
"@babel/plugin-transform-shorthand-properties" "^7.24.1"
|
|
1104
|
+
"@babel/plugin-transform-spread" "^7.24.1"
|
|
1105
|
+
"@babel/plugin-transform-sticky-regex" "^7.24.1"
|
|
1106
|
+
"@babel/plugin-transform-template-literals" "^7.24.1"
|
|
1107
|
+
"@babel/plugin-transform-typeof-symbol" "^7.24.1"
|
|
1108
|
+
"@babel/plugin-transform-unicode-escapes" "^7.24.1"
|
|
1109
|
+
"@babel/plugin-transform-unicode-property-regex" "^7.24.1"
|
|
1110
|
+
"@babel/plugin-transform-unicode-regex" "^7.24.1"
|
|
1111
|
+
"@babel/plugin-transform-unicode-sets-regex" "^7.24.1"
|
|
1106
1112
|
"@babel/preset-modules" "0.1.6-no-external-plugins"
|
|
1107
|
-
babel-plugin-polyfill-corejs2 "^0.4.
|
|
1108
|
-
babel-plugin-polyfill-corejs3 "^0.
|
|
1109
|
-
babel-plugin-polyfill-regenerator "^0.
|
|
1113
|
+
babel-plugin-polyfill-corejs2 "^0.4.10"
|
|
1114
|
+
babel-plugin-polyfill-corejs3 "^0.10.4"
|
|
1115
|
+
babel-plugin-polyfill-regenerator "^0.6.1"
|
|
1110
1116
|
core-js-compat "^3.31.0"
|
|
1111
1117
|
semver "^6.3.1"
|
|
1112
1118
|
|
|
@@ -1120,27 +1126,27 @@
|
|
|
1120
1126
|
esutils "^2.0.2"
|
|
1121
1127
|
|
|
1122
1128
|
"@babel/preset-react@^7.18.6", "@babel/preset-react@^7.22.5":
|
|
1123
|
-
version "7.
|
|
1124
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.
|
|
1125
|
-
integrity sha512-
|
|
1129
|
+
version "7.24.1"
|
|
1130
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-react/-/preset-react-7.24.1.tgz#2450c2ac5cc498ef6101a6ca5474de251e33aa95"
|
|
1131
|
+
integrity sha512-eFa8up2/8cZXLIpkafhaADTXSnl7IsUFCYenRWrARBz0/qZwcT0RBXpys0LJU4+WfPoF2ZG6ew6s2V6izMCwRA==
|
|
1126
1132
|
dependencies:
|
|
1127
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1128
|
-
"@babel/helper-validator-option" "^7.
|
|
1129
|
-
"@babel/plugin-transform-react-display-name" "^7.
|
|
1130
|
-
"@babel/plugin-transform-react-jsx" "^7.
|
|
1133
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1134
|
+
"@babel/helper-validator-option" "^7.23.5"
|
|
1135
|
+
"@babel/plugin-transform-react-display-name" "^7.24.1"
|
|
1136
|
+
"@babel/plugin-transform-react-jsx" "^7.23.4"
|
|
1131
1137
|
"@babel/plugin-transform-react-jsx-development" "^7.22.5"
|
|
1132
|
-
"@babel/plugin-transform-react-pure-annotations" "^7.
|
|
1138
|
+
"@babel/plugin-transform-react-pure-annotations" "^7.24.1"
|
|
1133
1139
|
|
|
1134
1140
|
"@babel/preset-typescript@^7.18.6", "@babel/preset-typescript@^7.22.5":
|
|
1135
|
-
version "7.
|
|
1136
|
-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.
|
|
1137
|
-
integrity sha512-
|
|
1141
|
+
version "7.24.1"
|
|
1142
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.24.1.tgz#89bdf13a3149a17b3b2a2c9c62547f06db8845ec"
|
|
1143
|
+
integrity sha512-1DBaMmRDpuYQBPWD8Pf/WEwCrtgRHxsZnP4mIy9G/X+hFfbI47Q2G4t1Paakld84+qsk2fSsUPMKg71jkoOOaQ==
|
|
1138
1144
|
dependencies:
|
|
1139
|
-
"@babel/helper-plugin-utils" "^7.
|
|
1140
|
-
"@babel/helper-validator-option" "^7.
|
|
1141
|
-
"@babel/plugin-syntax-jsx" "^7.
|
|
1142
|
-
"@babel/plugin-transform-modules-commonjs" "^7.
|
|
1143
|
-
"@babel/plugin-transform-typescript" "^7.
|
|
1145
|
+
"@babel/helper-plugin-utils" "^7.24.0"
|
|
1146
|
+
"@babel/helper-validator-option" "^7.23.5"
|
|
1147
|
+
"@babel/plugin-syntax-jsx" "^7.24.1"
|
|
1148
|
+
"@babel/plugin-transform-modules-commonjs" "^7.24.1"
|
|
1149
|
+
"@babel/plugin-transform-typescript" "^7.24.1"
|
|
1144
1150
|
|
|
1145
1151
|
"@babel/regjsgen@^0.8.0":
|
|
1146
1152
|
version "0.8.0"
|
|
@@ -1148,49 +1154,49 @@
|
|
|
1148
1154
|
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
|
|
1149
1155
|
|
|
1150
1156
|
"@babel/runtime-corejs3@^7.22.6":
|
|
1151
|
-
version "7.
|
|
1152
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.
|
|
1153
|
-
integrity sha512-
|
|
1157
|
+
version "7.24.1"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.24.1.tgz#f39707b213441dec645ce8285ae14f281a5077c6"
|
|
1159
|
+
integrity sha512-T9ko/35G+Bkl+win48GduaPlhSlOjjE5s1TeiEcD+QpxlLQnoEfb/nO/T+TQqkm+ipFwORn+rB8w14iJ/uD0bg==
|
|
1154
1160
|
dependencies:
|
|
1155
1161
|
core-js-pure "^3.30.2"
|
|
1156
1162
|
regenerator-runtime "^0.14.0"
|
|
1157
1163
|
|
|
1158
1164
|
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.3", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.22.6", "@babel/runtime@^7.8.4":
|
|
1159
|
-
version "7.
|
|
1160
|
-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.
|
|
1161
|
-
integrity sha512
|
|
1165
|
+
version "7.24.1"
|
|
1166
|
+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.1.tgz#431f9a794d173b53720e69a6464abc6f0e2a5c57"
|
|
1167
|
+
integrity sha512-+BIznRzyqBf+2wCTxcKE3wDjfGeCoVE61KSHGpkzqrLi8qxqFwBeUFyId2cxkTmm55fzDGnm0+yCxaxygrLUnQ==
|
|
1162
1168
|
dependencies:
|
|
1163
1169
|
regenerator-runtime "^0.14.0"
|
|
1164
1170
|
|
|
1165
|
-
"@babel/template@^7.22.15":
|
|
1166
|
-
version "7.
|
|
1167
|
-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.
|
|
1168
|
-
integrity sha512-
|
|
1171
|
+
"@babel/template@^7.22.15", "@babel/template@^7.24.0":
|
|
1172
|
+
version "7.24.0"
|
|
1173
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.24.0.tgz#c6a524aa93a4a05d66aaf31654258fae69d87d50"
|
|
1174
|
+
integrity sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==
|
|
1169
1175
|
dependencies:
|
|
1170
|
-
"@babel/code-frame" "^7.
|
|
1171
|
-
"@babel/parser" "^7.
|
|
1172
|
-
"@babel/types" "^7.
|
|
1176
|
+
"@babel/code-frame" "^7.23.5"
|
|
1177
|
+
"@babel/parser" "^7.24.0"
|
|
1178
|
+
"@babel/types" "^7.24.0"
|
|
1173
1179
|
|
|
1174
|
-
"@babel/traverse@^7.22.8", "@babel/traverse@^7.
|
|
1175
|
-
version "7.
|
|
1176
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
|
1177
|
-
integrity sha512-
|
|
1180
|
+
"@babel/traverse@^7.22.8", "@babel/traverse@^7.24.1":
|
|
1181
|
+
version "7.24.1"
|
|
1182
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.24.1.tgz#d65c36ac9dd17282175d1e4a3c49d5b7988f530c"
|
|
1183
|
+
integrity sha512-xuU6o9m68KeqZbQuDt2TcKSxUw/mrsvavlEqQ1leZ/B+C9tk6E4sRWy97WaXgvq5E+nU3cXMxv3WKOCanVMCmQ==
|
|
1178
1184
|
dependencies:
|
|
1179
|
-
"@babel/code-frame" "^7.
|
|
1180
|
-
"@babel/generator" "^7.
|
|
1185
|
+
"@babel/code-frame" "^7.24.1"
|
|
1186
|
+
"@babel/generator" "^7.24.1"
|
|
1181
1187
|
"@babel/helper-environment-visitor" "^7.22.20"
|
|
1182
1188
|
"@babel/helper-function-name" "^7.23.0"
|
|
1183
1189
|
"@babel/helper-hoist-variables" "^7.22.5"
|
|
1184
1190
|
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
1185
|
-
"@babel/parser" "^7.
|
|
1186
|
-
"@babel/types" "^7.
|
|
1191
|
+
"@babel/parser" "^7.24.1"
|
|
1192
|
+
"@babel/types" "^7.24.0"
|
|
1187
1193
|
debug "^4.3.1"
|
|
1188
1194
|
globals "^11.1.0"
|
|
1189
1195
|
|
|
1190
|
-
"@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.
|
|
1191
|
-
version "7.
|
|
1192
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
|
1193
|
-
integrity sha512-+
|
|
1196
|
+
"@babel/types@^7.20.0", "@babel/types@^7.22.15", "@babel/types@^7.22.19", "@babel/types@^7.22.5", "@babel/types@^7.23.0", "@babel/types@^7.23.4", "@babel/types@^7.24.0", "@babel/types@^7.4.4":
|
|
1197
|
+
version "7.24.0"
|
|
1198
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.24.0.tgz#3b951f435a92e7333eba05b7566fd297960ea1bf"
|
|
1199
|
+
integrity sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==
|
|
1194
1200
|
dependencies:
|
|
1195
1201
|
"@babel/helper-string-parser" "^7.23.4"
|
|
1196
1202
|
"@babel/helper-validator-identifier" "^7.22.20"
|
|
@@ -1206,25 +1212,25 @@
|
|
|
1206
1212
|
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
|
|
1207
1213
|
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
|
|
1208
1214
|
|
|
1209
|
-
"@docsearch/css@3.
|
|
1210
|
-
version "3.
|
|
1211
|
-
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.
|
|
1212
|
-
integrity sha512
|
|
1215
|
+
"@docsearch/css@3.6.0":
|
|
1216
|
+
version "3.6.0"
|
|
1217
|
+
resolved "https://registry.yarnpkg.com/@docsearch/css/-/css-3.6.0.tgz#0e9f56f704b3a34d044d15fd9962ebc1536ba4fb"
|
|
1218
|
+
integrity sha512-+sbxb71sWre+PwDK7X2T8+bhS6clcVMLwBPznX45Qu6opJcgRjAp7gYSDzVFp187J+feSj5dNBN1mJoi6ckkUQ==
|
|
1213
1219
|
|
|
1214
1220
|
"@docsearch/react@^3.5.2":
|
|
1215
|
-
version "3.
|
|
1216
|
-
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.
|
|
1217
|
-
integrity sha512-
|
|
1221
|
+
version "3.6.0"
|
|
1222
|
+
resolved "https://registry.yarnpkg.com/@docsearch/react/-/react-3.6.0.tgz#b4f25228ecb7fc473741aefac592121e86dd2958"
|
|
1223
|
+
integrity sha512-HUFut4ztcVNmqy9gp/wxNbC7pTOHhgVVkHVGCACTuLhUKUhKAF9KYHJtMiLUJxEqiFLQiuri1fWF8zqwM/cu1w==
|
|
1218
1224
|
dependencies:
|
|
1219
1225
|
"@algolia/autocomplete-core" "1.9.3"
|
|
1220
1226
|
"@algolia/autocomplete-preset-algolia" "1.9.3"
|
|
1221
|
-
"@docsearch/css" "3.
|
|
1227
|
+
"@docsearch/css" "3.6.0"
|
|
1222
1228
|
algoliasearch "^4.19.1"
|
|
1223
1229
|
|
|
1224
|
-
"@docusaurus/core@3.1.
|
|
1225
|
-
version "3.1.
|
|
1226
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.1.
|
|
1227
|
-
integrity sha512-
|
|
1230
|
+
"@docusaurus/core@3.1.1", "@docusaurus/core@^3.1.1":
|
|
1231
|
+
version "3.1.1"
|
|
1232
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/core/-/core-3.1.1.tgz#29ce8df7a3d3d12ee8962d6d86133b87235ff17b"
|
|
1233
|
+
integrity sha512-2nQfKFcf+MLEM7JXsXwQxPOmQAR6ytKMZVSx7tVi9HEm9WtfwBH1fp6bn8Gj4zLUhjWKCLoysQ9/Wm+EZCQ4yQ==
|
|
1228
1234
|
dependencies:
|
|
1229
1235
|
"@babel/core" "^7.23.3"
|
|
1230
1236
|
"@babel/generator" "^7.23.3"
|
|
@@ -1236,13 +1242,13 @@
|
|
|
1236
1242
|
"@babel/runtime" "^7.22.6"
|
|
1237
1243
|
"@babel/runtime-corejs3" "^7.22.6"
|
|
1238
1244
|
"@babel/traverse" "^7.22.8"
|
|
1239
|
-
"@docusaurus/cssnano-preset" "3.1.
|
|
1240
|
-
"@docusaurus/logger" "3.1.
|
|
1241
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1245
|
+
"@docusaurus/cssnano-preset" "3.1.1"
|
|
1246
|
+
"@docusaurus/logger" "3.1.1"
|
|
1247
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1242
1248
|
"@docusaurus/react-loadable" "5.5.2"
|
|
1243
|
-
"@docusaurus/utils" "3.1.
|
|
1244
|
-
"@docusaurus/utils-common" "3.1.
|
|
1245
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1249
|
+
"@docusaurus/utils" "3.1.1"
|
|
1250
|
+
"@docusaurus/utils-common" "3.1.1"
|
|
1251
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1246
1252
|
"@slorber/static-site-generator-webpack-plugin" "^4.0.7"
|
|
1247
1253
|
"@svgr/webpack" "^6.5.1"
|
|
1248
1254
|
autoprefixer "^10.4.14"
|
|
@@ -1296,34 +1302,34 @@
|
|
|
1296
1302
|
webpack-merge "^5.9.0"
|
|
1297
1303
|
webpackbar "^5.0.2"
|
|
1298
1304
|
|
|
1299
|
-
"@docusaurus/cssnano-preset@3.1.
|
|
1300
|
-
version "3.1.
|
|
1301
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.1.
|
|
1302
|
-
integrity sha512-
|
|
1305
|
+
"@docusaurus/cssnano-preset@3.1.1":
|
|
1306
|
+
version "3.1.1"
|
|
1307
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/cssnano-preset/-/cssnano-preset-3.1.1.tgz#03a4cb8e6d41654d7ff5ed79fddd73fd224feea4"
|
|
1308
|
+
integrity sha512-LnoIDjJWbirdbVZDMq+4hwmrTl2yHDnBf9MLG9qyExeAE3ac35s4yUhJI8yyTCdixzNfKit4cbXblzzqMu4+8g==
|
|
1303
1309
|
dependencies:
|
|
1304
1310
|
cssnano-preset-advanced "^5.3.10"
|
|
1305
1311
|
postcss "^8.4.26"
|
|
1306
1312
|
postcss-sort-media-queries "^4.4.1"
|
|
1307
1313
|
tslib "^2.6.0"
|
|
1308
1314
|
|
|
1309
|
-
"@docusaurus/logger@3.1.
|
|
1310
|
-
version "3.1.
|
|
1311
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.1.
|
|
1312
|
-
integrity sha512-
|
|
1315
|
+
"@docusaurus/logger@3.1.1":
|
|
1316
|
+
version "3.1.1"
|
|
1317
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/logger/-/logger-3.1.1.tgz#423e8270c00a57b1b3a0cc8a3ee0a4c522a68387"
|
|
1318
|
+
integrity sha512-BjkNDpQzewcTnST8trx4idSoAla6zZ3w22NqM/UMcFtvYJgmoE4layuTzlfql3VFPNuivvj7BOExa/+21y4X2Q==
|
|
1313
1319
|
dependencies:
|
|
1314
1320
|
chalk "^4.1.2"
|
|
1315
1321
|
tslib "^2.6.0"
|
|
1316
1322
|
|
|
1317
|
-
"@docusaurus/mdx-loader@3.1.
|
|
1318
|
-
version "3.1.
|
|
1319
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.1.
|
|
1320
|
-
integrity sha512-
|
|
1323
|
+
"@docusaurus/mdx-loader@3.1.1":
|
|
1324
|
+
version "3.1.1"
|
|
1325
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/mdx-loader/-/mdx-loader-3.1.1.tgz#f79290abc5044bef1d7ecac4eccec887058b8e03"
|
|
1326
|
+
integrity sha512-xN2IccH9+sv7TmxwsDJNS97BHdmlqWwho+kIVY4tcCXkp+k4QuzvWBeunIMzeayY4Fu13A6sAjHGv5qm72KyGA==
|
|
1321
1327
|
dependencies:
|
|
1322
1328
|
"@babel/parser" "^7.22.7"
|
|
1323
1329
|
"@babel/traverse" "^7.22.8"
|
|
1324
|
-
"@docusaurus/logger" "3.1.
|
|
1325
|
-
"@docusaurus/utils" "3.1.
|
|
1326
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1330
|
+
"@docusaurus/logger" "3.1.1"
|
|
1331
|
+
"@docusaurus/utils" "3.1.1"
|
|
1332
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1327
1333
|
"@mdx-js/mdx" "^3.0.0"
|
|
1328
1334
|
"@slorber/remark-comment" "^1.0.0"
|
|
1329
1335
|
escape-html "^1.0.3"
|
|
@@ -1346,13 +1352,13 @@
|
|
|
1346
1352
|
vfile "^6.0.1"
|
|
1347
1353
|
webpack "^5.88.1"
|
|
1348
1354
|
|
|
1349
|
-
"@docusaurus/module-type-aliases@3.1.
|
|
1350
|
-
version "3.1.
|
|
1351
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.
|
|
1352
|
-
integrity sha512-
|
|
1355
|
+
"@docusaurus/module-type-aliases@3.1.1":
|
|
1356
|
+
version "3.1.1"
|
|
1357
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/module-type-aliases/-/module-type-aliases-3.1.1.tgz#b304402b0535a13ebd4c0db1c368d2604d54d02f"
|
|
1358
|
+
integrity sha512-xBJyx0TMfAfVZ9ZeIOb1awdXgR4YJMocIEzTps91rq+hJDFJgJaylDtmoRhUxkwuYmNK1GJpW95b7DLztSBJ3A==
|
|
1353
1359
|
dependencies:
|
|
1354
1360
|
"@docusaurus/react-loadable" "5.5.2"
|
|
1355
|
-
"@docusaurus/types" "3.1.
|
|
1361
|
+
"@docusaurus/types" "3.1.1"
|
|
1356
1362
|
"@types/history" "^4.7.11"
|
|
1357
1363
|
"@types/react" "*"
|
|
1358
1364
|
"@types/react-router-config" "*"
|
|
@@ -1360,18 +1366,18 @@
|
|
|
1360
1366
|
react-helmet-async "*"
|
|
1361
1367
|
react-loadable "npm:@docusaurus/react-loadable@5.5.2"
|
|
1362
1368
|
|
|
1363
|
-
"@docusaurus/plugin-content-blog@3.1.
|
|
1364
|
-
version "3.1.
|
|
1365
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.1.
|
|
1366
|
-
integrity sha512-
|
|
1367
|
-
dependencies:
|
|
1368
|
-
"@docusaurus/core" "3.1.
|
|
1369
|
-
"@docusaurus/logger" "3.1.
|
|
1370
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1371
|
-
"@docusaurus/types" "3.1.
|
|
1372
|
-
"@docusaurus/utils" "3.1.
|
|
1373
|
-
"@docusaurus/utils-common" "3.1.
|
|
1374
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1369
|
+
"@docusaurus/plugin-content-blog@3.1.1":
|
|
1370
|
+
version "3.1.1"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-blog/-/plugin-content-blog-3.1.1.tgz#16f4fd723227b2158461bba6b9bcc18c1926f7ea"
|
|
1372
|
+
integrity sha512-ew/3VtVoG3emoAKmoZl7oKe1zdFOsI0NbcHS26kIxt2Z8vcXKCUgK9jJJrz0TbOipyETPhqwq4nbitrY3baibg==
|
|
1373
|
+
dependencies:
|
|
1374
|
+
"@docusaurus/core" "3.1.1"
|
|
1375
|
+
"@docusaurus/logger" "3.1.1"
|
|
1376
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1377
|
+
"@docusaurus/types" "3.1.1"
|
|
1378
|
+
"@docusaurus/utils" "3.1.1"
|
|
1379
|
+
"@docusaurus/utils-common" "3.1.1"
|
|
1380
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1375
1381
|
cheerio "^1.0.0-rc.12"
|
|
1376
1382
|
feed "^4.2.2"
|
|
1377
1383
|
fs-extra "^11.1.1"
|
|
@@ -1383,18 +1389,18 @@
|
|
|
1383
1389
|
utility-types "^3.10.0"
|
|
1384
1390
|
webpack "^5.88.1"
|
|
1385
1391
|
|
|
1386
|
-
"@docusaurus/plugin-content-docs@3.1.
|
|
1387
|
-
version "3.1.
|
|
1388
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.1.
|
|
1389
|
-
integrity sha512-
|
|
1390
|
-
dependencies:
|
|
1391
|
-
"@docusaurus/core" "3.1.
|
|
1392
|
-
"@docusaurus/logger" "3.1.
|
|
1393
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1394
|
-
"@docusaurus/module-type-aliases" "3.1.
|
|
1395
|
-
"@docusaurus/types" "3.1.
|
|
1396
|
-
"@docusaurus/utils" "3.1.
|
|
1397
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1392
|
+
"@docusaurus/plugin-content-docs@3.1.1":
|
|
1393
|
+
version "3.1.1"
|
|
1394
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-docs/-/plugin-content-docs-3.1.1.tgz#f2eddebf351dd8dd504a2c26061165c519e1f964"
|
|
1395
|
+
integrity sha512-lhFq4E874zw0UOH7ujzxnCayOyAt0f9YPVYSb9ohxrdCM8B4szxitUw9rIX4V9JLLHVoqIJb6k+lJJ1jrcGJ0A==
|
|
1396
|
+
dependencies:
|
|
1397
|
+
"@docusaurus/core" "3.1.1"
|
|
1398
|
+
"@docusaurus/logger" "3.1.1"
|
|
1399
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1400
|
+
"@docusaurus/module-type-aliases" "3.1.1"
|
|
1401
|
+
"@docusaurus/types" "3.1.1"
|
|
1402
|
+
"@docusaurus/utils" "3.1.1"
|
|
1403
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1398
1404
|
"@types/react-router-config" "^5.0.7"
|
|
1399
1405
|
combine-promises "^1.1.0"
|
|
1400
1406
|
fs-extra "^11.1.1"
|
|
@@ -1404,96 +1410,96 @@
|
|
|
1404
1410
|
utility-types "^3.10.0"
|
|
1405
1411
|
webpack "^5.88.1"
|
|
1406
1412
|
|
|
1407
|
-
"@docusaurus/plugin-content-pages@3.1.
|
|
1408
|
-
version "3.1.
|
|
1409
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.1.
|
|
1410
|
-
integrity sha512-
|
|
1411
|
-
dependencies:
|
|
1412
|
-
"@docusaurus/core" "3.1.
|
|
1413
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1414
|
-
"@docusaurus/types" "3.1.
|
|
1415
|
-
"@docusaurus/utils" "3.1.
|
|
1416
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1413
|
+
"@docusaurus/plugin-content-pages@3.1.1":
|
|
1414
|
+
version "3.1.1"
|
|
1415
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-content-pages/-/plugin-content-pages-3.1.1.tgz#05aec68c2abeac2140c7a16d4c5b506bf4d19fb2"
|
|
1416
|
+
integrity sha512-NQHncNRAJbyLtgTim9GlEnNYsFhuCxaCNkMwikuxLTiGIPH7r/jpb7O3f3jUMYMebZZZrDq5S7om9a6rvB/YCA==
|
|
1417
|
+
dependencies:
|
|
1418
|
+
"@docusaurus/core" "3.1.1"
|
|
1419
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1420
|
+
"@docusaurus/types" "3.1.1"
|
|
1421
|
+
"@docusaurus/utils" "3.1.1"
|
|
1422
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1417
1423
|
fs-extra "^11.1.1"
|
|
1418
1424
|
tslib "^2.6.0"
|
|
1419
1425
|
webpack "^5.88.1"
|
|
1420
1426
|
|
|
1421
|
-
"@docusaurus/plugin-debug@3.1.
|
|
1422
|
-
version "3.1.
|
|
1423
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.1.
|
|
1424
|
-
integrity sha512-
|
|
1427
|
+
"@docusaurus/plugin-debug@3.1.1":
|
|
1428
|
+
version "3.1.1"
|
|
1429
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-debug/-/plugin-debug-3.1.1.tgz#cee5aae1fef288fb93f68894db79a2612e313d3f"
|
|
1430
|
+
integrity sha512-xWeMkueM9wE/8LVvl4+Qf1WqwXmreMjI5Kgr7GYCDoJ8zu4kD+KaMhrh7py7MNM38IFvU1RfrGKacCEe2DRRfQ==
|
|
1425
1431
|
dependencies:
|
|
1426
|
-
"@docusaurus/core" "3.1.
|
|
1427
|
-
"@docusaurus/types" "3.1.
|
|
1428
|
-
"@docusaurus/utils" "3.1.
|
|
1432
|
+
"@docusaurus/core" "3.1.1"
|
|
1433
|
+
"@docusaurus/types" "3.1.1"
|
|
1434
|
+
"@docusaurus/utils" "3.1.1"
|
|
1429
1435
|
fs-extra "^11.1.1"
|
|
1430
1436
|
react-json-view-lite "^1.2.0"
|
|
1431
1437
|
tslib "^2.6.0"
|
|
1432
1438
|
|
|
1433
|
-
"@docusaurus/plugin-google-analytics@3.1.
|
|
1434
|
-
version "3.1.
|
|
1435
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.1.
|
|
1436
|
-
integrity sha512
|
|
1439
|
+
"@docusaurus/plugin-google-analytics@3.1.1":
|
|
1440
|
+
version "3.1.1"
|
|
1441
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-analytics/-/plugin-google-analytics-3.1.1.tgz#bfc58205b4fcaf3222e04f9c3542f3bef9804887"
|
|
1442
|
+
integrity sha512-+q2UpWTqVi8GdlLoSlD5bS/YpxW+QMoBwrPrUH/NpvpuOi0Of7MTotsQf9JWd3hymZxl2uu1o3PIrbpxfeDFDQ==
|
|
1437
1443
|
dependencies:
|
|
1438
|
-
"@docusaurus/core" "3.1.
|
|
1439
|
-
"@docusaurus/types" "3.1.
|
|
1440
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1444
|
+
"@docusaurus/core" "3.1.1"
|
|
1445
|
+
"@docusaurus/types" "3.1.1"
|
|
1446
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1441
1447
|
tslib "^2.6.0"
|
|
1442
1448
|
|
|
1443
|
-
"@docusaurus/plugin-google-gtag@3.1.
|
|
1444
|
-
version "3.1.
|
|
1445
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.1.
|
|
1446
|
-
integrity sha512-
|
|
1449
|
+
"@docusaurus/plugin-google-gtag@3.1.1":
|
|
1450
|
+
version "3.1.1"
|
|
1451
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-gtag/-/plugin-google-gtag-3.1.1.tgz#7e8b5aa6847a12461c104a65a335f4a45dae2f28"
|
|
1452
|
+
integrity sha512-0mMPiBBlQ5LFHTtjxuvt/6yzh8v7OxLi3CbeEsxXZpUzcKO/GC7UA1VOWUoBeQzQL508J12HTAlR3IBU9OofSw==
|
|
1447
1453
|
dependencies:
|
|
1448
|
-
"@docusaurus/core" "3.1.
|
|
1449
|
-
"@docusaurus/types" "3.1.
|
|
1450
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1454
|
+
"@docusaurus/core" "3.1.1"
|
|
1455
|
+
"@docusaurus/types" "3.1.1"
|
|
1456
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1451
1457
|
"@types/gtag.js" "^0.0.12"
|
|
1452
1458
|
tslib "^2.6.0"
|
|
1453
1459
|
|
|
1454
|
-
"@docusaurus/plugin-google-tag-manager@3.1.
|
|
1455
|
-
version "3.1.
|
|
1456
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.1.
|
|
1457
|
-
integrity sha512-
|
|
1460
|
+
"@docusaurus/plugin-google-tag-manager@3.1.1":
|
|
1461
|
+
version "3.1.1"
|
|
1462
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-google-tag-manager/-/plugin-google-tag-manager-3.1.1.tgz#e1aae4d821e786d133386b4ae6e6fe66a4bc0089"
|
|
1463
|
+
integrity sha512-d07bsrMLdDIryDtY17DgqYUbjkswZQr8cLWl4tzXrt5OR/T/zxC1SYKajzB3fd87zTu5W5klV5GmUwcNSMXQXA==
|
|
1458
1464
|
dependencies:
|
|
1459
|
-
"@docusaurus/core" "3.1.
|
|
1460
|
-
"@docusaurus/types" "3.1.
|
|
1461
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1465
|
+
"@docusaurus/core" "3.1.1"
|
|
1466
|
+
"@docusaurus/types" "3.1.1"
|
|
1467
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1462
1468
|
tslib "^2.6.0"
|
|
1463
1469
|
|
|
1464
|
-
"@docusaurus/plugin-sitemap@3.1.
|
|
1465
|
-
version "3.1.
|
|
1466
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.1.
|
|
1467
|
-
integrity sha512-
|
|
1468
|
-
dependencies:
|
|
1469
|
-
"@docusaurus/core" "3.1.
|
|
1470
|
-
"@docusaurus/logger" "3.1.
|
|
1471
|
-
"@docusaurus/types" "3.1.
|
|
1472
|
-
"@docusaurus/utils" "3.1.
|
|
1473
|
-
"@docusaurus/utils-common" "3.1.
|
|
1474
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1470
|
+
"@docusaurus/plugin-sitemap@3.1.1":
|
|
1471
|
+
version "3.1.1"
|
|
1472
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/plugin-sitemap/-/plugin-sitemap-3.1.1.tgz#8828bf5e2922273aad207a35189f22913e6a0dfd"
|
|
1473
|
+
integrity sha512-iJ4hCaMmDaUqRv131XJdt/C/jJQx8UreDWTRqZKtNydvZVh/o4yXGRRFOplea1D9b/zpwL1Y+ZDwX7xMhIOTmg==
|
|
1474
|
+
dependencies:
|
|
1475
|
+
"@docusaurus/core" "3.1.1"
|
|
1476
|
+
"@docusaurus/logger" "3.1.1"
|
|
1477
|
+
"@docusaurus/types" "3.1.1"
|
|
1478
|
+
"@docusaurus/utils" "3.1.1"
|
|
1479
|
+
"@docusaurus/utils-common" "3.1.1"
|
|
1480
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1475
1481
|
fs-extra "^11.1.1"
|
|
1476
1482
|
sitemap "^7.1.1"
|
|
1477
1483
|
tslib "^2.6.0"
|
|
1478
1484
|
|
|
1479
|
-
"@docusaurus/preset-classic@^3.1.
|
|
1480
|
-
version "3.1.
|
|
1481
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.1.
|
|
1482
|
-
integrity sha512-
|
|
1483
|
-
dependencies:
|
|
1484
|
-
"@docusaurus/core" "3.1.
|
|
1485
|
-
"@docusaurus/plugin-content-blog" "3.1.
|
|
1486
|
-
"@docusaurus/plugin-content-docs" "3.1.
|
|
1487
|
-
"@docusaurus/plugin-content-pages" "3.1.
|
|
1488
|
-
"@docusaurus/plugin-debug" "3.1.
|
|
1489
|
-
"@docusaurus/plugin-google-analytics" "3.1.
|
|
1490
|
-
"@docusaurus/plugin-google-gtag" "3.1.
|
|
1491
|
-
"@docusaurus/plugin-google-tag-manager" "3.1.
|
|
1492
|
-
"@docusaurus/plugin-sitemap" "3.1.
|
|
1493
|
-
"@docusaurus/theme-classic" "3.1.
|
|
1494
|
-
"@docusaurus/theme-common" "3.1.
|
|
1495
|
-
"@docusaurus/theme-search-algolia" "3.1.
|
|
1496
|
-
"@docusaurus/types" "3.1.
|
|
1485
|
+
"@docusaurus/preset-classic@^3.1.1":
|
|
1486
|
+
version "3.1.1"
|
|
1487
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/preset-classic/-/preset-classic-3.1.1.tgz#15fd80012529dafd7e01cc0bce59d39ee6ad6bf5"
|
|
1488
|
+
integrity sha512-jG4ys/hWYf69iaN/xOmF+3kjs4Nnz1Ay3CjFLDtYa8KdxbmUhArA9HmP26ru5N0wbVWhY+6kmpYhTJpez5wTyg==
|
|
1489
|
+
dependencies:
|
|
1490
|
+
"@docusaurus/core" "3.1.1"
|
|
1491
|
+
"@docusaurus/plugin-content-blog" "3.1.1"
|
|
1492
|
+
"@docusaurus/plugin-content-docs" "3.1.1"
|
|
1493
|
+
"@docusaurus/plugin-content-pages" "3.1.1"
|
|
1494
|
+
"@docusaurus/plugin-debug" "3.1.1"
|
|
1495
|
+
"@docusaurus/plugin-google-analytics" "3.1.1"
|
|
1496
|
+
"@docusaurus/plugin-google-gtag" "3.1.1"
|
|
1497
|
+
"@docusaurus/plugin-google-tag-manager" "3.1.1"
|
|
1498
|
+
"@docusaurus/plugin-sitemap" "3.1.1"
|
|
1499
|
+
"@docusaurus/theme-classic" "3.1.1"
|
|
1500
|
+
"@docusaurus/theme-common" "3.1.1"
|
|
1501
|
+
"@docusaurus/theme-search-algolia" "3.1.1"
|
|
1502
|
+
"@docusaurus/types" "3.1.1"
|
|
1497
1503
|
|
|
1498
1504
|
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
|
|
1499
1505
|
version "5.5.2"
|
|
@@ -1503,23 +1509,23 @@
|
|
|
1503
1509
|
"@types/react" "*"
|
|
1504
1510
|
prop-types "^15.6.2"
|
|
1505
1511
|
|
|
1506
|
-
"@docusaurus/theme-classic@3.1.
|
|
1507
|
-
version "3.1.
|
|
1508
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.1.
|
|
1509
|
-
integrity sha512
|
|
1510
|
-
dependencies:
|
|
1511
|
-
"@docusaurus/core" "3.1.
|
|
1512
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1513
|
-
"@docusaurus/module-type-aliases" "3.1.
|
|
1514
|
-
"@docusaurus/plugin-content-blog" "3.1.
|
|
1515
|
-
"@docusaurus/plugin-content-docs" "3.1.
|
|
1516
|
-
"@docusaurus/plugin-content-pages" "3.1.
|
|
1517
|
-
"@docusaurus/theme-common" "3.1.
|
|
1518
|
-
"@docusaurus/theme-translations" "3.1.
|
|
1519
|
-
"@docusaurus/types" "3.1.
|
|
1520
|
-
"@docusaurus/utils" "3.1.
|
|
1521
|
-
"@docusaurus/utils-common" "3.1.
|
|
1522
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1512
|
+
"@docusaurus/theme-classic@3.1.1":
|
|
1513
|
+
version "3.1.1"
|
|
1514
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-classic/-/theme-classic-3.1.1.tgz#0a188c787fc4bf2bb525cc30c7aa34e555ee96b8"
|
|
1515
|
+
integrity sha512-GiPE/jbWM8Qv1A14lk6s9fhc0LhPEQ00eIczRO4QL2nAQJZXkjPG6zaVx+1cZxPFWbAsqSjKe2lqkwF3fGkQ7Q==
|
|
1516
|
+
dependencies:
|
|
1517
|
+
"@docusaurus/core" "3.1.1"
|
|
1518
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1519
|
+
"@docusaurus/module-type-aliases" "3.1.1"
|
|
1520
|
+
"@docusaurus/plugin-content-blog" "3.1.1"
|
|
1521
|
+
"@docusaurus/plugin-content-docs" "3.1.1"
|
|
1522
|
+
"@docusaurus/plugin-content-pages" "3.1.1"
|
|
1523
|
+
"@docusaurus/theme-common" "3.1.1"
|
|
1524
|
+
"@docusaurus/theme-translations" "3.1.1"
|
|
1525
|
+
"@docusaurus/types" "3.1.1"
|
|
1526
|
+
"@docusaurus/utils" "3.1.1"
|
|
1527
|
+
"@docusaurus/utils-common" "3.1.1"
|
|
1528
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1523
1529
|
"@mdx-js/react" "^3.0.0"
|
|
1524
1530
|
clsx "^2.0.0"
|
|
1525
1531
|
copy-text-to-clipboard "^3.2.0"
|
|
@@ -1534,18 +1540,18 @@
|
|
|
1534
1540
|
tslib "^2.6.0"
|
|
1535
1541
|
utility-types "^3.10.0"
|
|
1536
1542
|
|
|
1537
|
-
"@docusaurus/theme-common@3.1.
|
|
1538
|
-
version "3.1.
|
|
1539
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.1.
|
|
1540
|
-
integrity sha512-
|
|
1541
|
-
dependencies:
|
|
1542
|
-
"@docusaurus/mdx-loader" "3.1.
|
|
1543
|
-
"@docusaurus/module-type-aliases" "3.1.
|
|
1544
|
-
"@docusaurus/plugin-content-blog" "3.1.
|
|
1545
|
-
"@docusaurus/plugin-content-docs" "3.1.
|
|
1546
|
-
"@docusaurus/plugin-content-pages" "3.1.
|
|
1547
|
-
"@docusaurus/utils" "3.1.
|
|
1548
|
-
"@docusaurus/utils-common" "3.1.
|
|
1543
|
+
"@docusaurus/theme-common@3.1.1":
|
|
1544
|
+
version "3.1.1"
|
|
1545
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-common/-/theme-common-3.1.1.tgz#5a16893928b8379c9e83aef01d753e7e142459e2"
|
|
1546
|
+
integrity sha512-38urZfeMhN70YaXkwIGXmcUcv2CEYK/2l4b05GkJPrbEbgpsIZM3Xc+Js2ehBGGZmfZq8GjjQ5RNQYG+MYzCYg==
|
|
1547
|
+
dependencies:
|
|
1548
|
+
"@docusaurus/mdx-loader" "3.1.1"
|
|
1549
|
+
"@docusaurus/module-type-aliases" "3.1.1"
|
|
1550
|
+
"@docusaurus/plugin-content-blog" "3.1.1"
|
|
1551
|
+
"@docusaurus/plugin-content-docs" "3.1.1"
|
|
1552
|
+
"@docusaurus/plugin-content-pages" "3.1.1"
|
|
1553
|
+
"@docusaurus/utils" "3.1.1"
|
|
1554
|
+
"@docusaurus/utils-common" "3.1.1"
|
|
1549
1555
|
"@types/history" "^4.7.11"
|
|
1550
1556
|
"@types/react" "*"
|
|
1551
1557
|
"@types/react-router-config" "*"
|
|
@@ -1555,19 +1561,19 @@
|
|
|
1555
1561
|
tslib "^2.6.0"
|
|
1556
1562
|
utility-types "^3.10.0"
|
|
1557
1563
|
|
|
1558
|
-
"@docusaurus/theme-search-algolia@3.1.
|
|
1559
|
-
version "3.1.
|
|
1560
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.1.
|
|
1561
|
-
integrity sha512-
|
|
1564
|
+
"@docusaurus/theme-search-algolia@3.1.1":
|
|
1565
|
+
version "3.1.1"
|
|
1566
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-search-algolia/-/theme-search-algolia-3.1.1.tgz#5170cd68cc59d150416b070bdc6d15c363ddf5e1"
|
|
1567
|
+
integrity sha512-tBH9VY5EpRctVdaAhT+b1BY8y5dyHVZGFXyCHgTrvcXQy5CV4q7serEX7U3SveNT9zksmchPyct6i1sFDC4Z5g==
|
|
1562
1568
|
dependencies:
|
|
1563
1569
|
"@docsearch/react" "^3.5.2"
|
|
1564
|
-
"@docusaurus/core" "3.1.
|
|
1565
|
-
"@docusaurus/logger" "3.1.
|
|
1566
|
-
"@docusaurus/plugin-content-docs" "3.1.
|
|
1567
|
-
"@docusaurus/theme-common" "3.1.
|
|
1568
|
-
"@docusaurus/theme-translations" "3.1.
|
|
1569
|
-
"@docusaurus/utils" "3.1.
|
|
1570
|
-
"@docusaurus/utils-validation" "3.1.
|
|
1570
|
+
"@docusaurus/core" "3.1.1"
|
|
1571
|
+
"@docusaurus/logger" "3.1.1"
|
|
1572
|
+
"@docusaurus/plugin-content-docs" "3.1.1"
|
|
1573
|
+
"@docusaurus/theme-common" "3.1.1"
|
|
1574
|
+
"@docusaurus/theme-translations" "3.1.1"
|
|
1575
|
+
"@docusaurus/utils" "3.1.1"
|
|
1576
|
+
"@docusaurus/utils-validation" "3.1.1"
|
|
1571
1577
|
algoliasearch "^4.18.0"
|
|
1572
1578
|
algoliasearch-helper "^3.13.3"
|
|
1573
1579
|
clsx "^2.0.0"
|
|
@@ -1577,18 +1583,18 @@
|
|
|
1577
1583
|
tslib "^2.6.0"
|
|
1578
1584
|
utility-types "^3.10.0"
|
|
1579
1585
|
|
|
1580
|
-
"@docusaurus/theme-translations@3.1.
|
|
1581
|
-
version "3.1.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.1.
|
|
1583
|
-
integrity sha512-
|
|
1586
|
+
"@docusaurus/theme-translations@3.1.1":
|
|
1587
|
+
version "3.1.1"
|
|
1588
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/theme-translations/-/theme-translations-3.1.1.tgz#117e91ba5e3a8178cb59f3028bf41de165a508c1"
|
|
1589
|
+
integrity sha512-xvWQFwjxHphpJq5fgk37FXCDdAa2o+r7FX8IpMg+bGZBNXyWBu3MjZ+G4+eUVNpDhVinTc+j6ucL0Ain5KCGrg==
|
|
1584
1590
|
dependencies:
|
|
1585
1591
|
fs-extra "^11.1.1"
|
|
1586
1592
|
tslib "^2.6.0"
|
|
1587
1593
|
|
|
1588
|
-
"@docusaurus/types@3.1.
|
|
1589
|
-
version "3.1.
|
|
1590
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.1.
|
|
1591
|
-
integrity sha512-
|
|
1594
|
+
"@docusaurus/types@3.1.1":
|
|
1595
|
+
version "3.1.1"
|
|
1596
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-3.1.1.tgz#747c9dee8cf7c3b0e5ee7351bac5e9c4fdc7f259"
|
|
1597
|
+
integrity sha512-grBqOLnubUecgKFXN9q3uit2HFbCxTWX4Fam3ZFbMN0sWX9wOcDoA7lwdX/8AmeL20Oc4kQvWVgNrsT8bKRvzg==
|
|
1592
1598
|
dependencies:
|
|
1593
1599
|
"@mdx-js/mdx" "^3.0.0"
|
|
1594
1600
|
"@types/history" "^4.7.11"
|
|
@@ -1600,30 +1606,30 @@
|
|
|
1600
1606
|
webpack "^5.88.1"
|
|
1601
1607
|
webpack-merge "^5.9.0"
|
|
1602
1608
|
|
|
1603
|
-
"@docusaurus/utils-common@3.1.
|
|
1604
|
-
version "3.1.
|
|
1605
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.1.
|
|
1606
|
-
integrity sha512-
|
|
1609
|
+
"@docusaurus/utils-common@3.1.1":
|
|
1610
|
+
version "3.1.1"
|
|
1611
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-common/-/utils-common-3.1.1.tgz#b48fade63523fd40f3adb67b47c3371e5183c20b"
|
|
1612
|
+
integrity sha512-eGne3olsIoNfPug5ixjepZAIxeYFzHHnor55Wb2P57jNbtVaFvij/T+MS8U0dtZRFi50QU+UPmRrXdVUM8uyMg==
|
|
1607
1613
|
dependencies:
|
|
1608
1614
|
tslib "^2.6.0"
|
|
1609
1615
|
|
|
1610
|
-
"@docusaurus/utils-validation@3.1.
|
|
1611
|
-
version "3.1.
|
|
1612
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.1.
|
|
1613
|
-
integrity sha512-
|
|
1616
|
+
"@docusaurus/utils-validation@3.1.1":
|
|
1617
|
+
version "3.1.1"
|
|
1618
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils-validation/-/utils-validation-3.1.1.tgz#3a747349ed05aee0e4d543552b41f3c9467ee731"
|
|
1619
|
+
integrity sha512-KlY4P9YVDnwL+nExvlIpu79abfEv6ZCHuOX4ZQ+gtip+Wxj0daccdReIWWtqxM/Fb5Cz1nQvUCc7VEtT8IBUAA==
|
|
1614
1620
|
dependencies:
|
|
1615
|
-
"@docusaurus/logger" "3.1.
|
|
1616
|
-
"@docusaurus/utils" "3.1.
|
|
1621
|
+
"@docusaurus/logger" "3.1.1"
|
|
1622
|
+
"@docusaurus/utils" "3.1.1"
|
|
1617
1623
|
joi "^17.9.2"
|
|
1618
1624
|
js-yaml "^4.1.0"
|
|
1619
1625
|
tslib "^2.6.0"
|
|
1620
1626
|
|
|
1621
|
-
"@docusaurus/utils@3.1.
|
|
1622
|
-
version "3.1.
|
|
1623
|
-
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.1.
|
|
1624
|
-
integrity sha512-
|
|
1627
|
+
"@docusaurus/utils@3.1.1":
|
|
1628
|
+
version "3.1.1"
|
|
1629
|
+
resolved "https://registry.yarnpkg.com/@docusaurus/utils/-/utils-3.1.1.tgz#e822d14704e4b3bb451ca464a7cc56aea9b55a45"
|
|
1630
|
+
integrity sha512-ZJfJa5cJQtRYtqijsPEnAZoduW6sjAQ7ZCWSZavLcV10Fw0Z3gSaPKA/B4micvj2afRZ4gZxT7KfYqe5H8Cetg==
|
|
1625
1631
|
dependencies:
|
|
1626
|
-
"@docusaurus/logger" "3.1.
|
|
1632
|
+
"@docusaurus/logger" "3.1.1"
|
|
1627
1633
|
"@svgr/webpack" "^6.5.1"
|
|
1628
1634
|
escape-string-regexp "^4.0.0"
|
|
1629
1635
|
file-loader "^6.2.0"
|
|
@@ -1672,42 +1678,42 @@
|
|
|
1672
1678
|
"@types/yargs" "^17.0.8"
|
|
1673
1679
|
chalk "^4.0.0"
|
|
1674
1680
|
|
|
1675
|
-
"@jridgewell/gen-mapping@^0.3.
|
|
1676
|
-
version "0.3.
|
|
1677
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
1678
|
-
integrity sha512-
|
|
1681
|
+
"@jridgewell/gen-mapping@^0.3.5":
|
|
1682
|
+
version "0.3.5"
|
|
1683
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
1684
|
+
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
|
|
1679
1685
|
dependencies:
|
|
1680
|
-
"@jridgewell/set-array" "^1.
|
|
1686
|
+
"@jridgewell/set-array" "^1.2.1"
|
|
1681
1687
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1682
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
1688
|
+
"@jridgewell/trace-mapping" "^0.3.24"
|
|
1683
1689
|
|
|
1684
1690
|
"@jridgewell/resolve-uri@^3.1.0":
|
|
1685
|
-
version "3.1.
|
|
1686
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.
|
|
1687
|
-
integrity sha512-
|
|
1691
|
+
version "3.1.2"
|
|
1692
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
|
|
1693
|
+
integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
|
|
1688
1694
|
|
|
1689
|
-
"@jridgewell/set-array@^1.
|
|
1690
|
-
version "1.1
|
|
1691
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.1.
|
|
1692
|
-
integrity sha512-
|
|
1695
|
+
"@jridgewell/set-array@^1.2.1":
|
|
1696
|
+
version "1.2.1"
|
|
1697
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/set-array/-/set-array-1.2.1.tgz#558fb6472ed16a4c850b889530e6b36438c49280"
|
|
1698
|
+
integrity sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==
|
|
1693
1699
|
|
|
1694
1700
|
"@jridgewell/source-map@^0.3.3":
|
|
1695
|
-
version "0.3.
|
|
1696
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.
|
|
1697
|
-
integrity sha512-
|
|
1701
|
+
version "0.3.6"
|
|
1702
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/source-map/-/source-map-0.3.6.tgz#9d71ca886e32502eb9362c9a74a46787c36df81a"
|
|
1703
|
+
integrity sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==
|
|
1698
1704
|
dependencies:
|
|
1699
|
-
"@jridgewell/gen-mapping" "^0.3.
|
|
1700
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
1705
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
1706
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
|
1701
1707
|
|
|
1702
1708
|
"@jridgewell/sourcemap-codec@^1.4.10", "@jridgewell/sourcemap-codec@^1.4.14":
|
|
1703
1709
|
version "1.4.15"
|
|
1704
1710
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
|
|
1705
1711
|
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==
|
|
1706
1712
|
|
|
1707
|
-
"@jridgewell/trace-mapping@^0.3.
|
|
1708
|
-
version "0.3.
|
|
1709
|
-
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.
|
|
1710
|
-
integrity sha512-
|
|
1713
|
+
"@jridgewell/trace-mapping@^0.3.20", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1714
|
+
version "0.3.25"
|
|
1715
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1716
|
+
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
1711
1717
|
dependencies:
|
|
1712
1718
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1713
1719
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
@@ -1718,9 +1724,9 @@
|
|
|
1718
1724
|
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
|
|
1719
1725
|
|
|
1720
1726
|
"@mdx-js/mdx@^3.0.0":
|
|
1721
|
-
version "3.0.
|
|
1722
|
-
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-3.0.
|
|
1723
|
-
integrity sha512-
|
|
1727
|
+
version "3.0.1"
|
|
1728
|
+
resolved "https://registry.yarnpkg.com/@mdx-js/mdx/-/mdx-3.0.1.tgz#617bd2629ae561fdca1bb88e3badd947f5a82191"
|
|
1729
|
+
integrity sha512-eIQ4QTrOWyL3LWEe/bu6Taqzq2HQvHcyTMaOrI95P2/LmJE7AsfPfgJGuFLPVqBUE1BC1rik3VIhU+s9u72arA==
|
|
1724
1730
|
dependencies:
|
|
1725
1731
|
"@types/estree" "^1.0.0"
|
|
1726
1732
|
"@types/estree-jsx" "^1.0.0"
|
|
@@ -1747,9 +1753,9 @@
|
|
|
1747
1753
|
vfile "^6.0.0"
|
|
1748
1754
|
|
|
1749
1755
|
"@mdx-js/react@^3.0.0":
|
|
1750
|
-
version "3.0.
|
|
1751
|
-
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.
|
|
1752
|
-
integrity sha512-
|
|
1756
|
+
version "3.0.1"
|
|
1757
|
+
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
|
|
1758
|
+
integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
|
|
1753
1759
|
dependencies:
|
|
1754
1760
|
"@types/mdx" "^2.0.0"
|
|
1755
1761
|
|
|
@@ -1796,14 +1802,14 @@
|
|
|
1796
1802
|
config-chain "^1.1.11"
|
|
1797
1803
|
|
|
1798
1804
|
"@polka/url@^1.0.0-next.24":
|
|
1799
|
-
version "1.0.0-next.
|
|
1800
|
-
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.
|
|
1801
|
-
integrity sha512-
|
|
1805
|
+
version "1.0.0-next.25"
|
|
1806
|
+
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.25.tgz#f077fdc0b5d0078d30893396ff4827a13f99e817"
|
|
1807
|
+
integrity sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==
|
|
1802
1808
|
|
|
1803
|
-
"@sideway/address@^4.1.
|
|
1804
|
-
version "4.1.
|
|
1805
|
-
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.
|
|
1806
|
-
integrity sha512-
|
|
1809
|
+
"@sideway/address@^4.1.5":
|
|
1810
|
+
version "4.1.5"
|
|
1811
|
+
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.5.tgz#4bc149a0076623ced99ca8208ba780d65a99b9d5"
|
|
1812
|
+
integrity sha512-IqO/DUQHUkPeixNQ8n0JA6102hT9CmaljNTPmQ1u8MEhBo/R4Q8eKLN/vGZxuebwOroDB4cbpjheD4+/sKFK4Q==
|
|
1807
1813
|
dependencies:
|
|
1808
1814
|
"@hapi/hoek" "^9.0.0"
|
|
1809
1815
|
|
|
@@ -2021,17 +2027,17 @@
|
|
|
2021
2027
|
"@types/estree" "*"
|
|
2022
2028
|
|
|
2023
2029
|
"@types/eslint@*":
|
|
2024
|
-
version "8.56.
|
|
2025
|
-
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.
|
|
2026
|
-
integrity sha512-
|
|
2030
|
+
version "8.56.6"
|
|
2031
|
+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.56.6.tgz#d5dc16cac025d313ee101108ba5714ea10eb3ed0"
|
|
2032
|
+
integrity sha512-ymwc+qb1XkjT/gfoQwxIeHZ6ixH23A+tCT2ADSA/DPVKzAjwYkTXBMCQ/f6fe4wEa85Lhp26VPeUxI7wMhAi7A==
|
|
2027
2033
|
dependencies:
|
|
2028
2034
|
"@types/estree" "*"
|
|
2029
2035
|
"@types/json-schema" "*"
|
|
2030
2036
|
|
|
2031
2037
|
"@types/estree-jsx@^1.0.0":
|
|
2032
|
-
version "1.0.
|
|
2033
|
-
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.
|
|
2034
|
-
integrity sha512-
|
|
2038
|
+
version "1.0.5"
|
|
2039
|
+
resolved "https://registry.yarnpkg.com/@types/estree-jsx/-/estree-jsx-1.0.5.tgz#858a88ea20f34fe65111f005a689fa1ebf70dc18"
|
|
2040
|
+
integrity sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==
|
|
2035
2041
|
dependencies:
|
|
2036
2042
|
"@types/estree" "*"
|
|
2037
2043
|
|
|
@@ -2041,9 +2047,9 @@
|
|
|
2041
2047
|
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
|
2042
2048
|
|
|
2043
2049
|
"@types/express-serve-static-core@*", "@types/express-serve-static-core@^4.17.33":
|
|
2044
|
-
version "4.17.
|
|
2045
|
-
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.
|
|
2046
|
-
integrity sha512-
|
|
2050
|
+
version "4.17.43"
|
|
2051
|
+
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.17.43.tgz#10d8444be560cb789c4735aea5eac6e5af45df54"
|
|
2052
|
+
integrity sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==
|
|
2047
2053
|
dependencies:
|
|
2048
2054
|
"@types/node" "*"
|
|
2049
2055
|
"@types/qs" "*"
|
|
@@ -2066,9 +2072,9 @@
|
|
|
2066
2072
|
integrity sha512-YQV9bUsemkzG81Ea295/nF/5GijnD2Af7QhEofh7xu+kvCN6RdodgNwwGWXB5GMI3NoyvQo0odNctoH/qLMIpg==
|
|
2067
2073
|
|
|
2068
2074
|
"@types/hast@^3.0.0":
|
|
2069
|
-
version "3.0.
|
|
2070
|
-
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.
|
|
2071
|
-
integrity sha512-
|
|
2075
|
+
version "3.0.4"
|
|
2076
|
+
resolved "https://registry.yarnpkg.com/@types/hast/-/hast-3.0.4.tgz#1d6b39993b82cea6ad783945b0508c25903e15aa"
|
|
2077
|
+
integrity sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==
|
|
2072
2078
|
dependencies:
|
|
2073
2079
|
"@types/unist" "*"
|
|
2074
2080
|
|
|
@@ -2131,9 +2137,9 @@
|
|
|
2131
2137
|
"@types/unist" "*"
|
|
2132
2138
|
|
|
2133
2139
|
"@types/mdx@^2.0.0":
|
|
2134
|
-
version "2.0.
|
|
2135
|
-
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.
|
|
2136
|
-
integrity sha512-
|
|
2140
|
+
version "2.0.12"
|
|
2141
|
+
resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.12.tgz#38db34cc8999b982beaec01399620bee6c65ef2e"
|
|
2142
|
+
integrity sha512-H9VZ9YqE+H28FQVchC83RCs5xQ2J7mAAv6qdDEaWmXEVl3OpdH+xfrSUzQ1lp7U7oSTRZ0RvW08ASPJsYBi7Cw==
|
|
2137
2143
|
|
|
2138
2144
|
"@types/mime@*":
|
|
2139
2145
|
version "3.0.4"
|
|
@@ -2158,9 +2164,9 @@
|
|
|
2158
2164
|
"@types/node" "*"
|
|
2159
2165
|
|
|
2160
2166
|
"@types/node@*":
|
|
2161
|
-
version "20.11.
|
|
2162
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.
|
|
2163
|
-
integrity sha512
|
|
2167
|
+
version "20.11.30"
|
|
2168
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
|
|
2169
|
+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
|
|
2164
2170
|
dependencies:
|
|
2165
2171
|
undici-types "~5.26.4"
|
|
2166
2172
|
|
|
@@ -2180,14 +2186,14 @@
|
|
|
2180
2186
|
integrity sha512-A0D0aTXvjlqJ5ZILMz3rNfDBOx9hHxLZYv2by47Sm/pqW35zzjusrZTryatjN/Rf8Us2gZrJD+KeHbUSTux1Cw==
|
|
2181
2187
|
|
|
2182
2188
|
"@types/prop-types@*":
|
|
2183
|
-
version "15.7.
|
|
2184
|
-
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.
|
|
2185
|
-
integrity sha512-
|
|
2189
|
+
version "15.7.12"
|
|
2190
|
+
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
|
|
2191
|
+
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
|
|
2186
2192
|
|
|
2187
2193
|
"@types/qs@*":
|
|
2188
|
-
version "6.9.
|
|
2189
|
-
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.
|
|
2190
|
-
integrity sha512-
|
|
2194
|
+
version "6.9.14"
|
|
2195
|
+
resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.14.tgz#169e142bfe493895287bee382af6039795e9b75b"
|
|
2196
|
+
integrity sha512-5khscbd3SwWMhFqylJBLQ0zIu7c1K6Vz0uBIt915BI3zV0q1nfjRQD3RqSBcPaO6PHEF4ov/t9y89fSiyThlPA==
|
|
2191
2197
|
|
|
2192
2198
|
"@types/range-parser@*":
|
|
2193
2199
|
version "1.2.7"
|
|
@@ -2221,9 +2227,9 @@
|
|
|
2221
2227
|
"@types/react" "*"
|
|
2222
2228
|
|
|
2223
2229
|
"@types/react@*":
|
|
2224
|
-
version "18.2.
|
|
2225
|
-
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.
|
|
2226
|
-
integrity sha512-
|
|
2230
|
+
version "18.2.71"
|
|
2231
|
+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.71.tgz#77c3b97b02014bf351b21b684f80273a3a343f96"
|
|
2232
|
+
integrity sha512-PxEsB9OjmQeYGffoWnYAd/r5FiJuUw2niFQHPc2v2idwh8wGPkkYzOHuinNJJY6NZqfoTCiOIizDOz38gYNsyw==
|
|
2227
2233
|
dependencies:
|
|
2228
2234
|
"@types/prop-types" "*"
|
|
2229
2235
|
"@types/scheduler" "*"
|
|
@@ -2242,9 +2248,9 @@
|
|
|
2242
2248
|
"@types/node" "*"
|
|
2243
2249
|
|
|
2244
2250
|
"@types/scheduler@*":
|
|
2245
|
-
version "0.
|
|
2246
|
-
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.
|
|
2247
|
-
integrity sha512-
|
|
2251
|
+
version "0.23.0"
|
|
2252
|
+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.23.0.tgz#0a6655b3e2708eaabca00b7372fafd7a792a7b09"
|
|
2253
|
+
integrity sha512-YIoDCTH3Af6XM5VuwGG/QL/CJqga1Zm3NkU3HZ4ZHK2fRMPYP1VczsTUqtsf43PH/iJNVlPHAo2oWX7BSdB2Hw==
|
|
2248
2254
|
|
|
2249
2255
|
"@types/send@*":
|
|
2250
2256
|
version "0.17.4"
|
|
@@ -2311,10 +2317,10 @@
|
|
|
2311
2317
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
2312
2318
|
integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==
|
|
2313
2319
|
|
|
2314
|
-
"@webassemblyjs/ast@1.
|
|
2315
|
-
version "1.
|
|
2316
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.
|
|
2317
|
-
integrity sha512-
|
|
2320
|
+
"@webassemblyjs/ast@1.12.1", "@webassemblyjs/ast@^1.12.1":
|
|
2321
|
+
version "1.12.1"
|
|
2322
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.12.1.tgz#bb16a0e8b1914f979f45864c23819cc3e3f0d4bb"
|
|
2323
|
+
integrity sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==
|
|
2318
2324
|
dependencies:
|
|
2319
2325
|
"@webassemblyjs/helper-numbers" "1.11.6"
|
|
2320
2326
|
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
|
@@ -2329,10 +2335,10 @@
|
|
|
2329
2335
|
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz#6132f68c4acd59dcd141c44b18cbebbd9f2fa768"
|
|
2330
2336
|
integrity sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==
|
|
2331
2337
|
|
|
2332
|
-
"@webassemblyjs/helper-buffer@1.
|
|
2333
|
-
version "1.
|
|
2334
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.
|
|
2335
|
-
integrity sha512-
|
|
2338
|
+
"@webassemblyjs/helper-buffer@1.12.1":
|
|
2339
|
+
version "1.12.1"
|
|
2340
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz#6df20d272ea5439bf20ab3492b7fb70e9bfcb3f6"
|
|
2341
|
+
integrity sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==
|
|
2336
2342
|
|
|
2337
2343
|
"@webassemblyjs/helper-numbers@1.11.6":
|
|
2338
2344
|
version "1.11.6"
|
|
@@ -2348,15 +2354,15 @@
|
|
|
2348
2354
|
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz#bb2ebdb3b83aa26d9baad4c46d4315283acd51e9"
|
|
2349
2355
|
integrity sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==
|
|
2350
2356
|
|
|
2351
|
-
"@webassemblyjs/helper-wasm-section@1.
|
|
2352
|
-
version "1.
|
|
2353
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.
|
|
2354
|
-
integrity sha512-
|
|
2357
|
+
"@webassemblyjs/helper-wasm-section@1.12.1":
|
|
2358
|
+
version "1.12.1"
|
|
2359
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz#3da623233ae1a60409b509a52ade9bc22a37f7bf"
|
|
2360
|
+
integrity sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==
|
|
2355
2361
|
dependencies:
|
|
2356
|
-
"@webassemblyjs/ast" "1.
|
|
2357
|
-
"@webassemblyjs/helper-buffer" "1.
|
|
2362
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2363
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
|
2358
2364
|
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
|
2359
|
-
"@webassemblyjs/wasm-gen" "1.
|
|
2365
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
|
2360
2366
|
|
|
2361
2367
|
"@webassemblyjs/ieee754@1.11.6":
|
|
2362
2368
|
version "1.11.6"
|
|
@@ -2377,59 +2383,59 @@
|
|
|
2377
2383
|
resolved "https://registry.yarnpkg.com/@webassemblyjs/utf8/-/utf8-1.11.6.tgz#90f8bc34c561595fe156603be7253cdbcd0fab5a"
|
|
2378
2384
|
integrity sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==
|
|
2379
2385
|
|
|
2380
|
-
"@webassemblyjs/wasm-edit@^1.
|
|
2381
|
-
version "1.
|
|
2382
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.
|
|
2383
|
-
integrity sha512-
|
|
2386
|
+
"@webassemblyjs/wasm-edit@^1.12.1":
|
|
2387
|
+
version "1.12.1"
|
|
2388
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz#9f9f3ff52a14c980939be0ef9d5df9ebc678ae3b"
|
|
2389
|
+
integrity sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==
|
|
2384
2390
|
dependencies:
|
|
2385
|
-
"@webassemblyjs/ast" "1.
|
|
2386
|
-
"@webassemblyjs/helper-buffer" "1.
|
|
2391
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2392
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
|
2387
2393
|
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
|
2388
|
-
"@webassemblyjs/helper-wasm-section" "1.
|
|
2389
|
-
"@webassemblyjs/wasm-gen" "1.
|
|
2390
|
-
"@webassemblyjs/wasm-opt" "1.
|
|
2391
|
-
"@webassemblyjs/wasm-parser" "1.
|
|
2392
|
-
"@webassemblyjs/wast-printer" "1.
|
|
2393
|
-
|
|
2394
|
-
"@webassemblyjs/wasm-gen@1.
|
|
2395
|
-
version "1.
|
|
2396
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.
|
|
2397
|
-
integrity sha512-
|
|
2398
|
-
dependencies:
|
|
2399
|
-
"@webassemblyjs/ast" "1.
|
|
2394
|
+
"@webassemblyjs/helper-wasm-section" "1.12.1"
|
|
2395
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
|
2396
|
+
"@webassemblyjs/wasm-opt" "1.12.1"
|
|
2397
|
+
"@webassemblyjs/wasm-parser" "1.12.1"
|
|
2398
|
+
"@webassemblyjs/wast-printer" "1.12.1"
|
|
2399
|
+
|
|
2400
|
+
"@webassemblyjs/wasm-gen@1.12.1":
|
|
2401
|
+
version "1.12.1"
|
|
2402
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz#a6520601da1b5700448273666a71ad0a45d78547"
|
|
2403
|
+
integrity sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==
|
|
2404
|
+
dependencies:
|
|
2405
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2400
2406
|
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
|
2401
2407
|
"@webassemblyjs/ieee754" "1.11.6"
|
|
2402
2408
|
"@webassemblyjs/leb128" "1.11.6"
|
|
2403
2409
|
"@webassemblyjs/utf8" "1.11.6"
|
|
2404
2410
|
|
|
2405
|
-
"@webassemblyjs/wasm-opt@1.
|
|
2406
|
-
version "1.
|
|
2407
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.
|
|
2408
|
-
integrity sha512-
|
|
2411
|
+
"@webassemblyjs/wasm-opt@1.12.1":
|
|
2412
|
+
version "1.12.1"
|
|
2413
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz#9e6e81475dfcfb62dab574ac2dda38226c232bc5"
|
|
2414
|
+
integrity sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==
|
|
2409
2415
|
dependencies:
|
|
2410
|
-
"@webassemblyjs/ast" "1.
|
|
2411
|
-
"@webassemblyjs/helper-buffer" "1.
|
|
2412
|
-
"@webassemblyjs/wasm-gen" "1.
|
|
2413
|
-
"@webassemblyjs/wasm-parser" "1.
|
|
2416
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2417
|
+
"@webassemblyjs/helper-buffer" "1.12.1"
|
|
2418
|
+
"@webassemblyjs/wasm-gen" "1.12.1"
|
|
2419
|
+
"@webassemblyjs/wasm-parser" "1.12.1"
|
|
2414
2420
|
|
|
2415
|
-
"@webassemblyjs/wasm-parser@1.
|
|
2416
|
-
version "1.
|
|
2417
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.
|
|
2418
|
-
integrity sha512-
|
|
2421
|
+
"@webassemblyjs/wasm-parser@1.12.1", "@webassemblyjs/wasm-parser@^1.12.1":
|
|
2422
|
+
version "1.12.1"
|
|
2423
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz#c47acb90e6f083391e3fa61d113650eea1e95937"
|
|
2424
|
+
integrity sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==
|
|
2419
2425
|
dependencies:
|
|
2420
|
-
"@webassemblyjs/ast" "1.
|
|
2426
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2421
2427
|
"@webassemblyjs/helper-api-error" "1.11.6"
|
|
2422
2428
|
"@webassemblyjs/helper-wasm-bytecode" "1.11.6"
|
|
2423
2429
|
"@webassemblyjs/ieee754" "1.11.6"
|
|
2424
2430
|
"@webassemblyjs/leb128" "1.11.6"
|
|
2425
2431
|
"@webassemblyjs/utf8" "1.11.6"
|
|
2426
2432
|
|
|
2427
|
-
"@webassemblyjs/wast-printer@1.
|
|
2428
|
-
version "1.
|
|
2429
|
-
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.
|
|
2430
|
-
integrity sha512
|
|
2433
|
+
"@webassemblyjs/wast-printer@1.12.1":
|
|
2434
|
+
version "1.12.1"
|
|
2435
|
+
resolved "https://registry.yarnpkg.com/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz#bcecf661d7d1abdaf989d8341a4833e33e2b31ac"
|
|
2436
|
+
integrity sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==
|
|
2431
2437
|
dependencies:
|
|
2432
|
-
"@webassemblyjs/ast" "1.
|
|
2438
|
+
"@webassemblyjs/ast" "1.12.1"
|
|
2433
2439
|
"@xtuc/long" "4.2.2"
|
|
2434
2440
|
|
|
2435
2441
|
"@xtuc/ieee754@^1.2.0":
|
|
@@ -2523,31 +2529,32 @@ ajv@^8.0.0, ajv@^8.9.0:
|
|
|
2523
2529
|
uri-js "^4.2.2"
|
|
2524
2530
|
|
|
2525
2531
|
algoliasearch-helper@^3.13.3:
|
|
2526
|
-
version "3.16.
|
|
2527
|
-
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.16.
|
|
2528
|
-
integrity sha512-
|
|
2532
|
+
version "3.16.3"
|
|
2533
|
+
resolved "https://registry.yarnpkg.com/algoliasearch-helper/-/algoliasearch-helper-3.16.3.tgz#38c3a18e278306f565823cc7f3dd706825b4bfb9"
|
|
2534
|
+
integrity sha512-1OuJT6sONAa9PxcOmWo5WCAT3jQSpCR9/m5Azujja7nhUQwAUDvaaAYrcmUySsrvHh74usZHbE3jFfGnWtZj8w==
|
|
2529
2535
|
dependencies:
|
|
2530
2536
|
"@algolia/events" "^4.0.1"
|
|
2531
2537
|
|
|
2532
2538
|
algoliasearch@^4.18.0, algoliasearch@^4.19.1:
|
|
2533
|
-
version "4.
|
|
2534
|
-
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.
|
|
2535
|
-
integrity sha512-
|
|
2536
|
-
dependencies:
|
|
2537
|
-
"@algolia/cache-browser-local-storage" "4.
|
|
2538
|
-
"@algolia/cache-common" "4.
|
|
2539
|
-
"@algolia/cache-in-memory" "4.
|
|
2540
|
-
"@algolia/client-account" "4.
|
|
2541
|
-
"@algolia/client-analytics" "4.
|
|
2542
|
-
"@algolia/client-common" "4.
|
|
2543
|
-
"@algolia/client-personalization" "4.
|
|
2544
|
-
"@algolia/client-search" "4.
|
|
2545
|
-
"@algolia/logger-common" "4.
|
|
2546
|
-
"@algolia/logger-console" "4.
|
|
2547
|
-
"@algolia/
|
|
2548
|
-
"@algolia/requester-
|
|
2549
|
-
"@algolia/requester-
|
|
2550
|
-
"@algolia/
|
|
2539
|
+
version "4.23.1"
|
|
2540
|
+
resolved "https://registry.yarnpkg.com/algoliasearch/-/algoliasearch-4.23.1.tgz#efdf5b5dddb0dd684b6751f0df09ce791f274b7f"
|
|
2541
|
+
integrity sha512-LNK5n23zDXVf8kaLMZrVDEy4ecxIFUDEsQlx+He1l+TCmP8eiheLVMi5eyZlU6qmmq3UWCxZmp6hzCXS/hvXEw==
|
|
2542
|
+
dependencies:
|
|
2543
|
+
"@algolia/cache-browser-local-storage" "4.23.1"
|
|
2544
|
+
"@algolia/cache-common" "4.23.1"
|
|
2545
|
+
"@algolia/cache-in-memory" "4.23.1"
|
|
2546
|
+
"@algolia/client-account" "4.23.1"
|
|
2547
|
+
"@algolia/client-analytics" "4.23.1"
|
|
2548
|
+
"@algolia/client-common" "4.23.1"
|
|
2549
|
+
"@algolia/client-personalization" "4.23.1"
|
|
2550
|
+
"@algolia/client-search" "4.23.1"
|
|
2551
|
+
"@algolia/logger-common" "4.23.1"
|
|
2552
|
+
"@algolia/logger-console" "4.23.1"
|
|
2553
|
+
"@algolia/recommend" "4.23.1"
|
|
2554
|
+
"@algolia/requester-browser-xhr" "4.23.1"
|
|
2555
|
+
"@algolia/requester-common" "4.23.1"
|
|
2556
|
+
"@algolia/requester-node-http" "4.23.1"
|
|
2557
|
+
"@algolia/transporter" "4.23.1"
|
|
2551
2558
|
|
|
2552
2559
|
ansi-align@^3.0.1:
|
|
2553
2560
|
version "3.0.1"
|
|
@@ -2636,12 +2643,12 @@ at-least-node@^1.0.0:
|
|
|
2636
2643
|
integrity sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==
|
|
2637
2644
|
|
|
2638
2645
|
autoprefixer@^10.4.12, autoprefixer@^10.4.14:
|
|
2639
|
-
version "10.4.
|
|
2640
|
-
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.
|
|
2641
|
-
integrity sha512
|
|
2646
|
+
version "10.4.19"
|
|
2647
|
+
resolved "https://registry.yarnpkg.com/autoprefixer/-/autoprefixer-10.4.19.tgz#ad25a856e82ee9d7898c59583c1afeb3fa65f89f"
|
|
2648
|
+
integrity sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==
|
|
2642
2649
|
dependencies:
|
|
2643
|
-
browserslist "^4.
|
|
2644
|
-
caniuse-lite "^1.0.
|
|
2650
|
+
browserslist "^4.23.0"
|
|
2651
|
+
caniuse-lite "^1.0.30001599"
|
|
2645
2652
|
fraction.js "^4.3.7"
|
|
2646
2653
|
normalize-range "^0.1.2"
|
|
2647
2654
|
picocolors "^1.0.0"
|
|
@@ -2662,29 +2669,29 @@ babel-plugin-dynamic-import-node@^2.3.3:
|
|
|
2662
2669
|
dependencies:
|
|
2663
2670
|
object.assign "^4.1.0"
|
|
2664
2671
|
|
|
2665
|
-
babel-plugin-polyfill-corejs2@^0.4.
|
|
2666
|
-
version "0.4.
|
|
2667
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
2668
|
-
integrity sha512-
|
|
2672
|
+
babel-plugin-polyfill-corejs2@^0.4.10:
|
|
2673
|
+
version "0.4.10"
|
|
2674
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.10.tgz#276f41710b03a64f6467433cab72cbc2653c38b1"
|
|
2675
|
+
integrity sha512-rpIuu//y5OX6jVU+a5BCn1R5RSZYWAl2Nar76iwaOdycqb6JPxediskWFMMl7stfwNJR4b7eiQvh5fB5TEQJTQ==
|
|
2669
2676
|
dependencies:
|
|
2670
2677
|
"@babel/compat-data" "^7.22.6"
|
|
2671
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
|
2678
|
+
"@babel/helper-define-polyfill-provider" "^0.6.1"
|
|
2672
2679
|
semver "^6.3.1"
|
|
2673
2680
|
|
|
2674
|
-
babel-plugin-polyfill-corejs3@^0.
|
|
2675
|
-
version "0.
|
|
2676
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
2677
|
-
integrity sha512-
|
|
2681
|
+
babel-plugin-polyfill-corejs3@^0.10.1, babel-plugin-polyfill-corejs3@^0.10.4:
|
|
2682
|
+
version "0.10.4"
|
|
2683
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz#789ac82405ad664c20476d0233b485281deb9c77"
|
|
2684
|
+
integrity sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==
|
|
2678
2685
|
dependencies:
|
|
2679
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
|
2680
|
-
core-js-compat "^3.
|
|
2686
|
+
"@babel/helper-define-polyfill-provider" "^0.6.1"
|
|
2687
|
+
core-js-compat "^3.36.1"
|
|
2681
2688
|
|
|
2682
|
-
babel-plugin-polyfill-regenerator@^0.
|
|
2683
|
-
version "0.
|
|
2684
|
-
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.
|
|
2685
|
-
integrity sha512-
|
|
2689
|
+
babel-plugin-polyfill-regenerator@^0.6.1:
|
|
2690
|
+
version "0.6.1"
|
|
2691
|
+
resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.1.tgz#4f08ef4c62c7a7f66a35ed4c0d75e30506acc6be"
|
|
2692
|
+
integrity sha512-JfTApdE++cgcTWjsiCQlLyFBMbTUft9ja17saCc93lgV33h4tuCVj7tlvu//qpLwaG+3yEz7/KhahGrUMkVq9g==
|
|
2686
2693
|
dependencies:
|
|
2687
|
-
"@babel/helper-define-polyfill-provider" "^0.
|
|
2694
|
+
"@babel/helper-define-polyfill-provider" "^0.6.1"
|
|
2688
2695
|
|
|
2689
2696
|
bail@^2.0.0:
|
|
2690
2697
|
version "2.0.2"
|
|
@@ -2707,17 +2714,17 @@ big.js@^5.2.2:
|
|
|
2707
2714
|
integrity sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==
|
|
2708
2715
|
|
|
2709
2716
|
binary-extensions@^2.0.0:
|
|
2710
|
-
version "2.
|
|
2711
|
-
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.
|
|
2712
|
-
integrity sha512-
|
|
2717
|
+
version "2.3.0"
|
|
2718
|
+
resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.3.0.tgz#f6e14a97858d327252200242d4ccfe522c445522"
|
|
2719
|
+
integrity sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==
|
|
2713
2720
|
|
|
2714
|
-
body-parser@1.20.
|
|
2715
|
-
version "1.20.
|
|
2716
|
-
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.
|
|
2717
|
-
integrity sha512-
|
|
2721
|
+
body-parser@1.20.2:
|
|
2722
|
+
version "1.20.2"
|
|
2723
|
+
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
|
|
2724
|
+
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
|
|
2718
2725
|
dependencies:
|
|
2719
2726
|
bytes "3.1.2"
|
|
2720
|
-
content-type "~1.0.
|
|
2727
|
+
content-type "~1.0.5"
|
|
2721
2728
|
debug "2.6.9"
|
|
2722
2729
|
depd "2.0.0"
|
|
2723
2730
|
destroy "1.2.0"
|
|
@@ -2725,7 +2732,7 @@ body-parser@1.20.1:
|
|
|
2725
2732
|
iconv-lite "0.4.24"
|
|
2726
2733
|
on-finished "2.4.1"
|
|
2727
2734
|
qs "6.11.0"
|
|
2728
|
-
raw-body "2.5.
|
|
2735
|
+
raw-body "2.5.2"
|
|
2729
2736
|
type-is "~1.6.18"
|
|
2730
2737
|
unpipe "1.0.0"
|
|
2731
2738
|
|
|
@@ -2785,13 +2792,13 @@ braces@^3.0.2, braces@~3.0.2:
|
|
|
2785
2792
|
dependencies:
|
|
2786
2793
|
fill-range "^7.0.1"
|
|
2787
2794
|
|
|
2788
|
-
browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2:
|
|
2789
|
-
version "4.
|
|
2790
|
-
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.
|
|
2791
|
-
integrity sha512-
|
|
2795
|
+
browserslist@^4.0.0, browserslist@^4.18.1, browserslist@^4.21.10, browserslist@^4.21.4, browserslist@^4.22.2, browserslist@^4.23.0:
|
|
2796
|
+
version "4.23.0"
|
|
2797
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
|
|
2798
|
+
integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
|
|
2792
2799
|
dependencies:
|
|
2793
|
-
caniuse-lite "^1.0.
|
|
2794
|
-
electron-to-chromium "^1.4.
|
|
2800
|
+
caniuse-lite "^1.0.30001587"
|
|
2801
|
+
electron-to-chromium "^1.4.668"
|
|
2795
2802
|
node-releases "^2.0.14"
|
|
2796
2803
|
update-browserslist-db "^1.0.13"
|
|
2797
2804
|
|
|
@@ -2828,14 +2835,16 @@ cacheable-request@^10.2.8:
|
|
|
2828
2835
|
normalize-url "^8.0.0"
|
|
2829
2836
|
responselike "^3.0.0"
|
|
2830
2837
|
|
|
2831
|
-
call-bind@^1.0.
|
|
2832
|
-
version "1.0.
|
|
2833
|
-
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.
|
|
2834
|
-
integrity sha512-
|
|
2838
|
+
call-bind@^1.0.5, call-bind@^1.0.7:
|
|
2839
|
+
version "1.0.7"
|
|
2840
|
+
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
|
|
2841
|
+
integrity sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==
|
|
2835
2842
|
dependencies:
|
|
2843
|
+
es-define-property "^1.0.0"
|
|
2844
|
+
es-errors "^1.3.0"
|
|
2836
2845
|
function-bind "^1.1.2"
|
|
2837
|
-
get-intrinsic "^1.2.
|
|
2838
|
-
set-function-length "^1.
|
|
2846
|
+
get-intrinsic "^1.2.4"
|
|
2847
|
+
set-function-length "^1.2.1"
|
|
2839
2848
|
|
|
2840
2849
|
callsites@^3.0.0:
|
|
2841
2850
|
version "3.1.0"
|
|
@@ -2870,10 +2879,10 @@ caniuse-api@^3.0.0:
|
|
|
2870
2879
|
lodash.memoize "^4.1.2"
|
|
2871
2880
|
lodash.uniq "^4.5.0"
|
|
2872
2881
|
|
|
2873
|
-
caniuse-lite@^1.0.0, caniuse-lite@^1.0.
|
|
2874
|
-
version "1.0.
|
|
2875
|
-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.
|
|
2876
|
-
integrity sha512
|
|
2882
|
+
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001587, caniuse-lite@^1.0.30001599:
|
|
2883
|
+
version "1.0.30001600"
|
|
2884
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001600.tgz#93a3ee17a35aa6a9f0c6ef1b2ab49507d1ab9079"
|
|
2885
|
+
integrity sha512-+2S9/2JFhYmYaDpZvo0lKkfvuKIglrx68MwOBqMGHhQsNkLjB5xtc/TGoEPs+MxjSyN/72qer2g97nzR641mOQ==
|
|
2877
2886
|
|
|
2878
2887
|
ccount@^2.0.0:
|
|
2879
2888
|
version "2.0.1"
|
|
@@ -2953,9 +2962,9 @@ cheerio@^1.0.0-rc.12:
|
|
|
2953
2962
|
parse5-htmlparser2-tree-adapter "^7.0.0"
|
|
2954
2963
|
|
|
2955
2964
|
chokidar@^3.4.2, chokidar@^3.5.3:
|
|
2956
|
-
version "3.
|
|
2957
|
-
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.
|
|
2958
|
-
integrity sha512-
|
|
2965
|
+
version "3.6.0"
|
|
2966
|
+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
|
|
2967
|
+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
|
|
2959
2968
|
dependencies:
|
|
2960
2969
|
anymatch "~3.1.2"
|
|
2961
2970
|
braces "~3.0.2"
|
|
@@ -2995,9 +3004,9 @@ cli-boxes@^3.0.0:
|
|
|
2995
3004
|
integrity sha512-/lzGpEWL/8PfI0BmBOPRwp0c/wFNX1RdUML3jK/RcSBA9T8mZDdQpqYBKtCFTOfQbwPqWEOpjqW+Fnayc0969g==
|
|
2996
3005
|
|
|
2997
3006
|
cli-table3@^0.6.3:
|
|
2998
|
-
version "0.6.
|
|
2999
|
-
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.
|
|
3000
|
-
integrity sha512-
|
|
3007
|
+
version "0.6.4"
|
|
3008
|
+
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.4.tgz#d1c536b8a3f2e7bec58f67ac9e5769b1b30088b0"
|
|
3009
|
+
integrity sha512-Lm3L0p+/npIQWNIiyF/nAn7T5dnOwR3xNTHXYEBFBFVPXzCVNZ5lqEC/1eo/EVfpDsQ1I+TX4ORPQgp+UI0CRw==
|
|
3001
3010
|
dependencies:
|
|
3002
3011
|
string-width "^4.2.0"
|
|
3003
3012
|
optionalDependencies:
|
|
@@ -3162,7 +3171,7 @@ content-disposition@0.5.4:
|
|
|
3162
3171
|
dependencies:
|
|
3163
3172
|
safe-buffer "5.2.1"
|
|
3164
3173
|
|
|
3165
|
-
content-type@~1.0.4:
|
|
3174
|
+
content-type@~1.0.4, content-type@~1.0.5:
|
|
3166
3175
|
version "1.0.5"
|
|
3167
3176
|
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918"
|
|
3168
3177
|
integrity sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==
|
|
@@ -3177,10 +3186,10 @@ cookie-signature@1.0.6:
|
|
|
3177
3186
|
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
|
|
3178
3187
|
integrity sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==
|
|
3179
3188
|
|
|
3180
|
-
cookie@0.
|
|
3181
|
-
version "0.
|
|
3182
|
-
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.
|
|
3183
|
-
integrity sha512-
|
|
3189
|
+
cookie@0.6.0:
|
|
3190
|
+
version "0.6.0"
|
|
3191
|
+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.6.0.tgz#2798b04b071b0ecbff0dbb62a505a8efa4e19051"
|
|
3192
|
+
integrity sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==
|
|
3184
3193
|
|
|
3185
3194
|
copy-text-to-clipboard@^3.2.0:
|
|
3186
3195
|
version "3.2.0"
|
|
@@ -3199,22 +3208,22 @@ copy-webpack-plugin@^11.0.0:
|
|
|
3199
3208
|
schema-utils "^4.0.0"
|
|
3200
3209
|
serialize-javascript "^6.0.0"
|
|
3201
3210
|
|
|
3202
|
-
core-js-compat@^3.31.0, core-js-compat@^3.
|
|
3203
|
-
version "3.
|
|
3204
|
-
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.
|
|
3205
|
-
integrity sha512-
|
|
3211
|
+
core-js-compat@^3.31.0, core-js-compat@^3.36.1:
|
|
3212
|
+
version "3.36.1"
|
|
3213
|
+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.36.1.tgz#1818695d72c99c25d621dca94e6883e190cea3c8"
|
|
3214
|
+
integrity sha512-Dk997v9ZCt3X/npqzyGdTlq6t7lDBhZwGvV94PKzDArjp7BTRm7WlDAXYd/OWdeFHO8OChQYRJNJvUCqCbrtKA==
|
|
3206
3215
|
dependencies:
|
|
3207
|
-
browserslist "^4.
|
|
3216
|
+
browserslist "^4.23.0"
|
|
3208
3217
|
|
|
3209
3218
|
core-js-pure@^3.30.2:
|
|
3210
|
-
version "3.
|
|
3211
|
-
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.
|
|
3212
|
-
integrity sha512-
|
|
3219
|
+
version "3.36.1"
|
|
3220
|
+
resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.36.1.tgz#1461c89e76116528b54eba20a0aff30164087a94"
|
|
3221
|
+
integrity sha512-NXCvHvSVYSrewP0L5OhltzXeWFJLo2AL2TYnj6iLV3Bw8mM62wAQMNgUCRI6EBu6hVVpbCxmOPlxh1Ikw2PfUA==
|
|
3213
3222
|
|
|
3214
3223
|
core-js@^3.31.1:
|
|
3215
|
-
version "3.
|
|
3216
|
-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.
|
|
3217
|
-
integrity sha512-
|
|
3224
|
+
version "3.36.1"
|
|
3225
|
+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.36.1.tgz#c97a7160ebd00b2de19e62f4bbd3406ab720e578"
|
|
3226
|
+
integrity sha512-BTvUrwxVBezj5SZ3f10ImnX2oRByMxql3EimVqMysepbC9EeMUOpLwdy6Eoili2x6E4kf+ZUB5k/+Jv55alPfA==
|
|
3218
3227
|
|
|
3219
3228
|
core-util-is@~1.0.0:
|
|
3220
3229
|
version "1.0.3"
|
|
@@ -3275,9 +3284,9 @@ css-declaration-sorter@^6.3.1:
|
|
|
3275
3284
|
integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
|
|
3276
3285
|
|
|
3277
3286
|
css-loader@^6.8.1:
|
|
3278
|
-
version "6.
|
|
3279
|
-
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.
|
|
3280
|
-
integrity sha512-
|
|
3287
|
+
version "6.10.0"
|
|
3288
|
+
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.10.0.tgz#7c172b270ec7b833951b52c348861206b184a4b7"
|
|
3289
|
+
integrity sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==
|
|
3281
3290
|
dependencies:
|
|
3282
3291
|
icss-utils "^5.1.0"
|
|
3283
3292
|
postcss "^8.4.33"
|
|
@@ -3468,14 +3477,14 @@ defer-to-connect@^2.0.1:
|
|
|
3468
3477
|
resolved "https://registry.yarnpkg.com/defer-to-connect/-/defer-to-connect-2.0.1.tgz#8016bdb4143e4632b77a3449c6236277de520587"
|
|
3469
3478
|
integrity sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==
|
|
3470
3479
|
|
|
3471
|
-
define-data-property@^1.0.1, define-data-property@^1.1.
|
|
3472
|
-
version "1.1.
|
|
3473
|
-
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.
|
|
3474
|
-
integrity sha512-
|
|
3480
|
+
define-data-property@^1.0.1, define-data-property@^1.1.4:
|
|
3481
|
+
version "1.1.4"
|
|
3482
|
+
resolved "https://registry.yarnpkg.com/define-data-property/-/define-data-property-1.1.4.tgz#894dc141bb7d3060ae4366f6a0107e68fbe48c5e"
|
|
3483
|
+
integrity sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==
|
|
3475
3484
|
dependencies:
|
|
3476
|
-
|
|
3485
|
+
es-define-property "^1.0.0"
|
|
3486
|
+
es-errors "^1.3.0"
|
|
3477
3487
|
gopd "^1.0.1"
|
|
3478
|
-
has-property-descriptors "^1.0.0"
|
|
3479
3488
|
|
|
3480
3489
|
define-lazy-prop@^2.0.0:
|
|
3481
3490
|
version "2.0.0"
|
|
@@ -3659,10 +3668,10 @@ ee-first@1.1.1:
|
|
|
3659
3668
|
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
|
3660
3669
|
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
|
|
3661
3670
|
|
|
3662
|
-
electron-to-chromium@^1.4.
|
|
3663
|
-
version "1.4.
|
|
3664
|
-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
3665
|
-
integrity sha512-
|
|
3671
|
+
electron-to-chromium@^1.4.668:
|
|
3672
|
+
version "1.4.717"
|
|
3673
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.717.tgz#99db370cae8cd090d5b01f8748e9ad369924d0f8"
|
|
3674
|
+
integrity sha512-6Fmg8QkkumNOwuZ/5mIbMU9WI3H2fmn5ajcVya64I5Yr5CcNmO7vcLt0Y7c96DCiMO5/9G+4sI2r6eEvdg1F7A==
|
|
3666
3675
|
|
|
3667
3676
|
emoji-regex@^8.0.0:
|
|
3668
3677
|
version "8.0.0"
|
|
@@ -3694,10 +3703,10 @@ encodeurl@~1.0.2:
|
|
|
3694
3703
|
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
|
3695
3704
|
integrity sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==
|
|
3696
3705
|
|
|
3697
|
-
enhanced-resolve@^5.
|
|
3698
|
-
version "5.
|
|
3699
|
-
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.
|
|
3700
|
-
integrity sha512-
|
|
3706
|
+
enhanced-resolve@^5.16.0:
|
|
3707
|
+
version "5.16.0"
|
|
3708
|
+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.16.0.tgz#65ec88778083056cb32487faa9aef82ed0864787"
|
|
3709
|
+
integrity sha512-O+QWCviPNSSLAD9Ucn8Awv+poAkqn3T1XY5/N7kR7rQO9yfSGWkYZDwpJ+iKF7B8rxaQKWngSqACpgzeapSyoA==
|
|
3701
3710
|
dependencies:
|
|
3702
3711
|
graceful-fs "^4.2.4"
|
|
3703
3712
|
tapable "^2.2.0"
|
|
@@ -3719,15 +3728,27 @@ error-ex@^1.3.1:
|
|
|
3719
3728
|
dependencies:
|
|
3720
3729
|
is-arrayish "^0.2.1"
|
|
3721
3730
|
|
|
3731
|
+
es-define-property@^1.0.0:
|
|
3732
|
+
version "1.0.0"
|
|
3733
|
+
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.0.tgz#c7faefbdff8b2696cf5f46921edfb77cc4ba3845"
|
|
3734
|
+
integrity sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==
|
|
3735
|
+
dependencies:
|
|
3736
|
+
get-intrinsic "^1.2.4"
|
|
3737
|
+
|
|
3738
|
+
es-errors@^1.3.0:
|
|
3739
|
+
version "1.3.0"
|
|
3740
|
+
resolved "https://registry.yarnpkg.com/es-errors/-/es-errors-1.3.0.tgz#05f75a25dab98e4fb1dcd5e1472c0546d5057c8f"
|
|
3741
|
+
integrity sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==
|
|
3742
|
+
|
|
3722
3743
|
es-module-lexer@^1.2.1:
|
|
3723
|
-
version "1.
|
|
3724
|
-
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.
|
|
3725
|
-
integrity sha512-
|
|
3744
|
+
version "1.5.0"
|
|
3745
|
+
resolved "https://registry.yarnpkg.com/es-module-lexer/-/es-module-lexer-1.5.0.tgz#4878fee3789ad99e065f975fdd3c645529ff0236"
|
|
3746
|
+
integrity sha512-pqrTKmwEIgafsYZAGw9kszYzmagcE/n4dbgwGWLEXg7J4QFJVQRBld8j3Q3GNez79jzxZshq0bcT962QHOghjw==
|
|
3726
3747
|
|
|
3727
3748
|
escalade@^3.1.1:
|
|
3728
|
-
version "3.1.
|
|
3729
|
-
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.
|
|
3730
|
-
integrity sha512-
|
|
3749
|
+
version "3.1.2"
|
|
3750
|
+
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
|
3751
|
+
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
|
3731
3752
|
|
|
3732
3753
|
escape-goat@^4.0.0:
|
|
3733
3754
|
version "4.0.0"
|
|
@@ -3887,16 +3908,16 @@ execa@^5.0.0:
|
|
|
3887
3908
|
strip-final-newline "^2.0.0"
|
|
3888
3909
|
|
|
3889
3910
|
express@^4.17.3:
|
|
3890
|
-
version "4.
|
|
3891
|
-
resolved "https://registry.yarnpkg.com/express/-/express-4.
|
|
3892
|
-
integrity sha512-
|
|
3911
|
+
version "4.19.2"
|
|
3912
|
+
resolved "https://registry.yarnpkg.com/express/-/express-4.19.2.tgz#e25437827a3aa7f2a827bc8171bbbb664a356465"
|
|
3913
|
+
integrity sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==
|
|
3893
3914
|
dependencies:
|
|
3894
3915
|
accepts "~1.3.8"
|
|
3895
3916
|
array-flatten "1.1.1"
|
|
3896
|
-
body-parser "1.20.
|
|
3917
|
+
body-parser "1.20.2"
|
|
3897
3918
|
content-disposition "0.5.4"
|
|
3898
3919
|
content-type "~1.0.4"
|
|
3899
|
-
cookie "0.
|
|
3920
|
+
cookie "0.6.0"
|
|
3900
3921
|
cookie-signature "1.0.6"
|
|
3901
3922
|
debug "2.6.9"
|
|
3902
3923
|
depd "2.0.0"
|
|
@@ -3964,9 +3985,9 @@ fast-url-parser@1.1.3:
|
|
|
3964
3985
|
punycode "^1.3.2"
|
|
3965
3986
|
|
|
3966
3987
|
fastq@^1.6.0:
|
|
3967
|
-
version "1.
|
|
3968
|
-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.
|
|
3969
|
-
integrity sha512-
|
|
3988
|
+
version "1.17.1"
|
|
3989
|
+
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.17.1.tgz#2a523f07a4e7b1e81a42b91b8bf2254107753b47"
|
|
3990
|
+
integrity sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==
|
|
3970
3991
|
dependencies:
|
|
3971
3992
|
reusify "^1.0.4"
|
|
3972
3993
|
|
|
@@ -4061,9 +4082,9 @@ flat@^5.0.2:
|
|
|
4061
4082
|
integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
|
|
4062
4083
|
|
|
4063
4084
|
follow-redirects@^1.0.0:
|
|
4064
|
-
version "1.15.
|
|
4065
|
-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.
|
|
4066
|
-
integrity sha512-
|
|
4085
|
+
version "1.15.6"
|
|
4086
|
+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
|
|
4087
|
+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
|
|
4067
4088
|
|
|
4068
4089
|
fork-ts-checker-webpack-plugin@^6.5.0:
|
|
4069
4090
|
version "6.5.3"
|
|
@@ -4153,11 +4174,12 @@ gensync@^1.0.0-beta.2:
|
|
|
4153
4174
|
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
|
4154
4175
|
integrity sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==
|
|
4155
4176
|
|
|
4156
|
-
get-intrinsic@^1.
|
|
4157
|
-
version "1.2.
|
|
4158
|
-
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.
|
|
4159
|
-
integrity sha512-
|
|
4177
|
+
get-intrinsic@^1.1.3, get-intrinsic@^1.2.4:
|
|
4178
|
+
version "1.2.4"
|
|
4179
|
+
resolved "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz#e385f5a4b5227d449c3eabbad05494ef0abbeadd"
|
|
4180
|
+
integrity sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==
|
|
4160
4181
|
dependencies:
|
|
4182
|
+
es-errors "^1.3.0"
|
|
4161
4183
|
function-bind "^1.1.2"
|
|
4162
4184
|
has-proto "^1.0.1"
|
|
4163
4185
|
has-symbols "^1.0.3"
|
|
@@ -4289,7 +4311,7 @@ graceful-fs@4.2.10:
|
|
|
4289
4311
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
|
|
4290
4312
|
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
|
|
4291
4313
|
|
|
4292
|
-
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
|
|
4314
|
+
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.11, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
|
|
4293
4315
|
version "4.2.11"
|
|
4294
4316
|
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
|
|
4295
4317
|
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
|
|
@@ -4326,17 +4348,17 @@ has-flag@^4.0.0:
|
|
|
4326
4348
|
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
|
|
4327
4349
|
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
|
|
4328
4350
|
|
|
4329
|
-
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.
|
|
4330
|
-
version "1.0.
|
|
4331
|
-
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.
|
|
4332
|
-
integrity sha512-
|
|
4351
|
+
has-property-descriptors@^1.0.0, has-property-descriptors@^1.0.2:
|
|
4352
|
+
version "1.0.2"
|
|
4353
|
+
resolved "https://registry.yarnpkg.com/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz#963ed7d071dc7bf5f084c5bfbe0d1b6222586854"
|
|
4354
|
+
integrity sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==
|
|
4333
4355
|
dependencies:
|
|
4334
|
-
|
|
4356
|
+
es-define-property "^1.0.0"
|
|
4335
4357
|
|
|
4336
4358
|
has-proto@^1.0.1:
|
|
4337
|
-
version "1.0.
|
|
4338
|
-
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.
|
|
4339
|
-
integrity sha512-
|
|
4359
|
+
version "1.0.3"
|
|
4360
|
+
resolved "https://registry.yarnpkg.com/has-proto/-/has-proto-1.0.3.tgz#b31ddfe9b0e6e9914536a6ab286426d0214f77fd"
|
|
4361
|
+
integrity sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==
|
|
4340
4362
|
|
|
4341
4363
|
has-symbols@^1.0.3:
|
|
4342
4364
|
version "1.0.3"
|
|
@@ -4349,9 +4371,9 @@ has-yarn@^3.0.0:
|
|
|
4349
4371
|
integrity sha512-IrsVwUHhEULx3R8f/aA8AHuEzAorplsab/v8HBzEiIukwq5i/EC+xmOW+HfP1OaDP+2JkgT1yILHN2O3UFIbcA==
|
|
4350
4372
|
|
|
4351
4373
|
hasown@^2.0.0:
|
|
4352
|
-
version "2.0.
|
|
4353
|
-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.
|
|
4354
|
-
integrity sha512-
|
|
4374
|
+
version "2.0.2"
|
|
4375
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
|
|
4376
|
+
integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
|
|
4355
4377
|
dependencies:
|
|
4356
4378
|
function-bind "^1.1.2"
|
|
4357
4379
|
|
|
@@ -4504,9 +4526,9 @@ hpack.js@^2.1.6:
|
|
|
4504
4526
|
wbuf "^1.1.0"
|
|
4505
4527
|
|
|
4506
4528
|
html-entities@^2.3.2:
|
|
4507
|
-
version "2.
|
|
4508
|
-
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.
|
|
4509
|
-
integrity sha512-
|
|
4529
|
+
version "2.5.2"
|
|
4530
|
+
resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-2.5.2.tgz#201a3cf95d3a15be7099521620d19dfb4f65359f"
|
|
4531
|
+
integrity sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==
|
|
4510
4532
|
|
|
4511
4533
|
html-escaper@^2.0.2:
|
|
4512
4534
|
version "2.0.2"
|
|
@@ -4662,9 +4684,9 @@ icss-utils@^5.0.0, icss-utils@^5.1.0:
|
|
|
4662
4684
|
integrity sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==
|
|
4663
4685
|
|
|
4664
4686
|
ignore@^5.2.0, ignore@^5.2.4:
|
|
4665
|
-
version "5.3.
|
|
4666
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.
|
|
4667
|
-
integrity sha512-
|
|
4687
|
+
version "5.3.1"
|
|
4688
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
|
|
4689
|
+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
|
4668
4690
|
|
|
4669
4691
|
image-size@^1.0.2:
|
|
4670
4692
|
version "1.1.1"
|
|
@@ -4998,13 +5020,13 @@ jiti@^1.20.0:
|
|
|
4998
5020
|
integrity sha512-gFqAIbuKyyso/3G2qhiO2OM6shY6EPP/R0+mkDbyspxKazh8BXDC5FiFsUjlczgdNz/vfra0da2y+aHrusLG/Q==
|
|
4999
5021
|
|
|
5000
5022
|
joi@^17.9.2:
|
|
5001
|
-
version "17.12.
|
|
5002
|
-
resolved "https://registry.yarnpkg.com/joi/-/joi-17.12.
|
|
5003
|
-
integrity sha512-
|
|
5023
|
+
version "17.12.2"
|
|
5024
|
+
resolved "https://registry.yarnpkg.com/joi/-/joi-17.12.2.tgz#283a664dabb80c7e52943c557aab82faea09f521"
|
|
5025
|
+
integrity sha512-RonXAIzCiHLc8ss3Ibuz45u28GOsWE1UpfDXLbN/9NKbL4tCJf8TWYVKsoYuuh+sAUt7fsSNpA+r2+TBA6Wjmw==
|
|
5004
5026
|
dependencies:
|
|
5005
5027
|
"@hapi/hoek" "^9.3.0"
|
|
5006
5028
|
"@hapi/topo" "^5.1.0"
|
|
5007
|
-
"@sideway/address" "^4.1.
|
|
5029
|
+
"@sideway/address" "^4.1.5"
|
|
5008
5030
|
"@sideway/formula" "^3.0.1"
|
|
5009
5031
|
"@sideway/pinpoint" "^2.0.0"
|
|
5010
5032
|
|
|
@@ -5360,9 +5382,9 @@ mdast-util-mdx-expression@^2.0.0:
|
|
|
5360
5382
|
mdast-util-to-markdown "^2.0.0"
|
|
5361
5383
|
|
|
5362
5384
|
mdast-util-mdx-jsx@^3.0.0:
|
|
5363
|
-
version "3.
|
|
5364
|
-
resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.
|
|
5365
|
-
integrity sha512-
|
|
5385
|
+
version "3.1.2"
|
|
5386
|
+
resolved "https://registry.yarnpkg.com/mdast-util-mdx-jsx/-/mdast-util-mdx-jsx-3.1.2.tgz#daae777c72f9c4a106592e3025aa50fb26068e1b"
|
|
5387
|
+
integrity sha512-eKMQDeywY2wlHc97k5eD8VC+9ASMjN8ItEZQNGwJ6E0XWKiW/Z0V5/H8pvoXUf+y+Mj0VIgeRRbujBmFn4FTyA==
|
|
5366
5388
|
dependencies:
|
|
5367
5389
|
"@types/estree-jsx" "^1.0.0"
|
|
5368
5390
|
"@types/hast" "^3.0.0"
|
|
@@ -5402,9 +5424,9 @@ mdast-util-mdxjs-esm@^2.0.0:
|
|
|
5402
5424
|
mdast-util-to-markdown "^2.0.0"
|
|
5403
5425
|
|
|
5404
5426
|
mdast-util-phrasing@^4.0.0:
|
|
5405
|
-
version "4.
|
|
5406
|
-
resolved "https://registry.yarnpkg.com/mdast-util-phrasing/-/mdast-util-phrasing-4.
|
|
5407
|
-
integrity sha512-
|
|
5427
|
+
version "4.1.0"
|
|
5428
|
+
resolved "https://registry.yarnpkg.com/mdast-util-phrasing/-/mdast-util-phrasing-4.1.0.tgz#7cc0a8dec30eaf04b7b1a9661a92adb3382aa6e3"
|
|
5429
|
+
integrity sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==
|
|
5408
5430
|
dependencies:
|
|
5409
5431
|
"@types/mdast" "^4.0.0"
|
|
5410
5432
|
unist-util-is "^6.0.0"
|
|
@@ -5750,9 +5772,9 @@ micromark-util-character@^1.0.0, micromark-util-character@^1.1.0:
|
|
|
5750
5772
|
micromark-util-types "^1.0.0"
|
|
5751
5773
|
|
|
5752
5774
|
micromark-util-character@^2.0.0:
|
|
5753
|
-
version "2.0
|
|
5754
|
-
resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.0.
|
|
5755
|
-
integrity sha512-
|
|
5775
|
+
version "2.1.0"
|
|
5776
|
+
resolved "https://registry.yarnpkg.com/micromark-util-character/-/micromark-util-character-2.1.0.tgz#31320ace16b4644316f6bf057531689c71e2aee1"
|
|
5777
|
+
integrity sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==
|
|
5756
5778
|
dependencies:
|
|
5757
5779
|
micromark-util-symbol "^2.0.0"
|
|
5758
5780
|
micromark-util-types "^2.0.0"
|
|
@@ -5951,11 +5973,12 @@ mimic-response@^4.0.0:
|
|
|
5951
5973
|
integrity sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==
|
|
5952
5974
|
|
|
5953
5975
|
mini-css-extract-plugin@^2.7.6:
|
|
5954
|
-
version "2.
|
|
5955
|
-
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.
|
|
5956
|
-
integrity sha512
|
|
5976
|
+
version "2.8.1"
|
|
5977
|
+
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-2.8.1.tgz#75245f3f30ce3a56dbdd478084df6fe475f02dc7"
|
|
5978
|
+
integrity sha512-/1HDlyFRxWIZPI1ZpgqlZ8jMw/1Dp/dl3P0L1jtZ+zVcHqwPhGwaJwKL00WVgfnBy6PWCde9W65or7IIETImuA==
|
|
5957
5979
|
dependencies:
|
|
5958
5980
|
schema-utils "^4.0.0"
|
|
5981
|
+
tapable "^2.2.1"
|
|
5959
5982
|
|
|
5960
5983
|
minimalistic-assert@^1.0.0:
|
|
5961
5984
|
version "1.0.1"
|
|
@@ -6061,9 +6084,9 @@ normalize-url@^6.0.1:
|
|
|
6061
6084
|
integrity sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==
|
|
6062
6085
|
|
|
6063
6086
|
normalize-url@^8.0.0:
|
|
6064
|
-
version "8.0.
|
|
6065
|
-
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.
|
|
6066
|
-
integrity sha512-
|
|
6087
|
+
version "8.0.1"
|
|
6088
|
+
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.1.tgz#9b7d96af9836577c58f5883e939365fa15623a4a"
|
|
6089
|
+
integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==
|
|
6067
6090
|
|
|
6068
6091
|
npm-run-path@^4.0.1:
|
|
6069
6092
|
version "4.0.1"
|
|
@@ -6089,7 +6112,7 @@ object-assign@^4.1.1:
|
|
|
6089
6112
|
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
|
|
6090
6113
|
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
|
|
6091
6114
|
|
|
6092
|
-
object-inspect@^1.
|
|
6115
|
+
object-inspect@^1.13.1:
|
|
6093
6116
|
version "1.13.1"
|
|
6094
6117
|
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.1.tgz#b96c6109324ccfef6b12216a956ca4dc2ff94bc2"
|
|
6095
6118
|
integrity sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==
|
|
@@ -6635,9 +6658,9 @@ postcss-reduce-transforms@^5.1.0:
|
|
|
6635
6658
|
postcss-value-parser "^4.2.0"
|
|
6636
6659
|
|
|
6637
6660
|
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5, postcss-selector-parser@^6.0.9:
|
|
6638
|
-
version "6.0.
|
|
6639
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.
|
|
6640
|
-
integrity sha512-
|
|
6661
|
+
version "6.0.16"
|
|
6662
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz#3b88b9f5c5abd989ef4e2fc9ec8eedd34b20fb04"
|
|
6663
|
+
integrity sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==
|
|
6641
6664
|
dependencies:
|
|
6642
6665
|
cssesc "^3.0.0"
|
|
6643
6666
|
util-deprecate "^1.0.2"
|
|
@@ -6675,13 +6698,13 @@ postcss-zindex@^5.1.0:
|
|
|
6675
6698
|
integrity sha512-fgFMf0OtVSBR1va1JNHYgMxYk73yhn/qb4uQDq1DLGYolz8gHCyr/sesEuGUaYs58E3ZJRcpoGuPVoB7Meiq9A==
|
|
6676
6699
|
|
|
6677
6700
|
postcss@^8.4.17, postcss@^8.4.21, postcss@^8.4.26, postcss@^8.4.33:
|
|
6678
|
-
version "8.4.
|
|
6679
|
-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.
|
|
6680
|
-
integrity sha512-
|
|
6701
|
+
version "8.4.38"
|
|
6702
|
+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e"
|
|
6703
|
+
integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A==
|
|
6681
6704
|
dependencies:
|
|
6682
6705
|
nanoid "^3.3.7"
|
|
6683
6706
|
picocolors "^1.0.0"
|
|
6684
|
-
source-map-js "^1.0
|
|
6707
|
+
source-map-js "^1.2.0"
|
|
6685
6708
|
|
|
6686
6709
|
pretty-error@^4.0.0:
|
|
6687
6710
|
version "4.0.0"
|
|
@@ -6732,9 +6755,9 @@ prop-types@^15.6.2, prop-types@^15.7.2:
|
|
|
6732
6755
|
react-is "^16.13.1"
|
|
6733
6756
|
|
|
6734
6757
|
property-information@^6.0.0:
|
|
6735
|
-
version "6.4.
|
|
6736
|
-
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.4.
|
|
6737
|
-
integrity sha512-
|
|
6758
|
+
version "6.4.1"
|
|
6759
|
+
resolved "https://registry.yarnpkg.com/property-information/-/property-information-6.4.1.tgz#de8b79a7415fd2107dfbe65758bb2cc9dfcf60ac"
|
|
6760
|
+
integrity sha512-OHYtXfu5aI2sS2LWFSN5rgJjrQ4pCy8i1jubJLe2QvMF8JJ++HXTUIVWFLfXJoaOfvYYjk2SN8J2wFUWIGXT4w==
|
|
6738
6761
|
|
|
6739
6762
|
proto-list@~1.2.1:
|
|
6740
6763
|
version "1.2.4"
|
|
@@ -6807,10 +6830,10 @@ range-parser@^1.2.1, range-parser@~1.2.1:
|
|
|
6807
6830
|
resolved "https://registry.yarnpkg.com/range-parser/-/range-parser-1.2.1.tgz#3cf37023d199e1c24d1a55b84800c2f3e6468031"
|
|
6808
6831
|
integrity sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==
|
|
6809
6832
|
|
|
6810
|
-
raw-body@2.5.
|
|
6811
|
-
version "2.5.
|
|
6812
|
-
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.
|
|
6813
|
-
integrity sha512-
|
|
6833
|
+
raw-body@2.5.2:
|
|
6834
|
+
version "2.5.2"
|
|
6835
|
+
resolved "https://registry.yarnpkg.com/raw-body/-/raw-body-2.5.2.tgz#99febd83b90e08975087e8f1f9419a149366b68a"
|
|
6836
|
+
integrity sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==
|
|
6814
6837
|
dependencies:
|
|
6815
6838
|
bytes "3.1.2"
|
|
6816
6839
|
http-errors "2.0.0"
|
|
@@ -6901,9 +6924,9 @@ react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
|
|
|
6901
6924
|
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
|
|
6902
6925
|
|
|
6903
6926
|
react-json-view-lite@^1.2.0:
|
|
6904
|
-
version "1.
|
|
6905
|
-
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.
|
|
6906
|
-
integrity sha512-
|
|
6927
|
+
version "1.3.0"
|
|
6928
|
+
resolved "https://registry.yarnpkg.com/react-json-view-lite/-/react-json-view-lite-1.3.0.tgz#1f1feee6f1b1d75cc498cd57812f441b88b51e21"
|
|
6929
|
+
integrity sha512-aN1biKC5v4DQkmQBlZjuMFR09MKZGMPtIg+cut8zEeg2HXd6gl2gRy0n4HMacHf0dznQgo0SVXN7eT8zV3hEuQ==
|
|
6907
6930
|
|
|
6908
6931
|
react-loadable-ssr-addon-v5-slorber@^1.0.1:
|
|
6909
6932
|
version "1.0.1"
|
|
@@ -7117,9 +7140,9 @@ remark-gfm@^4.0.0:
|
|
|
7117
7140
|
unified "^11.0.0"
|
|
7118
7141
|
|
|
7119
7142
|
remark-mdx@^3.0.0:
|
|
7120
|
-
version "3.0.
|
|
7121
|
-
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.0.
|
|
7122
|
-
integrity sha512-
|
|
7143
|
+
version "3.0.1"
|
|
7144
|
+
resolved "https://registry.yarnpkg.com/remark-mdx/-/remark-mdx-3.0.1.tgz#8f73dd635c1874e44426e243f72c0977cf60e212"
|
|
7145
|
+
integrity sha512-3Pz3yPQ5Rht2pM5R+0J2MrGoBSrzf+tJG94N+t/ilfdh8YLyyKYtidAYwTveB20BoHAcwIopOUqhcmh2F7hGYA==
|
|
7123
7146
|
dependencies:
|
|
7124
7147
|
mdast-util-mdx "^3.0.0"
|
|
7125
7148
|
micromark-extension-mdxjs "^3.0.0"
|
|
@@ -7339,9 +7362,9 @@ semver@^6.3.1:
|
|
|
7339
7362
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7340
7363
|
|
|
7341
7364
|
semver@^7.3.2, semver@^7.3.5, semver@^7.3.7, semver@^7.5.4:
|
|
7342
|
-
version "7.
|
|
7343
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
7344
|
-
integrity sha512-
|
|
7365
|
+
version "7.6.0"
|
|
7366
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
7367
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
7345
7368
|
dependencies:
|
|
7346
7369
|
lru-cache "^6.0.0"
|
|
7347
7370
|
|
|
@@ -7408,16 +7431,17 @@ serve-static@1.15.0:
|
|
|
7408
7431
|
parseurl "~1.3.3"
|
|
7409
7432
|
send "0.18.0"
|
|
7410
7433
|
|
|
7411
|
-
set-function-length@^1.
|
|
7412
|
-
version "1.2.
|
|
7413
|
-
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.
|
|
7414
|
-
integrity sha512-
|
|
7434
|
+
set-function-length@^1.2.1:
|
|
7435
|
+
version "1.2.2"
|
|
7436
|
+
resolved "https://registry.yarnpkg.com/set-function-length/-/set-function-length-1.2.2.tgz#aac72314198eaed975cf77b2c3b6b880695e5449"
|
|
7437
|
+
integrity sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==
|
|
7415
7438
|
dependencies:
|
|
7416
|
-
define-data-property "^1.1.
|
|
7439
|
+
define-data-property "^1.1.4"
|
|
7440
|
+
es-errors "^1.3.0"
|
|
7417
7441
|
function-bind "^1.1.2"
|
|
7418
|
-
get-intrinsic "^1.2.
|
|
7442
|
+
get-intrinsic "^1.2.4"
|
|
7419
7443
|
gopd "^1.0.1"
|
|
7420
|
-
has-property-descriptors "^1.0.
|
|
7444
|
+
has-property-descriptors "^1.0.2"
|
|
7421
7445
|
|
|
7422
7446
|
setprototypeof@1.1.0:
|
|
7423
7447
|
version "1.1.0"
|
|
@@ -7468,13 +7492,14 @@ shelljs@^0.8.5:
|
|
|
7468
7492
|
rechoir "^0.6.2"
|
|
7469
7493
|
|
|
7470
7494
|
side-channel@^1.0.4:
|
|
7471
|
-
version "1.0.
|
|
7472
|
-
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.
|
|
7473
|
-
integrity sha512-
|
|
7495
|
+
version "1.0.6"
|
|
7496
|
+
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.6.tgz#abd25fb7cd24baf45466406b1096b7831c9215f2"
|
|
7497
|
+
integrity sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==
|
|
7474
7498
|
dependencies:
|
|
7475
|
-
call-bind "^1.0.
|
|
7476
|
-
|
|
7477
|
-
|
|
7499
|
+
call-bind "^1.0.7"
|
|
7500
|
+
es-errors "^1.3.0"
|
|
7501
|
+
get-intrinsic "^1.2.4"
|
|
7502
|
+
object-inspect "^1.13.1"
|
|
7478
7503
|
|
|
7479
7504
|
signal-exit@^3.0.2, signal-exit@^3.0.3:
|
|
7480
7505
|
version "3.0.7"
|
|
@@ -7536,10 +7561,10 @@ sort-css-media-queries@2.1.0:
|
|
|
7536
7561
|
resolved "https://registry.yarnpkg.com/sort-css-media-queries/-/sort-css-media-queries-2.1.0.tgz#7c85e06f79826baabb232f5560e9745d7a78c4ce"
|
|
7537
7562
|
integrity sha512-IeWvo8NkNiY2vVYdPa27MCQiR0MN0M80johAYFVxWWXQ44KU84WNxjslwBHmc/7ZL2ccwkM7/e6S5aiKZXm7jA==
|
|
7538
7563
|
|
|
7539
|
-
source-map-js@^1.0
|
|
7540
|
-
version "1.0
|
|
7541
|
-
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.
|
|
7542
|
-
integrity sha512-
|
|
7564
|
+
source-map-js@^1.2.0:
|
|
7565
|
+
version "1.2.0"
|
|
7566
|
+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af"
|
|
7567
|
+
integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==
|
|
7543
7568
|
|
|
7544
7569
|
source-map-support@~0.5.20:
|
|
7545
7570
|
version "0.5.21"
|
|
@@ -7771,7 +7796,7 @@ tapable@^1.0.0:
|
|
|
7771
7796
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-1.1.3.tgz#a1fccc06b58db61fd7a45da2da44f5f3a3e67ba2"
|
|
7772
7797
|
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
|
|
7773
7798
|
|
|
7774
|
-
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
|
|
7799
|
+
tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1:
|
|
7775
7800
|
version "2.2.1"
|
|
7776
7801
|
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
|
|
7777
7802
|
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
|
|
@@ -7788,9 +7813,9 @@ terser-webpack-plugin@^5.3.10, terser-webpack-plugin@^5.3.9:
|
|
|
7788
7813
|
terser "^5.26.0"
|
|
7789
7814
|
|
|
7790
7815
|
terser@^5.10.0, terser@^5.15.1, terser@^5.26.0:
|
|
7791
|
-
version "5.
|
|
7792
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.
|
|
7793
|
-
integrity sha512-
|
|
7816
|
+
version "5.29.2"
|
|
7817
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.29.2.tgz#c17d573ce1da1b30f21a877bffd5655dd86fdb35"
|
|
7818
|
+
integrity sha512-ZiGkhUBIM+7LwkNjXYJq8svgkd+QK3UUr0wJqY4MieaezBSAIPgbSPZyIx0idM6XWK5CMzSWa8MJIzmRcB8Caw==
|
|
7794
7819
|
dependencies:
|
|
7795
7820
|
"@jridgewell/source-map" "^0.3.3"
|
|
7796
7821
|
acorn "^8.8.2"
|
|
@@ -7808,9 +7833,9 @@ thunky@^1.0.2:
|
|
|
7808
7833
|
integrity sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==
|
|
7809
7834
|
|
|
7810
7835
|
tiny-invariant@^1.0.2:
|
|
7811
|
-
version "1.3.
|
|
7812
|
-
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.
|
|
7813
|
-
integrity sha512
|
|
7836
|
+
version "1.3.3"
|
|
7837
|
+
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.3.3.tgz#46680b7a873a0d5d10005995eb90a70d74d60127"
|
|
7838
|
+
integrity sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==
|
|
7814
7839
|
|
|
7815
7840
|
tiny-warning@^1.0.0:
|
|
7816
7841
|
version "1.0.3"
|
|
@@ -7845,9 +7870,9 @@ trim-lines@^3.0.0:
|
|
|
7845
7870
|
integrity sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==
|
|
7846
7871
|
|
|
7847
7872
|
trough@^2.0.0:
|
|
7848
|
-
version "2.
|
|
7849
|
-
resolved "https://registry.yarnpkg.com/trough/-/trough-2.
|
|
7850
|
-
integrity sha512-
|
|
7873
|
+
version "2.2.0"
|
|
7874
|
+
resolved "https://registry.yarnpkg.com/trough/-/trough-2.2.0.tgz#94a60bd6bd375c152c1df911a4b11d5b0256f50f"
|
|
7875
|
+
integrity sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==
|
|
7851
7876
|
|
|
7852
7877
|
tslib@^2.0.3, tslib@^2.6.0:
|
|
7853
7878
|
version "2.6.2"
|
|
@@ -8099,10 +8124,10 @@ vfile@^6.0.0, vfile@^6.0.1:
|
|
|
8099
8124
|
unist-util-stringify-position "^4.0.0"
|
|
8100
8125
|
vfile-message "^4.0.0"
|
|
8101
8126
|
|
|
8102
|
-
watchpack@^2.4.
|
|
8103
|
-
version "2.4.
|
|
8104
|
-
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.
|
|
8105
|
-
integrity sha512-
|
|
8127
|
+
watchpack@^2.4.1:
|
|
8128
|
+
version "2.4.1"
|
|
8129
|
+
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.1.tgz#29308f2cac150fa8e4c92f90e0ec954a9fed7fff"
|
|
8130
|
+
integrity sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==
|
|
8106
8131
|
dependencies:
|
|
8107
8132
|
glob-to-regexp "^0.4.1"
|
|
8108
8133
|
graceful-fs "^4.1.2"
|
|
@@ -8138,10 +8163,10 @@ webpack-bundle-analyzer@^4.9.0:
|
|
|
8138
8163
|
sirv "^2.0.3"
|
|
8139
8164
|
ws "^7.3.1"
|
|
8140
8165
|
|
|
8141
|
-
webpack-dev-middleware@^5.3.
|
|
8142
|
-
version "5.3.
|
|
8143
|
-
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.
|
|
8144
|
-
integrity sha512-
|
|
8166
|
+
webpack-dev-middleware@^5.3.4:
|
|
8167
|
+
version "5.3.4"
|
|
8168
|
+
resolved "https://registry.yarnpkg.com/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz#eb7b39281cbce10e104eb2b8bf2b63fce49a3517"
|
|
8169
|
+
integrity sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==
|
|
8145
8170
|
dependencies:
|
|
8146
8171
|
colorette "^2.0.10"
|
|
8147
8172
|
memfs "^3.4.3"
|
|
@@ -8150,9 +8175,9 @@ webpack-dev-middleware@^5.3.1:
|
|
|
8150
8175
|
schema-utils "^4.0.0"
|
|
8151
8176
|
|
|
8152
8177
|
webpack-dev-server@^4.15.1:
|
|
8153
|
-
version "4.15.
|
|
8154
|
-
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.
|
|
8155
|
-
integrity sha512-
|
|
8178
|
+
version "4.15.2"
|
|
8179
|
+
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz#9e0c70a42a012560860adb186986da1248333173"
|
|
8180
|
+
integrity sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==
|
|
8156
8181
|
dependencies:
|
|
8157
8182
|
"@types/bonjour" "^3.5.9"
|
|
8158
8183
|
"@types/connect-history-api-fallback" "^1.3.5"
|
|
@@ -8182,7 +8207,7 @@ webpack-dev-server@^4.15.1:
|
|
|
8182
8207
|
serve-index "^1.9.1"
|
|
8183
8208
|
sockjs "^0.3.24"
|
|
8184
8209
|
spdy "^4.0.2"
|
|
8185
|
-
webpack-dev-middleware "^5.3.
|
|
8210
|
+
webpack-dev-middleware "^5.3.4"
|
|
8186
8211
|
ws "^8.13.0"
|
|
8187
8212
|
|
|
8188
8213
|
webpack-merge@^5.9.0:
|
|
@@ -8200,25 +8225,25 @@ webpack-sources@^3.2.2, webpack-sources@^3.2.3:
|
|
|
8200
8225
|
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
|
|
8201
8226
|
|
|
8202
8227
|
webpack@^5.88.1:
|
|
8203
|
-
version "5.
|
|
8204
|
-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.
|
|
8205
|
-
integrity sha512-
|
|
8228
|
+
version "5.91.0"
|
|
8229
|
+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.91.0.tgz#ffa92c1c618d18c878f06892bbdc3373c71a01d9"
|
|
8230
|
+
integrity sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==
|
|
8206
8231
|
dependencies:
|
|
8207
8232
|
"@types/eslint-scope" "^3.7.3"
|
|
8208
8233
|
"@types/estree" "^1.0.5"
|
|
8209
|
-
"@webassemblyjs/ast" "^1.
|
|
8210
|
-
"@webassemblyjs/wasm-edit" "^1.
|
|
8211
|
-
"@webassemblyjs/wasm-parser" "^1.
|
|
8234
|
+
"@webassemblyjs/ast" "^1.12.1"
|
|
8235
|
+
"@webassemblyjs/wasm-edit" "^1.12.1"
|
|
8236
|
+
"@webassemblyjs/wasm-parser" "^1.12.1"
|
|
8212
8237
|
acorn "^8.7.1"
|
|
8213
8238
|
acorn-import-assertions "^1.9.0"
|
|
8214
8239
|
browserslist "^4.21.10"
|
|
8215
8240
|
chrome-trace-event "^1.0.2"
|
|
8216
|
-
enhanced-resolve "^5.
|
|
8241
|
+
enhanced-resolve "^5.16.0"
|
|
8217
8242
|
es-module-lexer "^1.2.1"
|
|
8218
8243
|
eslint-scope "5.1.1"
|
|
8219
8244
|
events "^3.2.0"
|
|
8220
8245
|
glob-to-regexp "^0.4.1"
|
|
8221
|
-
graceful-fs "^4.2.
|
|
8246
|
+
graceful-fs "^4.2.11"
|
|
8222
8247
|
json-parse-even-better-errors "^2.3.1"
|
|
8223
8248
|
loader-runner "^4.2.0"
|
|
8224
8249
|
mime-types "^2.1.27"
|
|
@@ -8226,7 +8251,7 @@ webpack@^5.88.1:
|
|
|
8226
8251
|
schema-utils "^3.2.0"
|
|
8227
8252
|
tapable "^2.1.1"
|
|
8228
8253
|
terser-webpack-plugin "^5.3.10"
|
|
8229
|
-
watchpack "^2.4.
|
|
8254
|
+
watchpack "^2.4.1"
|
|
8230
8255
|
webpack-sources "^3.2.3"
|
|
8231
8256
|
|
|
8232
8257
|
webpackbar@^5.0.2:
|