@fontoxml/fontoxml-development-tools 8.4.0-rc.1 → 8.4.0-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/npm-shrinkwrap.json +437 -190
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
3
|
-
"version": "8.4.0-rc.
|
|
3
|
+
"version": "8.4.0-rc.2",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
9
|
-
"version": "8.4.0-rc.
|
|
9
|
+
"version": "8.4.0-rc.2",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.14.6",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"chalk": "5.0.1",
|
|
25
25
|
"cli-table": "0.3.6",
|
|
26
26
|
"compression": "1.7.4",
|
|
27
|
-
"css-loader": "6.
|
|
28
|
-
"css-minimizer-webpack-plugin": "
|
|
27
|
+
"css-loader": "6.7.3",
|
|
28
|
+
"css-minimizer-webpack-plugin": "4.2.2",
|
|
29
29
|
"deepmerge": "4.2.2",
|
|
30
30
|
"express": "4.18.2",
|
|
31
31
|
"fast-glob": "3.2.5",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"inquirer": "8.0.0",
|
|
40
40
|
"inquirer-checkbox-plus-prompt": "1.0.1",
|
|
41
41
|
"loader-utils": "3.2.1",
|
|
42
|
-
"mini-css-extract-plugin": "2.
|
|
42
|
+
"mini-css-extract-plugin": "2.7.5",
|
|
43
43
|
"multer": "1.4.5-lts.1",
|
|
44
44
|
"node-fetch": "3.2.10",
|
|
45
45
|
"p-map": "4.0.0",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"slimdom": "4.0.2",
|
|
53
53
|
"strip-ansi": "6.0.0",
|
|
54
54
|
"strip-color": "0.1.0",
|
|
55
|
-
"terser-webpack-plugin": "5.3.
|
|
55
|
+
"terser-webpack-plugin": "5.3.7",
|
|
56
56
|
"to-utf-8": "1.3.0",
|
|
57
57
|
"type-is": "1.6.18",
|
|
58
58
|
"unzipper": "0.10.11",
|
|
59
59
|
"uuid": "8.3.2",
|
|
60
|
-
"webpack": "5.
|
|
61
|
-
"webpack-dev-middleware": "
|
|
60
|
+
"webpack": "5.76.2",
|
|
61
|
+
"webpack-dev-middleware": "6.0.2",
|
|
62
62
|
"wrap-ansi": "7.0.0"
|
|
63
63
|
},
|
|
64
64
|
"bin": {
|
|
@@ -6308,6 +6308,59 @@
|
|
|
6308
6308
|
"node": ">=8"
|
|
6309
6309
|
}
|
|
6310
6310
|
},
|
|
6311
|
+
"node_modules/@jest/schemas": {
|
|
6312
|
+
"version": "29.4.3",
|
|
6313
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
|
|
6314
|
+
"integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
|
|
6315
|
+
"dependencies": {
|
|
6316
|
+
"@sinclair/typebox": "^0.25.16"
|
|
6317
|
+
},
|
|
6318
|
+
"engines": {
|
|
6319
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
6320
|
+
}
|
|
6321
|
+
},
|
|
6322
|
+
"node_modules/@jest/types": {
|
|
6323
|
+
"version": "29.5.0",
|
|
6324
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz",
|
|
6325
|
+
"integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==",
|
|
6326
|
+
"dependencies": {
|
|
6327
|
+
"@jest/schemas": "^29.4.3",
|
|
6328
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
6329
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
6330
|
+
"@types/node": "*",
|
|
6331
|
+
"@types/yargs": "^17.0.8",
|
|
6332
|
+
"chalk": "^4.0.0"
|
|
6333
|
+
},
|
|
6334
|
+
"engines": {
|
|
6335
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
6336
|
+
}
|
|
6337
|
+
},
|
|
6338
|
+
"node_modules/@jest/types/node_modules/chalk": {
|
|
6339
|
+
"version": "4.1.2",
|
|
6340
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
6341
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
6342
|
+
"dependencies": {
|
|
6343
|
+
"ansi-styles": "^4.1.0",
|
|
6344
|
+
"supports-color": "^7.1.0"
|
|
6345
|
+
},
|
|
6346
|
+
"engines": {
|
|
6347
|
+
"node": ">=10"
|
|
6348
|
+
},
|
|
6349
|
+
"funding": {
|
|
6350
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
6351
|
+
}
|
|
6352
|
+
},
|
|
6353
|
+
"node_modules/@jest/types/node_modules/supports-color": {
|
|
6354
|
+
"version": "7.2.0",
|
|
6355
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
6356
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
6357
|
+
"dependencies": {
|
|
6358
|
+
"has-flag": "^4.0.0"
|
|
6359
|
+
},
|
|
6360
|
+
"engines": {
|
|
6361
|
+
"node": ">=8"
|
|
6362
|
+
}
|
|
6363
|
+
},
|
|
6311
6364
|
"node_modules/@jridgewell/gen-mapping": {
|
|
6312
6365
|
"version": "0.3.2",
|
|
6313
6366
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
|
@@ -6402,6 +6455,11 @@
|
|
|
6402
6455
|
"node": ">= 8"
|
|
6403
6456
|
}
|
|
6404
6457
|
},
|
|
6458
|
+
"node_modules/@sinclair/typebox": {
|
|
6459
|
+
"version": "0.25.24",
|
|
6460
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz",
|
|
6461
|
+
"integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ=="
|
|
6462
|
+
},
|
|
6405
6463
|
"node_modules/@trysound/sax": {
|
|
6406
6464
|
"version": "0.2.0",
|
|
6407
6465
|
"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
|
|
@@ -6410,47 +6468,10 @@
|
|
|
6410
6468
|
"node": ">=10.13.0"
|
|
6411
6469
|
}
|
|
6412
6470
|
},
|
|
6413
|
-
"node_modules/@types/cssnano": {
|
|
6414
|
-
"version": "4.0.1",
|
|
6415
|
-
"resolved": "https://registry.npmjs.org/@types/cssnano/-/cssnano-4.0.1.tgz",
|
|
6416
|
-
"integrity": "sha512-hGOroxRTBkYl5gSBRJOffhV4+io+Y2bFX1VP7LgKEVHJt/LPPJaWUIuDAz74Vlp7l7hCDZfaDi7iPxwNwuVA4Q==",
|
|
6417
|
-
"dependencies": {
|
|
6418
|
-
"postcss": "5 - 7"
|
|
6419
|
-
}
|
|
6420
|
-
},
|
|
6421
|
-
"node_modules/@types/cssnano/node_modules/picocolors": {
|
|
6422
|
-
"version": "0.2.1",
|
|
6423
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
|
|
6424
|
-
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
|
|
6425
|
-
},
|
|
6426
|
-
"node_modules/@types/cssnano/node_modules/postcss": {
|
|
6427
|
-
"version": "7.0.39",
|
|
6428
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
|
6429
|
-
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
|
|
6430
|
-
"dependencies": {
|
|
6431
|
-
"picocolors": "^0.2.1",
|
|
6432
|
-
"source-map": "^0.6.1"
|
|
6433
|
-
},
|
|
6434
|
-
"engines": {
|
|
6435
|
-
"node": ">=6.0.0"
|
|
6436
|
-
},
|
|
6437
|
-
"funding": {
|
|
6438
|
-
"type": "opencollective",
|
|
6439
|
-
"url": "https://opencollective.com/postcss/"
|
|
6440
|
-
}
|
|
6441
|
-
},
|
|
6442
|
-
"node_modules/@types/cssnano/node_modules/source-map": {
|
|
6443
|
-
"version": "0.6.1",
|
|
6444
|
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
6445
|
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
|
6446
|
-
"engines": {
|
|
6447
|
-
"node": ">=0.10.0"
|
|
6448
|
-
}
|
|
6449
|
-
},
|
|
6450
6471
|
"node_modules/@types/eslint": {
|
|
6451
|
-
"version": "8.21.
|
|
6452
|
-
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.
|
|
6453
|
-
"integrity": "sha512-
|
|
6472
|
+
"version": "8.21.3",
|
|
6473
|
+
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.3.tgz",
|
|
6474
|
+
"integrity": "sha512-fa7GkppZVEByMWGbTtE5MbmXWJTVbrjjaS8K6uQj+XtuuUv1fsuPAxhygfqLmsb/Ufb3CV8deFCpiMfAgi00Sw==",
|
|
6454
6475
|
"dependencies": {
|
|
6455
6476
|
"@types/estree": "*",
|
|
6456
6477
|
"@types/json-schema": "*"
|
|
@@ -6466,9 +6487,9 @@
|
|
|
6466
6487
|
}
|
|
6467
6488
|
},
|
|
6468
6489
|
"node_modules/@types/estree": {
|
|
6469
|
-
"version": "0.0.
|
|
6470
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.
|
|
6471
|
-
"integrity": "sha512-
|
|
6490
|
+
"version": "0.0.51",
|
|
6491
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
|
|
6492
|
+
"integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
|
|
6472
6493
|
},
|
|
6473
6494
|
"node_modules/@types/html-minifier-terser": {
|
|
6474
6495
|
"version": "6.1.0",
|
|
@@ -6483,6 +6504,27 @@
|
|
|
6483
6504
|
"@types/node": "*"
|
|
6484
6505
|
}
|
|
6485
6506
|
},
|
|
6507
|
+
"node_modules/@types/istanbul-lib-coverage": {
|
|
6508
|
+
"version": "2.0.4",
|
|
6509
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
6510
|
+
"integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
|
|
6511
|
+
},
|
|
6512
|
+
"node_modules/@types/istanbul-lib-report": {
|
|
6513
|
+
"version": "3.0.0",
|
|
6514
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
|
|
6515
|
+
"integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
|
|
6516
|
+
"dependencies": {
|
|
6517
|
+
"@types/istanbul-lib-coverage": "*"
|
|
6518
|
+
}
|
|
6519
|
+
},
|
|
6520
|
+
"node_modules/@types/istanbul-reports": {
|
|
6521
|
+
"version": "3.0.1",
|
|
6522
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
|
|
6523
|
+
"integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
|
|
6524
|
+
"dependencies": {
|
|
6525
|
+
"@types/istanbul-lib-report": "*"
|
|
6526
|
+
}
|
|
6527
|
+
},
|
|
6486
6528
|
"node_modules/@types/json-schema": {
|
|
6487
6529
|
"version": "7.0.11",
|
|
6488
6530
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
|
|
@@ -6495,9 +6537,22 @@
|
|
|
6495
6537
|
"dev": true
|
|
6496
6538
|
},
|
|
6497
6539
|
"node_modules/@types/node": {
|
|
6498
|
-
"version": "18.15.
|
|
6499
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.
|
|
6500
|
-
"integrity": "sha512-
|
|
6540
|
+
"version": "18.15.5",
|
|
6541
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.5.tgz",
|
|
6542
|
+
"integrity": "sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew=="
|
|
6543
|
+
},
|
|
6544
|
+
"node_modules/@types/yargs": {
|
|
6545
|
+
"version": "17.0.23",
|
|
6546
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.23.tgz",
|
|
6547
|
+
"integrity": "sha512-yuogunc04OnzGQCrfHx+Kk883Q4X0aSwmYZhKjI21m+SVYzjIbrWl8dOOwSv5hf2Um2pdCOXWo9isteZTNXUZQ==",
|
|
6548
|
+
"dependencies": {
|
|
6549
|
+
"@types/yargs-parser": "*"
|
|
6550
|
+
}
|
|
6551
|
+
},
|
|
6552
|
+
"node_modules/@types/yargs-parser": {
|
|
6553
|
+
"version": "21.0.0",
|
|
6554
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
|
|
6555
|
+
"integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
|
|
6501
6556
|
},
|
|
6502
6557
|
"node_modules/@ungap/promise-all-settled": {
|
|
6503
6558
|
"version": "1.1.2",
|
|
@@ -7443,9 +7498,9 @@
|
|
|
7443
7498
|
}
|
|
7444
7499
|
},
|
|
7445
7500
|
"node_modules/caniuse-lite": {
|
|
7446
|
-
"version": "1.0.
|
|
7447
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
7448
|
-
"integrity": "sha512-
|
|
7501
|
+
"version": "1.0.30001469",
|
|
7502
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz",
|
|
7503
|
+
"integrity": "sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==",
|
|
7449
7504
|
"funding": [
|
|
7450
7505
|
{
|
|
7451
7506
|
"type": "opencollective",
|
|
@@ -7568,6 +7623,20 @@
|
|
|
7568
7623
|
"node": ">=6.0"
|
|
7569
7624
|
}
|
|
7570
7625
|
},
|
|
7626
|
+
"node_modules/ci-info": {
|
|
7627
|
+
"version": "3.8.0",
|
|
7628
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
|
|
7629
|
+
"integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
|
|
7630
|
+
"funding": [
|
|
7631
|
+
{
|
|
7632
|
+
"type": "github",
|
|
7633
|
+
"url": "https://github.com/sponsors/sibiraj-s"
|
|
7634
|
+
}
|
|
7635
|
+
],
|
|
7636
|
+
"engines": {
|
|
7637
|
+
"node": ">=8"
|
|
7638
|
+
}
|
|
7639
|
+
},
|
|
7571
7640
|
"node_modules/clean-css": {
|
|
7572
7641
|
"version": "5.3.2",
|
|
7573
7642
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
|
|
@@ -7941,18 +8010,18 @@
|
|
|
7941
8010
|
}
|
|
7942
8011
|
},
|
|
7943
8012
|
"node_modules/css-loader": {
|
|
7944
|
-
"version": "6.
|
|
7945
|
-
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.
|
|
7946
|
-
"integrity": "sha512-
|
|
8013
|
+
"version": "6.7.3",
|
|
8014
|
+
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz",
|
|
8015
|
+
"integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==",
|
|
7947
8016
|
"dependencies": {
|
|
7948
8017
|
"icss-utils": "^5.1.0",
|
|
7949
|
-
"postcss": "^8.
|
|
8018
|
+
"postcss": "^8.4.19",
|
|
7950
8019
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
7951
8020
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
7952
8021
|
"postcss-modules-scope": "^3.0.0",
|
|
7953
8022
|
"postcss-modules-values": "^4.0.0",
|
|
7954
|
-
"postcss-value-parser": "^4.
|
|
7955
|
-
"semver": "^7.3.
|
|
8023
|
+
"postcss-value-parser": "^4.2.0",
|
|
8024
|
+
"semver": "^7.3.8"
|
|
7956
8025
|
},
|
|
7957
8026
|
"engines": {
|
|
7958
8027
|
"node": ">= 12.13.0"
|
|
@@ -7966,20 +8035,19 @@
|
|
|
7966
8035
|
}
|
|
7967
8036
|
},
|
|
7968
8037
|
"node_modules/css-minimizer-webpack-plugin": {
|
|
7969
|
-
"version": "
|
|
7970
|
-
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-
|
|
7971
|
-
"integrity": "sha512
|
|
8038
|
+
"version": "4.2.2",
|
|
8039
|
+
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz",
|
|
8040
|
+
"integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==",
|
|
7972
8041
|
"dependencies": {
|
|
7973
|
-
"
|
|
7974
|
-
"
|
|
7975
|
-
"
|
|
7976
|
-
"postcss": "^8.3.5",
|
|
8042
|
+
"cssnano": "^5.1.8",
|
|
8043
|
+
"jest-worker": "^29.1.2",
|
|
8044
|
+
"postcss": "^8.4.17",
|
|
7977
8045
|
"schema-utils": "^4.0.0",
|
|
7978
8046
|
"serialize-javascript": "^6.0.0",
|
|
7979
8047
|
"source-map": "^0.6.1"
|
|
7980
8048
|
},
|
|
7981
8049
|
"engines": {
|
|
7982
|
-
"node": ">=
|
|
8050
|
+
"node": ">= 14.15.0"
|
|
7983
8051
|
},
|
|
7984
8052
|
"funding": {
|
|
7985
8053
|
"type": "opencollective",
|
|
@@ -7989,6 +8057,12 @@
|
|
|
7989
8057
|
"webpack": "^5.0.0"
|
|
7990
8058
|
},
|
|
7991
8059
|
"peerDependenciesMeta": {
|
|
8060
|
+
"@parcel/css": {
|
|
8061
|
+
"optional": true
|
|
8062
|
+
},
|
|
8063
|
+
"@swc/css": {
|
|
8064
|
+
"optional": true
|
|
8065
|
+
},
|
|
7992
8066
|
"clean-css": {
|
|
7993
8067
|
"optional": true
|
|
7994
8068
|
},
|
|
@@ -7997,6 +8071,9 @@
|
|
|
7997
8071
|
},
|
|
7998
8072
|
"esbuild": {
|
|
7999
8073
|
"optional": true
|
|
8074
|
+
},
|
|
8075
|
+
"lightningcss": {
|
|
8076
|
+
"optional": true
|
|
8000
8077
|
}
|
|
8001
8078
|
}
|
|
8002
8079
|
},
|
|
@@ -8473,9 +8550,9 @@
|
|
|
8473
8550
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
|
8474
8551
|
},
|
|
8475
8552
|
"node_modules/electron-to-chromium": {
|
|
8476
|
-
"version": "1.4.
|
|
8477
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
8478
|
-
"integrity": "sha512-
|
|
8553
|
+
"version": "1.4.334",
|
|
8554
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.334.tgz",
|
|
8555
|
+
"integrity": "sha512-laZ1odk+TRen6q0GeyQx/JEkpD3iSZT7ewopCpKqg9bTjP1l8XRfU3Bg20CFjNPZkp5+NDBl3iqd4o/kPO+Vew=="
|
|
8479
8556
|
},
|
|
8480
8557
|
"node_modules/emoji-regex": {
|
|
8481
8558
|
"version": "8.0.0",
|
|
@@ -10937,17 +11014,60 @@
|
|
|
10937
11014
|
"node": ">=8"
|
|
10938
11015
|
}
|
|
10939
11016
|
},
|
|
11017
|
+
"node_modules/jest-util": {
|
|
11018
|
+
"version": "29.5.0",
|
|
11019
|
+
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
|
|
11020
|
+
"integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
|
|
11021
|
+
"dependencies": {
|
|
11022
|
+
"@jest/types": "^29.5.0",
|
|
11023
|
+
"@types/node": "*",
|
|
11024
|
+
"chalk": "^4.0.0",
|
|
11025
|
+
"ci-info": "^3.2.0",
|
|
11026
|
+
"graceful-fs": "^4.2.9",
|
|
11027
|
+
"picomatch": "^2.2.3"
|
|
11028
|
+
},
|
|
11029
|
+
"engines": {
|
|
11030
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
11031
|
+
}
|
|
11032
|
+
},
|
|
11033
|
+
"node_modules/jest-util/node_modules/chalk": {
|
|
11034
|
+
"version": "4.1.2",
|
|
11035
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
11036
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
11037
|
+
"dependencies": {
|
|
11038
|
+
"ansi-styles": "^4.1.0",
|
|
11039
|
+
"supports-color": "^7.1.0"
|
|
11040
|
+
},
|
|
11041
|
+
"engines": {
|
|
11042
|
+
"node": ">=10"
|
|
11043
|
+
},
|
|
11044
|
+
"funding": {
|
|
11045
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
11046
|
+
}
|
|
11047
|
+
},
|
|
11048
|
+
"node_modules/jest-util/node_modules/supports-color": {
|
|
11049
|
+
"version": "7.2.0",
|
|
11050
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
11051
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
11052
|
+
"dependencies": {
|
|
11053
|
+
"has-flag": "^4.0.0"
|
|
11054
|
+
},
|
|
11055
|
+
"engines": {
|
|
11056
|
+
"node": ">=8"
|
|
11057
|
+
}
|
|
11058
|
+
},
|
|
10940
11059
|
"node_modules/jest-worker": {
|
|
10941
|
-
"version": "
|
|
10942
|
-
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-
|
|
10943
|
-
"integrity": "sha512-
|
|
11060
|
+
"version": "29.5.0",
|
|
11061
|
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
|
|
11062
|
+
"integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
|
|
10944
11063
|
"dependencies": {
|
|
10945
11064
|
"@types/node": "*",
|
|
11065
|
+
"jest-util": "^29.5.0",
|
|
10946
11066
|
"merge-stream": "^2.0.0",
|
|
10947
11067
|
"supports-color": "^8.0.0"
|
|
10948
11068
|
},
|
|
10949
11069
|
"engines": {
|
|
10950
|
-
"node": "
|
|
11070
|
+
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
10951
11071
|
}
|
|
10952
11072
|
},
|
|
10953
11073
|
"node_modules/js-tokens": {
|
|
@@ -10981,7 +11101,13 @@
|
|
|
10981
11101
|
"node_modules/json-parse-better-errors": {
|
|
10982
11102
|
"version": "1.0.2",
|
|
10983
11103
|
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
10984
|
-
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
|
|
11104
|
+
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
|
11105
|
+
"dev": true
|
|
11106
|
+
},
|
|
11107
|
+
"node_modules/json-parse-even-better-errors": {
|
|
11108
|
+
"version": "2.3.1",
|
|
11109
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
11110
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
|
|
10985
11111
|
},
|
|
10986
11112
|
"node_modules/json-schema-traverse": {
|
|
10987
11113
|
"version": "0.4.1",
|
|
@@ -11397,9 +11523,9 @@
|
|
|
11397
11523
|
}
|
|
11398
11524
|
},
|
|
11399
11525
|
"node_modules/mini-css-extract-plugin": {
|
|
11400
|
-
"version": "2.
|
|
11401
|
-
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.
|
|
11402
|
-
"integrity": "sha512-
|
|
11526
|
+
"version": "2.7.5",
|
|
11527
|
+
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz",
|
|
11528
|
+
"integrity": "sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==",
|
|
11403
11529
|
"dependencies": {
|
|
11404
11530
|
"schema-utils": "^4.0.0"
|
|
11405
11531
|
},
|
|
@@ -14246,15 +14372,15 @@
|
|
|
14246
14372
|
}
|
|
14247
14373
|
},
|
|
14248
14374
|
"node_modules/terser-webpack-plugin": {
|
|
14249
|
-
"version": "5.3.
|
|
14250
|
-
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.
|
|
14251
|
-
"integrity": "sha512-
|
|
14375
|
+
"version": "5.3.7",
|
|
14376
|
+
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz",
|
|
14377
|
+
"integrity": "sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==",
|
|
14252
14378
|
"dependencies": {
|
|
14253
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
14379
|
+
"@jridgewell/trace-mapping": "^0.3.17",
|
|
14254
14380
|
"jest-worker": "^27.4.5",
|
|
14255
14381
|
"schema-utils": "^3.1.1",
|
|
14256
|
-
"serialize-javascript": "^6.0.
|
|
14257
|
-
"terser": "^5.
|
|
14382
|
+
"serialize-javascript": "^6.0.1",
|
|
14383
|
+
"terser": "^5.16.5"
|
|
14258
14384
|
},
|
|
14259
14385
|
"engines": {
|
|
14260
14386
|
"node": ">= 10.13.0"
|
|
@@ -14278,6 +14404,19 @@
|
|
|
14278
14404
|
}
|
|
14279
14405
|
}
|
|
14280
14406
|
},
|
|
14407
|
+
"node_modules/terser-webpack-plugin/node_modules/jest-worker": {
|
|
14408
|
+
"version": "27.5.1",
|
|
14409
|
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
|
|
14410
|
+
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
|
|
14411
|
+
"dependencies": {
|
|
14412
|
+
"@types/node": "*",
|
|
14413
|
+
"merge-stream": "^2.0.0",
|
|
14414
|
+
"supports-color": "^8.0.0"
|
|
14415
|
+
},
|
|
14416
|
+
"engines": {
|
|
14417
|
+
"node": ">= 10.13.0"
|
|
14418
|
+
}
|
|
14419
|
+
},
|
|
14281
14420
|
"node_modules/terser-webpack-plugin/node_modules/schema-utils": {
|
|
14282
14421
|
"version": "3.1.1",
|
|
14283
14422
|
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
|
|
@@ -14763,34 +14902,34 @@
|
|
|
14763
14902
|
}
|
|
14764
14903
|
},
|
|
14765
14904
|
"node_modules/webpack": {
|
|
14766
|
-
"version": "5.
|
|
14767
|
-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.
|
|
14768
|
-
"integrity": "sha512-
|
|
14905
|
+
"version": "5.76.2",
|
|
14906
|
+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
|
|
14907
|
+
"integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
|
|
14769
14908
|
"dependencies": {
|
|
14770
|
-
"@types/eslint-scope": "^3.7.
|
|
14771
|
-
"@types/estree": "^0.0.
|
|
14909
|
+
"@types/eslint-scope": "^3.7.3",
|
|
14910
|
+
"@types/estree": "^0.0.51",
|
|
14772
14911
|
"@webassemblyjs/ast": "1.11.1",
|
|
14773
14912
|
"@webassemblyjs/wasm-edit": "1.11.1",
|
|
14774
14913
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
14775
|
-
"acorn": "^8.
|
|
14914
|
+
"acorn": "^8.7.1",
|
|
14776
14915
|
"acorn-import-assertions": "^1.7.6",
|
|
14777
14916
|
"browserslist": "^4.14.5",
|
|
14778
14917
|
"chrome-trace-event": "^1.0.2",
|
|
14779
|
-
"enhanced-resolve": "^5.
|
|
14918
|
+
"enhanced-resolve": "^5.10.0",
|
|
14780
14919
|
"es-module-lexer": "^0.9.0",
|
|
14781
14920
|
"eslint-scope": "5.1.1",
|
|
14782
14921
|
"events": "^3.2.0",
|
|
14783
14922
|
"glob-to-regexp": "^0.4.1",
|
|
14784
|
-
"graceful-fs": "^4.2.
|
|
14785
|
-
"json-parse-better-errors": "^
|
|
14923
|
+
"graceful-fs": "^4.2.9",
|
|
14924
|
+
"json-parse-even-better-errors": "^2.3.1",
|
|
14786
14925
|
"loader-runner": "^4.2.0",
|
|
14787
14926
|
"mime-types": "^2.1.27",
|
|
14788
14927
|
"neo-async": "^2.6.2",
|
|
14789
14928
|
"schema-utils": "^3.1.0",
|
|
14790
14929
|
"tapable": "^2.1.1",
|
|
14791
14930
|
"terser-webpack-plugin": "^5.1.3",
|
|
14792
|
-
"watchpack": "^2.
|
|
14793
|
-
"webpack-sources": "^3.2.
|
|
14931
|
+
"watchpack": "^2.4.0",
|
|
14932
|
+
"webpack-sources": "^3.2.3"
|
|
14794
14933
|
},
|
|
14795
14934
|
"bin": {
|
|
14796
14935
|
"webpack": "bin/webpack.js"
|
|
@@ -14809,25 +14948,30 @@
|
|
|
14809
14948
|
}
|
|
14810
14949
|
},
|
|
14811
14950
|
"node_modules/webpack-dev-middleware": {
|
|
14812
|
-
"version": "
|
|
14813
|
-
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-
|
|
14814
|
-
"integrity": "sha512-
|
|
14951
|
+
"version": "6.0.2",
|
|
14952
|
+
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.0.2.tgz",
|
|
14953
|
+
"integrity": "sha512-iOddiJzPcQC6lwOIu60vscbGWth8PCRcWRCwoQcTQf9RMoOWBHg5EyzpGdtSmGMrSPd5vHEfFXmVErQEmkRngQ==",
|
|
14815
14954
|
"dependencies": {
|
|
14816
14955
|
"colorette": "^2.0.10",
|
|
14817
|
-
"memfs": "^3.
|
|
14956
|
+
"memfs": "^3.4.12",
|
|
14818
14957
|
"mime-types": "^2.1.31",
|
|
14819
14958
|
"range-parser": "^1.2.1",
|
|
14820
14959
|
"schema-utils": "^4.0.0"
|
|
14821
14960
|
},
|
|
14822
14961
|
"engines": {
|
|
14823
|
-
"node": ">=
|
|
14962
|
+
"node": ">= 14.15.0"
|
|
14824
14963
|
},
|
|
14825
14964
|
"funding": {
|
|
14826
14965
|
"type": "opencollective",
|
|
14827
14966
|
"url": "https://opencollective.com/webpack"
|
|
14828
14967
|
},
|
|
14829
14968
|
"peerDependencies": {
|
|
14830
|
-
"webpack": "^
|
|
14969
|
+
"webpack": "^5.0.0"
|
|
14970
|
+
},
|
|
14971
|
+
"peerDependenciesMeta": {
|
|
14972
|
+
"webpack": {
|
|
14973
|
+
"optional": true
|
|
14974
|
+
}
|
|
14831
14975
|
}
|
|
14832
14976
|
},
|
|
14833
14977
|
"node_modules/webpack-dev-middleware/node_modules/ajv": {
|
|
@@ -19698,6 +19842,46 @@
|
|
|
19698
19842
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
19699
19843
|
"integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
|
|
19700
19844
|
},
|
|
19845
|
+
"@jest/schemas": {
|
|
19846
|
+
"version": "29.4.3",
|
|
19847
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.4.3.tgz",
|
|
19848
|
+
"integrity": "sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==",
|
|
19849
|
+
"requires": {
|
|
19850
|
+
"@sinclair/typebox": "^0.25.16"
|
|
19851
|
+
}
|
|
19852
|
+
},
|
|
19853
|
+
"@jest/types": {
|
|
19854
|
+
"version": "29.5.0",
|
|
19855
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-29.5.0.tgz",
|
|
19856
|
+
"integrity": "sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==",
|
|
19857
|
+
"requires": {
|
|
19858
|
+
"@jest/schemas": "^29.4.3",
|
|
19859
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
19860
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
19861
|
+
"@types/node": "*",
|
|
19862
|
+
"@types/yargs": "^17.0.8",
|
|
19863
|
+
"chalk": "^4.0.0"
|
|
19864
|
+
},
|
|
19865
|
+
"dependencies": {
|
|
19866
|
+
"chalk": {
|
|
19867
|
+
"version": "4.1.2",
|
|
19868
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
19869
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
19870
|
+
"requires": {
|
|
19871
|
+
"ansi-styles": "^4.1.0",
|
|
19872
|
+
"supports-color": "^7.1.0"
|
|
19873
|
+
}
|
|
19874
|
+
},
|
|
19875
|
+
"supports-color": {
|
|
19876
|
+
"version": "7.2.0",
|
|
19877
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
19878
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
19879
|
+
"requires": {
|
|
19880
|
+
"has-flag": "^4.0.0"
|
|
19881
|
+
}
|
|
19882
|
+
}
|
|
19883
|
+
}
|
|
19884
|
+
},
|
|
19701
19885
|
"@jridgewell/gen-mapping": {
|
|
19702
19886
|
"version": "0.3.2",
|
|
19703
19887
|
"resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz",
|
|
@@ -19774,44 +19958,20 @@
|
|
|
19774
19958
|
"fastq": "^1.6.0"
|
|
19775
19959
|
}
|
|
19776
19960
|
},
|
|
19961
|
+
"@sinclair/typebox": {
|
|
19962
|
+
"version": "0.25.24",
|
|
19963
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.25.24.tgz",
|
|
19964
|
+
"integrity": "sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ=="
|
|
19965
|
+
},
|
|
19777
19966
|
"@trysound/sax": {
|
|
19778
19967
|
"version": "0.2.0",
|
|
19779
19968
|
"resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
|
|
19780
19969
|
"integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA=="
|
|
19781
19970
|
},
|
|
19782
|
-
"@types/cssnano": {
|
|
19783
|
-
"version": "4.0.1",
|
|
19784
|
-
"resolved": "https://registry.npmjs.org/@types/cssnano/-/cssnano-4.0.1.tgz",
|
|
19785
|
-
"integrity": "sha512-hGOroxRTBkYl5gSBRJOffhV4+io+Y2bFX1VP7LgKEVHJt/LPPJaWUIuDAz74Vlp7l7hCDZfaDi7iPxwNwuVA4Q==",
|
|
19786
|
-
"requires": {
|
|
19787
|
-
"postcss": "5 - 7"
|
|
19788
|
-
},
|
|
19789
|
-
"dependencies": {
|
|
19790
|
-
"picocolors": {
|
|
19791
|
-
"version": "0.2.1",
|
|
19792
|
-
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
|
|
19793
|
-
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA=="
|
|
19794
|
-
},
|
|
19795
|
-
"postcss": {
|
|
19796
|
-
"version": "7.0.39",
|
|
19797
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
|
|
19798
|
-
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
|
|
19799
|
-
"requires": {
|
|
19800
|
-
"picocolors": "^0.2.1",
|
|
19801
|
-
"source-map": "^0.6.1"
|
|
19802
|
-
}
|
|
19803
|
-
},
|
|
19804
|
-
"source-map": {
|
|
19805
|
-
"version": "0.6.1",
|
|
19806
|
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
|
19807
|
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
|
|
19808
|
-
}
|
|
19809
|
-
}
|
|
19810
|
-
},
|
|
19811
19971
|
"@types/eslint": {
|
|
19812
|
-
"version": "8.21.
|
|
19813
|
-
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.
|
|
19814
|
-
"integrity": "sha512-
|
|
19972
|
+
"version": "8.21.3",
|
|
19973
|
+
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.21.3.tgz",
|
|
19974
|
+
"integrity": "sha512-fa7GkppZVEByMWGbTtE5MbmXWJTVbrjjaS8K6uQj+XtuuUv1fsuPAxhygfqLmsb/Ufb3CV8deFCpiMfAgi00Sw==",
|
|
19815
19975
|
"requires": {
|
|
19816
19976
|
"@types/estree": "*",
|
|
19817
19977
|
"@types/json-schema": "*"
|
|
@@ -19827,9 +19987,9 @@
|
|
|
19827
19987
|
}
|
|
19828
19988
|
},
|
|
19829
19989
|
"@types/estree": {
|
|
19830
|
-
"version": "0.0.
|
|
19831
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.
|
|
19832
|
-
"integrity": "sha512-
|
|
19990
|
+
"version": "0.0.51",
|
|
19991
|
+
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz",
|
|
19992
|
+
"integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ=="
|
|
19833
19993
|
},
|
|
19834
19994
|
"@types/html-minifier-terser": {
|
|
19835
19995
|
"version": "6.1.0",
|
|
@@ -19844,6 +20004,27 @@
|
|
|
19844
20004
|
"@types/node": "*"
|
|
19845
20005
|
}
|
|
19846
20006
|
},
|
|
20007
|
+
"@types/istanbul-lib-coverage": {
|
|
20008
|
+
"version": "2.0.4",
|
|
20009
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
|
|
20010
|
+
"integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
|
|
20011
|
+
},
|
|
20012
|
+
"@types/istanbul-lib-report": {
|
|
20013
|
+
"version": "3.0.0",
|
|
20014
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
|
|
20015
|
+
"integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
|
|
20016
|
+
"requires": {
|
|
20017
|
+
"@types/istanbul-lib-coverage": "*"
|
|
20018
|
+
}
|
|
20019
|
+
},
|
|
20020
|
+
"@types/istanbul-reports": {
|
|
20021
|
+
"version": "3.0.1",
|
|
20022
|
+
"resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
|
|
20023
|
+
"integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
|
|
20024
|
+
"requires": {
|
|
20025
|
+
"@types/istanbul-lib-report": "*"
|
|
20026
|
+
}
|
|
20027
|
+
},
|
|
19847
20028
|
"@types/json-schema": {
|
|
19848
20029
|
"version": "7.0.11",
|
|
19849
20030
|
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz",
|
|
@@ -19856,9 +20037,22 @@
|
|
|
19856
20037
|
"dev": true
|
|
19857
20038
|
},
|
|
19858
20039
|
"@types/node": {
|
|
19859
|
-
"version": "18.15.
|
|
19860
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.
|
|
19861
|
-
"integrity": "sha512-
|
|
20040
|
+
"version": "18.15.5",
|
|
20041
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.5.tgz",
|
|
20042
|
+
"integrity": "sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew=="
|
|
20043
|
+
},
|
|
20044
|
+
"@types/yargs": {
|
|
20045
|
+
"version": "17.0.23",
|
|
20046
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.23.tgz",
|
|
20047
|
+
"integrity": "sha512-yuogunc04OnzGQCrfHx+Kk883Q4X0aSwmYZhKjI21m+SVYzjIbrWl8dOOwSv5hf2Um2pdCOXWo9isteZTNXUZQ==",
|
|
20048
|
+
"requires": {
|
|
20049
|
+
"@types/yargs-parser": "*"
|
|
20050
|
+
}
|
|
20051
|
+
},
|
|
20052
|
+
"@types/yargs-parser": {
|
|
20053
|
+
"version": "21.0.0",
|
|
20054
|
+
"resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
|
|
20055
|
+
"integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA=="
|
|
19862
20056
|
},
|
|
19863
20057
|
"@ungap/promise-all-settled": {
|
|
19864
20058
|
"version": "1.1.2",
|
|
@@ -20595,9 +20789,9 @@
|
|
|
20595
20789
|
}
|
|
20596
20790
|
},
|
|
20597
20791
|
"caniuse-lite": {
|
|
20598
|
-
"version": "1.0.
|
|
20599
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
20600
|
-
"integrity": "sha512-
|
|
20792
|
+
"version": "1.0.30001469",
|
|
20793
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001469.tgz",
|
|
20794
|
+
"integrity": "sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g=="
|
|
20601
20795
|
},
|
|
20602
20796
|
"case-sensitive-paths-webpack-plugin": {
|
|
20603
20797
|
"version": "2.4.0",
|
|
@@ -20675,6 +20869,11 @@
|
|
|
20675
20869
|
"resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz",
|
|
20676
20870
|
"integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg=="
|
|
20677
20871
|
},
|
|
20872
|
+
"ci-info": {
|
|
20873
|
+
"version": "3.8.0",
|
|
20874
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
|
|
20875
|
+
"integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw=="
|
|
20876
|
+
},
|
|
20678
20877
|
"clean-css": {
|
|
20679
20878
|
"version": "5.3.2",
|
|
20680
20879
|
"resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz",
|
|
@@ -20958,29 +21157,28 @@
|
|
|
20958
21157
|
"requires": {}
|
|
20959
21158
|
},
|
|
20960
21159
|
"css-loader": {
|
|
20961
|
-
"version": "6.
|
|
20962
|
-
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.
|
|
20963
|
-
"integrity": "sha512-
|
|
21160
|
+
"version": "6.7.3",
|
|
21161
|
+
"resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz",
|
|
21162
|
+
"integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==",
|
|
20964
21163
|
"requires": {
|
|
20965
21164
|
"icss-utils": "^5.1.0",
|
|
20966
|
-
"postcss": "^8.
|
|
21165
|
+
"postcss": "^8.4.19",
|
|
20967
21166
|
"postcss-modules-extract-imports": "^3.0.0",
|
|
20968
21167
|
"postcss-modules-local-by-default": "^4.0.0",
|
|
20969
21168
|
"postcss-modules-scope": "^3.0.0",
|
|
20970
21169
|
"postcss-modules-values": "^4.0.0",
|
|
20971
|
-
"postcss-value-parser": "^4.
|
|
20972
|
-
"semver": "^7.3.
|
|
21170
|
+
"postcss-value-parser": "^4.2.0",
|
|
21171
|
+
"semver": "^7.3.8"
|
|
20973
21172
|
}
|
|
20974
21173
|
},
|
|
20975
21174
|
"css-minimizer-webpack-plugin": {
|
|
20976
|
-
"version": "
|
|
20977
|
-
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-
|
|
20978
|
-
"integrity": "sha512
|
|
21175
|
+
"version": "4.2.2",
|
|
21176
|
+
"resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-4.2.2.tgz",
|
|
21177
|
+
"integrity": "sha512-s3Of/4jKfw1Hj9CxEO1E5oXhQAxlayuHO2y/ML+C6I9sQ7FdzfEV6QgMLN3vI+qFsjJGIAFLKtQK7t8BOXAIyA==",
|
|
20979
21178
|
"requires": {
|
|
20980
|
-
"
|
|
20981
|
-
"
|
|
20982
|
-
"
|
|
20983
|
-
"postcss": "^8.3.5",
|
|
21179
|
+
"cssnano": "^5.1.8",
|
|
21180
|
+
"jest-worker": "^29.1.2",
|
|
21181
|
+
"postcss": "^8.4.17",
|
|
20984
21182
|
"schema-utils": "^4.0.0",
|
|
20985
21183
|
"serialize-javascript": "^6.0.0",
|
|
20986
21184
|
"source-map": "^0.6.1"
|
|
@@ -21342,9 +21540,9 @@
|
|
|
21342
21540
|
"integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow=="
|
|
21343
21541
|
},
|
|
21344
21542
|
"electron-to-chromium": {
|
|
21345
|
-
"version": "1.4.
|
|
21346
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
|
21347
|
-
"integrity": "sha512-
|
|
21543
|
+
"version": "1.4.334",
|
|
21544
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.334.tgz",
|
|
21545
|
+
"integrity": "sha512-laZ1odk+TRen6q0GeyQx/JEkpD3iSZT7ewopCpKqg9bTjP1l8XRfU3Bg20CFjNPZkp5+NDBl3iqd4o/kPO+Vew=="
|
|
21348
21546
|
},
|
|
21349
21547
|
"emoji-regex": {
|
|
21350
21548
|
"version": "8.0.0",
|
|
@@ -23158,12 +23356,45 @@
|
|
|
23158
23356
|
"istanbul-lib-report": "^3.0.0"
|
|
23159
23357
|
}
|
|
23160
23358
|
},
|
|
23359
|
+
"jest-util": {
|
|
23360
|
+
"version": "29.5.0",
|
|
23361
|
+
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.5.0.tgz",
|
|
23362
|
+
"integrity": "sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==",
|
|
23363
|
+
"requires": {
|
|
23364
|
+
"@jest/types": "^29.5.0",
|
|
23365
|
+
"@types/node": "*",
|
|
23366
|
+
"chalk": "^4.0.0",
|
|
23367
|
+
"ci-info": "^3.2.0",
|
|
23368
|
+
"graceful-fs": "^4.2.9",
|
|
23369
|
+
"picomatch": "^2.2.3"
|
|
23370
|
+
},
|
|
23371
|
+
"dependencies": {
|
|
23372
|
+
"chalk": {
|
|
23373
|
+
"version": "4.1.2",
|
|
23374
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
23375
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
23376
|
+
"requires": {
|
|
23377
|
+
"ansi-styles": "^4.1.0",
|
|
23378
|
+
"supports-color": "^7.1.0"
|
|
23379
|
+
}
|
|
23380
|
+
},
|
|
23381
|
+
"supports-color": {
|
|
23382
|
+
"version": "7.2.0",
|
|
23383
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
23384
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
23385
|
+
"requires": {
|
|
23386
|
+
"has-flag": "^4.0.0"
|
|
23387
|
+
}
|
|
23388
|
+
}
|
|
23389
|
+
}
|
|
23390
|
+
},
|
|
23161
23391
|
"jest-worker": {
|
|
23162
|
-
"version": "
|
|
23163
|
-
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-
|
|
23164
|
-
"integrity": "sha512-
|
|
23392
|
+
"version": "29.5.0",
|
|
23393
|
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.5.0.tgz",
|
|
23394
|
+
"integrity": "sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==",
|
|
23165
23395
|
"requires": {
|
|
23166
23396
|
"@types/node": "*",
|
|
23397
|
+
"jest-util": "^29.5.0",
|
|
23167
23398
|
"merge-stream": "^2.0.0",
|
|
23168
23399
|
"supports-color": "^8.0.0"
|
|
23169
23400
|
}
|
|
@@ -23190,7 +23421,13 @@
|
|
|
23190
23421
|
"json-parse-better-errors": {
|
|
23191
23422
|
"version": "1.0.2",
|
|
23192
23423
|
"resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz",
|
|
23193
|
-
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw=="
|
|
23424
|
+
"integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==",
|
|
23425
|
+
"dev": true
|
|
23426
|
+
},
|
|
23427
|
+
"json-parse-even-better-errors": {
|
|
23428
|
+
"version": "2.3.1",
|
|
23429
|
+
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
23430
|
+
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
|
|
23194
23431
|
},
|
|
23195
23432
|
"json-schema-traverse": {
|
|
23196
23433
|
"version": "0.4.1",
|
|
@@ -23528,9 +23765,9 @@
|
|
|
23528
23765
|
"integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
|
|
23529
23766
|
},
|
|
23530
23767
|
"mini-css-extract-plugin": {
|
|
23531
|
-
"version": "2.
|
|
23532
|
-
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.
|
|
23533
|
-
"integrity": "sha512-
|
|
23768
|
+
"version": "2.7.5",
|
|
23769
|
+
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.5.tgz",
|
|
23770
|
+
"integrity": "sha512-9HaR++0mlgom81s95vvNjxkg52n2b5s//3ZTI1EtzFb98awsLSivs2LMsVqnQ3ay0PVhqWcGNyDaTE961FOcjQ==",
|
|
23534
23771
|
"requires": {
|
|
23535
23772
|
"schema-utils": "^4.0.0"
|
|
23536
23773
|
},
|
|
@@ -25622,17 +25859,27 @@
|
|
|
25622
25859
|
}
|
|
25623
25860
|
},
|
|
25624
25861
|
"terser-webpack-plugin": {
|
|
25625
|
-
"version": "5.3.
|
|
25626
|
-
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.
|
|
25627
|
-
"integrity": "sha512-
|
|
25862
|
+
"version": "5.3.7",
|
|
25863
|
+
"resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.7.tgz",
|
|
25864
|
+
"integrity": "sha512-AfKwIktyP7Cu50xNjXF/6Qb5lBNzYaWpU6YfoX3uZicTx0zTy0stDDCsvjDapKsSDvOeWo5MEq4TmdBy2cNoHw==",
|
|
25628
25865
|
"requires": {
|
|
25629
|
-
"@jridgewell/trace-mapping": "^0.3.
|
|
25866
|
+
"@jridgewell/trace-mapping": "^0.3.17",
|
|
25630
25867
|
"jest-worker": "^27.4.5",
|
|
25631
25868
|
"schema-utils": "^3.1.1",
|
|
25632
|
-
"serialize-javascript": "^6.0.
|
|
25633
|
-
"terser": "^5.
|
|
25869
|
+
"serialize-javascript": "^6.0.1",
|
|
25870
|
+
"terser": "^5.16.5"
|
|
25634
25871
|
},
|
|
25635
25872
|
"dependencies": {
|
|
25873
|
+
"jest-worker": {
|
|
25874
|
+
"version": "27.5.1",
|
|
25875
|
+
"resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
|
|
25876
|
+
"integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
|
|
25877
|
+
"requires": {
|
|
25878
|
+
"@types/node": "*",
|
|
25879
|
+
"merge-stream": "^2.0.0",
|
|
25880
|
+
"supports-color": "^8.0.0"
|
|
25881
|
+
}
|
|
25882
|
+
},
|
|
25636
25883
|
"schema-utils": {
|
|
25637
25884
|
"version": "3.1.1",
|
|
25638
25885
|
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz",
|
|
@@ -26006,34 +26253,34 @@
|
|
|
26006
26253
|
"integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q=="
|
|
26007
26254
|
},
|
|
26008
26255
|
"webpack": {
|
|
26009
|
-
"version": "5.
|
|
26010
|
-
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.
|
|
26011
|
-
"integrity": "sha512-
|
|
26256
|
+
"version": "5.76.2",
|
|
26257
|
+
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.2.tgz",
|
|
26258
|
+
"integrity": "sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==",
|
|
26012
26259
|
"requires": {
|
|
26013
|
-
"@types/eslint-scope": "^3.7.
|
|
26014
|
-
"@types/estree": "^0.0.
|
|
26260
|
+
"@types/eslint-scope": "^3.7.3",
|
|
26261
|
+
"@types/estree": "^0.0.51",
|
|
26015
26262
|
"@webassemblyjs/ast": "1.11.1",
|
|
26016
26263
|
"@webassemblyjs/wasm-edit": "1.11.1",
|
|
26017
26264
|
"@webassemblyjs/wasm-parser": "1.11.1",
|
|
26018
|
-
"acorn": "^8.
|
|
26265
|
+
"acorn": "^8.7.1",
|
|
26019
26266
|
"acorn-import-assertions": "^1.7.6",
|
|
26020
26267
|
"browserslist": "^4.14.5",
|
|
26021
26268
|
"chrome-trace-event": "^1.0.2",
|
|
26022
|
-
"enhanced-resolve": "^5.
|
|
26269
|
+
"enhanced-resolve": "^5.10.0",
|
|
26023
26270
|
"es-module-lexer": "^0.9.0",
|
|
26024
26271
|
"eslint-scope": "5.1.1",
|
|
26025
26272
|
"events": "^3.2.0",
|
|
26026
26273
|
"glob-to-regexp": "^0.4.1",
|
|
26027
|
-
"graceful-fs": "^4.2.
|
|
26028
|
-
"json-parse-better-errors": "^
|
|
26274
|
+
"graceful-fs": "^4.2.9",
|
|
26275
|
+
"json-parse-even-better-errors": "^2.3.1",
|
|
26029
26276
|
"loader-runner": "^4.2.0",
|
|
26030
26277
|
"mime-types": "^2.1.27",
|
|
26031
26278
|
"neo-async": "^2.6.2",
|
|
26032
26279
|
"schema-utils": "^3.1.0",
|
|
26033
26280
|
"tapable": "^2.1.1",
|
|
26034
26281
|
"terser-webpack-plugin": "^5.1.3",
|
|
26035
|
-
"watchpack": "^2.
|
|
26036
|
-
"webpack-sources": "^3.2.
|
|
26282
|
+
"watchpack": "^2.4.0",
|
|
26283
|
+
"webpack-sources": "^3.2.3"
|
|
26037
26284
|
},
|
|
26038
26285
|
"dependencies": {
|
|
26039
26286
|
"acorn": {
|
|
@@ -26060,12 +26307,12 @@
|
|
|
26060
26307
|
}
|
|
26061
26308
|
},
|
|
26062
26309
|
"webpack-dev-middleware": {
|
|
26063
|
-
"version": "
|
|
26064
|
-
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-
|
|
26065
|
-
"integrity": "sha512-
|
|
26310
|
+
"version": "6.0.2",
|
|
26311
|
+
"resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.0.2.tgz",
|
|
26312
|
+
"integrity": "sha512-iOddiJzPcQC6lwOIu60vscbGWth8PCRcWRCwoQcTQf9RMoOWBHg5EyzpGdtSmGMrSPd5vHEfFXmVErQEmkRngQ==",
|
|
26066
26313
|
"requires": {
|
|
26067
26314
|
"colorette": "^2.0.10",
|
|
26068
|
-
"memfs": "^3.
|
|
26315
|
+
"memfs": "^3.4.12",
|
|
26069
26316
|
"mime-types": "^2.1.31",
|
|
26070
26317
|
"range-parser": "^1.2.1",
|
|
26071
26318
|
"schema-utils": "^4.0.0"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fontoxml/fontoxml-development-tools",
|
|
3
3
|
"description": "Development tools for Fonto.",
|
|
4
|
-
"version": "8.4.0-rc.
|
|
4
|
+
"version": "8.4.0-rc.2",
|
|
5
5
|
"author": "The Fonto Team",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"chalk": "5.0.1",
|
|
50
50
|
"cli-table": "0.3.6",
|
|
51
51
|
"compression": "1.7.4",
|
|
52
|
-
"css-loader": "6.
|
|
53
|
-
"css-minimizer-webpack-plugin": "
|
|
52
|
+
"css-loader": "6.7.3",
|
|
53
|
+
"css-minimizer-webpack-plugin": "4.2.2",
|
|
54
54
|
"deepmerge": "4.2.2",
|
|
55
55
|
"express": "4.18.2",
|
|
56
56
|
"fast-glob": "3.2.5",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"inquirer": "8.0.0",
|
|
65
65
|
"inquirer-checkbox-plus-prompt": "1.0.1",
|
|
66
66
|
"loader-utils": "3.2.1",
|
|
67
|
-
"mini-css-extract-plugin": "2.
|
|
67
|
+
"mini-css-extract-plugin": "2.7.5",
|
|
68
68
|
"multer": "1.4.5-lts.1",
|
|
69
69
|
"node-fetch": "3.2.10",
|
|
70
70
|
"p-map": "4.0.0",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"slimdom": "4.0.2",
|
|
78
78
|
"strip-ansi": "6.0.0",
|
|
79
79
|
"strip-color": "0.1.0",
|
|
80
|
-
"terser-webpack-plugin": "5.3.
|
|
80
|
+
"terser-webpack-plugin": "5.3.7",
|
|
81
81
|
"to-utf-8": "1.3.0",
|
|
82
82
|
"type-is": "1.6.18",
|
|
83
83
|
"unzipper": "0.10.11",
|
|
84
84
|
"uuid": "8.3.2",
|
|
85
|
-
"webpack": "5.
|
|
86
|
-
"webpack-dev-middleware": "
|
|
85
|
+
"webpack": "5.76.2",
|
|
86
|
+
"webpack-dev-middleware": "6.0.2",
|
|
87
87
|
"wrap-ansi": "7.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|