@caweb/webpack 1.3.31 → 1.3.33
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/.github/workflows/config-publish.yml +0 -10
- package/.github/workflows/plugins-publish.yml +0 -14
- package/{changelog.txt → CHANGELOG.md} +7 -0
- package/package.json +2 -2
- package/plugins/html/{changelog.txt → CHANGELOG.md} +8 -0
- package/plugins/html/README.md +0 -3
- package/plugins/html/entry/delta.js +1 -0
- package/plugins/html/entry/eureka.js +1 -0
- package/plugins/html/entry/mono.js +1 -0
- package/plugins/html/entry/oceanside.js +1 -0
- package/plugins/html/entry/orangecounty.js +1 -0
- package/plugins/html/entry/pasorobles.js +1 -0
- package/plugins/html/entry/sacramento.js +1 -0
- package/plugins/html/entry/santabarbara.js +1 -0
- package/plugins/html/entry/santacruz.js +1 -0
- package/plugins/html/entry/shasta.js +1 -0
- package/plugins/html/entry/sierra.js +1 -0
- package/plugins/html/entry/trinity.js +1 -0
- package/plugins/html/package-lock.json +897 -828
- package/plugins/html/package.json +10 -8
- package/plugins/html/scripts/create-entrypoints.js +1 -0
- package/plugins/html/webpack.config.js +36 -0
|
@@ -1,36 +1,38 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caweb/html-webpack-plugin",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@caweb/html-webpack-plugin",
|
|
9
|
-
"version": "1.7.
|
|
9
|
+
"version": "1.7.1",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
13
13
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
14
14
|
"@caweb/jshint-webpack-plugin": "^2.0.1",
|
|
15
|
-
"@wordpress/scripts": "^30.
|
|
15
|
+
"@wordpress/scripts": "^30.14.1",
|
|
16
16
|
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
17
17
|
"handlebars-loader": "^1.7.3",
|
|
18
18
|
"html-webpack-link-type-plugin": "^1.1.1",
|
|
19
19
|
"html-webpack-plugin": "^5.6.3",
|
|
20
20
|
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
21
|
+
"mini-css-extract-plugin": "^2.9.2",
|
|
21
22
|
"rtlcss-webpack-plugin": "^4.0.7",
|
|
22
23
|
"webpack": "^5.98.0",
|
|
23
|
-
"webpack-cli": "^6.0.1"
|
|
24
|
+
"webpack-cli": "^6.0.1",
|
|
25
|
+
"webpack-remove-empty-scripts": "^1.0.4"
|
|
24
26
|
},
|
|
25
27
|
"devDependencies": {
|
|
26
|
-
"@
|
|
28
|
+
"@caweb/icon-library": "^1.0.1",
|
|
29
|
+
"@inquirer/prompts": "^7.4.1",
|
|
27
30
|
"animate.css": "^4.1.1",
|
|
28
|
-
"bootstrap": "^5.3.
|
|
31
|
+
"bootstrap": "^5.3.4",
|
|
29
32
|
"bootstrap-forced-colors-css": "^1.0.7",
|
|
30
33
|
"chalk": "^5.4.1",
|
|
31
34
|
"cross-spawn": "^7.0.6",
|
|
32
|
-
"fast-xml-parser": "^5.0
|
|
33
|
-
"mini-css-extract-plugin": "^2.9.2"
|
|
35
|
+
"fast-xml-parser": "^5.2.0"
|
|
34
36
|
}
|
|
35
37
|
},
|
|
36
38
|
"node_modules/@ampproject/remapping": {
|
|
@@ -61,9 +63,9 @@
|
|
|
61
63
|
}
|
|
62
64
|
},
|
|
63
65
|
"node_modules/@babel/compat-data": {
|
|
64
|
-
"version": "7.26.
|
|
65
|
-
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.
|
|
66
|
-
"integrity": "sha512-
|
|
66
|
+
"version": "7.26.8",
|
|
67
|
+
"resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz",
|
|
68
|
+
"integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==",
|
|
67
69
|
"license": "MIT",
|
|
68
70
|
"engines": {
|
|
69
71
|
"node": ">=6.9.0"
|
|
@@ -118,13 +120,13 @@
|
|
|
118
120
|
}
|
|
119
121
|
},
|
|
120
122
|
"node_modules/@babel/generator": {
|
|
121
|
-
"version": "7.
|
|
122
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.
|
|
123
|
-
"integrity": "sha512-
|
|
123
|
+
"version": "7.27.0",
|
|
124
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.0.tgz",
|
|
125
|
+
"integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==",
|
|
124
126
|
"license": "MIT",
|
|
125
127
|
"dependencies": {
|
|
126
|
-
"@babel/parser": "^7.
|
|
127
|
-
"@babel/types": "^7.
|
|
128
|
+
"@babel/parser": "^7.27.0",
|
|
129
|
+
"@babel/types": "^7.27.0",
|
|
128
130
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
129
131
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
130
132
|
"jsesc": "^3.0.2"
|
|
@@ -145,26 +147,13 @@
|
|
|
145
147
|
"node": ">=6.9.0"
|
|
146
148
|
}
|
|
147
149
|
},
|
|
148
|
-
"node_modules/@babel/helper-builder-binary-assignment-operator-visitor": {
|
|
149
|
-
"version": "7.25.9",
|
|
150
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz",
|
|
151
|
-
"integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==",
|
|
152
|
-
"license": "MIT",
|
|
153
|
-
"dependencies": {
|
|
154
|
-
"@babel/traverse": "^7.25.9",
|
|
155
|
-
"@babel/types": "^7.25.9"
|
|
156
|
-
},
|
|
157
|
-
"engines": {
|
|
158
|
-
"node": ">=6.9.0"
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
150
|
"node_modules/@babel/helper-compilation-targets": {
|
|
162
|
-
"version": "7.
|
|
163
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
164
|
-
"integrity": "sha512-
|
|
151
|
+
"version": "7.27.0",
|
|
152
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.27.0.tgz",
|
|
153
|
+
"integrity": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==",
|
|
165
154
|
"license": "MIT",
|
|
166
155
|
"dependencies": {
|
|
167
|
-
"@babel/compat-data": "^7.
|
|
156
|
+
"@babel/compat-data": "^7.26.8",
|
|
168
157
|
"@babel/helper-validator-option": "^7.25.9",
|
|
169
158
|
"browserslist": "^4.24.0",
|
|
170
159
|
"lru-cache": "^5.1.1",
|
|
@@ -175,17 +164,17 @@
|
|
|
175
164
|
}
|
|
176
165
|
},
|
|
177
166
|
"node_modules/@babel/helper-create-class-features-plugin": {
|
|
178
|
-
"version": "7.
|
|
179
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.
|
|
180
|
-
"integrity": "sha512-
|
|
167
|
+
"version": "7.27.0",
|
|
168
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.27.0.tgz",
|
|
169
|
+
"integrity": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==",
|
|
181
170
|
"license": "MIT",
|
|
182
171
|
"dependencies": {
|
|
183
172
|
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
184
173
|
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
185
174
|
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
186
|
-
"@babel/helper-replace-supers": "^7.
|
|
175
|
+
"@babel/helper-replace-supers": "^7.26.5",
|
|
187
176
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
188
|
-
"@babel/traverse": "^7.
|
|
177
|
+
"@babel/traverse": "^7.27.0",
|
|
189
178
|
"semver": "^6.3.1"
|
|
190
179
|
},
|
|
191
180
|
"engines": {
|
|
@@ -196,13 +185,13 @@
|
|
|
196
185
|
}
|
|
197
186
|
},
|
|
198
187
|
"node_modules/@babel/helper-create-regexp-features-plugin": {
|
|
199
|
-
"version": "7.
|
|
200
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.
|
|
201
|
-
"integrity": "sha512-
|
|
188
|
+
"version": "7.27.0",
|
|
189
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.27.0.tgz",
|
|
190
|
+
"integrity": "sha512-fO8l08T76v48BhpNRW/nQ0MxfnSdoSKUJBMjubOAYffsVuGG5qOfMq7N6Es7UJvi7Y8goXXo07EfcHZXDPuELQ==",
|
|
202
191
|
"license": "MIT",
|
|
203
192
|
"dependencies": {
|
|
204
193
|
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
205
|
-
"regexpu-core": "^6.
|
|
194
|
+
"regexpu-core": "^6.2.0",
|
|
206
195
|
"semver": "^6.3.1"
|
|
207
196
|
},
|
|
208
197
|
"engines": {
|
|
@@ -213,9 +202,9 @@
|
|
|
213
202
|
}
|
|
214
203
|
},
|
|
215
204
|
"node_modules/@babel/helper-define-polyfill-provider": {
|
|
216
|
-
"version": "0.6.
|
|
217
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.
|
|
218
|
-
"integrity": "sha512-
|
|
205
|
+
"version": "0.6.4",
|
|
206
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.4.tgz",
|
|
207
|
+
"integrity": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==",
|
|
219
208
|
"license": "MIT",
|
|
220
209
|
"dependencies": {
|
|
221
210
|
"@babel/helper-compilation-targets": "^7.22.6",
|
|
@@ -284,9 +273,9 @@
|
|
|
284
273
|
}
|
|
285
274
|
},
|
|
286
275
|
"node_modules/@babel/helper-plugin-utils": {
|
|
287
|
-
"version": "7.
|
|
288
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.
|
|
289
|
-
"integrity": "sha512-
|
|
276
|
+
"version": "7.26.5",
|
|
277
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz",
|
|
278
|
+
"integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==",
|
|
290
279
|
"license": "MIT",
|
|
291
280
|
"engines": {
|
|
292
281
|
"node": ">=6.9.0"
|
|
@@ -310,14 +299,14 @@
|
|
|
310
299
|
}
|
|
311
300
|
},
|
|
312
301
|
"node_modules/@babel/helper-replace-supers": {
|
|
313
|
-
"version": "7.
|
|
314
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.
|
|
315
|
-
"integrity": "sha512-
|
|
302
|
+
"version": "7.26.5",
|
|
303
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz",
|
|
304
|
+
"integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==",
|
|
316
305
|
"license": "MIT",
|
|
317
306
|
"dependencies": {
|
|
318
307
|
"@babel/helper-member-expression-to-functions": "^7.25.9",
|
|
319
308
|
"@babel/helper-optimise-call-expression": "^7.25.9",
|
|
320
|
-
"@babel/traverse": "^7.
|
|
309
|
+
"@babel/traverse": "^7.26.5"
|
|
321
310
|
},
|
|
322
311
|
"engines": {
|
|
323
312
|
"node": ">=6.9.0"
|
|
@@ -326,19 +315,6 @@
|
|
|
326
315
|
"@babel/core": "^7.0.0"
|
|
327
316
|
}
|
|
328
317
|
},
|
|
329
|
-
"node_modules/@babel/helper-simple-access": {
|
|
330
|
-
"version": "7.25.9",
|
|
331
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz",
|
|
332
|
-
"integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==",
|
|
333
|
-
"license": "MIT",
|
|
334
|
-
"dependencies": {
|
|
335
|
-
"@babel/traverse": "^7.25.9",
|
|
336
|
-
"@babel/types": "^7.25.9"
|
|
337
|
-
},
|
|
338
|
-
"engines": {
|
|
339
|
-
"node": ">=6.9.0"
|
|
340
|
-
}
|
|
341
|
-
},
|
|
342
318
|
"node_modules/@babel/helper-skip-transparent-expression-wrappers": {
|
|
343
319
|
"version": "7.25.9",
|
|
344
320
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz",
|
|
@@ -394,25 +370,25 @@
|
|
|
394
370
|
}
|
|
395
371
|
},
|
|
396
372
|
"node_modules/@babel/helpers": {
|
|
397
|
-
"version": "7.
|
|
398
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
399
|
-
"integrity": "sha512-
|
|
373
|
+
"version": "7.27.0",
|
|
374
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.27.0.tgz",
|
|
375
|
+
"integrity": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==",
|
|
400
376
|
"license": "MIT",
|
|
401
377
|
"dependencies": {
|
|
402
|
-
"@babel/template": "^7.
|
|
403
|
-
"@babel/types": "^7.
|
|
378
|
+
"@babel/template": "^7.27.0",
|
|
379
|
+
"@babel/types": "^7.27.0"
|
|
404
380
|
},
|
|
405
381
|
"engines": {
|
|
406
382
|
"node": ">=6.9.0"
|
|
407
383
|
}
|
|
408
384
|
},
|
|
409
385
|
"node_modules/@babel/parser": {
|
|
410
|
-
"version": "7.
|
|
411
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.
|
|
412
|
-
"integrity": "sha512-
|
|
386
|
+
"version": "7.27.0",
|
|
387
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz",
|
|
388
|
+
"integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
|
|
413
389
|
"license": "MIT",
|
|
414
390
|
"dependencies": {
|
|
415
|
-
"@babel/types": "^7.
|
|
391
|
+
"@babel/types": "^7.27.0"
|
|
416
392
|
},
|
|
417
393
|
"bin": {
|
|
418
394
|
"parser": "bin/babel-parser.js"
|
|
@@ -781,14 +757,14 @@
|
|
|
781
757
|
}
|
|
782
758
|
},
|
|
783
759
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
784
|
-
"version": "7.
|
|
785
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.
|
|
786
|
-
"integrity": "sha512-
|
|
760
|
+
"version": "7.26.8",
|
|
761
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz",
|
|
762
|
+
"integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==",
|
|
787
763
|
"license": "MIT",
|
|
788
764
|
"dependencies": {
|
|
789
|
-
"@babel/helper-plugin-utils": "^7.
|
|
765
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
790
766
|
"@babel/helper-remap-async-to-generator": "^7.25.9",
|
|
791
|
-
"@babel/traverse": "^7.
|
|
767
|
+
"@babel/traverse": "^7.26.8"
|
|
792
768
|
},
|
|
793
769
|
"engines": {
|
|
794
770
|
"node": ">=6.9.0"
|
|
@@ -815,12 +791,12 @@
|
|
|
815
791
|
}
|
|
816
792
|
},
|
|
817
793
|
"node_modules/@babel/plugin-transform-block-scoped-functions": {
|
|
818
|
-
"version": "7.
|
|
819
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.
|
|
820
|
-
"integrity": "sha512-
|
|
794
|
+
"version": "7.26.5",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz",
|
|
796
|
+
"integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==",
|
|
821
797
|
"license": "MIT",
|
|
822
798
|
"dependencies": {
|
|
823
|
-
"@babel/helper-plugin-utils": "^7.
|
|
799
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
824
800
|
},
|
|
825
801
|
"engines": {
|
|
826
802
|
"node": ">=6.9.0"
|
|
@@ -830,12 +806,12 @@
|
|
|
830
806
|
}
|
|
831
807
|
},
|
|
832
808
|
"node_modules/@babel/plugin-transform-block-scoping": {
|
|
833
|
-
"version": "7.
|
|
834
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.
|
|
835
|
-
"integrity": "sha512-
|
|
809
|
+
"version": "7.27.0",
|
|
810
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.27.0.tgz",
|
|
811
|
+
"integrity": "sha512-u1jGphZ8uDI2Pj/HJj6YQ6XQLZCNjOlprjxB5SVz6rq2T6SwAR+CdrWK0CP7F+9rDVMXdB0+r6Am5G5aobOjAQ==",
|
|
836
812
|
"license": "MIT",
|
|
837
813
|
"dependencies": {
|
|
838
|
-
"@babel/helper-plugin-utils": "^7.
|
|
814
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
839
815
|
},
|
|
840
816
|
"engines": {
|
|
841
817
|
"node": ">=6.9.0"
|
|
@@ -990,12 +966,11 @@
|
|
|
990
966
|
}
|
|
991
967
|
},
|
|
992
968
|
"node_modules/@babel/plugin-transform-exponentiation-operator": {
|
|
993
|
-
"version": "7.
|
|
994
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.
|
|
995
|
-
"integrity": "sha512-
|
|
969
|
+
"version": "7.26.3",
|
|
970
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz",
|
|
971
|
+
"integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==",
|
|
996
972
|
"license": "MIT",
|
|
997
973
|
"dependencies": {
|
|
998
|
-
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9",
|
|
999
974
|
"@babel/helper-plugin-utils": "^7.25.9"
|
|
1000
975
|
},
|
|
1001
976
|
"engines": {
|
|
@@ -1021,12 +996,12 @@
|
|
|
1021
996
|
}
|
|
1022
997
|
},
|
|
1023
998
|
"node_modules/@babel/plugin-transform-for-of": {
|
|
1024
|
-
"version": "7.
|
|
1025
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.
|
|
1026
|
-
"integrity": "sha512-
|
|
999
|
+
"version": "7.26.9",
|
|
1000
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz",
|
|
1001
|
+
"integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==",
|
|
1027
1002
|
"license": "MIT",
|
|
1028
1003
|
"dependencies": {
|
|
1029
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1004
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1030
1005
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9"
|
|
1031
1006
|
},
|
|
1032
1007
|
"engines": {
|
|
@@ -1130,14 +1105,13 @@
|
|
|
1130
1105
|
}
|
|
1131
1106
|
},
|
|
1132
1107
|
"node_modules/@babel/plugin-transform-modules-commonjs": {
|
|
1133
|
-
"version": "7.
|
|
1134
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.
|
|
1135
|
-
"integrity": "sha512-
|
|
1108
|
+
"version": "7.26.3",
|
|
1109
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz",
|
|
1110
|
+
"integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==",
|
|
1136
1111
|
"license": "MIT",
|
|
1137
1112
|
"dependencies": {
|
|
1138
|
-
"@babel/helper-module-transforms": "^7.
|
|
1139
|
-
"@babel/helper-plugin-utils": "^7.25.9"
|
|
1140
|
-
"@babel/helper-simple-access": "^7.25.9"
|
|
1113
|
+
"@babel/helper-module-transforms": "^7.26.0",
|
|
1114
|
+
"@babel/helper-plugin-utils": "^7.25.9"
|
|
1141
1115
|
},
|
|
1142
1116
|
"engines": {
|
|
1143
1117
|
"node": ">=6.9.0"
|
|
@@ -1212,12 +1186,12 @@
|
|
|
1212
1186
|
}
|
|
1213
1187
|
},
|
|
1214
1188
|
"node_modules/@babel/plugin-transform-nullish-coalescing-operator": {
|
|
1215
|
-
"version": "7.
|
|
1216
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.
|
|
1217
|
-
"integrity": "sha512-
|
|
1189
|
+
"version": "7.26.6",
|
|
1190
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz",
|
|
1191
|
+
"integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==",
|
|
1218
1192
|
"license": "MIT",
|
|
1219
1193
|
"dependencies": {
|
|
1220
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1194
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1221
1195
|
},
|
|
1222
1196
|
"engines": {
|
|
1223
1197
|
"node": ">=6.9.0"
|
|
@@ -1449,12 +1423,12 @@
|
|
|
1449
1423
|
}
|
|
1450
1424
|
},
|
|
1451
1425
|
"node_modules/@babel/plugin-transform-regenerator": {
|
|
1452
|
-
"version": "7.
|
|
1453
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.
|
|
1454
|
-
"integrity": "sha512-
|
|
1426
|
+
"version": "7.27.0",
|
|
1427
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.27.0.tgz",
|
|
1428
|
+
"integrity": "sha512-LX/vCajUJQDqE7Aum/ELUMZAY19+cDpghxrnyt5I1tV6X5PyC86AOoWXWFYFeIvauyeSA6/ktn4tQVn/3ZifsA==",
|
|
1455
1429
|
"license": "MIT",
|
|
1456
1430
|
"dependencies": {
|
|
1457
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1431
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1458
1432
|
"regenerator-transform": "^0.15.2"
|
|
1459
1433
|
},
|
|
1460
1434
|
"engines": {
|
|
@@ -1515,6 +1489,19 @@
|
|
|
1515
1489
|
"@babel/core": "^7.0.0-0"
|
|
1516
1490
|
}
|
|
1517
1491
|
},
|
|
1492
|
+
"node_modules/@babel/plugin-transform-runtime/node_modules/babel-plugin-polyfill-corejs3": {
|
|
1493
|
+
"version": "0.10.6",
|
|
1494
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
|
|
1495
|
+
"integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
|
|
1496
|
+
"license": "MIT",
|
|
1497
|
+
"dependencies": {
|
|
1498
|
+
"@babel/helper-define-polyfill-provider": "^0.6.2",
|
|
1499
|
+
"core-js-compat": "^3.38.0"
|
|
1500
|
+
},
|
|
1501
|
+
"peerDependencies": {
|
|
1502
|
+
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
1503
|
+
}
|
|
1504
|
+
},
|
|
1518
1505
|
"node_modules/@babel/plugin-transform-shorthand-properties": {
|
|
1519
1506
|
"version": "7.25.9",
|
|
1520
1507
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz",
|
|
@@ -1562,12 +1549,12 @@
|
|
|
1562
1549
|
}
|
|
1563
1550
|
},
|
|
1564
1551
|
"node_modules/@babel/plugin-transform-template-literals": {
|
|
1565
|
-
"version": "7.
|
|
1566
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.
|
|
1567
|
-
"integrity": "sha512-
|
|
1552
|
+
"version": "7.26.8",
|
|
1553
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz",
|
|
1554
|
+
"integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==",
|
|
1568
1555
|
"license": "MIT",
|
|
1569
1556
|
"dependencies": {
|
|
1570
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1557
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1571
1558
|
},
|
|
1572
1559
|
"engines": {
|
|
1573
1560
|
"node": ">=6.9.0"
|
|
@@ -1577,12 +1564,12 @@
|
|
|
1577
1564
|
}
|
|
1578
1565
|
},
|
|
1579
1566
|
"node_modules/@babel/plugin-transform-typeof-symbol": {
|
|
1580
|
-
"version": "7.
|
|
1581
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.
|
|
1582
|
-
"integrity": "sha512
|
|
1567
|
+
"version": "7.27.0",
|
|
1568
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.0.tgz",
|
|
1569
|
+
"integrity": "sha512-+LLkxA9rKJpNoGsbLnAgOCdESl73vwYn+V6b+5wHbrE7OGKVDPHIQvbFSzqE6rwqaCw2RE+zdJrlLkcf8YOA0w==",
|
|
1583
1570
|
"license": "MIT",
|
|
1584
1571
|
"dependencies": {
|
|
1585
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1572
|
+
"@babel/helper-plugin-utils": "^7.26.5"
|
|
1586
1573
|
},
|
|
1587
1574
|
"engines": {
|
|
1588
1575
|
"node": ">=6.9.0"
|
|
@@ -1592,14 +1579,14 @@
|
|
|
1592
1579
|
}
|
|
1593
1580
|
},
|
|
1594
1581
|
"node_modules/@babel/plugin-transform-typescript": {
|
|
1595
|
-
"version": "7.
|
|
1596
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.
|
|
1597
|
-
"integrity": "sha512-
|
|
1582
|
+
"version": "7.27.0",
|
|
1583
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.27.0.tgz",
|
|
1584
|
+
"integrity": "sha512-fRGGjO2UEGPjvEcyAZXRXAS8AfdaQoq7HnxAbJoAoW10B9xOKesmmndJv+Sym2a+9FHWZ9KbyyLCe9s0Sn5jtg==",
|
|
1598
1585
|
"license": "MIT",
|
|
1599
1586
|
"dependencies": {
|
|
1600
1587
|
"@babel/helper-annotate-as-pure": "^7.25.9",
|
|
1601
|
-
"@babel/helper-create-class-features-plugin": "^7.
|
|
1602
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1588
|
+
"@babel/helper-create-class-features-plugin": "^7.27.0",
|
|
1589
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1603
1590
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.25.9",
|
|
1604
1591
|
"@babel/plugin-syntax-typescript": "^7.25.9"
|
|
1605
1592
|
},
|
|
@@ -1674,14 +1661,14 @@
|
|
|
1674
1661
|
}
|
|
1675
1662
|
},
|
|
1676
1663
|
"node_modules/@babel/preset-env": {
|
|
1677
|
-
"version": "7.26.
|
|
1678
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.
|
|
1679
|
-
"integrity": "sha512-
|
|
1664
|
+
"version": "7.26.9",
|
|
1665
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz",
|
|
1666
|
+
"integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==",
|
|
1680
1667
|
"license": "MIT",
|
|
1681
1668
|
"dependencies": {
|
|
1682
|
-
"@babel/compat-data": "^7.26.
|
|
1683
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1684
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1669
|
+
"@babel/compat-data": "^7.26.8",
|
|
1670
|
+
"@babel/helper-compilation-targets": "^7.26.5",
|
|
1671
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1685
1672
|
"@babel/helper-validator-option": "^7.25.9",
|
|
1686
1673
|
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9",
|
|
1687
1674
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9",
|
|
@@ -1693,9 +1680,9 @@
|
|
|
1693
1680
|
"@babel/plugin-syntax-import-attributes": "^7.26.0",
|
|
1694
1681
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
1695
1682
|
"@babel/plugin-transform-arrow-functions": "^7.25.9",
|
|
1696
|
-
"@babel/plugin-transform-async-generator-functions": "^7.
|
|
1683
|
+
"@babel/plugin-transform-async-generator-functions": "^7.26.8",
|
|
1697
1684
|
"@babel/plugin-transform-async-to-generator": "^7.25.9",
|
|
1698
|
-
"@babel/plugin-transform-block-scoped-functions": "^7.
|
|
1685
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.26.5",
|
|
1699
1686
|
"@babel/plugin-transform-block-scoping": "^7.25.9",
|
|
1700
1687
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
1701
1688
|
"@babel/plugin-transform-class-static-block": "^7.26.0",
|
|
@@ -1706,21 +1693,21 @@
|
|
|
1706
1693
|
"@babel/plugin-transform-duplicate-keys": "^7.25.9",
|
|
1707
1694
|
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9",
|
|
1708
1695
|
"@babel/plugin-transform-dynamic-import": "^7.25.9",
|
|
1709
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
1696
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.26.3",
|
|
1710
1697
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
1711
|
-
"@babel/plugin-transform-for-of": "^7.
|
|
1698
|
+
"@babel/plugin-transform-for-of": "^7.26.9",
|
|
1712
1699
|
"@babel/plugin-transform-function-name": "^7.25.9",
|
|
1713
1700
|
"@babel/plugin-transform-json-strings": "^7.25.9",
|
|
1714
1701
|
"@babel/plugin-transform-literals": "^7.25.9",
|
|
1715
1702
|
"@babel/plugin-transform-logical-assignment-operators": "^7.25.9",
|
|
1716
1703
|
"@babel/plugin-transform-member-expression-literals": "^7.25.9",
|
|
1717
1704
|
"@babel/plugin-transform-modules-amd": "^7.25.9",
|
|
1718
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
1705
|
+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
1719
1706
|
"@babel/plugin-transform-modules-systemjs": "^7.25.9",
|
|
1720
1707
|
"@babel/plugin-transform-modules-umd": "^7.25.9",
|
|
1721
1708
|
"@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9",
|
|
1722
1709
|
"@babel/plugin-transform-new-target": "^7.25.9",
|
|
1723
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.
|
|
1710
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6",
|
|
1724
1711
|
"@babel/plugin-transform-numeric-separator": "^7.25.9",
|
|
1725
1712
|
"@babel/plugin-transform-object-rest-spread": "^7.25.9",
|
|
1726
1713
|
"@babel/plugin-transform-object-super": "^7.25.9",
|
|
@@ -1736,17 +1723,17 @@
|
|
|
1736
1723
|
"@babel/plugin-transform-shorthand-properties": "^7.25.9",
|
|
1737
1724
|
"@babel/plugin-transform-spread": "^7.25.9",
|
|
1738
1725
|
"@babel/plugin-transform-sticky-regex": "^7.25.9",
|
|
1739
|
-
"@babel/plugin-transform-template-literals": "^7.
|
|
1740
|
-
"@babel/plugin-transform-typeof-symbol": "^7.
|
|
1726
|
+
"@babel/plugin-transform-template-literals": "^7.26.8",
|
|
1727
|
+
"@babel/plugin-transform-typeof-symbol": "^7.26.7",
|
|
1741
1728
|
"@babel/plugin-transform-unicode-escapes": "^7.25.9",
|
|
1742
1729
|
"@babel/plugin-transform-unicode-property-regex": "^7.25.9",
|
|
1743
1730
|
"@babel/plugin-transform-unicode-regex": "^7.25.9",
|
|
1744
1731
|
"@babel/plugin-transform-unicode-sets-regex": "^7.25.9",
|
|
1745
1732
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
1746
1733
|
"babel-plugin-polyfill-corejs2": "^0.4.10",
|
|
1747
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
1734
|
+
"babel-plugin-polyfill-corejs3": "^0.11.0",
|
|
1748
1735
|
"babel-plugin-polyfill-regenerator": "^0.6.1",
|
|
1749
|
-
"core-js-compat": "^3.
|
|
1736
|
+
"core-js-compat": "^3.40.0",
|
|
1750
1737
|
"semver": "^6.3.1"
|
|
1751
1738
|
},
|
|
1752
1739
|
"engines": {
|
|
@@ -1771,9 +1758,9 @@
|
|
|
1771
1758
|
}
|
|
1772
1759
|
},
|
|
1773
1760
|
"node_modules/@babel/preset-react": {
|
|
1774
|
-
"version": "7.
|
|
1775
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
|
1776
|
-
"integrity": "sha512-
|
|
1761
|
+
"version": "7.26.3",
|
|
1762
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.26.3.tgz",
|
|
1763
|
+
"integrity": "sha512-Nl03d6T9ky516DGK2YMxrTqvnpUW63TnJMOMonj+Zae0JiPC5BC9xPMSL6L8fiSpA5vP88qfygavVQvnLp+6Cw==",
|
|
1777
1764
|
"license": "MIT",
|
|
1778
1765
|
"dependencies": {
|
|
1779
1766
|
"@babel/helper-plugin-utils": "^7.25.9",
|
|
@@ -1791,16 +1778,16 @@
|
|
|
1791
1778
|
}
|
|
1792
1779
|
},
|
|
1793
1780
|
"node_modules/@babel/preset-typescript": {
|
|
1794
|
-
"version": "7.
|
|
1795
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.
|
|
1796
|
-
"integrity": "sha512-
|
|
1781
|
+
"version": "7.27.0",
|
|
1782
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.27.0.tgz",
|
|
1783
|
+
"integrity": "sha512-vxaPFfJtHhgeOVXRKuHpHPAOgymmy8V8I65T1q53R7GCZlefKeCaTyDs3zOPHTTbmquvNlQYC5klEvWsBAtrBQ==",
|
|
1797
1784
|
"license": "MIT",
|
|
1798
1785
|
"dependencies": {
|
|
1799
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1786
|
+
"@babel/helper-plugin-utils": "^7.26.5",
|
|
1800
1787
|
"@babel/helper-validator-option": "^7.25.9",
|
|
1801
1788
|
"@babel/plugin-syntax-jsx": "^7.25.9",
|
|
1802
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
1803
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
1789
|
+
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
|
|
1790
|
+
"@babel/plugin-transform-typescript": "^7.27.0"
|
|
1804
1791
|
},
|
|
1805
1792
|
"engines": {
|
|
1806
1793
|
"node": ">=6.9.0"
|
|
@@ -1822,30 +1809,30 @@
|
|
|
1822
1809
|
}
|
|
1823
1810
|
},
|
|
1824
1811
|
"node_modules/@babel/template": {
|
|
1825
|
-
"version": "7.
|
|
1826
|
-
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.
|
|
1827
|
-
"integrity": "sha512-
|
|
1812
|
+
"version": "7.27.0",
|
|
1813
|
+
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.0.tgz",
|
|
1814
|
+
"integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
|
|
1828
1815
|
"license": "MIT",
|
|
1829
1816
|
"dependencies": {
|
|
1830
|
-
"@babel/code-frame": "^7.
|
|
1831
|
-
"@babel/parser": "^7.
|
|
1832
|
-
"@babel/types": "^7.
|
|
1817
|
+
"@babel/code-frame": "^7.26.2",
|
|
1818
|
+
"@babel/parser": "^7.27.0",
|
|
1819
|
+
"@babel/types": "^7.27.0"
|
|
1833
1820
|
},
|
|
1834
1821
|
"engines": {
|
|
1835
1822
|
"node": ">=6.9.0"
|
|
1836
1823
|
}
|
|
1837
1824
|
},
|
|
1838
1825
|
"node_modules/@babel/traverse": {
|
|
1839
|
-
"version": "7.
|
|
1840
|
-
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.
|
|
1841
|
-
"integrity": "sha512-
|
|
1826
|
+
"version": "7.27.0",
|
|
1827
|
+
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.0.tgz",
|
|
1828
|
+
"integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
|
|
1842
1829
|
"license": "MIT",
|
|
1843
1830
|
"dependencies": {
|
|
1844
|
-
"@babel/code-frame": "^7.
|
|
1845
|
-
"@babel/generator": "^7.
|
|
1846
|
-
"@babel/parser": "^7.
|
|
1847
|
-
"@babel/template": "^7.
|
|
1848
|
-
"@babel/types": "^7.
|
|
1831
|
+
"@babel/code-frame": "^7.26.2",
|
|
1832
|
+
"@babel/generator": "^7.27.0",
|
|
1833
|
+
"@babel/parser": "^7.27.0",
|
|
1834
|
+
"@babel/template": "^7.27.0",
|
|
1835
|
+
"@babel/types": "^7.27.0",
|
|
1849
1836
|
"debug": "^4.3.1",
|
|
1850
1837
|
"globals": "^11.1.0"
|
|
1851
1838
|
},
|
|
@@ -1854,9 +1841,9 @@
|
|
|
1854
1841
|
}
|
|
1855
1842
|
},
|
|
1856
1843
|
"node_modules/@babel/types": {
|
|
1857
|
-
"version": "7.
|
|
1858
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
|
1859
|
-
"integrity": "sha512-
|
|
1844
|
+
"version": "7.27.0",
|
|
1845
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz",
|
|
1846
|
+
"integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
|
|
1860
1847
|
"license": "MIT",
|
|
1861
1848
|
"dependencies": {
|
|
1862
1849
|
"@babel/helper-string-parser": "^7.25.9",
|
|
@@ -1900,36 +1887,35 @@
|
|
|
1900
1887
|
}
|
|
1901
1888
|
},
|
|
1902
1889
|
"node_modules/@caweb/html-webpack-plugin": {
|
|
1903
|
-
"version": "1.
|
|
1904
|
-
"resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.
|
|
1905
|
-
"integrity": "sha512
|
|
1890
|
+
"version": "1.7.0",
|
|
1891
|
+
"resolved": "https://registry.npmjs.org/@caweb/html-webpack-plugin/-/html-webpack-plugin-1.7.0.tgz",
|
|
1892
|
+
"integrity": "sha512-/68lh/OPj/p6vCeGqqiHDnp8hxWnm5D1963bRzCCgDRVlWVcflaOimff2tyrz7nNpsDysf8BCPOSBzcNWTXG+w==",
|
|
1906
1893
|
"license": "ISC",
|
|
1907
1894
|
"peer": true,
|
|
1908
1895
|
"dependencies": {
|
|
1909
1896
|
"@caweb/a11y-webpack-plugin": "^1.0.9",
|
|
1910
1897
|
"@caweb/css-audit-webpack-plugin": "^1.0.12",
|
|
1911
|
-
"@caweb/jshint-webpack-plugin": "^
|
|
1912
|
-
"@wordpress/scripts": "^30.
|
|
1913
|
-
"css-minimizer-webpack-plugin": "^7.0.
|
|
1898
|
+
"@caweb/jshint-webpack-plugin": "^2.0.1",
|
|
1899
|
+
"@wordpress/scripts": "^30.13.0",
|
|
1900
|
+
"css-minimizer-webpack-plugin": "^7.0.2",
|
|
1914
1901
|
"handlebars-loader": "^1.7.3",
|
|
1915
1902
|
"html-webpack-link-type-plugin": "^1.1.1",
|
|
1916
1903
|
"html-webpack-plugin": "^5.6.3",
|
|
1917
1904
|
"html-webpack-skip-assets-plugin": "^1.0.4",
|
|
1918
1905
|
"rtlcss-webpack-plugin": "^4.0.7",
|
|
1919
|
-
"webpack": "^5.
|
|
1906
|
+
"webpack": "^5.98.0",
|
|
1920
1907
|
"webpack-cli": "^6.0.1"
|
|
1921
1908
|
}
|
|
1922
1909
|
},
|
|
1923
|
-
"node_modules/@caweb/
|
|
1924
|
-
"version": "1.0.
|
|
1925
|
-
"resolved": "https://registry.npmjs.org/@caweb/
|
|
1926
|
-
"integrity": "sha512-
|
|
1927
|
-
"
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
"jshint": "^2.13.6"
|
|
1910
|
+
"node_modules/@caweb/icon-library": {
|
|
1911
|
+
"version": "1.0.1",
|
|
1912
|
+
"resolved": "https://registry.npmjs.org/@caweb/icon-library/-/icon-library-1.0.1.tgz",
|
|
1913
|
+
"integrity": "sha512-zVy/WqiZrJKO6c94O9cPfbmjCl9DXTZEKYXjqaPuPRv/FHPiPa30Eg6TaBcY+3FEZPMadw/G0bJ5RWhe2P5DaQ==",
|
|
1914
|
+
"dev": true,
|
|
1915
|
+
"license": "GPL2",
|
|
1916
|
+
"engines": {
|
|
1917
|
+
"node": ">=18.0.0",
|
|
1918
|
+
"npm": ">=10.0.0"
|
|
1933
1919
|
}
|
|
1934
1920
|
},
|
|
1935
1921
|
"node_modules/@caweb/jshint-webpack-plugin": {
|
|
@@ -2331,15 +2317,15 @@
|
|
|
2331
2317
|
"license": "BSD-3-Clause"
|
|
2332
2318
|
},
|
|
2333
2319
|
"node_modules/@inquirer/checkbox": {
|
|
2334
|
-
"version": "4.1.
|
|
2335
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.
|
|
2336
|
-
"integrity": "sha512-
|
|
2320
|
+
"version": "4.1.5",
|
|
2321
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.1.5.tgz",
|
|
2322
|
+
"integrity": "sha512-swPczVU+at65xa5uPfNP9u3qx/alNwiaykiI/ExpsmMSQW55trmZcwhYWzw/7fj+n6Q8z1eENvR7vFfq9oPSAQ==",
|
|
2337
2323
|
"dev": true,
|
|
2338
2324
|
"license": "MIT",
|
|
2339
2325
|
"dependencies": {
|
|
2340
|
-
"@inquirer/core": "^10.1.
|
|
2326
|
+
"@inquirer/core": "^10.1.10",
|
|
2341
2327
|
"@inquirer/figures": "^1.0.11",
|
|
2342
|
-
"@inquirer/type": "^3.0.
|
|
2328
|
+
"@inquirer/type": "^3.0.6",
|
|
2343
2329
|
"ansi-escapes": "^4.3.2",
|
|
2344
2330
|
"yoctocolors-cjs": "^2.1.2"
|
|
2345
2331
|
},
|
|
@@ -2356,14 +2342,14 @@
|
|
|
2356
2342
|
}
|
|
2357
2343
|
},
|
|
2358
2344
|
"node_modules/@inquirer/confirm": {
|
|
2359
|
-
"version": "5.1.
|
|
2360
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
|
2361
|
-
"integrity": "sha512-
|
|
2345
|
+
"version": "5.1.9",
|
|
2346
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.9.tgz",
|
|
2347
|
+
"integrity": "sha512-NgQCnHqFTjF7Ys2fsqK2WtnA8X1kHyInyG+nMIuHowVTIgIuS10T4AznI/PvbqSpJqjCUqNBlKGh1v3bwLFL4w==",
|
|
2362
2348
|
"dev": true,
|
|
2363
2349
|
"license": "MIT",
|
|
2364
2350
|
"dependencies": {
|
|
2365
|
-
"@inquirer/core": "^10.1.
|
|
2366
|
-
"@inquirer/type": "^3.0.
|
|
2351
|
+
"@inquirer/core": "^10.1.10",
|
|
2352
|
+
"@inquirer/type": "^3.0.6"
|
|
2367
2353
|
},
|
|
2368
2354
|
"engines": {
|
|
2369
2355
|
"node": ">=18"
|
|
@@ -2378,14 +2364,14 @@
|
|
|
2378
2364
|
}
|
|
2379
2365
|
},
|
|
2380
2366
|
"node_modules/@inquirer/core": {
|
|
2381
|
-
"version": "10.1.
|
|
2382
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.
|
|
2383
|
-
"integrity": "sha512-
|
|
2367
|
+
"version": "10.1.10",
|
|
2368
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.10.tgz",
|
|
2369
|
+
"integrity": "sha512-roDaKeY1PYY0aCqhRmXihrHjoSW2A00pV3Ke5fTpMCkzcGF64R8e0lw3dK+eLEHwS4vB5RnW1wuQmvzoRul8Mw==",
|
|
2384
2370
|
"dev": true,
|
|
2385
2371
|
"license": "MIT",
|
|
2386
2372
|
"dependencies": {
|
|
2387
2373
|
"@inquirer/figures": "^1.0.11",
|
|
2388
|
-
"@inquirer/type": "^3.0.
|
|
2374
|
+
"@inquirer/type": "^3.0.6",
|
|
2389
2375
|
"ansi-escapes": "^4.3.2",
|
|
2390
2376
|
"cli-width": "^4.1.0",
|
|
2391
2377
|
"mute-stream": "^2.0.0",
|
|
@@ -2405,28 +2391,15 @@
|
|
|
2405
2391
|
}
|
|
2406
2392
|
}
|
|
2407
2393
|
},
|
|
2408
|
-
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2409
|
-
"version": "4.1.0",
|
|
2410
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
2411
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
2412
|
-
"dev": true,
|
|
2413
|
-
"license": "ISC",
|
|
2414
|
-
"engines": {
|
|
2415
|
-
"node": ">=14"
|
|
2416
|
-
},
|
|
2417
|
-
"funding": {
|
|
2418
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
2419
|
-
}
|
|
2420
|
-
},
|
|
2421
2394
|
"node_modules/@inquirer/editor": {
|
|
2422
|
-
"version": "4.2.
|
|
2423
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
2424
|
-
"integrity": "sha512-
|
|
2395
|
+
"version": "4.2.10",
|
|
2396
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.10.tgz",
|
|
2397
|
+
"integrity": "sha512-5GVWJ+qeI6BzR6TIInLP9SXhWCEcvgFQYmcRG6d6RIlhFjM5TyG18paTGBgRYyEouvCmzeco47x9zX9tQEofkw==",
|
|
2425
2398
|
"dev": true,
|
|
2426
2399
|
"license": "MIT",
|
|
2427
2400
|
"dependencies": {
|
|
2428
|
-
"@inquirer/core": "^10.1.
|
|
2429
|
-
"@inquirer/type": "^3.0.
|
|
2401
|
+
"@inquirer/core": "^10.1.10",
|
|
2402
|
+
"@inquirer/type": "^3.0.6",
|
|
2430
2403
|
"external-editor": "^3.1.0"
|
|
2431
2404
|
},
|
|
2432
2405
|
"engines": {
|
|
@@ -2442,14 +2415,14 @@
|
|
|
2442
2415
|
}
|
|
2443
2416
|
},
|
|
2444
2417
|
"node_modules/@inquirer/expand": {
|
|
2445
|
-
"version": "4.0.
|
|
2446
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
2447
|
-
"integrity": "sha512-
|
|
2418
|
+
"version": "4.0.12",
|
|
2419
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.12.tgz",
|
|
2420
|
+
"integrity": "sha512-jV8QoZE1fC0vPe6TnsOfig+qwu7Iza1pkXoUJ3SroRagrt2hxiL+RbM432YAihNR7m7XnU0HWl/WQ35RIGmXHw==",
|
|
2448
2421
|
"dev": true,
|
|
2449
2422
|
"license": "MIT",
|
|
2450
2423
|
"dependencies": {
|
|
2451
|
-
"@inquirer/core": "^10.1.
|
|
2452
|
-
"@inquirer/type": "^3.0.
|
|
2424
|
+
"@inquirer/core": "^10.1.10",
|
|
2425
|
+
"@inquirer/type": "^3.0.6",
|
|
2453
2426
|
"yoctocolors-cjs": "^2.1.2"
|
|
2454
2427
|
},
|
|
2455
2428
|
"engines": {
|
|
@@ -2475,14 +2448,14 @@
|
|
|
2475
2448
|
}
|
|
2476
2449
|
},
|
|
2477
2450
|
"node_modules/@inquirer/input": {
|
|
2478
|
-
"version": "4.1.
|
|
2479
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.
|
|
2480
|
-
"integrity": "sha512-
|
|
2451
|
+
"version": "4.1.9",
|
|
2452
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.1.9.tgz",
|
|
2453
|
+
"integrity": "sha512-mshNG24Ij5KqsQtOZMgj5TwEjIf+F2HOESk6bjMwGWgcH5UBe8UoljwzNFHqdMbGYbgAf6v2wU/X9CAdKJzgOA==",
|
|
2481
2454
|
"dev": true,
|
|
2482
2455
|
"license": "MIT",
|
|
2483
2456
|
"dependencies": {
|
|
2484
|
-
"@inquirer/core": "^10.1.
|
|
2485
|
-
"@inquirer/type": "^3.0.
|
|
2457
|
+
"@inquirer/core": "^10.1.10",
|
|
2458
|
+
"@inquirer/type": "^3.0.6"
|
|
2486
2459
|
},
|
|
2487
2460
|
"engines": {
|
|
2488
2461
|
"node": ">=18"
|
|
@@ -2497,14 +2470,14 @@
|
|
|
2497
2470
|
}
|
|
2498
2471
|
},
|
|
2499
2472
|
"node_modules/@inquirer/number": {
|
|
2500
|
-
"version": "3.0.
|
|
2501
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
2502
|
-
"integrity": "sha512-
|
|
2473
|
+
"version": "3.0.12",
|
|
2474
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.12.tgz",
|
|
2475
|
+
"integrity": "sha512-7HRFHxbPCA4e4jMxTQglHJwP+v/kpFsCf2szzfBHy98Wlc3L08HL76UDiA87TOdX5fwj2HMOLWqRWv9Pnn+Z5Q==",
|
|
2503
2476
|
"dev": true,
|
|
2504
2477
|
"license": "MIT",
|
|
2505
2478
|
"dependencies": {
|
|
2506
|
-
"@inquirer/core": "^10.1.
|
|
2507
|
-
"@inquirer/type": "^3.0.
|
|
2479
|
+
"@inquirer/core": "^10.1.10",
|
|
2480
|
+
"@inquirer/type": "^3.0.6"
|
|
2508
2481
|
},
|
|
2509
2482
|
"engines": {
|
|
2510
2483
|
"node": ">=18"
|
|
@@ -2519,14 +2492,14 @@
|
|
|
2519
2492
|
}
|
|
2520
2493
|
},
|
|
2521
2494
|
"node_modules/@inquirer/password": {
|
|
2522
|
-
"version": "4.0.
|
|
2523
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
2524
|
-
"integrity": "sha512-
|
|
2495
|
+
"version": "4.0.12",
|
|
2496
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.12.tgz",
|
|
2497
|
+
"integrity": "sha512-FlOB0zvuELPEbnBYiPaOdJIaDzb2PmJ7ghi/SVwIHDDSQ2K4opGBkF+5kXOg6ucrtSUQdLhVVY5tycH0j0l+0g==",
|
|
2525
2498
|
"dev": true,
|
|
2526
2499
|
"license": "MIT",
|
|
2527
2500
|
"dependencies": {
|
|
2528
|
-
"@inquirer/core": "^10.1.
|
|
2529
|
-
"@inquirer/type": "^3.0.
|
|
2501
|
+
"@inquirer/core": "^10.1.10",
|
|
2502
|
+
"@inquirer/type": "^3.0.6",
|
|
2530
2503
|
"ansi-escapes": "^4.3.2"
|
|
2531
2504
|
},
|
|
2532
2505
|
"engines": {
|
|
@@ -2542,22 +2515,22 @@
|
|
|
2542
2515
|
}
|
|
2543
2516
|
},
|
|
2544
2517
|
"node_modules/@inquirer/prompts": {
|
|
2545
|
-
"version": "7.4.
|
|
2546
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.
|
|
2547
|
-
"integrity": "sha512-
|
|
2518
|
+
"version": "7.4.1",
|
|
2519
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.4.1.tgz",
|
|
2520
|
+
"integrity": "sha512-UlmM5FVOZF0gpoe1PT/jN4vk8JmpIWBlMvTL8M+hlvPmzN89K6z03+IFmyeu/oFCenwdwHDr2gky7nIGSEVvlA==",
|
|
2548
2521
|
"dev": true,
|
|
2549
2522
|
"license": "MIT",
|
|
2550
2523
|
"dependencies": {
|
|
2551
|
-
"@inquirer/checkbox": "^4.1.
|
|
2552
|
-
"@inquirer/confirm": "^5.1.
|
|
2553
|
-
"@inquirer/editor": "^4.2.
|
|
2554
|
-
"@inquirer/expand": "^4.0.
|
|
2555
|
-
"@inquirer/input": "^4.1.
|
|
2556
|
-
"@inquirer/number": "^3.0.
|
|
2557
|
-
"@inquirer/password": "^4.0.
|
|
2558
|
-
"@inquirer/rawlist": "^4.0.
|
|
2559
|
-
"@inquirer/search": "^3.0.
|
|
2560
|
-
"@inquirer/select": "^4.1.
|
|
2524
|
+
"@inquirer/checkbox": "^4.1.5",
|
|
2525
|
+
"@inquirer/confirm": "^5.1.9",
|
|
2526
|
+
"@inquirer/editor": "^4.2.10",
|
|
2527
|
+
"@inquirer/expand": "^4.0.12",
|
|
2528
|
+
"@inquirer/input": "^4.1.9",
|
|
2529
|
+
"@inquirer/number": "^3.0.12",
|
|
2530
|
+
"@inquirer/password": "^4.0.12",
|
|
2531
|
+
"@inquirer/rawlist": "^4.0.12",
|
|
2532
|
+
"@inquirer/search": "^3.0.12",
|
|
2533
|
+
"@inquirer/select": "^4.1.1"
|
|
2561
2534
|
},
|
|
2562
2535
|
"engines": {
|
|
2563
2536
|
"node": ">=18"
|
|
@@ -2572,14 +2545,14 @@
|
|
|
2572
2545
|
}
|
|
2573
2546
|
},
|
|
2574
2547
|
"node_modules/@inquirer/rawlist": {
|
|
2575
|
-
"version": "4.0.
|
|
2576
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.
|
|
2577
|
-
"integrity": "sha512-
|
|
2548
|
+
"version": "4.0.12",
|
|
2549
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.12.tgz",
|
|
2550
|
+
"integrity": "sha512-wNPJZy8Oc7RyGISPxp9/MpTOqX8lr0r+lCCWm7hQra+MDtYRgINv1hxw7R+vKP71Bu/3LszabxOodfV/uTfsaA==",
|
|
2578
2551
|
"dev": true,
|
|
2579
2552
|
"license": "MIT",
|
|
2580
2553
|
"dependencies": {
|
|
2581
|
-
"@inquirer/core": "^10.1.
|
|
2582
|
-
"@inquirer/type": "^3.0.
|
|
2554
|
+
"@inquirer/core": "^10.1.10",
|
|
2555
|
+
"@inquirer/type": "^3.0.6",
|
|
2583
2556
|
"yoctocolors-cjs": "^2.1.2"
|
|
2584
2557
|
},
|
|
2585
2558
|
"engines": {
|
|
@@ -2595,15 +2568,15 @@
|
|
|
2595
2568
|
}
|
|
2596
2569
|
},
|
|
2597
2570
|
"node_modules/@inquirer/search": {
|
|
2598
|
-
"version": "3.0.
|
|
2599
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.
|
|
2600
|
-
"integrity": "sha512-
|
|
2571
|
+
"version": "3.0.12",
|
|
2572
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.12.tgz",
|
|
2573
|
+
"integrity": "sha512-H/kDJA3kNlnNIjB8YsaXoQI0Qccgf0Na14K1h8ExWhNmUg2E941dyFPrZeugihEa9AZNW5NdsD/NcvUME83OPQ==",
|
|
2601
2574
|
"dev": true,
|
|
2602
2575
|
"license": "MIT",
|
|
2603
2576
|
"dependencies": {
|
|
2604
|
-
"@inquirer/core": "^10.1.
|
|
2577
|
+
"@inquirer/core": "^10.1.10",
|
|
2605
2578
|
"@inquirer/figures": "^1.0.11",
|
|
2606
|
-
"@inquirer/type": "^3.0.
|
|
2579
|
+
"@inquirer/type": "^3.0.6",
|
|
2607
2580
|
"yoctocolors-cjs": "^2.1.2"
|
|
2608
2581
|
},
|
|
2609
2582
|
"engines": {
|
|
@@ -2619,15 +2592,15 @@
|
|
|
2619
2592
|
}
|
|
2620
2593
|
},
|
|
2621
2594
|
"node_modules/@inquirer/select": {
|
|
2622
|
-
"version": "4.1.
|
|
2623
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.
|
|
2624
|
-
"integrity": "sha512-
|
|
2595
|
+
"version": "4.1.1",
|
|
2596
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.1.1.tgz",
|
|
2597
|
+
"integrity": "sha512-IUXzzTKVdiVNMA+2yUvPxWsSgOG4kfX93jOM4Zb5FgujeInotv5SPIJVeXQ+fO4xu7tW8VowFhdG5JRmmCyQ1Q==",
|
|
2625
2598
|
"dev": true,
|
|
2626
2599
|
"license": "MIT",
|
|
2627
2600
|
"dependencies": {
|
|
2628
|
-
"@inquirer/core": "^10.1.
|
|
2601
|
+
"@inquirer/core": "^10.1.10",
|
|
2629
2602
|
"@inquirer/figures": "^1.0.11",
|
|
2630
|
-
"@inquirer/type": "^3.0.
|
|
2603
|
+
"@inquirer/type": "^3.0.6",
|
|
2631
2604
|
"ansi-escapes": "^4.3.2",
|
|
2632
2605
|
"yoctocolors-cjs": "^2.1.2"
|
|
2633
2606
|
},
|
|
@@ -2644,9 +2617,9 @@
|
|
|
2644
2617
|
}
|
|
2645
2618
|
},
|
|
2646
2619
|
"node_modules/@inquirer/type": {
|
|
2647
|
-
"version": "3.0.
|
|
2648
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
|
2649
|
-
"integrity": "sha512
|
|
2620
|
+
"version": "3.0.6",
|
|
2621
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.6.tgz",
|
|
2622
|
+
"integrity": "sha512-/mKVCtVpyBu3IDarv0G+59KC4stsD5mDsGpYh+GKs1NZT88Jh52+cuoA1AtLk2Q0r/quNl+1cSUyLRHBFeD0XA==",
|
|
2650
2623
|
"dev": true,
|
|
2651
2624
|
"license": "MIT",
|
|
2652
2625
|
"engines": {
|
|
@@ -3185,9 +3158,9 @@
|
|
|
3185
3158
|
}
|
|
3186
3159
|
},
|
|
3187
3160
|
"node_modules/@jridgewell/gen-mapping": {
|
|
3188
|
-
"version": "0.3.
|
|
3189
|
-
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.
|
|
3190
|
-
"integrity": "sha512-
|
|
3161
|
+
"version": "0.3.8",
|
|
3162
|
+
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz",
|
|
3163
|
+
"integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==",
|
|
3191
3164
|
"license": "MIT",
|
|
3192
3165
|
"dependencies": {
|
|
3193
3166
|
"@jridgewell/set-array": "^1.2.1",
|
|
@@ -3326,9 +3299,9 @@
|
|
|
3326
3299
|
}
|
|
3327
3300
|
},
|
|
3328
3301
|
"node_modules/@parcel/watcher": {
|
|
3329
|
-
"version": "2.5.
|
|
3330
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.
|
|
3331
|
-
"integrity": "sha512-
|
|
3302
|
+
"version": "2.5.1",
|
|
3303
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
|
|
3304
|
+
"integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
|
|
3332
3305
|
"hasInstallScript": true,
|
|
3333
3306
|
"license": "MIT",
|
|
3334
3307
|
"optional": true,
|
|
@@ -3346,25 +3319,25 @@
|
|
|
3346
3319
|
"url": "https://opencollective.com/parcel"
|
|
3347
3320
|
},
|
|
3348
3321
|
"optionalDependencies": {
|
|
3349
|
-
"@parcel/watcher-android-arm64": "2.5.
|
|
3350
|
-
"@parcel/watcher-darwin-arm64": "2.5.
|
|
3351
|
-
"@parcel/watcher-darwin-x64": "2.5.
|
|
3352
|
-
"@parcel/watcher-freebsd-x64": "2.5.
|
|
3353
|
-
"@parcel/watcher-linux-arm-glibc": "2.5.
|
|
3354
|
-
"@parcel/watcher-linux-arm-musl": "2.5.
|
|
3355
|
-
"@parcel/watcher-linux-arm64-glibc": "2.5.
|
|
3356
|
-
"@parcel/watcher-linux-arm64-musl": "2.5.
|
|
3357
|
-
"@parcel/watcher-linux-x64-glibc": "2.5.
|
|
3358
|
-
"@parcel/watcher-linux-x64-musl": "2.5.
|
|
3359
|
-
"@parcel/watcher-win32-arm64": "2.5.
|
|
3360
|
-
"@parcel/watcher-win32-ia32": "2.5.
|
|
3361
|
-
"@parcel/watcher-win32-x64": "2.5.
|
|
3322
|
+
"@parcel/watcher-android-arm64": "2.5.1",
|
|
3323
|
+
"@parcel/watcher-darwin-arm64": "2.5.1",
|
|
3324
|
+
"@parcel/watcher-darwin-x64": "2.5.1",
|
|
3325
|
+
"@parcel/watcher-freebsd-x64": "2.5.1",
|
|
3326
|
+
"@parcel/watcher-linux-arm-glibc": "2.5.1",
|
|
3327
|
+
"@parcel/watcher-linux-arm-musl": "2.5.1",
|
|
3328
|
+
"@parcel/watcher-linux-arm64-glibc": "2.5.1",
|
|
3329
|
+
"@parcel/watcher-linux-arm64-musl": "2.5.1",
|
|
3330
|
+
"@parcel/watcher-linux-x64-glibc": "2.5.1",
|
|
3331
|
+
"@parcel/watcher-linux-x64-musl": "2.5.1",
|
|
3332
|
+
"@parcel/watcher-win32-arm64": "2.5.1",
|
|
3333
|
+
"@parcel/watcher-win32-ia32": "2.5.1",
|
|
3334
|
+
"@parcel/watcher-win32-x64": "2.5.1"
|
|
3362
3335
|
}
|
|
3363
3336
|
},
|
|
3364
3337
|
"node_modules/@parcel/watcher-android-arm64": {
|
|
3365
|
-
"version": "2.5.
|
|
3366
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.
|
|
3367
|
-
"integrity": "sha512-
|
|
3338
|
+
"version": "2.5.1",
|
|
3339
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
|
|
3340
|
+
"integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
|
|
3368
3341
|
"cpu": [
|
|
3369
3342
|
"arm64"
|
|
3370
3343
|
],
|
|
@@ -3382,9 +3355,9 @@
|
|
|
3382
3355
|
}
|
|
3383
3356
|
},
|
|
3384
3357
|
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
3385
|
-
"version": "2.5.
|
|
3386
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.
|
|
3387
|
-
"integrity": "sha512-
|
|
3358
|
+
"version": "2.5.1",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
|
|
3360
|
+
"integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
|
|
3388
3361
|
"cpu": [
|
|
3389
3362
|
"arm64"
|
|
3390
3363
|
],
|
|
@@ -3402,9 +3375,9 @@
|
|
|
3402
3375
|
}
|
|
3403
3376
|
},
|
|
3404
3377
|
"node_modules/@parcel/watcher-darwin-x64": {
|
|
3405
|
-
"version": "2.5.
|
|
3406
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.
|
|
3407
|
-
"integrity": "sha512-
|
|
3378
|
+
"version": "2.5.1",
|
|
3379
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
|
|
3380
|
+
"integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
|
|
3408
3381
|
"cpu": [
|
|
3409
3382
|
"x64"
|
|
3410
3383
|
],
|
|
@@ -3422,9 +3395,9 @@
|
|
|
3422
3395
|
}
|
|
3423
3396
|
},
|
|
3424
3397
|
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
3425
|
-
"version": "2.5.
|
|
3426
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.
|
|
3427
|
-
"integrity": "sha512-
|
|
3398
|
+
"version": "2.5.1",
|
|
3399
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
|
|
3400
|
+
"integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
|
|
3428
3401
|
"cpu": [
|
|
3429
3402
|
"x64"
|
|
3430
3403
|
],
|
|
@@ -3442,9 +3415,9 @@
|
|
|
3442
3415
|
}
|
|
3443
3416
|
},
|
|
3444
3417
|
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
3445
|
-
"version": "2.5.
|
|
3446
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.
|
|
3447
|
-
"integrity": "sha512-
|
|
3418
|
+
"version": "2.5.1",
|
|
3419
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
|
|
3420
|
+
"integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
|
|
3448
3421
|
"cpu": [
|
|
3449
3422
|
"arm"
|
|
3450
3423
|
],
|
|
@@ -3462,9 +3435,9 @@
|
|
|
3462
3435
|
}
|
|
3463
3436
|
},
|
|
3464
3437
|
"node_modules/@parcel/watcher-linux-arm-musl": {
|
|
3465
|
-
"version": "2.5.
|
|
3466
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.
|
|
3467
|
-
"integrity": "sha512-
|
|
3438
|
+
"version": "2.5.1",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
|
|
3440
|
+
"integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
|
|
3468
3441
|
"cpu": [
|
|
3469
3442
|
"arm"
|
|
3470
3443
|
],
|
|
@@ -3482,9 +3455,9 @@
|
|
|
3482
3455
|
}
|
|
3483
3456
|
},
|
|
3484
3457
|
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
3485
|
-
"version": "2.5.
|
|
3486
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.
|
|
3487
|
-
"integrity": "sha512-
|
|
3458
|
+
"version": "2.5.1",
|
|
3459
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
|
|
3460
|
+
"integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
|
|
3488
3461
|
"cpu": [
|
|
3489
3462
|
"arm64"
|
|
3490
3463
|
],
|
|
@@ -3502,9 +3475,9 @@
|
|
|
3502
3475
|
}
|
|
3503
3476
|
},
|
|
3504
3477
|
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
3505
|
-
"version": "2.5.
|
|
3506
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.
|
|
3507
|
-
"integrity": "sha512-
|
|
3478
|
+
"version": "2.5.1",
|
|
3479
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
|
|
3480
|
+
"integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
|
|
3508
3481
|
"cpu": [
|
|
3509
3482
|
"arm64"
|
|
3510
3483
|
],
|
|
@@ -3522,9 +3495,9 @@
|
|
|
3522
3495
|
}
|
|
3523
3496
|
},
|
|
3524
3497
|
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
3525
|
-
"version": "2.5.
|
|
3526
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.
|
|
3527
|
-
"integrity": "sha512-
|
|
3498
|
+
"version": "2.5.1",
|
|
3499
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
|
|
3500
|
+
"integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
|
|
3528
3501
|
"cpu": [
|
|
3529
3502
|
"x64"
|
|
3530
3503
|
],
|
|
@@ -3542,9 +3515,9 @@
|
|
|
3542
3515
|
}
|
|
3543
3516
|
},
|
|
3544
3517
|
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
3545
|
-
"version": "2.5.
|
|
3546
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.
|
|
3547
|
-
"integrity": "sha512-
|
|
3518
|
+
"version": "2.5.1",
|
|
3519
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
|
|
3520
|
+
"integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
|
|
3548
3521
|
"cpu": [
|
|
3549
3522
|
"x64"
|
|
3550
3523
|
],
|
|
@@ -3562,9 +3535,9 @@
|
|
|
3562
3535
|
}
|
|
3563
3536
|
},
|
|
3564
3537
|
"node_modules/@parcel/watcher-win32-arm64": {
|
|
3565
|
-
"version": "2.5.
|
|
3566
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.
|
|
3567
|
-
"integrity": "sha512-
|
|
3538
|
+
"version": "2.5.1",
|
|
3539
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
|
|
3540
|
+
"integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
|
|
3568
3541
|
"cpu": [
|
|
3569
3542
|
"arm64"
|
|
3570
3543
|
],
|
|
@@ -3582,9 +3555,9 @@
|
|
|
3582
3555
|
}
|
|
3583
3556
|
},
|
|
3584
3557
|
"node_modules/@parcel/watcher-win32-ia32": {
|
|
3585
|
-
"version": "2.5.
|
|
3586
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.
|
|
3587
|
-
"integrity": "sha512
|
|
3558
|
+
"version": "2.5.1",
|
|
3559
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
|
|
3560
|
+
"integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
|
|
3588
3561
|
"cpu": [
|
|
3589
3562
|
"ia32"
|
|
3590
3563
|
],
|
|
@@ -3602,9 +3575,9 @@
|
|
|
3602
3575
|
}
|
|
3603
3576
|
},
|
|
3604
3577
|
"node_modules/@parcel/watcher-win32-x64": {
|
|
3605
|
-
"version": "2.5.
|
|
3606
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.
|
|
3607
|
-
"integrity": "sha512-
|
|
3578
|
+
"version": "2.5.1",
|
|
3579
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
|
|
3580
|
+
"integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
|
|
3608
3581
|
"cpu": [
|
|
3609
3582
|
"x64"
|
|
3610
3583
|
],
|
|
@@ -3622,9 +3595,9 @@
|
|
|
3622
3595
|
}
|
|
3623
3596
|
},
|
|
3624
3597
|
"node_modules/@paulirish/trace_engine": {
|
|
3625
|
-
"version": "0.0.
|
|
3626
|
-
"resolved": "https://registry.npmjs.org/@paulirish/trace_engine/-/trace_engine-0.0.
|
|
3627
|
-
"integrity": "sha512-
|
|
3598
|
+
"version": "0.0.50",
|
|
3599
|
+
"resolved": "https://registry.npmjs.org/@paulirish/trace_engine/-/trace_engine-0.0.50.tgz",
|
|
3600
|
+
"integrity": "sha512-ktkbISnr0T9dkOxtnEadjYsbArMcvX2Wp8zwgyIP6KW0eOk2Oe2s49BY4v0qdE3uQdVv/GDdQ6MnoIFuYNJ9pg==",
|
|
3628
3601
|
"license": "BSD-3-Clause",
|
|
3629
3602
|
"dependencies": {
|
|
3630
3603
|
"third-party-web": "latest"
|
|
@@ -3659,9 +3632,9 @@
|
|
|
3659
3632
|
}
|
|
3660
3633
|
},
|
|
3661
3634
|
"node_modules/@pmmmwh/react-refresh-webpack-plugin": {
|
|
3662
|
-
"version": "0.5.
|
|
3663
|
-
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.
|
|
3664
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "0.5.16",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/@pmmmwh/react-refresh-webpack-plugin/-/react-refresh-webpack-plugin-0.5.16.tgz",
|
|
3637
|
+
"integrity": "sha512-kLQc9xz6QIqd2oIYyXRUiAp79kGpFBm3fEM9ahfG1HI0WI5gdZ2OVHWdmZYnwODt7ISck+QuQ6sBPrtvUBML7Q==",
|
|
3665
3638
|
"license": "MIT",
|
|
3666
3639
|
"dependencies": {
|
|
3667
3640
|
"ansi-html": "^0.0.9",
|
|
@@ -4236,9 +4209,9 @@
|
|
|
4236
4209
|
}
|
|
4237
4210
|
},
|
|
4238
4211
|
"node_modules/@types/babel__generator": {
|
|
4239
|
-
"version": "7.
|
|
4240
|
-
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.
|
|
4241
|
-
"integrity": "sha512-
|
|
4212
|
+
"version": "7.27.0",
|
|
4213
|
+
"resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.27.0.tgz",
|
|
4214
|
+
"integrity": "sha512-ufFd2Xi92OAVPYsy+P4n7/U7e68fex0+Ee8gSG9KX7eo084CWiQ4sdxktvdl0bOPupXtVJPY19zk6EwWqUQ8lg==",
|
|
4242
4215
|
"license": "MIT",
|
|
4243
4216
|
"dependencies": {
|
|
4244
4217
|
"@babel/types": "^7.0.0"
|
|
@@ -4255,9 +4228,9 @@
|
|
|
4255
4228
|
}
|
|
4256
4229
|
},
|
|
4257
4230
|
"node_modules/@types/babel__traverse": {
|
|
4258
|
-
"version": "7.20.
|
|
4259
|
-
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.
|
|
4260
|
-
"integrity": "sha512-
|
|
4231
|
+
"version": "7.20.7",
|
|
4232
|
+
"resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.7.tgz",
|
|
4233
|
+
"integrity": "sha512-dkO5fhS7+/oos4ciWxyEyjWe48zmG6wbCheo/G2ZnHx4fs3EU6YC6UM8rk56gAjNJ9P3MTH2jo5jb92/K6wbng==",
|
|
4261
4234
|
"license": "MIT",
|
|
4262
4235
|
"dependencies": {
|
|
4263
4236
|
"@babel/types": "^7.20.7"
|
|
@@ -4322,9 +4295,9 @@
|
|
|
4322
4295
|
}
|
|
4323
4296
|
},
|
|
4324
4297
|
"node_modules/@types/estree": {
|
|
4325
|
-
"version": "1.0.
|
|
4326
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.
|
|
4327
|
-
"integrity": "sha512-
|
|
4298
|
+
"version": "1.0.7",
|
|
4299
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
|
|
4300
|
+
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==",
|
|
4328
4301
|
"license": "MIT"
|
|
4329
4302
|
},
|
|
4330
4303
|
"node_modules/@types/express": {
|
|
@@ -4340,9 +4313,9 @@
|
|
|
4340
4313
|
}
|
|
4341
4314
|
},
|
|
4342
4315
|
"node_modules/@types/express-serve-static-core": {
|
|
4343
|
-
"version": "5.0.
|
|
4344
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.
|
|
4345
|
-
"integrity": "sha512-
|
|
4316
|
+
"version": "5.0.6",
|
|
4317
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz",
|
|
4318
|
+
"integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==",
|
|
4346
4319
|
"license": "MIT",
|
|
4347
4320
|
"dependencies": {
|
|
4348
4321
|
"@types/node": "*",
|
|
@@ -4395,9 +4368,9 @@
|
|
|
4395
4368
|
"license": "MIT"
|
|
4396
4369
|
},
|
|
4397
4370
|
"node_modules/@types/http-proxy": {
|
|
4398
|
-
"version": "1.17.
|
|
4399
|
-
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.
|
|
4400
|
-
"integrity": "sha512-
|
|
4371
|
+
"version": "1.17.16",
|
|
4372
|
+
"resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.16.tgz",
|
|
4373
|
+
"integrity": "sha512-sdWoUajOB1cd0A8cRRQ1cfyWNbmFKLAqBB89Y8x5iYyG/mkJHc0YUH8pdWBy2omi9qtCpiIgGjuwO0dQST2l5w==",
|
|
4401
4374
|
"license": "MIT",
|
|
4402
4375
|
"dependencies": {
|
|
4403
4376
|
"@types/node": "*"
|
|
@@ -4469,12 +4442,12 @@
|
|
|
4469
4442
|
"license": "MIT"
|
|
4470
4443
|
},
|
|
4471
4444
|
"node_modules/@types/node": {
|
|
4472
|
-
"version": "22.
|
|
4473
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.
|
|
4474
|
-
"integrity": "sha512-
|
|
4445
|
+
"version": "22.14.0",
|
|
4446
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz",
|
|
4447
|
+
"integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==",
|
|
4475
4448
|
"license": "MIT",
|
|
4476
4449
|
"dependencies": {
|
|
4477
|
-
"undici-types": "~6.
|
|
4450
|
+
"undici-types": "~6.21.0"
|
|
4478
4451
|
}
|
|
4479
4452
|
},
|
|
4480
4453
|
"node_modules/@types/node-forge": {
|
|
@@ -4499,9 +4472,9 @@
|
|
|
4499
4472
|
"license": "MIT"
|
|
4500
4473
|
},
|
|
4501
4474
|
"node_modules/@types/qs": {
|
|
4502
|
-
"version": "6.9.
|
|
4503
|
-
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.
|
|
4504
|
-
"integrity": "sha512-
|
|
4475
|
+
"version": "6.9.18",
|
|
4476
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz",
|
|
4477
|
+
"integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==",
|
|
4505
4478
|
"license": "MIT"
|
|
4506
4479
|
},
|
|
4507
4480
|
"node_modules/@types/range-parser": {
|
|
@@ -4517,9 +4490,9 @@
|
|
|
4517
4490
|
"license": "MIT"
|
|
4518
4491
|
},
|
|
4519
4492
|
"node_modules/@types/semver": {
|
|
4520
|
-
"version": "7.
|
|
4521
|
-
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.
|
|
4522
|
-
"integrity": "sha512-
|
|
4493
|
+
"version": "7.7.0",
|
|
4494
|
+
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.7.0.tgz",
|
|
4495
|
+
"integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==",
|
|
4523
4496
|
"license": "MIT"
|
|
4524
4497
|
},
|
|
4525
4498
|
"node_modules/@types/send": {
|
|
@@ -4638,9 +4611,9 @@
|
|
|
4638
4611
|
}
|
|
4639
4612
|
},
|
|
4640
4613
|
"node_modules/@types/ws": {
|
|
4641
|
-
"version": "8.
|
|
4642
|
-
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.
|
|
4643
|
-
"integrity": "sha512-
|
|
4614
|
+
"version": "8.18.1",
|
|
4615
|
+
"resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
|
|
4616
|
+
"integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
|
|
4644
4617
|
"license": "MIT",
|
|
4645
4618
|
"dependencies": {
|
|
4646
4619
|
"@types/node": "*"
|
|
@@ -5106,9 +5079,9 @@
|
|
|
5106
5079
|
}
|
|
5107
5080
|
},
|
|
5108
5081
|
"node_modules/@wordpress/babel-preset-default": {
|
|
5109
|
-
"version": "8.
|
|
5110
|
-
"resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-8.
|
|
5111
|
-
"integrity": "sha512-
|
|
5082
|
+
"version": "8.21.0",
|
|
5083
|
+
"resolved": "https://registry.npmjs.org/@wordpress/babel-preset-default/-/babel-preset-default-8.21.0.tgz",
|
|
5084
|
+
"integrity": "sha512-NlYlnjtG/y68/SnRREv3UhDY/2tWH6qYTHcCXQHAQ7mVFFcpRshioBx2y1GF1JRVAprHWXC8KiTBrssPGr8/JA==",
|
|
5112
5085
|
"license": "GPL-2.0-or-later",
|
|
5113
5086
|
"dependencies": {
|
|
5114
5087
|
"@babel/core": "7.25.7",
|
|
@@ -5117,8 +5090,8 @@
|
|
|
5117
5090
|
"@babel/preset-env": "7.25.7",
|
|
5118
5091
|
"@babel/preset-typescript": "7.25.7",
|
|
5119
5092
|
"@babel/runtime": "7.25.7",
|
|
5120
|
-
"@wordpress/browserslist-config": "^6.
|
|
5121
|
-
"@wordpress/warning": "^3.
|
|
5093
|
+
"@wordpress/browserslist-config": "^6.21.0",
|
|
5094
|
+
"@wordpress/warning": "^3.21.0",
|
|
5122
5095
|
"browserslist": "^4.21.10",
|
|
5123
5096
|
"core-js": "^3.31.0",
|
|
5124
5097
|
"react": "^18.3.0"
|
|
@@ -5268,6 +5241,19 @@
|
|
|
5268
5241
|
"@babel/core": "^7.0.0-0"
|
|
5269
5242
|
}
|
|
5270
5243
|
},
|
|
5244
|
+
"node_modules/@wordpress/babel-preset-default/node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": {
|
|
5245
|
+
"version": "0.10.6",
|
|
5246
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz",
|
|
5247
|
+
"integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==",
|
|
5248
|
+
"license": "MIT",
|
|
5249
|
+
"dependencies": {
|
|
5250
|
+
"@babel/helper-define-polyfill-provider": "^0.6.2",
|
|
5251
|
+
"core-js-compat": "^3.38.0"
|
|
5252
|
+
},
|
|
5253
|
+
"peerDependencies": {
|
|
5254
|
+
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5271
5257
|
"node_modules/@wordpress/babel-preset-default/node_modules/@babel/preset-typescript": {
|
|
5272
5258
|
"version": "7.25.7",
|
|
5273
5259
|
"resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.25.7.tgz",
|
|
@@ -5288,9 +5274,9 @@
|
|
|
5288
5274
|
}
|
|
5289
5275
|
},
|
|
5290
5276
|
"node_modules/@wordpress/base-styles": {
|
|
5291
|
-
"version": "5.
|
|
5292
|
-
"resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-5.
|
|
5293
|
-
"integrity": "sha512-
|
|
5277
|
+
"version": "5.21.0",
|
|
5278
|
+
"resolved": "https://registry.npmjs.org/@wordpress/base-styles/-/base-styles-5.21.0.tgz",
|
|
5279
|
+
"integrity": "sha512-b+6GV/DWZSqf4n9u72jwxo0uXiCkkoppaAOCuAKAzXxq//I38q3Sqg14WJjjINlLkuvIc+xMXHtZ66eHTRz8IA==",
|
|
5294
5280
|
"license": "GPL-2.0-or-later",
|
|
5295
5281
|
"engines": {
|
|
5296
5282
|
"node": ">=18.12.0",
|
|
@@ -5298,9 +5284,9 @@
|
|
|
5298
5284
|
}
|
|
5299
5285
|
},
|
|
5300
5286
|
"node_modules/@wordpress/browserslist-config": {
|
|
5301
|
-
"version": "6.
|
|
5302
|
-
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-6.
|
|
5303
|
-
"integrity": "sha512-
|
|
5287
|
+
"version": "6.21.0",
|
|
5288
|
+
"resolved": "https://registry.npmjs.org/@wordpress/browserslist-config/-/browserslist-config-6.21.0.tgz",
|
|
5289
|
+
"integrity": "sha512-8NTmCQMtL852d5+scnuayiHeIDzlWnNCrupJiyyIyAUZpk05E8PLOswQvvTpsiCgwKAKXlRTLuNGKkAXAX1nPA==",
|
|
5304
5290
|
"license": "GPL-2.0-or-later",
|
|
5305
5291
|
"engines": {
|
|
5306
5292
|
"node": ">=18.12.0",
|
|
@@ -5308,9 +5294,9 @@
|
|
|
5308
5294
|
}
|
|
5309
5295
|
},
|
|
5310
5296
|
"node_modules/@wordpress/dependency-extraction-webpack-plugin": {
|
|
5311
|
-
"version": "6.
|
|
5312
|
-
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-6.
|
|
5313
|
-
"integrity": "sha512-
|
|
5297
|
+
"version": "6.21.0",
|
|
5298
|
+
"resolved": "https://registry.npmjs.org/@wordpress/dependency-extraction-webpack-plugin/-/dependency-extraction-webpack-plugin-6.21.0.tgz",
|
|
5299
|
+
"integrity": "sha512-LGt6ZCjy7BakglMY6FZqw3hGNgHipW8l+Dl+2K0eRPwe73tGGNA25NsInKOTJMSAaVsGrrfgr7XnyF8qqPM4Vg==",
|
|
5314
5300
|
"license": "GPL-2.0-or-later",
|
|
5315
5301
|
"dependencies": {
|
|
5316
5302
|
"json2php": "^0.0.7"
|
|
@@ -5330,9 +5316,9 @@
|
|
|
5330
5316
|
"license": "BSD"
|
|
5331
5317
|
},
|
|
5332
5318
|
"node_modules/@wordpress/e2e-test-utils-playwright": {
|
|
5333
|
-
"version": "1.
|
|
5334
|
-
"resolved": "https://registry.npmjs.org/@wordpress/e2e-test-utils-playwright/-/e2e-test-utils-playwright-1.
|
|
5335
|
-
"integrity": "sha512-
|
|
5319
|
+
"version": "1.21.0",
|
|
5320
|
+
"resolved": "https://registry.npmjs.org/@wordpress/e2e-test-utils-playwright/-/e2e-test-utils-playwright-1.21.0.tgz",
|
|
5321
|
+
"integrity": "sha512-SeGRA7skkST9TB56yHeY8pNBN5iNdtz3bc2j9gSim7U73/BgbC4LZPVAK6NfRJlckhJHofp92PC9aExheWSJTQ==",
|
|
5336
5322
|
"license": "GPL-2.0-or-later",
|
|
5337
5323
|
"dependencies": {
|
|
5338
5324
|
"change-case": "^4.1.2",
|
|
@@ -5351,16 +5337,16 @@
|
|
|
5351
5337
|
}
|
|
5352
5338
|
},
|
|
5353
5339
|
"node_modules/@wordpress/eslint-plugin": {
|
|
5354
|
-
"version": "22.
|
|
5355
|
-
"resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-22.
|
|
5356
|
-
"integrity": "sha512-
|
|
5340
|
+
"version": "22.7.0",
|
|
5341
|
+
"resolved": "https://registry.npmjs.org/@wordpress/eslint-plugin/-/eslint-plugin-22.7.0.tgz",
|
|
5342
|
+
"integrity": "sha512-0696awnWdUbV8cmAyC/6GQ6xS6nfBXikfM157GlctG3ac42VRW2jR0Qw7sm+2KmD0o4uMc+fz4CHuTLkVYhNBw==",
|
|
5357
5343
|
"license": "GPL-2.0-or-later",
|
|
5358
5344
|
"dependencies": {
|
|
5359
5345
|
"@babel/eslint-parser": "7.25.7",
|
|
5360
5346
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
5361
5347
|
"@typescript-eslint/parser": "^6.4.1",
|
|
5362
|
-
"@wordpress/babel-preset-default": "^8.
|
|
5363
|
-
"@wordpress/prettier-config": "^4.
|
|
5348
|
+
"@wordpress/babel-preset-default": "^8.21.0",
|
|
5349
|
+
"@wordpress/prettier-config": "^4.21.0",
|
|
5364
5350
|
"cosmiconfig": "^7.0.0",
|
|
5365
5351
|
"eslint-config-prettier": "^8.3.0",
|
|
5366
5352
|
"eslint-plugin-import": "^2.25.2",
|
|
@@ -5437,9 +5423,9 @@
|
|
|
5437
5423
|
}
|
|
5438
5424
|
},
|
|
5439
5425
|
"node_modules/@wordpress/jest-console": {
|
|
5440
|
-
"version": "8.
|
|
5441
|
-
"resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-8.
|
|
5442
|
-
"integrity": "sha512-
|
|
5426
|
+
"version": "8.21.0",
|
|
5427
|
+
"resolved": "https://registry.npmjs.org/@wordpress/jest-console/-/jest-console-8.21.0.tgz",
|
|
5428
|
+
"integrity": "sha512-y5VFn//Tt7sASccwKGHkjLj3yHWSABiutEusTx2PJ1CzOJwTWldf5KDTnMqMciXf2In84ImV9dLyoI1pllJP0g==",
|
|
5443
5429
|
"license": "GPL-2.0-or-later",
|
|
5444
5430
|
"dependencies": {
|
|
5445
5431
|
"@babel/runtime": "7.25.7",
|
|
@@ -5454,12 +5440,12 @@
|
|
|
5454
5440
|
}
|
|
5455
5441
|
},
|
|
5456
5442
|
"node_modules/@wordpress/jest-preset-default": {
|
|
5457
|
-
"version": "12.
|
|
5458
|
-
"resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-12.
|
|
5459
|
-
"integrity": "sha512-
|
|
5443
|
+
"version": "12.21.0",
|
|
5444
|
+
"resolved": "https://registry.npmjs.org/@wordpress/jest-preset-default/-/jest-preset-default-12.21.0.tgz",
|
|
5445
|
+
"integrity": "sha512-heTTSDh1THOa+9TnpPYZ07B7iZVstrPvfB5pYjOrnig3/DeYu1cgQpUJiwkvot6P+weFhhWSZoFXossItXQVTA==",
|
|
5460
5446
|
"license": "GPL-2.0-or-later",
|
|
5461
5447
|
"dependencies": {
|
|
5462
|
-
"@wordpress/jest-console": "^8.
|
|
5448
|
+
"@wordpress/jest-console": "^8.21.0",
|
|
5463
5449
|
"babel-jest": "29.7.0"
|
|
5464
5450
|
},
|
|
5465
5451
|
"engines": {
|
|
@@ -5472,9 +5458,9 @@
|
|
|
5472
5458
|
}
|
|
5473
5459
|
},
|
|
5474
5460
|
"node_modules/@wordpress/npm-package-json-lint-config": {
|
|
5475
|
-
"version": "5.
|
|
5476
|
-
"resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-5.
|
|
5477
|
-
"integrity": "sha512-
|
|
5461
|
+
"version": "5.21.0",
|
|
5462
|
+
"resolved": "https://registry.npmjs.org/@wordpress/npm-package-json-lint-config/-/npm-package-json-lint-config-5.21.0.tgz",
|
|
5463
|
+
"integrity": "sha512-g85tkbMvtSHluXZscNCyTQQ9ISg1zG0pgJZqY0DT57/gGrFyme6FZud68yTaUHFJvEyK3+8zbfcGIj7sN/i1dw==",
|
|
5478
5464
|
"license": "GPL-2.0-or-later",
|
|
5479
5465
|
"engines": {
|
|
5480
5466
|
"node": ">=18.12.0",
|
|
@@ -5485,12 +5471,12 @@
|
|
|
5485
5471
|
}
|
|
5486
5472
|
},
|
|
5487
5473
|
"node_modules/@wordpress/postcss-plugins-preset": {
|
|
5488
|
-
"version": "5.
|
|
5489
|
-
"resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-5.
|
|
5490
|
-
"integrity": "sha512-
|
|
5474
|
+
"version": "5.21.0",
|
|
5475
|
+
"resolved": "https://registry.npmjs.org/@wordpress/postcss-plugins-preset/-/postcss-plugins-preset-5.21.0.tgz",
|
|
5476
|
+
"integrity": "sha512-sDSzaCV5efKSO8aBUgN/domZFM9BY9yh1qP7SIjOzSStVYGDNDdxdUJ4u3zm+shtR6aSLVozrfGf+Mb5+PN72w==",
|
|
5491
5477
|
"license": "GPL-2.0-or-later",
|
|
5492
5478
|
"dependencies": {
|
|
5493
|
-
"@wordpress/base-styles": "^5.
|
|
5479
|
+
"@wordpress/base-styles": "^5.21.0",
|
|
5494
5480
|
"autoprefixer": "^10.4.20"
|
|
5495
5481
|
},
|
|
5496
5482
|
"engines": {
|
|
@@ -5502,9 +5488,9 @@
|
|
|
5502
5488
|
}
|
|
5503
5489
|
},
|
|
5504
5490
|
"node_modules/@wordpress/prettier-config": {
|
|
5505
|
-
"version": "4.
|
|
5506
|
-
"resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-4.
|
|
5507
|
-
"integrity": "sha512-
|
|
5491
|
+
"version": "4.21.0",
|
|
5492
|
+
"resolved": "https://registry.npmjs.org/@wordpress/prettier-config/-/prettier-config-4.21.0.tgz",
|
|
5493
|
+
"integrity": "sha512-UzM/ZtZAR7kLszn124bPa7PDlVT2cPgi+z0wyt95+c2Lg8aNz5O00L5Vxrjcql5gN36uPoQfXj+5CgG1XFiZEQ==",
|
|
5508
5494
|
"license": "GPL-2.0-or-later",
|
|
5509
5495
|
"engines": {
|
|
5510
5496
|
"node": ">=18.12.0",
|
|
@@ -5515,24 +5501,24 @@
|
|
|
5515
5501
|
}
|
|
5516
5502
|
},
|
|
5517
5503
|
"node_modules/@wordpress/scripts": {
|
|
5518
|
-
"version": "30.
|
|
5519
|
-
"resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.
|
|
5520
|
-
"integrity": "sha512-
|
|
5504
|
+
"version": "30.14.1",
|
|
5505
|
+
"resolved": "https://registry.npmjs.org/@wordpress/scripts/-/scripts-30.14.1.tgz",
|
|
5506
|
+
"integrity": "sha512-ME15QSJJKAqp+LFdtWlP/h5TYW6Oj6lLNcvi3OPDbhtxNPx3bhzy7q+HmGiiNmZ01K6ZIX56+GK+b+9iQmhung==",
|
|
5521
5507
|
"license": "GPL-2.0-or-later",
|
|
5522
5508
|
"dependencies": {
|
|
5523
5509
|
"@babel/core": "7.25.7",
|
|
5524
5510
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
|
|
5525
5511
|
"@svgr/webpack": "^8.0.1",
|
|
5526
|
-
"@wordpress/babel-preset-default": "^8.
|
|
5527
|
-
"@wordpress/browserslist-config": "^6.
|
|
5528
|
-
"@wordpress/dependency-extraction-webpack-plugin": "^6.
|
|
5529
|
-
"@wordpress/e2e-test-utils-playwright": "^1.
|
|
5530
|
-
"@wordpress/eslint-plugin": "^22.
|
|
5531
|
-
"@wordpress/jest-preset-default": "^12.
|
|
5532
|
-
"@wordpress/npm-package-json-lint-config": "^5.
|
|
5533
|
-
"@wordpress/postcss-plugins-preset": "^5.
|
|
5534
|
-
"@wordpress/prettier-config": "^4.
|
|
5535
|
-
"@wordpress/stylelint-config": "^23.
|
|
5512
|
+
"@wordpress/babel-preset-default": "^8.21.0",
|
|
5513
|
+
"@wordpress/browserslist-config": "^6.21.0",
|
|
5514
|
+
"@wordpress/dependency-extraction-webpack-plugin": "^6.21.0",
|
|
5515
|
+
"@wordpress/e2e-test-utils-playwright": "^1.21.0",
|
|
5516
|
+
"@wordpress/eslint-plugin": "^22.7.0",
|
|
5517
|
+
"@wordpress/jest-preset-default": "^12.21.0",
|
|
5518
|
+
"@wordpress/npm-package-json-lint-config": "^5.21.0",
|
|
5519
|
+
"@wordpress/postcss-plugins-preset": "^5.21.0",
|
|
5520
|
+
"@wordpress/prettier-config": "^4.21.0",
|
|
5521
|
+
"@wordpress/stylelint-config": "^23.13.0",
|
|
5536
5522
|
"adm-zip": "^0.5.9",
|
|
5537
5523
|
"babel-jest": "29.7.0",
|
|
5538
5524
|
"babel-loader": "9.2.1",
|
|
@@ -5589,7 +5575,7 @@
|
|
|
5589
5575
|
"npm": ">=8.19.2"
|
|
5590
5576
|
},
|
|
5591
5577
|
"peerDependencies": {
|
|
5592
|
-
"@playwright/test": "^1.
|
|
5578
|
+
"@playwright/test": "^1.51.1",
|
|
5593
5579
|
"react": "^18.0.0",
|
|
5594
5580
|
"react-dom": "^18.0.0"
|
|
5595
5581
|
}
|
|
@@ -5722,24 +5708,6 @@
|
|
|
5722
5708
|
"find-parent-dir": "~0.3.0"
|
|
5723
5709
|
}
|
|
5724
5710
|
},
|
|
5725
|
-
"node_modules/@wordpress/scripts/node_modules/rtlcss": {
|
|
5726
|
-
"version": "4.3.0",
|
|
5727
|
-
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz",
|
|
5728
|
-
"integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==",
|
|
5729
|
-
"license": "MIT",
|
|
5730
|
-
"dependencies": {
|
|
5731
|
-
"escalade": "^3.1.1",
|
|
5732
|
-
"picocolors": "^1.0.0",
|
|
5733
|
-
"postcss": "^8.4.21",
|
|
5734
|
-
"strip-json-comments": "^3.1.1"
|
|
5735
|
-
},
|
|
5736
|
-
"bin": {
|
|
5737
|
-
"rtlcss": "bin/rtlcss.js"
|
|
5738
|
-
},
|
|
5739
|
-
"engines": {
|
|
5740
|
-
"node": ">=12.0.0"
|
|
5741
|
-
}
|
|
5742
|
-
},
|
|
5743
5711
|
"node_modules/@wordpress/scripts/node_modules/shallow-clone": {
|
|
5744
5712
|
"version": "3.0.1",
|
|
5745
5713
|
"resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz",
|
|
@@ -5812,9 +5780,9 @@
|
|
|
5812
5780
|
}
|
|
5813
5781
|
},
|
|
5814
5782
|
"node_modules/@wordpress/stylelint-config": {
|
|
5815
|
-
"version": "23.
|
|
5816
|
-
"resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.
|
|
5817
|
-
"integrity": "sha512-
|
|
5783
|
+
"version": "23.13.0",
|
|
5784
|
+
"resolved": "https://registry.npmjs.org/@wordpress/stylelint-config/-/stylelint-config-23.13.0.tgz",
|
|
5785
|
+
"integrity": "sha512-oxWnf61RHoNntBxobwcnSU32kqfBTRvtKaRSidiHJfBXM+AWU74ZJ0Ro6bcv5cxHAPdEgtdSa95g2hOqJusYoA==",
|
|
5818
5786
|
"license": "MIT",
|
|
5819
5787
|
"dependencies": {
|
|
5820
5788
|
"@stylistic/stylelint-plugin": "^3.0.1",
|
|
@@ -5830,9 +5798,9 @@
|
|
|
5830
5798
|
}
|
|
5831
5799
|
},
|
|
5832
5800
|
"node_modules/@wordpress/warning": {
|
|
5833
|
-
"version": "3.
|
|
5834
|
-
"resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-3.
|
|
5835
|
-
"integrity": "sha512-
|
|
5801
|
+
"version": "3.21.0",
|
|
5802
|
+
"resolved": "https://registry.npmjs.org/@wordpress/warning/-/warning-3.21.0.tgz",
|
|
5803
|
+
"integrity": "sha512-KkVhXK9s5Ftly2Z0BJfQR7m3Z4WB+8/+w0Tj86Cztz3NJk3iFF51Tes5zAD8GhDJ4SelwGW5ghALV51coTjrWA==",
|
|
5836
5804
|
"license": "GPL-2.0-or-later",
|
|
5837
5805
|
"engines": {
|
|
5838
5806
|
"node": ">=18.12.0",
|
|
@@ -5881,9 +5849,9 @@
|
|
|
5881
5849
|
}
|
|
5882
5850
|
},
|
|
5883
5851
|
"node_modules/accessibility-checker": {
|
|
5884
|
-
"version": "3.1.
|
|
5885
|
-
"resolved": "https://registry.npmjs.org/accessibility-checker/-/accessibility-checker-3.1.
|
|
5886
|
-
"integrity": "sha512-
|
|
5852
|
+
"version": "3.1.82",
|
|
5853
|
+
"resolved": "https://registry.npmjs.org/accessibility-checker/-/accessibility-checker-3.1.82.tgz",
|
|
5854
|
+
"integrity": "sha512-iST286C6DcSCWtxABmc9d/LFB5dz2596raPXmc2LVaPS91BYKKzl7+AsMboe7sp+DedwlagMBw9omw1vmMsn2Q==",
|
|
5887
5855
|
"license": "Apache-2.0",
|
|
5888
5856
|
"dependencies": {
|
|
5889
5857
|
"axios": "^1.4.0",
|
|
@@ -5899,9 +5867,9 @@
|
|
|
5899
5867
|
}
|
|
5900
5868
|
},
|
|
5901
5869
|
"node_modules/acorn": {
|
|
5902
|
-
"version": "8.14.
|
|
5903
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.
|
|
5904
|
-
"integrity": "sha512-
|
|
5870
|
+
"version": "8.14.1",
|
|
5871
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz",
|
|
5872
|
+
"integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==",
|
|
5905
5873
|
"license": "MIT",
|
|
5906
5874
|
"bin": {
|
|
5907
5875
|
"acorn": "bin/acorn"
|
|
@@ -6111,6 +6079,19 @@
|
|
|
6111
6079
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6112
6080
|
}
|
|
6113
6081
|
},
|
|
6082
|
+
"node_modules/ansis": {
|
|
6083
|
+
"version": "1.5.2",
|
|
6084
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-1.5.2.tgz",
|
|
6085
|
+
"integrity": "sha512-T3vUABrcgSj/HXv27P+A/JxGk5b/ydx0JjN3lgjBTC2iZUFxQGjh43zCzLSbU4C1QTgmx9oaPeWNJFM+auI8qw==",
|
|
6086
|
+
"license": "ISC",
|
|
6087
|
+
"engines": {
|
|
6088
|
+
"node": ">=12.13"
|
|
6089
|
+
},
|
|
6090
|
+
"funding": {
|
|
6091
|
+
"type": "patreon",
|
|
6092
|
+
"url": "https://patreon.com/biodiscus"
|
|
6093
|
+
}
|
|
6094
|
+
},
|
|
6114
6095
|
"node_modules/anymatch": {
|
|
6115
6096
|
"version": "3.1.3",
|
|
6116
6097
|
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
|
@@ -6525,9 +6506,9 @@
|
|
|
6525
6506
|
}
|
|
6526
6507
|
},
|
|
6527
6508
|
"node_modules/axios": {
|
|
6528
|
-
"version": "1.
|
|
6529
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
6530
|
-
"integrity": "sha512-
|
|
6509
|
+
"version": "1.8.4",
|
|
6510
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz",
|
|
6511
|
+
"integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==",
|
|
6531
6512
|
"license": "MIT",
|
|
6532
6513
|
"dependencies": {
|
|
6533
6514
|
"follow-redirects": "^1.15.6",
|
|
@@ -6651,13 +6632,13 @@
|
|
|
6651
6632
|
}
|
|
6652
6633
|
},
|
|
6653
6634
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
6654
|
-
"version": "0.4.
|
|
6655
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
6656
|
-
"integrity": "sha512-
|
|
6635
|
+
"version": "0.4.13",
|
|
6636
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.13.tgz",
|
|
6637
|
+
"integrity": "sha512-3sX/eOms8kd3q2KZ6DAhKPc0dgm525Gqq5NtWKZ7QYYZEv57OQ54KtblzJzH1lQF/eQxO8KjWGIK9IPUJNus5g==",
|
|
6657
6638
|
"license": "MIT",
|
|
6658
6639
|
"dependencies": {
|
|
6659
6640
|
"@babel/compat-data": "^7.22.6",
|
|
6660
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
6641
|
+
"@babel/helper-define-polyfill-provider": "^0.6.4",
|
|
6661
6642
|
"semver": "^6.3.1"
|
|
6662
6643
|
},
|
|
6663
6644
|
"peerDependencies": {
|
|
@@ -6665,25 +6646,25 @@
|
|
|
6665
6646
|
}
|
|
6666
6647
|
},
|
|
6667
6648
|
"node_modules/babel-plugin-polyfill-corejs3": {
|
|
6668
|
-
"version": "0.
|
|
6669
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.
|
|
6670
|
-
"integrity": "sha512-
|
|
6649
|
+
"version": "0.11.1",
|
|
6650
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz",
|
|
6651
|
+
"integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==",
|
|
6671
6652
|
"license": "MIT",
|
|
6672
6653
|
"dependencies": {
|
|
6673
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
6674
|
-
"core-js-compat": "^3.
|
|
6654
|
+
"@babel/helper-define-polyfill-provider": "^0.6.3",
|
|
6655
|
+
"core-js-compat": "^3.40.0"
|
|
6675
6656
|
},
|
|
6676
6657
|
"peerDependencies": {
|
|
6677
6658
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
6678
6659
|
}
|
|
6679
6660
|
},
|
|
6680
6661
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
6681
|
-
"version": "0.6.
|
|
6682
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
6683
|
-
"integrity": "sha512-
|
|
6662
|
+
"version": "0.6.4",
|
|
6663
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.4.tgz",
|
|
6664
|
+
"integrity": "sha512-7gD3pRadPrbjhjLyxebmx/WrFYcuSjZ0XbdUujQMZ/fcE9oeewk2U/7PCvez84UeuK3oSjmPZ0Ch0dlupQvGzw==",
|
|
6684
6665
|
"license": "MIT",
|
|
6685
6666
|
"dependencies": {
|
|
6686
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
6667
|
+
"@babel/helper-define-polyfill-provider": "^0.6.4"
|
|
6687
6668
|
},
|
|
6688
6669
|
"peerDependencies": {
|
|
6689
6670
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -6769,24 +6750,32 @@
|
|
|
6769
6750
|
"optional": true
|
|
6770
6751
|
},
|
|
6771
6752
|
"node_modules/bare-fs": {
|
|
6772
|
-
"version": "4.
|
|
6773
|
-
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.
|
|
6774
|
-
"integrity": "sha512-
|
|
6753
|
+
"version": "4.1.2",
|
|
6754
|
+
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.1.2.tgz",
|
|
6755
|
+
"integrity": "sha512-8wSeOia5B7LwD4+h465y73KOdj5QHsbbuoUfPBi+pXgFJIPuG7SsiOdJuijWMyfid49eD+WivpfY7KT8gbAzBA==",
|
|
6775
6756
|
"license": "Apache-2.0",
|
|
6776
6757
|
"optional": true,
|
|
6777
6758
|
"dependencies": {
|
|
6778
|
-
"bare-events": "^2.
|
|
6759
|
+
"bare-events": "^2.5.4",
|
|
6779
6760
|
"bare-path": "^3.0.0",
|
|
6780
|
-
"bare-stream": "^2.
|
|
6761
|
+
"bare-stream": "^2.6.4"
|
|
6781
6762
|
},
|
|
6782
6763
|
"engines": {
|
|
6783
|
-
"bare": ">=1.
|
|
6764
|
+
"bare": ">=1.16.0"
|
|
6765
|
+
},
|
|
6766
|
+
"peerDependencies": {
|
|
6767
|
+
"bare-buffer": "*"
|
|
6768
|
+
},
|
|
6769
|
+
"peerDependenciesMeta": {
|
|
6770
|
+
"bare-buffer": {
|
|
6771
|
+
"optional": true
|
|
6772
|
+
}
|
|
6784
6773
|
}
|
|
6785
6774
|
},
|
|
6786
6775
|
"node_modules/bare-os": {
|
|
6787
|
-
"version": "3.
|
|
6788
|
-
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.
|
|
6789
|
-
"integrity": "sha512-
|
|
6776
|
+
"version": "3.6.1",
|
|
6777
|
+
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.1.tgz",
|
|
6778
|
+
"integrity": "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==",
|
|
6790
6779
|
"license": "Apache-2.0",
|
|
6791
6780
|
"optional": true,
|
|
6792
6781
|
"engines": {
|
|
@@ -6953,18 +6942,6 @@
|
|
|
6953
6942
|
"ms": "2.0.0"
|
|
6954
6943
|
}
|
|
6955
6944
|
},
|
|
6956
|
-
"node_modules/body-parser/node_modules/iconv-lite": {
|
|
6957
|
-
"version": "0.4.24",
|
|
6958
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
6959
|
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
6960
|
-
"license": "MIT",
|
|
6961
|
-
"dependencies": {
|
|
6962
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
6963
|
-
},
|
|
6964
|
-
"engines": {
|
|
6965
|
-
"node": ">=0.10.0"
|
|
6966
|
-
}
|
|
6967
|
-
},
|
|
6968
6945
|
"node_modules/body-parser/node_modules/ms": {
|
|
6969
6946
|
"version": "2.0.0",
|
|
6970
6947
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
@@ -6972,9 +6949,9 @@
|
|
|
6972
6949
|
"license": "MIT"
|
|
6973
6950
|
},
|
|
6974
6951
|
"node_modules/bonjour-service": {
|
|
6975
|
-
"version": "1.
|
|
6976
|
-
"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.
|
|
6977
|
-
"integrity": "sha512-
|
|
6952
|
+
"version": "1.3.0",
|
|
6953
|
+
"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz",
|
|
6954
|
+
"integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
|
|
6978
6955
|
"license": "MIT",
|
|
6979
6956
|
"dependencies": {
|
|
6980
6957
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -6988,9 +6965,9 @@
|
|
|
6988
6965
|
"license": "ISC"
|
|
6989
6966
|
},
|
|
6990
6967
|
"node_modules/bootstrap": {
|
|
6991
|
-
"version": "5.3.
|
|
6992
|
-
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.
|
|
6993
|
-
"integrity": "sha512-
|
|
6968
|
+
"version": "5.3.4",
|
|
6969
|
+
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.4.tgz",
|
|
6970
|
+
"integrity": "sha512-q2oK3ZPDTa5I44FTyY3H76+SDTJREvOBxtX1HNLHcxMni50jMvUtOh+dgFdgpsAHtJ9bfNAWr6d6VezJHJ/7tg==",
|
|
6994
6971
|
"dev": true,
|
|
6995
6972
|
"funding": [
|
|
6996
6973
|
{
|
|
@@ -7299,9 +7276,9 @@
|
|
|
7299
7276
|
}
|
|
7300
7277
|
},
|
|
7301
7278
|
"node_modules/caniuse-lite": {
|
|
7302
|
-
"version": "1.0.
|
|
7303
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
7304
|
-
"integrity": "sha512-
|
|
7279
|
+
"version": "1.0.30001709",
|
|
7280
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001709.tgz",
|
|
7281
|
+
"integrity": "sha512-NgL3vUTnDrPCZ3zTahp4fsugQ4dc7EKTSzwQDPEel6DMoMnfH2jhry9n2Zm8onbSR+f/QtKHFOA+iAQu4kbtWA==",
|
|
7305
7282
|
"funding": [
|
|
7306
7283
|
{
|
|
7307
7284
|
"type": "opencollective",
|
|
@@ -7444,9 +7421,9 @@
|
|
|
7444
7421
|
"license": "MIT"
|
|
7445
7422
|
},
|
|
7446
7423
|
"node_modules/chokidar": {
|
|
7447
|
-
"version": "4.0.
|
|
7448
|
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.
|
|
7449
|
-
"integrity": "sha512
|
|
7424
|
+
"version": "4.0.3",
|
|
7425
|
+
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
|
|
7426
|
+
"integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
|
|
7450
7427
|
"license": "MIT",
|
|
7451
7428
|
"dependencies": {
|
|
7452
7429
|
"readdirp": "^4.0.1"
|
|
@@ -7492,9 +7469,9 @@
|
|
|
7492
7469
|
}
|
|
7493
7470
|
},
|
|
7494
7471
|
"node_modules/chromedriver": {
|
|
7495
|
-
"version": "
|
|
7496
|
-
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-
|
|
7497
|
-
"integrity": "sha512-
|
|
7472
|
+
"version": "135.0.0",
|
|
7473
|
+
"resolved": "https://registry.npmjs.org/chromedriver/-/chromedriver-135.0.0.tgz",
|
|
7474
|
+
"integrity": "sha512-ilE3cIrIieiRU/a6MNpt0CL0UZs2tu0lQAes+el5SV03MB1zYIEXy+dDeueid/g8AmT1loy7TB2fjWwcHLY8lg==",
|
|
7498
7475
|
"hasInstallScript": true,
|
|
7499
7476
|
"license": "Apache-2.0",
|
|
7500
7477
|
"dependencies": {
|
|
@@ -7797,9 +7774,9 @@
|
|
|
7797
7774
|
}
|
|
7798
7775
|
},
|
|
7799
7776
|
"node_modules/compression": {
|
|
7800
|
-
"version": "1.
|
|
7801
|
-
"resolved": "https://registry.npmjs.org/compression/-/compression-1.
|
|
7802
|
-
"integrity": "sha512-
|
|
7777
|
+
"version": "1.8.0",
|
|
7778
|
+
"resolved": "https://registry.npmjs.org/compression/-/compression-1.8.0.tgz",
|
|
7779
|
+
"integrity": "sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==",
|
|
7803
7780
|
"license": "MIT",
|
|
7804
7781
|
"dependencies": {
|
|
7805
7782
|
"bytes": "3.1.2",
|
|
@@ -7867,6 +7844,12 @@
|
|
|
7867
7844
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7868
7845
|
}
|
|
7869
7846
|
},
|
|
7847
|
+
"node_modules/configstore/node_modules/signal-exit": {
|
|
7848
|
+
"version": "3.0.7",
|
|
7849
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
7850
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
7851
|
+
"license": "ISC"
|
|
7852
|
+
},
|
|
7870
7853
|
"node_modules/configstore/node_modules/write-file-atomic": {
|
|
7871
7854
|
"version": "3.0.3",
|
|
7872
7855
|
"resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
|
|
@@ -7934,6 +7917,15 @@
|
|
|
7934
7917
|
"integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==",
|
|
7935
7918
|
"license": "MIT"
|
|
7936
7919
|
},
|
|
7920
|
+
"node_modules/cookie": {
|
|
7921
|
+
"version": "0.7.1",
|
|
7922
|
+
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
7923
|
+
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
7924
|
+
"license": "MIT",
|
|
7925
|
+
"engines": {
|
|
7926
|
+
"node": ">= 0.6"
|
|
7927
|
+
}
|
|
7928
|
+
},
|
|
7937
7929
|
"node_modules/cookie-signature": {
|
|
7938
7930
|
"version": "1.0.6",
|
|
7939
7931
|
"resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
|
|
@@ -8020,12 +8012,12 @@
|
|
|
8020
8012
|
}
|
|
8021
8013
|
},
|
|
8022
8014
|
"node_modules/core-js-compat": {
|
|
8023
|
-
"version": "3.
|
|
8024
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
8025
|
-
"integrity": "sha512-
|
|
8015
|
+
"version": "3.41.0",
|
|
8016
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.41.0.tgz",
|
|
8017
|
+
"integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==",
|
|
8026
8018
|
"license": "MIT",
|
|
8027
8019
|
"dependencies": {
|
|
8028
|
-
"browserslist": "^4.24.
|
|
8020
|
+
"browserslist": "^4.24.4"
|
|
8029
8021
|
},
|
|
8030
8022
|
"funding": {
|
|
8031
8023
|
"type": "opencollective",
|
|
@@ -8033,9 +8025,9 @@
|
|
|
8033
8025
|
}
|
|
8034
8026
|
},
|
|
8035
8027
|
"node_modules/core-js-pure": {
|
|
8036
|
-
"version": "3.
|
|
8037
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.
|
|
8038
|
-
"integrity": "sha512-
|
|
8028
|
+
"version": "3.41.0",
|
|
8029
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.41.0.tgz",
|
|
8030
|
+
"integrity": "sha512-71Gzp96T9YPk63aUvE5Q5qP+DryB4ZloUZPSOebGM88VNw8VNfvdA7z6kGA8iGOTEzAomsRidp4jXSmUIJsL+Q==",
|
|
8039
8031
|
"hasInstallScript": true,
|
|
8040
8032
|
"license": "MIT",
|
|
8041
8033
|
"funding": {
|
|
@@ -8247,9 +8239,9 @@
|
|
|
8247
8239
|
}
|
|
8248
8240
|
},
|
|
8249
8241
|
"node_modules/css-loader/node_modules/semver": {
|
|
8250
|
-
"version": "7.
|
|
8251
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
8252
|
-
"integrity": "sha512-
|
|
8242
|
+
"version": "7.7.1",
|
|
8243
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
8244
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
8253
8245
|
"license": "ISC",
|
|
8254
8246
|
"bin": {
|
|
8255
8247
|
"semver": "bin/semver.js"
|
|
@@ -8379,12 +8371,12 @@
|
|
|
8379
8371
|
}
|
|
8380
8372
|
},
|
|
8381
8373
|
"node_modules/css-minimizer-webpack-plugin/node_modules/postcss-calc": {
|
|
8382
|
-
"version": "10.
|
|
8383
|
-
"resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.
|
|
8384
|
-
"integrity": "sha512-
|
|
8374
|
+
"version": "10.1.1",
|
|
8375
|
+
"resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-10.1.1.tgz",
|
|
8376
|
+
"integrity": "sha512-NYEsLHh8DgG/PRH2+G9BTuUdtf9ViS+vdoQ0YA5OQdGsfN4ztiwtDWNtBl9EKeqNMFnIu8IKZ0cLxEQ5r5KVMw==",
|
|
8385
8377
|
"license": "MIT",
|
|
8386
8378
|
"dependencies": {
|
|
8387
|
-
"postcss-selector-parser": "^
|
|
8379
|
+
"postcss-selector-parser": "^7.0.0",
|
|
8388
8380
|
"postcss-value-parser": "^4.2.0"
|
|
8389
8381
|
},
|
|
8390
8382
|
"engines": {
|
|
@@ -8394,6 +8386,19 @@
|
|
|
8394
8386
|
"postcss": "^8.4.38"
|
|
8395
8387
|
}
|
|
8396
8388
|
},
|
|
8389
|
+
"node_modules/css-minimizer-webpack-plugin/node_modules/postcss-calc/node_modules/postcss-selector-parser": {
|
|
8390
|
+
"version": "7.1.0",
|
|
8391
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
8392
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
8393
|
+
"license": "MIT",
|
|
8394
|
+
"dependencies": {
|
|
8395
|
+
"cssesc": "^3.0.0",
|
|
8396
|
+
"util-deprecate": "^1.0.2"
|
|
8397
|
+
},
|
|
8398
|
+
"engines": {
|
|
8399
|
+
"node": ">=4"
|
|
8400
|
+
}
|
|
8401
|
+
},
|
|
8397
8402
|
"node_modules/css-minimizer-webpack-plugin/node_modules/postcss-colormin": {
|
|
8398
8403
|
"version": "7.0.2",
|
|
8399
8404
|
"resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-7.0.2.tgz",
|
|
@@ -9217,9 +9222,9 @@
|
|
|
9217
9222
|
}
|
|
9218
9223
|
},
|
|
9219
9224
|
"node_modules/decimal.js": {
|
|
9220
|
-
"version": "10.
|
|
9221
|
-
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.
|
|
9222
|
-
"integrity": "sha512-
|
|
9225
|
+
"version": "10.5.0",
|
|
9226
|
+
"resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz",
|
|
9227
|
+
"integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==",
|
|
9223
9228
|
"license": "MIT"
|
|
9224
9229
|
},
|
|
9225
9230
|
"node_modules/dedent": {
|
|
@@ -9447,9 +9452,9 @@
|
|
|
9447
9452
|
"license": "MIT"
|
|
9448
9453
|
},
|
|
9449
9454
|
"node_modules/devtools-protocol": {
|
|
9450
|
-
"version": "0.0.
|
|
9451
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
9452
|
-
"integrity": "sha512-
|
|
9455
|
+
"version": "0.0.1436416",
|
|
9456
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1436416.tgz",
|
|
9457
|
+
"integrity": "sha512-iGLhz2WOrlBLcTcoVsFy5dPPUqILG6cc8MITYd5lV6i38gWG14bMXRH/d8G5KITrWHBnbsOnWHfc9Qs4/jej9Q==",
|
|
9453
9458
|
"license": "BSD-3-Clause"
|
|
9454
9459
|
},
|
|
9455
9460
|
"node_modules/diff-sequences": {
|
|
@@ -9667,9 +9672,9 @@
|
|
|
9667
9672
|
"license": "MIT"
|
|
9668
9673
|
},
|
|
9669
9674
|
"node_modules/electron-to-chromium": {
|
|
9670
|
-
"version": "1.5.
|
|
9671
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
9672
|
-
"integrity": "sha512-
|
|
9675
|
+
"version": "1.5.130",
|
|
9676
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.130.tgz",
|
|
9677
|
+
"integrity": "sha512-Ou2u7L9j2XLZbhqzyX0jWDj6gA8D3jIfVzt4rikLf3cGBa0VdReuFimBKS9tQJA4+XpeCxj1NoWlfBXzbMa9IA==",
|
|
9673
9678
|
"license": "ISC"
|
|
9674
9679
|
},
|
|
9675
9680
|
"node_modules/emittery": {
|
|
@@ -9718,9 +9723,9 @@
|
|
|
9718
9723
|
}
|
|
9719
9724
|
},
|
|
9720
9725
|
"node_modules/enhanced-resolve": {
|
|
9721
|
-
"version": "5.
|
|
9722
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.
|
|
9723
|
-
"integrity": "sha512-
|
|
9726
|
+
"version": "5.18.1",
|
|
9727
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
|
|
9728
|
+
"integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==",
|
|
9724
9729
|
"license": "MIT",
|
|
9725
9730
|
"dependencies": {
|
|
9726
9731
|
"graceful-fs": "^4.2.4",
|
|
@@ -9905,9 +9910,9 @@
|
|
|
9905
9910
|
}
|
|
9906
9911
|
},
|
|
9907
9912
|
"node_modules/es-module-lexer": {
|
|
9908
|
-
"version": "1.
|
|
9909
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.
|
|
9910
|
-
"integrity": "sha512-
|
|
9913
|
+
"version": "1.6.0",
|
|
9914
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz",
|
|
9915
|
+
"integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==",
|
|
9911
9916
|
"license": "MIT"
|
|
9912
9917
|
},
|
|
9913
9918
|
"node_modules/es-object-atoms": {
|
|
@@ -10465,13 +10470,13 @@
|
|
|
10465
10470
|
}
|
|
10466
10471
|
},
|
|
10467
10472
|
"node_modules/eslint-plugin-prettier": {
|
|
10468
|
-
"version": "5.2.
|
|
10469
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.
|
|
10470
|
-
"integrity": "sha512-
|
|
10473
|
+
"version": "5.2.6",
|
|
10474
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.6.tgz",
|
|
10475
|
+
"integrity": "sha512-mUcf7QG2Tjk7H055Jk0lGBjbgDnfrvqjhXh9t2xLMSCjZVcw9Rb1V6sVNXO0th3jgeO7zllWPTNRil3JW94TnQ==",
|
|
10471
10476
|
"license": "MIT",
|
|
10472
10477
|
"dependencies": {
|
|
10473
10478
|
"prettier-linter-helpers": "^1.0.0",
|
|
10474
|
-
"synckit": "^0.
|
|
10479
|
+
"synckit": "^0.11.0"
|
|
10475
10480
|
},
|
|
10476
10481
|
"engines": {
|
|
10477
10482
|
"node": "^14.18.0 || >=16.0.0"
|
|
@@ -10482,7 +10487,7 @@
|
|
|
10482
10487
|
"peerDependencies": {
|
|
10483
10488
|
"@types/eslint": ">=8.0.0",
|
|
10484
10489
|
"eslint": ">=8.0.0",
|
|
10485
|
-
"eslint-config-prettier": "
|
|
10490
|
+
"eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
|
|
10486
10491
|
"prettier": ">=3.0.0"
|
|
10487
10492
|
},
|
|
10488
10493
|
"peerDependenciesMeta": {
|
|
@@ -10937,6 +10942,12 @@
|
|
|
10937
10942
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10938
10943
|
}
|
|
10939
10944
|
},
|
|
10945
|
+
"node_modules/execa/node_modules/signal-exit": {
|
|
10946
|
+
"version": "3.0.7",
|
|
10947
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
10948
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
10949
|
+
"license": "ISC"
|
|
10950
|
+
},
|
|
10940
10951
|
"node_modules/exit": {
|
|
10941
10952
|
"version": "0.1.2",
|
|
10942
10953
|
"resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
|
|
@@ -10980,9 +10991,9 @@
|
|
|
10980
10991
|
"license": "MIT"
|
|
10981
10992
|
},
|
|
10982
10993
|
"node_modules/express": {
|
|
10983
|
-
"version": "4.21.
|
|
10984
|
-
"resolved": "https://registry.npmjs.org/express/-/express-4.21.
|
|
10985
|
-
"integrity": "sha512-
|
|
10994
|
+
"version": "4.21.2",
|
|
10995
|
+
"resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz",
|
|
10996
|
+
"integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==",
|
|
10986
10997
|
"license": "MIT",
|
|
10987
10998
|
"dependencies": {
|
|
10988
10999
|
"accepts": "~1.3.8",
|
|
@@ -11004,7 +11015,7 @@
|
|
|
11004
11015
|
"methods": "~1.1.2",
|
|
11005
11016
|
"on-finished": "2.4.1",
|
|
11006
11017
|
"parseurl": "~1.3.3",
|
|
11007
|
-
"path-to-regexp": "0.1.
|
|
11018
|
+
"path-to-regexp": "0.1.12",
|
|
11008
11019
|
"proxy-addr": "~2.0.7",
|
|
11009
11020
|
"qs": "6.13.0",
|
|
11010
11021
|
"range-parser": "~1.2.1",
|
|
@@ -11019,15 +11030,10 @@
|
|
|
11019
11030
|
},
|
|
11020
11031
|
"engines": {
|
|
11021
11032
|
"node": ">= 0.10.0"
|
|
11022
|
-
}
|
|
11023
|
-
|
|
11024
|
-
|
|
11025
|
-
|
|
11026
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz",
|
|
11027
|
-
"integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==",
|
|
11028
|
-
"license": "MIT",
|
|
11029
|
-
"engines": {
|
|
11030
|
-
"node": ">= 0.6"
|
|
11033
|
+
},
|
|
11034
|
+
"funding": {
|
|
11035
|
+
"type": "opencollective",
|
|
11036
|
+
"url": "https://opencollective.com/express"
|
|
11031
11037
|
}
|
|
11032
11038
|
},
|
|
11033
11039
|
"node_modules/express/node_modules/debug": {
|
|
@@ -11060,19 +11066,6 @@
|
|
|
11060
11066
|
"node": ">=4"
|
|
11061
11067
|
}
|
|
11062
11068
|
},
|
|
11063
|
-
"node_modules/external-editor/node_modules/iconv-lite": {
|
|
11064
|
-
"version": "0.4.24",
|
|
11065
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
11066
|
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
11067
|
-
"dev": true,
|
|
11068
|
-
"license": "MIT",
|
|
11069
|
-
"dependencies": {
|
|
11070
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
11071
|
-
},
|
|
11072
|
-
"engines": {
|
|
11073
|
-
"node": ">=0.10.0"
|
|
11074
|
-
}
|
|
11075
|
-
},
|
|
11076
11069
|
"node_modules/external-editor/node_modules/tmp": {
|
|
11077
11070
|
"version": "0.0.33",
|
|
11078
11071
|
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz",
|
|
@@ -11178,15 +11171,25 @@
|
|
|
11178
11171
|
"license": "MIT"
|
|
11179
11172
|
},
|
|
11180
11173
|
"node_modules/fast-uri": {
|
|
11181
|
-
"version": "3.0.
|
|
11182
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.
|
|
11183
|
-
"integrity": "sha512-
|
|
11174
|
+
"version": "3.0.6",
|
|
11175
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.6.tgz",
|
|
11176
|
+
"integrity": "sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==",
|
|
11177
|
+
"funding": [
|
|
11178
|
+
{
|
|
11179
|
+
"type": "github",
|
|
11180
|
+
"url": "https://github.com/sponsors/fastify"
|
|
11181
|
+
},
|
|
11182
|
+
{
|
|
11183
|
+
"type": "opencollective",
|
|
11184
|
+
"url": "https://opencollective.com/fastify"
|
|
11185
|
+
}
|
|
11186
|
+
],
|
|
11184
11187
|
"license": "BSD-3-Clause"
|
|
11185
11188
|
},
|
|
11186
11189
|
"node_modules/fast-xml-parser": {
|
|
11187
|
-
"version": "5.0
|
|
11188
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.0.
|
|
11189
|
-
"integrity": "sha512-
|
|
11190
|
+
"version": "5.2.0",
|
|
11191
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.2.0.tgz",
|
|
11192
|
+
"integrity": "sha512-Uw9+Mjt4SBRud1IcaYuW/O0lW8SKKdMl5g7g24HiIuyH5fQSD+AVLybSlJtqLYEbytVFjWQa5DMGcNgeksdRBg==",
|
|
11190
11193
|
"dev": true,
|
|
11191
11194
|
"funding": [
|
|
11192
11195
|
{
|
|
@@ -11218,9 +11221,9 @@
|
|
|
11218
11221
|
"license": "MIT"
|
|
11219
11222
|
},
|
|
11220
11223
|
"node_modules/fastq": {
|
|
11221
|
-
"version": "1.
|
|
11222
|
-
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.
|
|
11223
|
-
"integrity": "sha512-
|
|
11224
|
+
"version": "1.19.1",
|
|
11225
|
+
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
|
|
11226
|
+
"integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
|
|
11224
11227
|
"license": "ISC",
|
|
11225
11228
|
"dependencies": {
|
|
11226
11229
|
"reusify": "^1.0.4"
|
|
@@ -11387,14 +11390,14 @@
|
|
|
11387
11390
|
}
|
|
11388
11391
|
},
|
|
11389
11392
|
"node_modules/find-process": {
|
|
11390
|
-
"version": "1.4.
|
|
11391
|
-
"resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.
|
|
11392
|
-
"integrity": "sha512
|
|
11393
|
+
"version": "1.4.10",
|
|
11394
|
+
"resolved": "https://registry.npmjs.org/find-process/-/find-process-1.4.10.tgz",
|
|
11395
|
+
"integrity": "sha512-ncYFnWEIwL7PzmrK1yZtaccN8GhethD37RzBHG6iOZoFYB4vSmLLXfeWJjeN5nMvCJMjOtBvBBF8OgxEcikiZg==",
|
|
11393
11396
|
"license": "MIT",
|
|
11394
11397
|
"dependencies": {
|
|
11395
|
-
"chalk": "
|
|
11396
|
-
"commander": "^
|
|
11397
|
-
"
|
|
11398
|
+
"chalk": "~4.1.2",
|
|
11399
|
+
"commander": "^12.1.0",
|
|
11400
|
+
"loglevel": "^1.9.2"
|
|
11398
11401
|
},
|
|
11399
11402
|
"bin": {
|
|
11400
11403
|
"find-process": "bin/find-process.js"
|
|
@@ -11432,12 +11435,12 @@
|
|
|
11432
11435
|
}
|
|
11433
11436
|
},
|
|
11434
11437
|
"node_modules/find-process/node_modules/commander": {
|
|
11435
|
-
"version": "
|
|
11436
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-
|
|
11437
|
-
"integrity": "sha512-
|
|
11438
|
+
"version": "12.1.0",
|
|
11439
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
|
|
11440
|
+
"integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==",
|
|
11438
11441
|
"license": "MIT",
|
|
11439
11442
|
"engines": {
|
|
11440
|
-
"node": ">=
|
|
11443
|
+
"node": ">=18"
|
|
11441
11444
|
}
|
|
11442
11445
|
},
|
|
11443
11446
|
"node_modules/find-up": {
|
|
@@ -11555,13 +11558,14 @@
|
|
|
11555
11558
|
}
|
|
11556
11559
|
},
|
|
11557
11560
|
"node_modules/form-data": {
|
|
11558
|
-
"version": "4.0.
|
|
11559
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
11560
|
-
"integrity": "sha512-
|
|
11561
|
+
"version": "4.0.2",
|
|
11562
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
|
|
11563
|
+
"integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
|
|
11561
11564
|
"license": "MIT",
|
|
11562
11565
|
"dependencies": {
|
|
11563
11566
|
"asynckit": "^0.4.0",
|
|
11564
11567
|
"combined-stream": "^1.0.8",
|
|
11568
|
+
"es-set-tostringtag": "^2.1.0",
|
|
11565
11569
|
"mime-types": "^2.1.12"
|
|
11566
11570
|
},
|
|
11567
11571
|
"engines": {
|
|
@@ -11611,21 +11615,7 @@
|
|
|
11611
11615
|
"integrity": "sha512-cR/vflFyPZtrN6b38ZyWxpWdhlXrzZEBawlpBQMq7033xVY7/kg0GDMBK5jg8lDYQckdJ5x/YC88lM3C7VMsLg==",
|
|
11612
11616
|
"license": "MIT",
|
|
11613
11617
|
"engines": {
|
|
11614
|
-
"node": ">=0.10.0"
|
|
11615
|
-
}
|
|
11616
|
-
},
|
|
11617
|
-
"node_modules/fs-extra": {
|
|
11618
|
-
"version": "11.2.0",
|
|
11619
|
-
"resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz",
|
|
11620
|
-
"integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==",
|
|
11621
|
-
"license": "MIT",
|
|
11622
|
-
"dependencies": {
|
|
11623
|
-
"graceful-fs": "^4.2.0",
|
|
11624
|
-
"jsonfile": "^6.0.1",
|
|
11625
|
-
"universalify": "^2.0.0"
|
|
11626
|
-
},
|
|
11627
|
-
"engines": {
|
|
11628
|
-
"node": ">=14.14"
|
|
11618
|
+
"node": ">=0.10.0"
|
|
11629
11619
|
}
|
|
11630
11620
|
},
|
|
11631
11621
|
"node_modules/fs-monkey": {
|
|
@@ -11838,15 +11828,14 @@
|
|
|
11838
11828
|
}
|
|
11839
11829
|
},
|
|
11840
11830
|
"node_modules/get-uri": {
|
|
11841
|
-
"version": "6.0.
|
|
11842
|
-
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.
|
|
11843
|
-
"integrity": "sha512-
|
|
11831
|
+
"version": "6.0.4",
|
|
11832
|
+
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.4.tgz",
|
|
11833
|
+
"integrity": "sha512-E1b1lFFLvLgak2whF2xDBcOy6NLVGZBqqjJjsIhvopKfWWEi64pLVTWWehV8KlLerZkfNTA95sTe2OdJKm1OzQ==",
|
|
11844
11834
|
"license": "MIT",
|
|
11845
11835
|
"dependencies": {
|
|
11846
11836
|
"basic-ftp": "^5.0.2",
|
|
11847
11837
|
"data-uri-to-buffer": "^6.0.2",
|
|
11848
|
-
"debug": "^4.3.4"
|
|
11849
|
-
"fs-extra": "^11.2.0"
|
|
11838
|
+
"debug": "^4.3.4"
|
|
11850
11839
|
},
|
|
11851
11840
|
"engines": {
|
|
11852
11841
|
"node": ">= 14"
|
|
@@ -12344,9 +12333,9 @@
|
|
|
12344
12333
|
}
|
|
12345
12334
|
},
|
|
12346
12335
|
"node_modules/html-entities": {
|
|
12347
|
-
"version": "2.
|
|
12348
|
-
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.
|
|
12349
|
-
"integrity": "sha512-
|
|
12336
|
+
"version": "2.6.0",
|
|
12337
|
+
"resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.6.0.tgz",
|
|
12338
|
+
"integrity": "sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==",
|
|
12350
12339
|
"funding": [
|
|
12351
12340
|
{
|
|
12352
12341
|
"type": "github",
|
|
@@ -12581,9 +12570,9 @@
|
|
|
12581
12570
|
}
|
|
12582
12571
|
},
|
|
12583
12572
|
"node_modules/http-parser-js": {
|
|
12584
|
-
"version": "0.5.
|
|
12585
|
-
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.
|
|
12586
|
-
"integrity": "sha512-
|
|
12573
|
+
"version": "0.5.9",
|
|
12574
|
+
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.9.tgz",
|
|
12575
|
+
"integrity": "sha512-n1XsPy3rXVxlqxVioEWdC+0+M+SQw0DpJynwtOPo1X+ZlvdzTLtDBIJJlDQTnwZIFJrZSzSGmIOUdP8tu+SgLw==",
|
|
12587
12576
|
"license": "MIT"
|
|
12588
12577
|
},
|
|
12589
12578
|
"node_modules/http-proxy": {
|
|
@@ -12661,12 +12650,12 @@
|
|
|
12661
12650
|
}
|
|
12662
12651
|
},
|
|
12663
12652
|
"node_modules/iconv-lite": {
|
|
12664
|
-
"version": "0.
|
|
12665
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.
|
|
12666
|
-
"integrity": "sha512-
|
|
12653
|
+
"version": "0.4.24",
|
|
12654
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
12655
|
+
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
12667
12656
|
"license": "MIT",
|
|
12668
12657
|
"dependencies": {
|
|
12669
|
-
"safer-buffer": ">= 2.1.2 < 3
|
|
12658
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
12670
12659
|
},
|
|
12671
12660
|
"engines": {
|
|
12672
12661
|
"node": ">=0.10.0"
|
|
@@ -12760,15 +12749,15 @@
|
|
|
12760
12749
|
"license": "MIT"
|
|
12761
12750
|
},
|
|
12762
12751
|
"node_modules/immutable": {
|
|
12763
|
-
"version": "5.
|
|
12764
|
-
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.
|
|
12765
|
-
"integrity": "sha512-
|
|
12752
|
+
"version": "5.1.1",
|
|
12753
|
+
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.1.tgz",
|
|
12754
|
+
"integrity": "sha512-3jatXi9ObIsPGr3N5hGw/vWWcTkq6hUYhpQz4k0wLC+owqWi/LiugIw9x0EdNZ2yGedKN/HzePiBvaJRXa0Ujg==",
|
|
12766
12755
|
"license": "MIT"
|
|
12767
12756
|
},
|
|
12768
12757
|
"node_modules/import-fresh": {
|
|
12769
|
-
"version": "3.3.
|
|
12770
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.
|
|
12771
|
-
"integrity": "sha512-
|
|
12758
|
+
"version": "3.3.1",
|
|
12759
|
+
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
12760
|
+
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
12772
12761
|
"license": "MIT",
|
|
12773
12762
|
"dependencies": {
|
|
12774
12763
|
"parent-module": "^1.0.0",
|
|
@@ -13056,9 +13045,9 @@
|
|
|
13056
13045
|
}
|
|
13057
13046
|
},
|
|
13058
13047
|
"node_modules/is-core-module": {
|
|
13059
|
-
"version": "2.
|
|
13060
|
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.
|
|
13061
|
-
"integrity": "sha512-
|
|
13048
|
+
"version": "2.16.1",
|
|
13049
|
+
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
13050
|
+
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
13062
13051
|
"license": "MIT",
|
|
13063
13052
|
"dependencies": {
|
|
13064
13053
|
"hasown": "^2.0.2"
|
|
@@ -14818,9 +14807,9 @@
|
|
|
14818
14807
|
}
|
|
14819
14808
|
},
|
|
14820
14809
|
"node_modules/jsesc": {
|
|
14821
|
-
"version": "3.0
|
|
14822
|
-
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.
|
|
14823
|
-
"integrity": "sha512
|
|
14810
|
+
"version": "3.1.0",
|
|
14811
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
14812
|
+
"integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==",
|
|
14824
14813
|
"license": "MIT",
|
|
14825
14814
|
"bin": {
|
|
14826
14815
|
"jsesc": "bin/jsesc"
|
|
@@ -14929,18 +14918,6 @@
|
|
|
14929
14918
|
"integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==",
|
|
14930
14919
|
"license": "MIT"
|
|
14931
14920
|
},
|
|
14932
|
-
"node_modules/jsonfile": {
|
|
14933
|
-
"version": "6.1.0",
|
|
14934
|
-
"resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
|
|
14935
|
-
"integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
|
|
14936
|
-
"license": "MIT",
|
|
14937
|
-
"dependencies": {
|
|
14938
|
-
"universalify": "^2.0.0"
|
|
14939
|
-
},
|
|
14940
|
-
"optionalDependencies": {
|
|
14941
|
-
"graceful-fs": "^4.1.6"
|
|
14942
|
-
}
|
|
14943
|
-
},
|
|
14944
14921
|
"node_modules/jsx-ast-utils": {
|
|
14945
14922
|
"version": "3.3.5",
|
|
14946
14923
|
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
|
|
@@ -15068,9 +15045,9 @@
|
|
|
15068
15045
|
}
|
|
15069
15046
|
},
|
|
15070
15047
|
"node_modules/launch-editor": {
|
|
15071
|
-
"version": "2.
|
|
15072
|
-
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.
|
|
15073
|
-
"integrity": "sha512-
|
|
15048
|
+
"version": "2.10.0",
|
|
15049
|
+
"resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.10.0.tgz",
|
|
15050
|
+
"integrity": "sha512-D7dBRJo/qcGX9xlvt/6wUYzQxjh5G1RvZPgPv8vi4KRU99DVQL/oW7tnVOCCTm2HGeo3C5HvGE5Yrh6UBoZ0vA==",
|
|
15074
15051
|
"license": "MIT",
|
|
15075
15052
|
"dependencies": {
|
|
15076
15053
|
"picocolors": "^1.0.0",
|
|
@@ -15166,18 +15143,18 @@
|
|
|
15166
15143
|
}
|
|
15167
15144
|
},
|
|
15168
15145
|
"node_modules/lighthouse": {
|
|
15169
|
-
"version": "12.
|
|
15170
|
-
"resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.
|
|
15171
|
-
"integrity": "sha512-
|
|
15146
|
+
"version": "12.5.1",
|
|
15147
|
+
"resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-12.5.1.tgz",
|
|
15148
|
+
"integrity": "sha512-ooOIqtBxOEnuX3yKtc8WiMPI/fPqHtXHaXU4ey87icRcY5I2B9+imk8i6U7duIO+yrU0WwbIwhmCs8s/FFNRgA==",
|
|
15172
15149
|
"license": "Apache-2.0",
|
|
15173
15150
|
"dependencies": {
|
|
15174
|
-
"@paulirish/trace_engine": "0.0.
|
|
15151
|
+
"@paulirish/trace_engine": "0.0.50",
|
|
15175
15152
|
"@sentry/node": "^7.0.0",
|
|
15176
|
-
"axe-core": "^4.10.
|
|
15153
|
+
"axe-core": "^4.10.3",
|
|
15177
15154
|
"chrome-launcher": "^1.1.2",
|
|
15178
15155
|
"configstore": "^5.0.1",
|
|
15179
15156
|
"csp_evaluator": "1.1.5",
|
|
15180
|
-
"devtools-protocol": "0.0.
|
|
15157
|
+
"devtools-protocol": "0.0.1436416",
|
|
15181
15158
|
"enquirer": "^2.3.6",
|
|
15182
15159
|
"http-link-header": "^1.1.1",
|
|
15183
15160
|
"intl-messageformat": "^10.5.3",
|
|
@@ -15190,7 +15167,7 @@
|
|
|
15190
15167
|
"metaviewport-parser": "0.3.0",
|
|
15191
15168
|
"open": "^8.4.0",
|
|
15192
15169
|
"parse-cache-control": "1.0.1",
|
|
15193
|
-
"puppeteer-core": "^24.
|
|
15170
|
+
"puppeteer-core": "^24.4.0",
|
|
15194
15171
|
"robots-parser": "^3.0.1",
|
|
15195
15172
|
"semver": "^5.3.0",
|
|
15196
15173
|
"speedline-core": "^1.4.3",
|
|
@@ -15241,9 +15218,9 @@
|
|
|
15241
15218
|
"license": "Apache-2.0"
|
|
15242
15219
|
},
|
|
15243
15220
|
"node_modules/lighthouse/node_modules/@puppeteer/browsers": {
|
|
15244
|
-
"version": "2.
|
|
15245
|
-
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.
|
|
15246
|
-
"integrity": "sha512-
|
|
15221
|
+
"version": "2.9.0",
|
|
15222
|
+
"resolved": "https://registry.npmjs.org/@puppeteer/browsers/-/browsers-2.9.0.tgz",
|
|
15223
|
+
"integrity": "sha512-8+xM+cFydYET4X/5/3yZMHs7sjS6c9I6H5I3xJdb6cinzxWUT/I2QVw4avxCQ8QDndwdHkG/FiSZIrCjAbaKvQ==",
|
|
15247
15224
|
"license": "Apache-2.0",
|
|
15248
15225
|
"dependencies": {
|
|
15249
15226
|
"debug": "^4.4.0",
|
|
@@ -15274,15 +15251,15 @@
|
|
|
15274
15251
|
}
|
|
15275
15252
|
},
|
|
15276
15253
|
"node_modules/lighthouse/node_modules/puppeteer-core": {
|
|
15277
|
-
"version": "24.
|
|
15278
|
-
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.
|
|
15279
|
-
"integrity": "sha512-
|
|
15254
|
+
"version": "24.6.0",
|
|
15255
|
+
"resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-24.6.0.tgz",
|
|
15256
|
+
"integrity": "sha512-Cukxysy12m0v350bhl/Gzof0XQYmtON9l2VvGp3D4BOQZVgyf+y5wIpcjDZQ/896Okoi95dKRGRV8E6a7SYAQQ==",
|
|
15280
15257
|
"license": "Apache-2.0",
|
|
15281
15258
|
"dependencies": {
|
|
15282
|
-
"@puppeteer/browsers": "2.
|
|
15283
|
-
"chromium-bidi": "
|
|
15259
|
+
"@puppeteer/browsers": "2.9.0",
|
|
15260
|
+
"chromium-bidi": "3.0.0",
|
|
15284
15261
|
"debug": "^4.4.0",
|
|
15285
|
-
"devtools-protocol": "0.0.
|
|
15262
|
+
"devtools-protocol": "0.0.1425554",
|
|
15286
15263
|
"typed-query-selector": "^2.12.0",
|
|
15287
15264
|
"ws": "^8.18.1"
|
|
15288
15265
|
},
|
|
@@ -15291,9 +15268,9 @@
|
|
|
15291
15268
|
}
|
|
15292
15269
|
},
|
|
15293
15270
|
"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/chromium-bidi": {
|
|
15294
|
-
"version": "
|
|
15295
|
-
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-
|
|
15296
|
-
"integrity": "sha512-
|
|
15271
|
+
"version": "3.0.0",
|
|
15272
|
+
"resolved": "https://registry.npmjs.org/chromium-bidi/-/chromium-bidi-3.0.0.tgz",
|
|
15273
|
+
"integrity": "sha512-ZOGRDAhBMX1uxL2Cm2TDuhImbrsEz5A/tTcVU6RpXEWaTNUNwsHW6njUXizh51Ir6iqHbKAfhA2XK33uBcLo5A==",
|
|
15297
15274
|
"license": "Apache-2.0",
|
|
15298
15275
|
"dependencies": {
|
|
15299
15276
|
"mitt": "^3.0.1",
|
|
@@ -15304,9 +15281,9 @@
|
|
|
15304
15281
|
}
|
|
15305
15282
|
},
|
|
15306
15283
|
"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/devtools-protocol": {
|
|
15307
|
-
"version": "0.0.
|
|
15308
|
-
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.
|
|
15309
|
-
"integrity": "sha512-
|
|
15284
|
+
"version": "0.0.1425554",
|
|
15285
|
+
"resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1425554.tgz",
|
|
15286
|
+
"integrity": "sha512-uRfxR6Nlzdzt0ihVIkV+sLztKgs7rgquY/Mhcv1YNCWDh5IZgl5mnn2aeEnW5stYTE0wwiF4RYVz8eMEpV1SEw==",
|
|
15310
15287
|
"license": "BSD-3-Clause"
|
|
15311
15288
|
},
|
|
15312
15289
|
"node_modules/lighthouse/node_modules/puppeteer-core/node_modules/ws": {
|
|
@@ -15395,9 +15372,9 @@
|
|
|
15395
15372
|
}
|
|
15396
15373
|
},
|
|
15397
15374
|
"node_modules/lilconfig": {
|
|
15398
|
-
"version": "3.1.
|
|
15399
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
15400
|
-
"integrity": "sha512
|
|
15375
|
+
"version": "3.1.3",
|
|
15376
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
15377
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
15401
15378
|
"license": "MIT",
|
|
15402
15379
|
"engines": {
|
|
15403
15380
|
"node": ">=14"
|
|
@@ -15538,6 +15515,7 @@
|
|
|
15538
15515
|
"version": "4.5.0",
|
|
15539
15516
|
"resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
|
|
15540
15517
|
"integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
|
|
15518
|
+
"deprecated": "This package is deprecated. Use require('node:util').isDeepStrictEqual instead.",
|
|
15541
15519
|
"license": "MIT"
|
|
15542
15520
|
},
|
|
15543
15521
|
"node_modules/lodash.isfunction": {
|
|
@@ -15641,6 +15619,19 @@
|
|
|
15641
15619
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
15642
15620
|
}
|
|
15643
15621
|
},
|
|
15622
|
+
"node_modules/loglevel": {
|
|
15623
|
+
"version": "1.9.2",
|
|
15624
|
+
"resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.9.2.tgz",
|
|
15625
|
+
"integrity": "sha512-HgMmCqIJSAKqo68l0rS2AanEWfkxaZ5wNiEFb5ggm08lDs9Xl2KxBlX3PTcaD2chBM1gXAYf491/M2Rv8Jwayg==",
|
|
15626
|
+
"license": "MIT",
|
|
15627
|
+
"engines": {
|
|
15628
|
+
"node": ">= 0.6.0"
|
|
15629
|
+
},
|
|
15630
|
+
"funding": {
|
|
15631
|
+
"type": "tidelift",
|
|
15632
|
+
"url": "https://tidelift.com/funding/github/npm/loglevel"
|
|
15633
|
+
}
|
|
15634
|
+
},
|
|
15644
15635
|
"node_modules/lookup-closest-locale": {
|
|
15645
15636
|
"version": "6.2.0",
|
|
15646
15637
|
"resolved": "https://registry.npmjs.org/lookup-closest-locale/-/lookup-closest-locale-6.2.0.tgz",
|
|
@@ -16189,9 +16180,9 @@
|
|
|
16189
16180
|
"license": "MIT"
|
|
16190
16181
|
},
|
|
16191
16182
|
"node_modules/mrmime": {
|
|
16192
|
-
"version": "2.0.
|
|
16193
|
-
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.
|
|
16194
|
-
"integrity": "sha512-
|
|
16183
|
+
"version": "2.0.1",
|
|
16184
|
+
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
|
|
16185
|
+
"integrity": "sha512-Y3wQdFg2Va6etvQ5I82yUhGdsKrcYox6p7FfL1LbK2J4V01F9TGlepTIhnK24t7koZibmg82KGglhA1XK5IsLQ==",
|
|
16195
16186
|
"license": "MIT",
|
|
16196
16187
|
"engines": {
|
|
16197
16188
|
"node": ">=10"
|
|
@@ -16227,9 +16218,9 @@
|
|
|
16227
16218
|
}
|
|
16228
16219
|
},
|
|
16229
16220
|
"node_modules/nanoid": {
|
|
16230
|
-
"version": "3.3.
|
|
16231
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
16232
|
-
"integrity": "sha512-
|
|
16221
|
+
"version": "3.3.11",
|
|
16222
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz",
|
|
16223
|
+
"integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
|
|
16233
16224
|
"funding": [
|
|
16234
16225
|
{
|
|
16235
16226
|
"type": "github",
|
|
@@ -16550,9 +16541,9 @@
|
|
|
16550
16541
|
}
|
|
16551
16542
|
},
|
|
16552
16543
|
"node_modules/nwsapi": {
|
|
16553
|
-
"version": "2.2.
|
|
16554
|
-
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.
|
|
16555
|
-
"integrity": "sha512
|
|
16544
|
+
"version": "2.2.20",
|
|
16545
|
+
"resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz",
|
|
16546
|
+
"integrity": "sha512-/ieB+mDe4MrrKMT8z+mQL8klXydZWGR5Dowt4RAGKbJ3kIGEx3X4ljUo+6V73IXtUPWgfOlU5B9MlGxFO5T+cA==",
|
|
16556
16547
|
"license": "MIT"
|
|
16557
16548
|
},
|
|
16558
16549
|
"node_modules/object-assign": {
|
|
@@ -16571,9 +16562,9 @@
|
|
|
16571
16562
|
"license": "MIT"
|
|
16572
16563
|
},
|
|
16573
16564
|
"node_modules/object-inspect": {
|
|
16574
|
-
"version": "1.13.
|
|
16575
|
-
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.
|
|
16576
|
-
"integrity": "sha512-
|
|
16565
|
+
"version": "1.13.4",
|
|
16566
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
16567
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
16577
16568
|
"license": "MIT",
|
|
16578
16569
|
"engines": {
|
|
16579
16570
|
"node": ">= 0.4"
|
|
@@ -16880,9 +16871,9 @@
|
|
|
16880
16871
|
}
|
|
16881
16872
|
},
|
|
16882
16873
|
"node_modules/pac-proxy-agent": {
|
|
16883
|
-
"version": "7.
|
|
16884
|
-
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.
|
|
16885
|
-
"integrity": "sha512-
|
|
16874
|
+
"version": "7.2.0",
|
|
16875
|
+
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
|
|
16876
|
+
"integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
|
|
16886
16877
|
"license": "MIT",
|
|
16887
16878
|
"dependencies": {
|
|
16888
16879
|
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
|
@@ -17087,9 +17078,9 @@
|
|
|
17087
17078
|
"license": "MIT"
|
|
17088
17079
|
},
|
|
17089
17080
|
"node_modules/path-to-regexp": {
|
|
17090
|
-
"version": "0.1.
|
|
17091
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.
|
|
17092
|
-
"integrity": "sha512-
|
|
17081
|
+
"version": "0.1.12",
|
|
17082
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz",
|
|
17083
|
+
"integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==",
|
|
17093
17084
|
"license": "MIT"
|
|
17094
17085
|
},
|
|
17095
17086
|
"node_modules/path-type": {
|
|
@@ -17156,9 +17147,9 @@
|
|
|
17156
17147
|
}
|
|
17157
17148
|
},
|
|
17158
17149
|
"node_modules/pirates": {
|
|
17159
|
-
"version": "4.0.
|
|
17160
|
-
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.
|
|
17161
|
-
"integrity": "sha512-
|
|
17150
|
+
"version": "4.0.7",
|
|
17151
|
+
"resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz",
|
|
17152
|
+
"integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==",
|
|
17162
17153
|
"license": "MIT",
|
|
17163
17154
|
"engines": {
|
|
17164
17155
|
"node": ">= 6"
|
|
@@ -17250,9 +17241,9 @@
|
|
|
17250
17241
|
}
|
|
17251
17242
|
},
|
|
17252
17243
|
"node_modules/pkg-dir/node_modules/yocto-queue": {
|
|
17253
|
-
"version": "1.
|
|
17254
|
-
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.
|
|
17255
|
-
"integrity": "sha512-
|
|
17244
|
+
"version": "1.2.1",
|
|
17245
|
+
"resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.2.1.tgz",
|
|
17246
|
+
"integrity": "sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==",
|
|
17256
17247
|
"license": "MIT",
|
|
17257
17248
|
"engines": {
|
|
17258
17249
|
"node": ">=12.20"
|
|
@@ -17497,9 +17488,9 @@
|
|
|
17497
17488
|
}
|
|
17498
17489
|
},
|
|
17499
17490
|
"node_modules/postcss-loader/node_modules/semver": {
|
|
17500
|
-
"version": "7.
|
|
17501
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.
|
|
17502
|
-
"integrity": "sha512-
|
|
17491
|
+
"version": "7.7.1",
|
|
17492
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
17493
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
17503
17494
|
"license": "ISC",
|
|
17504
17495
|
"bin": {
|
|
17505
17496
|
"semver": "bin/semver.js"
|
|
@@ -17625,13 +17616,13 @@
|
|
|
17625
17616
|
}
|
|
17626
17617
|
},
|
|
17627
17618
|
"node_modules/postcss-modules-local-by-default": {
|
|
17628
|
-
"version": "4.0
|
|
17629
|
-
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.
|
|
17630
|
-
"integrity": "sha512-
|
|
17619
|
+
"version": "4.2.0",
|
|
17620
|
+
"resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.2.0.tgz",
|
|
17621
|
+
"integrity": "sha512-5kcJm/zk+GJDSfw+V/42fJ5fhjL5YbFDl8nVdXkJPLLW+Vf9mTD5Xe0wqIaDnLuL2U6cDNpTr+UQ+v2HWIBhzw==",
|
|
17631
17622
|
"license": "MIT",
|
|
17632
17623
|
"dependencies": {
|
|
17633
17624
|
"icss-utils": "^5.0.0",
|
|
17634
|
-
"postcss-selector-parser": "^
|
|
17625
|
+
"postcss-selector-parser": "^7.0.0",
|
|
17635
17626
|
"postcss-value-parser": "^4.1.0"
|
|
17636
17627
|
},
|
|
17637
17628
|
"engines": {
|
|
@@ -17641,13 +17632,26 @@
|
|
|
17641
17632
|
"postcss": "^8.1.0"
|
|
17642
17633
|
}
|
|
17643
17634
|
},
|
|
17635
|
+
"node_modules/postcss-modules-local-by-default/node_modules/postcss-selector-parser": {
|
|
17636
|
+
"version": "7.1.0",
|
|
17637
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
17638
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
17639
|
+
"license": "MIT",
|
|
17640
|
+
"dependencies": {
|
|
17641
|
+
"cssesc": "^3.0.0",
|
|
17642
|
+
"util-deprecate": "^1.0.2"
|
|
17643
|
+
},
|
|
17644
|
+
"engines": {
|
|
17645
|
+
"node": ">=4"
|
|
17646
|
+
}
|
|
17647
|
+
},
|
|
17644
17648
|
"node_modules/postcss-modules-scope": {
|
|
17645
|
-
"version": "3.2.
|
|
17646
|
-
"resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.
|
|
17647
|
-
"integrity": "sha512-
|
|
17649
|
+
"version": "3.2.1",
|
|
17650
|
+
"resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz",
|
|
17651
|
+
"integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==",
|
|
17648
17652
|
"license": "ISC",
|
|
17649
17653
|
"dependencies": {
|
|
17650
|
-
"postcss-selector-parser": "^
|
|
17654
|
+
"postcss-selector-parser": "^7.0.0"
|
|
17651
17655
|
},
|
|
17652
17656
|
"engines": {
|
|
17653
17657
|
"node": "^10 || ^12 || >= 14"
|
|
@@ -17656,6 +17660,19 @@
|
|
|
17656
17660
|
"postcss": "^8.1.0"
|
|
17657
17661
|
}
|
|
17658
17662
|
},
|
|
17663
|
+
"node_modules/postcss-modules-scope/node_modules/postcss-selector-parser": {
|
|
17664
|
+
"version": "7.1.0",
|
|
17665
|
+
"resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz",
|
|
17666
|
+
"integrity": "sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==",
|
|
17667
|
+
"license": "MIT",
|
|
17668
|
+
"dependencies": {
|
|
17669
|
+
"cssesc": "^3.0.0",
|
|
17670
|
+
"util-deprecate": "^1.0.2"
|
|
17671
|
+
},
|
|
17672
|
+
"engines": {
|
|
17673
|
+
"node": ">=4"
|
|
17674
|
+
}
|
|
17675
|
+
},
|
|
17659
17676
|
"node_modules/postcss-modules-values": {
|
|
17660
17677
|
"version": "4.0.0",
|
|
17661
17678
|
"resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz",
|
|
@@ -18157,10 +18174,16 @@
|
|
|
18157
18174
|
"license": "MIT"
|
|
18158
18175
|
},
|
|
18159
18176
|
"node_modules/psl": {
|
|
18160
|
-
"version": "1.
|
|
18161
|
-
"resolved": "https://registry.npmjs.org/psl/-/psl-1.
|
|
18162
|
-
"integrity": "sha512-
|
|
18163
|
-
"license": "MIT"
|
|
18177
|
+
"version": "1.15.0",
|
|
18178
|
+
"resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz",
|
|
18179
|
+
"integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==",
|
|
18180
|
+
"license": "MIT",
|
|
18181
|
+
"dependencies": {
|
|
18182
|
+
"punycode": "^2.3.1"
|
|
18183
|
+
},
|
|
18184
|
+
"funding": {
|
|
18185
|
+
"url": "https://github.com/sponsors/lupomontero"
|
|
18186
|
+
}
|
|
18164
18187
|
},
|
|
18165
18188
|
"node_modules/pump": {
|
|
18166
18189
|
"version": "3.0.2",
|
|
@@ -18406,18 +18429,6 @@
|
|
|
18406
18429
|
"node": ">= 0.8"
|
|
18407
18430
|
}
|
|
18408
18431
|
},
|
|
18409
|
-
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
18410
|
-
"version": "0.4.24",
|
|
18411
|
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
|
18412
|
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
18413
|
-
"license": "MIT",
|
|
18414
|
-
"dependencies": {
|
|
18415
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
18416
|
-
},
|
|
18417
|
-
"engines": {
|
|
18418
|
-
"node": ">=0.10.0"
|
|
18419
|
-
}
|
|
18420
|
-
},
|
|
18421
18432
|
"node_modules/react": {
|
|
18422
18433
|
"version": "18.3.1",
|
|
18423
18434
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
@@ -18572,12 +18583,12 @@
|
|
|
18572
18583
|
}
|
|
18573
18584
|
},
|
|
18574
18585
|
"node_modules/readdirp": {
|
|
18575
|
-
"version": "4.
|
|
18576
|
-
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.
|
|
18577
|
-
"integrity": "sha512-
|
|
18586
|
+
"version": "4.1.2",
|
|
18587
|
+
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
|
|
18588
|
+
"integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
|
|
18578
18589
|
"license": "MIT",
|
|
18579
18590
|
"engines": {
|
|
18580
|
-
"node": ">= 14.
|
|
18591
|
+
"node": ">= 14.18.0"
|
|
18581
18592
|
},
|
|
18582
18593
|
"funding": {
|
|
18583
18594
|
"type": "individual",
|
|
@@ -18685,15 +18696,15 @@
|
|
|
18685
18696
|
}
|
|
18686
18697
|
},
|
|
18687
18698
|
"node_modules/regexpu-core": {
|
|
18688
|
-
"version": "6.
|
|
18689
|
-
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.
|
|
18690
|
-
"integrity": "sha512-
|
|
18699
|
+
"version": "6.2.0",
|
|
18700
|
+
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz",
|
|
18701
|
+
"integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==",
|
|
18691
18702
|
"license": "MIT",
|
|
18692
18703
|
"dependencies": {
|
|
18693
18704
|
"regenerate": "^1.4.2",
|
|
18694
18705
|
"regenerate-unicode-properties": "^10.2.0",
|
|
18695
18706
|
"regjsgen": "^0.8.0",
|
|
18696
|
-
"regjsparser": "^0.
|
|
18707
|
+
"regjsparser": "^0.12.0",
|
|
18697
18708
|
"unicode-match-property-ecmascript": "^2.0.0",
|
|
18698
18709
|
"unicode-match-property-value-ecmascript": "^2.1.0"
|
|
18699
18710
|
},
|
|
@@ -18708,9 +18719,9 @@
|
|
|
18708
18719
|
"license": "MIT"
|
|
18709
18720
|
},
|
|
18710
18721
|
"node_modules/regjsparser": {
|
|
18711
|
-
"version": "0.
|
|
18712
|
-
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.
|
|
18713
|
-
"integrity": "sha512-
|
|
18722
|
+
"version": "0.12.0",
|
|
18723
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz",
|
|
18724
|
+
"integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
|
|
18714
18725
|
"license": "BSD-2-Clause",
|
|
18715
18726
|
"dependencies": {
|
|
18716
18727
|
"jsesc": "~3.0.2"
|
|
@@ -18719,6 +18730,18 @@
|
|
|
18719
18730
|
"regjsparser": "bin/parser"
|
|
18720
18731
|
}
|
|
18721
18732
|
},
|
|
18733
|
+
"node_modules/regjsparser/node_modules/jsesc": {
|
|
18734
|
+
"version": "3.0.2",
|
|
18735
|
+
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz",
|
|
18736
|
+
"integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==",
|
|
18737
|
+
"license": "MIT",
|
|
18738
|
+
"bin": {
|
|
18739
|
+
"jsesc": "bin/jsesc"
|
|
18740
|
+
},
|
|
18741
|
+
"engines": {
|
|
18742
|
+
"node": ">=6"
|
|
18743
|
+
}
|
|
18744
|
+
},
|
|
18722
18745
|
"node_modules/relateurl": {
|
|
18723
18746
|
"version": "0.2.7",
|
|
18724
18747
|
"resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz",
|
|
@@ -18858,18 +18881,21 @@
|
|
|
18858
18881
|
"license": "MIT"
|
|
18859
18882
|
},
|
|
18860
18883
|
"node_modules/resolve": {
|
|
18861
|
-
"version": "1.22.
|
|
18862
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
18863
|
-
"integrity": "sha512-
|
|
18884
|
+
"version": "1.22.10",
|
|
18885
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz",
|
|
18886
|
+
"integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==",
|
|
18864
18887
|
"license": "MIT",
|
|
18865
18888
|
"dependencies": {
|
|
18866
|
-
"is-core-module": "^2.
|
|
18889
|
+
"is-core-module": "^2.16.0",
|
|
18867
18890
|
"path-parse": "^1.0.7",
|
|
18868
18891
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
18869
18892
|
},
|
|
18870
18893
|
"bin": {
|
|
18871
18894
|
"resolve": "bin/resolve"
|
|
18872
18895
|
},
|
|
18896
|
+
"engines": {
|
|
18897
|
+
"node": ">= 0.4"
|
|
18898
|
+
},
|
|
18873
18899
|
"funding": {
|
|
18874
18900
|
"url": "https://github.com/sponsors/ljharb"
|
|
18875
18901
|
}
|
|
@@ -18936,9 +18962,9 @@
|
|
|
18936
18962
|
}
|
|
18937
18963
|
},
|
|
18938
18964
|
"node_modules/reusify": {
|
|
18939
|
-
"version": "1.0
|
|
18940
|
-
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.
|
|
18941
|
-
"integrity": "sha512-
|
|
18965
|
+
"version": "1.1.0",
|
|
18966
|
+
"resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz",
|
|
18967
|
+
"integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
|
|
18942
18968
|
"license": "MIT",
|
|
18943
18969
|
"engines": {
|
|
18944
18970
|
"iojs": ">=1.0.0",
|
|
@@ -18968,18 +18994,21 @@
|
|
|
18968
18994
|
}
|
|
18969
18995
|
},
|
|
18970
18996
|
"node_modules/rtlcss": {
|
|
18971
|
-
"version": "3.
|
|
18972
|
-
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.
|
|
18973
|
-
"integrity": "sha512-
|
|
18997
|
+
"version": "4.3.0",
|
|
18998
|
+
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-4.3.0.tgz",
|
|
18999
|
+
"integrity": "sha512-FI+pHEn7Wc4NqKXMXFM+VAYKEj/mRIcW4h24YVwVtyjI+EqGrLc2Hx/Ny0lrZ21cBWU2goLy36eqMcNj3AQJig==",
|
|
18974
19000
|
"license": "MIT",
|
|
18975
19001
|
"dependencies": {
|
|
18976
|
-
"
|
|
19002
|
+
"escalade": "^3.1.1",
|
|
18977
19003
|
"picocolors": "^1.0.0",
|
|
18978
|
-
"postcss": "^8.
|
|
19004
|
+
"postcss": "^8.4.21",
|
|
18979
19005
|
"strip-json-comments": "^3.1.1"
|
|
18980
19006
|
},
|
|
18981
19007
|
"bin": {
|
|
18982
19008
|
"rtlcss": "bin/rtlcss.js"
|
|
19009
|
+
},
|
|
19010
|
+
"engines": {
|
|
19011
|
+
"node": ">=12.0.0"
|
|
18983
19012
|
}
|
|
18984
19013
|
},
|
|
18985
19014
|
"node_modules/rtlcss-webpack-plugin": {
|
|
@@ -18992,7 +19021,7 @@
|
|
|
18992
19021
|
"rtlcss": "^3.5.0"
|
|
18993
19022
|
}
|
|
18994
19023
|
},
|
|
18995
|
-
"node_modules/rtlcss/node_modules/find-up": {
|
|
19024
|
+
"node_modules/rtlcss-webpack-plugin/node_modules/find-up": {
|
|
18996
19025
|
"version": "5.0.0",
|
|
18997
19026
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
18998
19027
|
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
@@ -19008,7 +19037,7 @@
|
|
|
19008
19037
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
19009
19038
|
}
|
|
19010
19039
|
},
|
|
19011
|
-
"node_modules/rtlcss/node_modules/locate-path": {
|
|
19040
|
+
"node_modules/rtlcss-webpack-plugin/node_modules/locate-path": {
|
|
19012
19041
|
"version": "6.0.0",
|
|
19013
19042
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
19014
19043
|
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
@@ -19023,7 +19052,7 @@
|
|
|
19023
19052
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
19024
19053
|
}
|
|
19025
19054
|
},
|
|
19026
|
-
"node_modules/rtlcss/node_modules/p-locate": {
|
|
19055
|
+
"node_modules/rtlcss-webpack-plugin/node_modules/p-locate": {
|
|
19027
19056
|
"version": "5.0.0",
|
|
19028
19057
|
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
19029
19058
|
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
@@ -19038,6 +19067,21 @@
|
|
|
19038
19067
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
19039
19068
|
}
|
|
19040
19069
|
},
|
|
19070
|
+
"node_modules/rtlcss-webpack-plugin/node_modules/rtlcss": {
|
|
19071
|
+
"version": "3.5.0",
|
|
19072
|
+
"resolved": "https://registry.npmjs.org/rtlcss/-/rtlcss-3.5.0.tgz",
|
|
19073
|
+
"integrity": "sha512-wzgMaMFHQTnyi9YOwsx9LjOxYXJPzS8sYnFaKm6R5ysvTkwzHiB0vxnbHwchHQT65PTdBjDG21/kQBWI7q9O7A==",
|
|
19074
|
+
"license": "MIT",
|
|
19075
|
+
"dependencies": {
|
|
19076
|
+
"find-up": "^5.0.0",
|
|
19077
|
+
"picocolors": "^1.0.0",
|
|
19078
|
+
"postcss": "^8.3.11",
|
|
19079
|
+
"strip-json-comments": "^3.1.1"
|
|
19080
|
+
},
|
|
19081
|
+
"bin": {
|
|
19082
|
+
"rtlcss": "bin/rtlcss.js"
|
|
19083
|
+
}
|
|
19084
|
+
},
|
|
19041
19085
|
"node_modules/run-con": {
|
|
19042
19086
|
"version": "1.2.12",
|
|
19043
19087
|
"resolved": "https://registry.npmjs.org/run-con/-/run-con-1.2.12.tgz",
|
|
@@ -19086,9 +19130,9 @@
|
|
|
19086
19130
|
}
|
|
19087
19131
|
},
|
|
19088
19132
|
"node_modules/rxjs": {
|
|
19089
|
-
"version": "7.8.
|
|
19090
|
-
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.
|
|
19091
|
-
"integrity": "sha512-
|
|
19133
|
+
"version": "7.8.2",
|
|
19134
|
+
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
19135
|
+
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
19092
19136
|
"license": "Apache-2.0",
|
|
19093
19137
|
"dependencies": {
|
|
19094
19138
|
"tslib": "^2.1.0"
|
|
@@ -19173,9 +19217,9 @@
|
|
|
19173
19217
|
"license": "MIT"
|
|
19174
19218
|
},
|
|
19175
19219
|
"node_modules/sass": {
|
|
19176
|
-
"version": "1.
|
|
19177
|
-
"resolved": "https://registry.npmjs.org/sass/-/sass-1.
|
|
19178
|
-
"integrity": "sha512-
|
|
19220
|
+
"version": "1.86.2",
|
|
19221
|
+
"resolved": "https://registry.npmjs.org/sass/-/sass-1.86.2.tgz",
|
|
19222
|
+
"integrity": "sha512-Rpfn0zAIDqvnSb2DihJTDFjbhqLHu91Wqac9rxontWk7R+2txcPjuujMqu1eeoezh5kAblVCS5EdFdyr0Jmu+w==",
|
|
19179
19223
|
"license": "MIT",
|
|
19180
19224
|
"dependencies": {
|
|
19181
19225
|
"chokidar": "^4.0.0",
|
|
@@ -19193,9 +19237,9 @@
|
|
|
19193
19237
|
}
|
|
19194
19238
|
},
|
|
19195
19239
|
"node_modules/sass-loader": {
|
|
19196
|
-
"version": "16.0.
|
|
19197
|
-
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.
|
|
19198
|
-
"integrity": "sha512-
|
|
19240
|
+
"version": "16.0.5",
|
|
19241
|
+
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.5.tgz",
|
|
19242
|
+
"integrity": "sha512-oL+CMBXrj6BZ/zOq4os+UECPL+bWqt6OAC6DWS8Ln8GZRcMDjlJ4JC3FBDuHJdYaFWIdKNIBYmtZtK2MaMkNIw==",
|
|
19199
19243
|
"license": "MIT",
|
|
19200
19244
|
"dependencies": {
|
|
19201
19245
|
"neo-async": "^2.6.2"
|
|
@@ -19624,10 +19668,13 @@
|
|
|
19624
19668
|
}
|
|
19625
19669
|
},
|
|
19626
19670
|
"node_modules/shell-quote": {
|
|
19627
|
-
"version": "1.8.
|
|
19628
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.
|
|
19629
|
-
"integrity": "sha512-
|
|
19671
|
+
"version": "1.8.2",
|
|
19672
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz",
|
|
19673
|
+
"integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==",
|
|
19630
19674
|
"license": "MIT",
|
|
19675
|
+
"engines": {
|
|
19676
|
+
"node": ">= 0.4"
|
|
19677
|
+
},
|
|
19631
19678
|
"funding": {
|
|
19632
19679
|
"url": "https://github.com/sponsors/ljharb"
|
|
19633
19680
|
}
|
|
@@ -19705,10 +19752,16 @@
|
|
|
19705
19752
|
}
|
|
19706
19753
|
},
|
|
19707
19754
|
"node_modules/signal-exit": {
|
|
19708
|
-
"version": "
|
|
19709
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-
|
|
19710
|
-
"integrity": "sha512-
|
|
19711
|
-
"license": "ISC"
|
|
19755
|
+
"version": "4.1.0",
|
|
19756
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
19757
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
19758
|
+
"license": "ISC",
|
|
19759
|
+
"engines": {
|
|
19760
|
+
"node": ">=14"
|
|
19761
|
+
},
|
|
19762
|
+
"funding": {
|
|
19763
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
19764
|
+
}
|
|
19712
19765
|
},
|
|
19713
19766
|
"node_modules/sirv": {
|
|
19714
19767
|
"version": "2.0.4",
|
|
@@ -19803,9 +19856,9 @@
|
|
|
19803
19856
|
}
|
|
19804
19857
|
},
|
|
19805
19858
|
"node_modules/socks": {
|
|
19806
|
-
"version": "2.8.
|
|
19807
|
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.
|
|
19808
|
-
"integrity": "sha512-
|
|
19859
|
+
"version": "2.8.4",
|
|
19860
|
+
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.4.tgz",
|
|
19861
|
+
"integrity": "sha512-D3YaD0aRxR3mEcqnidIs7ReYJFVzWdd6fXJYUM8ixcQcJRGTka/b3saV0KflYhyVJXKhb947GndU35SxYNResQ==",
|
|
19809
19862
|
"license": "MIT",
|
|
19810
19863
|
"dependencies": {
|
|
19811
19864
|
"ip-address": "^9.0.5",
|
|
@@ -19878,6 +19931,18 @@
|
|
|
19878
19931
|
"webpack": "^5.0.0"
|
|
19879
19932
|
}
|
|
19880
19933
|
},
|
|
19934
|
+
"node_modules/source-map-loader/node_modules/iconv-lite": {
|
|
19935
|
+
"version": "0.6.3",
|
|
19936
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
19937
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
19938
|
+
"license": "MIT",
|
|
19939
|
+
"dependencies": {
|
|
19940
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
19941
|
+
},
|
|
19942
|
+
"engines": {
|
|
19943
|
+
"node": ">=0.10.0"
|
|
19944
|
+
}
|
|
19945
|
+
},
|
|
19881
19946
|
"node_modules/source-map-support": {
|
|
19882
19947
|
"version": "0.5.13",
|
|
19883
19948
|
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
|
@@ -19910,18 +19975,6 @@
|
|
|
19910
19975
|
"node": ">=16"
|
|
19911
19976
|
}
|
|
19912
19977
|
},
|
|
19913
|
-
"node_modules/spawnd/node_modules/signal-exit": {
|
|
19914
|
-
"version": "4.1.0",
|
|
19915
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
19916
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
19917
|
-
"license": "ISC",
|
|
19918
|
-
"engines": {
|
|
19919
|
-
"node": ">=14"
|
|
19920
|
-
},
|
|
19921
|
-
"funding": {
|
|
19922
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
19923
|
-
}
|
|
19924
|
-
},
|
|
19925
19978
|
"node_modules/spdx-correct": {
|
|
19926
19979
|
"version": "3.2.0",
|
|
19927
19980
|
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|
|
@@ -20329,9 +20382,9 @@
|
|
|
20329
20382
|
}
|
|
20330
20383
|
},
|
|
20331
20384
|
"node_modules/stylelint": {
|
|
20332
|
-
"version": "16.
|
|
20333
|
-
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.
|
|
20334
|
-
"integrity": "sha512-
|
|
20385
|
+
"version": "16.17.0",
|
|
20386
|
+
"resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.17.0.tgz",
|
|
20387
|
+
"integrity": "sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw==",
|
|
20335
20388
|
"funding": [
|
|
20336
20389
|
{
|
|
20337
20390
|
"type": "opencollective",
|
|
@@ -20458,9 +20511,9 @@
|
|
|
20458
20511
|
}
|
|
20459
20512
|
},
|
|
20460
20513
|
"node_modules/stylelint-scss/node_modules/mdn-data": {
|
|
20461
|
-
"version": "2.
|
|
20462
|
-
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.
|
|
20463
|
-
"integrity": "sha512-
|
|
20514
|
+
"version": "2.19.0",
|
|
20515
|
+
"resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.19.0.tgz",
|
|
20516
|
+
"integrity": "sha512-vXxcNOxiaUhwoBShl2gd8xOQFeKWLosotfwPeRQsDwtruBSDFAzPPLfg2KMgdK8iz4RUVdswyWMuZwOVojrVZQ==",
|
|
20464
20517
|
"license": "CC0-1.0"
|
|
20465
20518
|
},
|
|
20466
20519
|
"node_modules/stylelint-scss/node_modules/postcss-selector-parser": {
|
|
@@ -20642,18 +20695,6 @@
|
|
|
20642
20695
|
"node": ">=4"
|
|
20643
20696
|
}
|
|
20644
20697
|
},
|
|
20645
|
-
"node_modules/stylelint/node_modules/signal-exit": {
|
|
20646
|
-
"version": "4.1.0",
|
|
20647
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
20648
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
20649
|
-
"license": "ISC",
|
|
20650
|
-
"engines": {
|
|
20651
|
-
"node": ">=14"
|
|
20652
|
-
},
|
|
20653
|
-
"funding": {
|
|
20654
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
20655
|
-
}
|
|
20656
|
-
},
|
|
20657
20698
|
"node_modules/stylelint/node_modules/which": {
|
|
20658
20699
|
"version": "1.3.1",
|
|
20659
20700
|
"resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
|
|
@@ -20835,9 +20876,9 @@
|
|
|
20835
20876
|
}
|
|
20836
20877
|
},
|
|
20837
20878
|
"node_modules/svgo/node_modules/domutils": {
|
|
20838
|
-
"version": "3.
|
|
20839
|
-
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.
|
|
20840
|
-
"integrity": "sha512-
|
|
20879
|
+
"version": "3.2.2",
|
|
20880
|
+
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
|
|
20881
|
+
"integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
|
|
20841
20882
|
"license": "BSD-2-Clause",
|
|
20842
20883
|
"dependencies": {
|
|
20843
20884
|
"dom-serializer": "^2.0.0",
|
|
@@ -20861,9 +20902,9 @@
|
|
|
20861
20902
|
"license": "MIT"
|
|
20862
20903
|
},
|
|
20863
20904
|
"node_modules/synckit": {
|
|
20864
|
-
"version": "0.
|
|
20865
|
-
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.
|
|
20866
|
-
"integrity": "sha512-
|
|
20905
|
+
"version": "0.11.1",
|
|
20906
|
+
"resolved": "https://registry.npmjs.org/synckit/-/synckit-0.11.1.tgz",
|
|
20907
|
+
"integrity": "sha512-fWZqNBZNNFp/7mTUy1fSsydhKsAKJ+u90Nk7kOK5Gcq9vObaqLBLjWFDBkyVU9Vvc6Y71VbOevMuGhqv02bT+Q==",
|
|
20867
20908
|
"license": "MIT",
|
|
20868
20909
|
"dependencies": {
|
|
20869
20910
|
"@pkgr/core": "^0.2.0",
|
|
@@ -20873,7 +20914,7 @@
|
|
|
20873
20914
|
"node": "^14.18.0 || >=16.0.0"
|
|
20874
20915
|
},
|
|
20875
20916
|
"funding": {
|
|
20876
|
-
"url": "https://opencollective.com/
|
|
20917
|
+
"url": "https://opencollective.com/synckit"
|
|
20877
20918
|
}
|
|
20878
20919
|
},
|
|
20879
20920
|
"node_modules/table": {
|
|
@@ -20985,9 +21026,9 @@
|
|
|
20985
21026
|
"license": "MIT"
|
|
20986
21027
|
},
|
|
20987
21028
|
"node_modules/terser": {
|
|
20988
|
-
"version": "5.
|
|
20989
|
-
"resolved": "https://registry.npmjs.org/terser/-/terser-5.
|
|
20990
|
-
"integrity": "sha512-
|
|
21029
|
+
"version": "5.39.0",
|
|
21030
|
+
"resolved": "https://registry.npmjs.org/terser/-/terser-5.39.0.tgz",
|
|
21031
|
+
"integrity": "sha512-LBAhFyLho16harJoWMg/nZsQYgTrg5jXOn2nCYjRUcZZEdE3qa2zb8QEDRUGVZBW4rlazf2fxkg8tztybTaqWw==",
|
|
20991
21032
|
"license": "BSD-2-Clause",
|
|
20992
21033
|
"dependencies": {
|
|
20993
21034
|
"@jridgewell/source-map": "^0.3.3",
|
|
@@ -21003,9 +21044,9 @@
|
|
|
21003
21044
|
}
|
|
21004
21045
|
},
|
|
21005
21046
|
"node_modules/terser-webpack-plugin": {
|
|
21006
|
-
"version": "5.3.
|
|
21007
|
-
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.
|
|
21008
|
-
"integrity": "sha512-
|
|
21047
|
+
"version": "5.3.14",
|
|
21048
|
+
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.14.tgz",
|
|
21049
|
+
"integrity": "sha512-vkZjpUjb6OMS7dhV+tILUW6BhpDR7P2L/aQSAv+Uwk+m8KATX9EccViHTJR2qDtACKPIYndLGCyl3FMo+r2LMw==",
|
|
21009
21050
|
"license": "MIT",
|
|
21010
21051
|
"dependencies": {
|
|
21011
21052
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
@@ -21234,15 +21275,6 @@
|
|
|
21234
21275
|
"node": ">=6"
|
|
21235
21276
|
}
|
|
21236
21277
|
},
|
|
21237
|
-
"node_modules/tough-cookie/node_modules/universalify": {
|
|
21238
|
-
"version": "0.2.0",
|
|
21239
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
|
|
21240
|
-
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
21241
|
-
"license": "MIT",
|
|
21242
|
-
"engines": {
|
|
21243
|
-
"node": ">= 4.0.0"
|
|
21244
|
-
}
|
|
21245
|
-
},
|
|
21246
21278
|
"node_modules/tr46": {
|
|
21247
21279
|
"version": "3.0.0",
|
|
21248
21280
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz",
|
|
@@ -21511,9 +21543,9 @@
|
|
|
21511
21543
|
}
|
|
21512
21544
|
},
|
|
21513
21545
|
"node_modules/typescript": {
|
|
21514
|
-
"version": "5.
|
|
21515
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.
|
|
21516
|
-
"integrity": "sha512-
|
|
21546
|
+
"version": "5.8.2",
|
|
21547
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
|
21548
|
+
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
|
21517
21549
|
"license": "Apache-2.0",
|
|
21518
21550
|
"peer": true,
|
|
21519
21551
|
"bin": {
|
|
@@ -21572,9 +21604,9 @@
|
|
|
21572
21604
|
}
|
|
21573
21605
|
},
|
|
21574
21606
|
"node_modules/undici-types": {
|
|
21575
|
-
"version": "6.
|
|
21576
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.
|
|
21577
|
-
"integrity": "sha512-
|
|
21607
|
+
"version": "6.21.0",
|
|
21608
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
21609
|
+
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
21578
21610
|
"license": "MIT"
|
|
21579
21611
|
},
|
|
21580
21612
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
@@ -21630,12 +21662,12 @@
|
|
|
21630
21662
|
}
|
|
21631
21663
|
},
|
|
21632
21664
|
"node_modules/universalify": {
|
|
21633
|
-
"version": "2.0
|
|
21634
|
-
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.
|
|
21635
|
-
"integrity": "sha512-
|
|
21665
|
+
"version": "0.2.0",
|
|
21666
|
+
"resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
|
|
21667
|
+
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
21636
21668
|
"license": "MIT",
|
|
21637
21669
|
"engines": {
|
|
21638
|
-
"node": ">=
|
|
21670
|
+
"node": ">= 4.0.0"
|
|
21639
21671
|
}
|
|
21640
21672
|
},
|
|
21641
21673
|
"node_modules/unpipe": {
|
|
@@ -21702,9 +21734,9 @@
|
|
|
21702
21734
|
}
|
|
21703
21735
|
},
|
|
21704
21736
|
"node_modules/update-browserslist-db": {
|
|
21705
|
-
"version": "1.1.
|
|
21706
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.
|
|
21707
|
-
"integrity": "sha512-
|
|
21737
|
+
"version": "1.1.3",
|
|
21738
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz",
|
|
21739
|
+
"integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==",
|
|
21708
21740
|
"funding": [
|
|
21709
21741
|
{
|
|
21710
21742
|
"type": "opencollective",
|
|
@@ -21722,7 +21754,7 @@
|
|
|
21722
21754
|
"license": "MIT",
|
|
21723
21755
|
"dependencies": {
|
|
21724
21756
|
"escalade": "^3.2.0",
|
|
21725
|
-
"picocolors": "^1.1.
|
|
21757
|
+
"picocolors": "^1.1.1"
|
|
21726
21758
|
},
|
|
21727
21759
|
"bin": {
|
|
21728
21760
|
"update-browserslist-db": "cli.js"
|
|
@@ -21908,16 +21940,16 @@
|
|
|
21908
21940
|
}
|
|
21909
21941
|
},
|
|
21910
21942
|
"node_modules/wait-on": {
|
|
21911
|
-
"version": "8.0.
|
|
21912
|
-
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.
|
|
21913
|
-
"integrity": "sha512-
|
|
21943
|
+
"version": "8.0.3",
|
|
21944
|
+
"resolved": "https://registry.npmjs.org/wait-on/-/wait-on-8.0.3.tgz",
|
|
21945
|
+
"integrity": "sha512-nQFqAFzZDeRxsu7S3C7LbuxslHhk+gnJZHyethuGKAn2IVleIbTB9I3vJSQiSR+DifUqmdzfPMoMPJfLqMF2vw==",
|
|
21914
21946
|
"license": "MIT",
|
|
21915
21947
|
"dependencies": {
|
|
21916
|
-
"axios": "^1.
|
|
21948
|
+
"axios": "^1.8.2",
|
|
21917
21949
|
"joi": "^17.13.3",
|
|
21918
21950
|
"lodash": "^4.17.21",
|
|
21919
21951
|
"minimist": "^1.2.8",
|
|
21920
|
-
"rxjs": "^7.8.
|
|
21952
|
+
"rxjs": "^7.8.2"
|
|
21921
21953
|
},
|
|
21922
21954
|
"bin": {
|
|
21923
21955
|
"wait-on": "bin/wait-on"
|
|
@@ -22341,6 +22373,25 @@
|
|
|
22341
22373
|
"node": ">=8"
|
|
22342
22374
|
}
|
|
22343
22375
|
},
|
|
22376
|
+
"node_modules/webpack-remove-empty-scripts": {
|
|
22377
|
+
"version": "1.0.4",
|
|
22378
|
+
"resolved": "https://registry.npmjs.org/webpack-remove-empty-scripts/-/webpack-remove-empty-scripts-1.0.4.tgz",
|
|
22379
|
+
"integrity": "sha512-W/Vd94oNXMsQam+W9G+aAzGgFlX1aItcJpkG3byuHGDaxyK3H17oD/b5RcqS/ZHzStIKepksdLDznejDhDUs+Q==",
|
|
22380
|
+
"license": "ISC",
|
|
22381
|
+
"dependencies": {
|
|
22382
|
+
"ansis": "1.5.2"
|
|
22383
|
+
},
|
|
22384
|
+
"engines": {
|
|
22385
|
+
"node": ">=12.14"
|
|
22386
|
+
},
|
|
22387
|
+
"funding": {
|
|
22388
|
+
"type": "patreon",
|
|
22389
|
+
"url": "https://patreon.com/biodiscus"
|
|
22390
|
+
},
|
|
22391
|
+
"peerDependencies": {
|
|
22392
|
+
"webpack": ">=5.32.0"
|
|
22393
|
+
}
|
|
22394
|
+
},
|
|
22344
22395
|
"node_modules/webpack-sources": {
|
|
22345
22396
|
"version": "3.2.3",
|
|
22346
22397
|
"resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz",
|
|
@@ -22385,6 +22436,18 @@
|
|
|
22385
22436
|
"node": ">=12"
|
|
22386
22437
|
}
|
|
22387
22438
|
},
|
|
22439
|
+
"node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
22440
|
+
"version": "0.6.3",
|
|
22441
|
+
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
22442
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
22443
|
+
"license": "MIT",
|
|
22444
|
+
"dependencies": {
|
|
22445
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
22446
|
+
},
|
|
22447
|
+
"engines": {
|
|
22448
|
+
"node": ">=0.10.0"
|
|
22449
|
+
}
|
|
22450
|
+
},
|
|
22388
22451
|
"node_modules/whatwg-mimetype": {
|
|
22389
22452
|
"version": "3.0.0",
|
|
22390
22453
|
"resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz",
|
|
@@ -22578,10 +22641,16 @@
|
|
|
22578
22641
|
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"
|
|
22579
22642
|
}
|
|
22580
22643
|
},
|
|
22644
|
+
"node_modules/write-file-atomic/node_modules/signal-exit": {
|
|
22645
|
+
"version": "3.0.7",
|
|
22646
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
22647
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
22648
|
+
"license": "ISC"
|
|
22649
|
+
},
|
|
22581
22650
|
"node_modules/ws": {
|
|
22582
|
-
"version": "8.18.
|
|
22583
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.
|
|
22584
|
-
"integrity": "sha512-
|
|
22651
|
+
"version": "8.18.1",
|
|
22652
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz",
|
|
22653
|
+
"integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==",
|
|
22585
22654
|
"license": "MIT",
|
|
22586
22655
|
"engines": {
|
|
22587
22656
|
"node": ">=10.0.0"
|