@wavemaker/angular-codegen 11.14.0-rc.6276 → 11.14.1-3.6306
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/angular-app/dependency-report.html +1 -1
- package/angular-app/npm-shrinkwrap.json +300 -242
- package/angular-app/package-lock.json +300 -242
- package/angular-app/package.json +7 -6
- package/angular-app/wm-custom-webpack.config.js +2 -63
- package/dependencies/custom-widgets-bundle.cjs.js +1 -1
- package/dependencies/expression-parser.cjs.js +2 -2
- package/dependencies/pipe-provider.cjs.js +416 -104
- package/dependencies/transpilation-web.cjs.js +202 -47
- package/npm-shrinkwrap.json +47 -47
- package/package-lock.json +47 -47
- package/package.json +2 -2
- package/src/gen-app-override-css.js +1 -1
- package/src/gen-lazy-module-routes.js +1 -1
- package/src/wm-utils.js +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-app",
|
|
3
|
-
"version": "11.14.
|
|
3
|
+
"version": "11.14.1-3.6306",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-app",
|
|
9
|
-
"version": "11.14.
|
|
9
|
+
"version": "11.14.1-3.6306",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@angular/animations": "18.2.13",
|
|
12
12
|
"@angular/common": "18.2.13",
|
|
@@ -23,13 +23,14 @@
|
|
|
23
23
|
"@fullcalendar/list": "6.1.18",
|
|
24
24
|
"@fullcalendar/timegrid": "6.1.18",
|
|
25
25
|
"@metrichor/jmespath": "0.3.1",
|
|
26
|
-
"@wavemaker/app-ng-runtime": "11.14.
|
|
27
|
-
"@wavemaker/custom-widgets-m3": "11.14.
|
|
26
|
+
"@wavemaker/app-ng-runtime": "11.14.1-3.6306",
|
|
27
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-3.6306",
|
|
28
28
|
"@wavemaker/focus-trap": "1.0.1",
|
|
29
|
-
"@wavemaker/foundation-css": "11.14.
|
|
30
|
-
"@wavemaker/nvd3": "1.8.
|
|
31
|
-
"@wavemaker/variables": "11.14.
|
|
29
|
+
"@wavemaker/foundation-css": "11.14.1-3.6306",
|
|
30
|
+
"@wavemaker/nvd3": "1.8.15",
|
|
31
|
+
"@wavemaker/variables": "11.14.1-3.6306",
|
|
32
32
|
"@ztree/ztree_v3": "3.5.48",
|
|
33
|
+
"acorn": "^8.15.0",
|
|
33
34
|
"angular-imask": "7.6.1",
|
|
34
35
|
"angular2-websocket": "0.9.8",
|
|
35
36
|
"d3": "7.8.5",
|
|
@@ -147,6 +148,18 @@
|
|
|
147
148
|
"rollup": ">=1.27"
|
|
148
149
|
}
|
|
149
150
|
},
|
|
151
|
+
"node_modules/@ampproject/rollup-plugin-closure-compiler/node_modules/acorn": {
|
|
152
|
+
"version": "7.3.1",
|
|
153
|
+
"integrity": "sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==",
|
|
154
|
+
"dev": true,
|
|
155
|
+
"license": "MIT",
|
|
156
|
+
"bin": {
|
|
157
|
+
"acorn": "bin/acorn"
|
|
158
|
+
},
|
|
159
|
+
"engines": {
|
|
160
|
+
"node": ">=0.4.0"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
150
163
|
"node_modules/@angular-builders/common": {
|
|
151
164
|
"version": "2.0.0",
|
|
152
165
|
"integrity": "sha512-O5YJc++DtJVJhqA/OomRKN2jGYzvU/YXtfrPAqcA9Is3Ob5jvV0L0JHSAjSw/KaLvk/FjBIqoRVcYdLp5LKddA==",
|
|
@@ -386,18 +399,6 @@
|
|
|
386
399
|
}
|
|
387
400
|
}
|
|
388
401
|
},
|
|
389
|
-
"node_modules/@angular-devkit/build-angular/node_modules/acorn": {
|
|
390
|
-
"version": "8.15.0",
|
|
391
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
392
|
-
"dev": true,
|
|
393
|
-
"license": "MIT",
|
|
394
|
-
"bin": {
|
|
395
|
-
"acorn": "bin/acorn"
|
|
396
|
-
},
|
|
397
|
-
"engines": {
|
|
398
|
-
"node": ">=0.4.0"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
402
|
"node_modules/@angular-devkit/build-angular/node_modules/commander": {
|
|
402
403
|
"version": "2.20.3",
|
|
403
404
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
@@ -567,12 +568,12 @@
|
|
|
567
568
|
}
|
|
568
569
|
},
|
|
569
570
|
"node_modules/@angular-devkit/schematics": {
|
|
570
|
-
"version": "20.3.
|
|
571
|
-
"integrity": "sha512-
|
|
571
|
+
"version": "20.3.12",
|
|
572
|
+
"integrity": "sha512-JqJ1u59y+Ud51k/8MHYzSP+aQOeC2PJBaDmMnvqfWVaIt6n3x4gc/VtuhqhpJ0SKulbFuOWgAfI6QbPFrgUYQQ==",
|
|
572
573
|
"dev": true,
|
|
573
574
|
"license": "MIT",
|
|
574
575
|
"dependencies": {
|
|
575
|
-
"@angular-devkit/core": "20.3.
|
|
576
|
+
"@angular-devkit/core": "20.3.12",
|
|
576
577
|
"jsonc-parser": "3.3.1",
|
|
577
578
|
"magic-string": "0.30.17",
|
|
578
579
|
"ora": "8.2.0",
|
|
@@ -585,8 +586,8 @@
|
|
|
585
586
|
}
|
|
586
587
|
},
|
|
587
588
|
"node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": {
|
|
588
|
-
"version": "20.3.
|
|
589
|
-
"integrity": "sha512-
|
|
589
|
+
"version": "20.3.12",
|
|
590
|
+
"integrity": "sha512-ReFxd/UOoVDr3+kIUjmYILQZF89qg62POdY7a7OqBH7plmInFlYVSEDouJvGqj3LVCPiqTk2ZOSChbhS/eLxXA==",
|
|
590
591
|
"dev": true,
|
|
591
592
|
"license": "MIT",
|
|
592
593
|
"dependencies": {
|
|
@@ -793,12 +794,12 @@
|
|
|
793
794
|
}
|
|
794
795
|
},
|
|
795
796
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/architect": {
|
|
796
|
-
"version": "0.2003.
|
|
797
|
-
"integrity": "sha512-
|
|
797
|
+
"version": "0.2003.12",
|
|
798
|
+
"integrity": "sha512-5H40lAFF4CKY32C4HOp6bTlOF1f4WsGCwe7FjFQp9A+T7yoCBiHpIWt2JKTwV4sBoTKVDZOnuf0GG+UVKjQT4A==",
|
|
798
799
|
"dev": true,
|
|
799
800
|
"license": "MIT",
|
|
800
801
|
"dependencies": {
|
|
801
|
-
"@angular-devkit/core": "20.3.
|
|
802
|
+
"@angular-devkit/core": "20.3.12",
|
|
802
803
|
"rxjs": "7.8.2"
|
|
803
804
|
},
|
|
804
805
|
"engines": {
|
|
@@ -808,8 +809,8 @@
|
|
|
808
809
|
}
|
|
809
810
|
},
|
|
810
811
|
"node_modules/@angular-eslint/builder/node_modules/@angular-devkit/core": {
|
|
811
|
-
"version": "20.3.
|
|
812
|
-
"integrity": "sha512-
|
|
812
|
+
"version": "20.3.12",
|
|
813
|
+
"integrity": "sha512-ReFxd/UOoVDr3+kIUjmYILQZF89qg62POdY7a7OqBH7plmInFlYVSEDouJvGqj3LVCPiqTk2ZOSChbhS/eLxXA==",
|
|
813
814
|
"dev": true,
|
|
814
815
|
"license": "MIT",
|
|
815
816
|
"dependencies": {
|
|
@@ -912,8 +913,8 @@
|
|
|
912
913
|
}
|
|
913
914
|
},
|
|
914
915
|
"node_modules/@angular-eslint/schematics/node_modules/@angular-devkit/core": {
|
|
915
|
-
"version": "20.3.
|
|
916
|
-
"integrity": "sha512-
|
|
916
|
+
"version": "20.3.12",
|
|
917
|
+
"integrity": "sha512-ReFxd/UOoVDr3+kIUjmYILQZF89qg62POdY7a7OqBH7plmInFlYVSEDouJvGqj3LVCPiqTk2ZOSChbhS/eLxXA==",
|
|
917
918
|
"dev": true,
|
|
918
919
|
"license": "MIT",
|
|
919
920
|
"dependencies": {
|
|
@@ -3862,13 +3863,13 @@
|
|
|
3862
3863
|
}
|
|
3863
3864
|
},
|
|
3864
3865
|
"node_modules/@compodoc/compodoc": {
|
|
3865
|
-
"version": "1.1.
|
|
3866
|
-
"integrity": "sha512-
|
|
3866
|
+
"version": "1.1.32",
|
|
3867
|
+
"integrity": "sha512-kaYk5+o4k7GB585iphwV5NE49BKKk8d+gJLNBE8eu2fIRdhnHOWblasRbOBRULfwJ+qxfmgrIqi32K34wCag6A==",
|
|
3867
3868
|
"dev": true,
|
|
3868
3869
|
"hasInstallScript": true,
|
|
3869
3870
|
"license": "MIT",
|
|
3870
3871
|
"dependencies": {
|
|
3871
|
-
"@angular-devkit/schematics": "20.3.
|
|
3872
|
+
"@angular-devkit/schematics": "20.3.4",
|
|
3872
3873
|
"@babel/core": "7.28.4",
|
|
3873
3874
|
"@babel/plugin-transform-private-methods": "7.27.1",
|
|
3874
3875
|
"@babel/preset-env": "7.28.3",
|
|
@@ -3890,7 +3891,7 @@
|
|
|
3890
3891
|
"glob": "^11.0.3",
|
|
3891
3892
|
"handlebars": "^4.7.8",
|
|
3892
3893
|
"html-entities": "^2.6.0",
|
|
3893
|
-
"i18next": "25.5.
|
|
3894
|
+
"i18next": "25.5.3",
|
|
3894
3895
|
"json5": "^2.2.3",
|
|
3895
3896
|
"lodash": "^4.17.21",
|
|
3896
3897
|
"loglevel": "^1.9.2",
|
|
@@ -3909,7 +3910,7 @@
|
|
|
3909
3910
|
"svg-pan-zoom": "^3.6.2",
|
|
3910
3911
|
"tablesort": "^5.6.0",
|
|
3911
3912
|
"ts-morph": "^27.0.0",
|
|
3912
|
-
"uuid": "
|
|
3913
|
+
"uuid": "11.1.0",
|
|
3913
3914
|
"vis-network": "^10.0.2"
|
|
3914
3915
|
},
|
|
3915
3916
|
"bin": {
|
|
@@ -3920,8 +3921,8 @@
|
|
|
3920
3921
|
}
|
|
3921
3922
|
},
|
|
3922
3923
|
"node_modules/@compodoc/compodoc/node_modules/@angular-devkit/core": {
|
|
3923
|
-
"version": "20.3.
|
|
3924
|
-
"integrity": "sha512-
|
|
3924
|
+
"version": "20.3.4",
|
|
3925
|
+
"integrity": "sha512-r83jn9yVdPh618oGgoKPggMsQGOkQqJbxEutd4CE9mnotPCE2uRTIyaFMh8sohNUeoQNRmj9rbr2pWGVlgERpg==",
|
|
3925
3926
|
"dev": true,
|
|
3926
3927
|
"license": "MIT",
|
|
3927
3928
|
"dependencies": {
|
|
@@ -3947,12 +3948,12 @@
|
|
|
3947
3948
|
}
|
|
3948
3949
|
},
|
|
3949
3950
|
"node_modules/@compodoc/compodoc/node_modules/@angular-devkit/schematics": {
|
|
3950
|
-
"version": "20.3.
|
|
3951
|
-
"integrity": "sha512-
|
|
3951
|
+
"version": "20.3.4",
|
|
3952
|
+
"integrity": "sha512-JYlcmVBKNT9+cQ6T2tmu+yVQ2bJk8tG0mXvPHWXrl/M4c6NObhSSThK50tJHy0Xo3gl8WgogOxUeJNnBq67cIQ==",
|
|
3952
3953
|
"dev": true,
|
|
3953
3954
|
"license": "MIT",
|
|
3954
3955
|
"dependencies": {
|
|
3955
|
-
"@angular-devkit/core": "20.3.
|
|
3956
|
+
"@angular-devkit/core": "20.3.4",
|
|
3956
3957
|
"jsonc-parser": "3.3.1",
|
|
3957
3958
|
"magic-string": "0.30.17",
|
|
3958
3959
|
"ora": "8.2.0",
|
|
@@ -4402,8 +4403,8 @@
|
|
|
4402
4403
|
}
|
|
4403
4404
|
},
|
|
4404
4405
|
"node_modules/@compodoc/compodoc/node_modules/uuid": {
|
|
4405
|
-
"version": "
|
|
4406
|
-
"integrity": "sha512-
|
|
4406
|
+
"version": "11.1.0",
|
|
4407
|
+
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
|
|
4407
4408
|
"dev": true,
|
|
4408
4409
|
"funding": [
|
|
4409
4410
|
"https://github.com/sponsors/broofa",
|
|
@@ -4411,7 +4412,7 @@
|
|
|
4411
4412
|
],
|
|
4412
4413
|
"license": "MIT",
|
|
4413
4414
|
"bin": {
|
|
4414
|
-
"uuid": "dist
|
|
4415
|
+
"uuid": "dist/esm/bin/uuid"
|
|
4415
4416
|
}
|
|
4416
4417
|
},
|
|
4417
4418
|
"node_modules/@compodoc/live-server": {
|
|
@@ -4735,8 +4736,8 @@
|
|
|
4735
4736
|
}
|
|
4736
4737
|
},
|
|
4737
4738
|
"node_modules/@emnapi/core": {
|
|
4738
|
-
"version": "1.
|
|
4739
|
-
"integrity": "sha512-
|
|
4739
|
+
"version": "1.7.1",
|
|
4740
|
+
"integrity": "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg==",
|
|
4740
4741
|
"dev": true,
|
|
4741
4742
|
"license": "MIT",
|
|
4742
4743
|
"optional": true,
|
|
@@ -4746,8 +4747,8 @@
|
|
|
4746
4747
|
}
|
|
4747
4748
|
},
|
|
4748
4749
|
"node_modules/@emnapi/runtime": {
|
|
4749
|
-
"version": "1.
|
|
4750
|
-
"integrity": "sha512-
|
|
4750
|
+
"version": "1.7.1",
|
|
4751
|
+
"integrity": "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA==",
|
|
4751
4752
|
"dev": true,
|
|
4752
4753
|
"license": "MIT",
|
|
4753
4754
|
"optional": true,
|
|
@@ -5435,8 +5436,8 @@
|
|
|
5435
5436
|
}
|
|
5436
5437
|
},
|
|
5437
5438
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
5438
|
-
"version": "22.
|
|
5439
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "22.19.1",
|
|
5440
|
+
"integrity": "sha512-LCCV0HdSZZZb34qifBsyWlUmok6W7ouER+oQIGBScS8EsZsQbrtFTUrDX4hOl+CS6p7cnNC4td+qrSVGSCTUfQ==",
|
|
5440
5441
|
"dev": true,
|
|
5441
5442
|
"license": "MIT",
|
|
5442
5443
|
"dependencies": {
|
|
@@ -5478,8 +5479,8 @@
|
|
|
5478
5479
|
}
|
|
5479
5480
|
},
|
|
5480
5481
|
"node_modules/@inquirer/figures": {
|
|
5481
|
-
"version": "1.0.
|
|
5482
|
-
"integrity": "sha512-
|
|
5482
|
+
"version": "1.0.15",
|
|
5483
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
5483
5484
|
"dev": true,
|
|
5484
5485
|
"license": "MIT",
|
|
5485
5486
|
"engines": {
|
|
@@ -5737,8 +5738,8 @@
|
|
|
5737
5738
|
}
|
|
5738
5739
|
},
|
|
5739
5740
|
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
5740
|
-
"version": "3.14.
|
|
5741
|
-
"integrity": "sha512-
|
|
5741
|
+
"version": "3.14.2",
|
|
5742
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
5742
5743
|
"dev": true,
|
|
5743
5744
|
"license": "MIT",
|
|
5744
5745
|
"dependencies": {
|
|
@@ -6061,8 +6062,8 @@
|
|
|
6061
6062
|
}
|
|
6062
6063
|
},
|
|
6063
6064
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
6064
|
-
"version": "10.
|
|
6065
|
-
"integrity": "sha512-
|
|
6065
|
+
"version": "10.5.0",
|
|
6066
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
6066
6067
|
"dev": true,
|
|
6067
6068
|
"license": "ISC",
|
|
6068
6069
|
"dependencies": {
|
|
@@ -6873,8 +6874,8 @@
|
|
|
6873
6874
|
}
|
|
6874
6875
|
},
|
|
6875
6876
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
6876
|
-
"version": "10.
|
|
6877
|
-
"integrity": "sha512-
|
|
6877
|
+
"version": "10.5.0",
|
|
6878
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
6878
6879
|
"dev": true,
|
|
6879
6880
|
"license": "ISC",
|
|
6880
6881
|
"dependencies": {
|
|
@@ -7515,8 +7516,8 @@
|
|
|
7515
7516
|
]
|
|
7516
7517
|
},
|
|
7517
7518
|
"node_modules/@rollup/wasm-node": {
|
|
7518
|
-
"version": "4.
|
|
7519
|
-
"integrity": "sha512-
|
|
7519
|
+
"version": "4.53.3",
|
|
7520
|
+
"integrity": "sha512-mB8z32H6kz4kVjn+tfTGcrXBae7rIeAvm/g6itsE3IqcXpjSRRvk1/EOWDEi5wL8NNmxXiH71t4jtNfr128zpw==",
|
|
7520
7521
|
"dev": true,
|
|
7521
7522
|
"license": "MIT",
|
|
7522
7523
|
"dependencies": {
|
|
@@ -7767,10 +7768,10 @@
|
|
|
7767
7768
|
}
|
|
7768
7769
|
},
|
|
7769
7770
|
"node_modules/@ts-morph/common/node_modules/minimatch": {
|
|
7770
|
-
"version": "10.
|
|
7771
|
-
"integrity": "sha512-
|
|
7771
|
+
"version": "10.1.1",
|
|
7772
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
7772
7773
|
"dev": true,
|
|
7773
|
-
"license": "
|
|
7774
|
+
"license": "BlueOak-1.0.0",
|
|
7774
7775
|
"dependencies": {
|
|
7775
7776
|
"@isaacs/brace-expansion": "^5.0.0"
|
|
7776
7777
|
},
|
|
@@ -7782,8 +7783,8 @@
|
|
|
7782
7783
|
}
|
|
7783
7784
|
},
|
|
7784
7785
|
"node_modules/@tsconfig/node10": {
|
|
7785
|
-
"version": "1.0.
|
|
7786
|
-
"integrity": "sha512-
|
|
7786
|
+
"version": "1.0.12",
|
|
7787
|
+
"integrity": "sha512-UCYBaeFvM11aU2y3YPZ//O5Rhj+xKyzy7mvcIoAjASbigy8mHMryP5cK7dgjlz2hWxh1g5pLw084E0a/wlUSFQ==",
|
|
7787
7788
|
"dev": true,
|
|
7788
7789
|
"license": "MIT"
|
|
7789
7790
|
},
|
|
@@ -7923,15 +7924,15 @@
|
|
|
7923
7924
|
"license": "MIT"
|
|
7924
7925
|
},
|
|
7925
7926
|
"node_modules/@types/express": {
|
|
7926
|
-
"version": "4.17.
|
|
7927
|
-
"integrity": "sha512-
|
|
7927
|
+
"version": "4.17.25",
|
|
7928
|
+
"integrity": "sha512-dVd04UKsfpINUnK0yBoYHDF3xu7xVH4BuDotC/xGuycx4CgbP48X/KF/586bcObxT0HENHXEU8Nqtu6NR+eKhw==",
|
|
7928
7929
|
"dev": true,
|
|
7929
7930
|
"license": "MIT",
|
|
7930
7931
|
"dependencies": {
|
|
7931
7932
|
"@types/body-parser": "*",
|
|
7932
7933
|
"@types/express-serve-static-core": "^4.17.33",
|
|
7933
7934
|
"@types/qs": "*",
|
|
7934
|
-
"@types/serve-static": "
|
|
7935
|
+
"@types/serve-static": "^1"
|
|
7935
7936
|
}
|
|
7936
7937
|
},
|
|
7937
7938
|
"node_modules/@types/express-serve-static-core": {
|
|
@@ -8022,8 +8023,8 @@
|
|
|
8022
8023
|
"license": "MIT"
|
|
8023
8024
|
},
|
|
8024
8025
|
"node_modules/@types/lodash": {
|
|
8025
|
-
"version": "4.17.
|
|
8026
|
-
"integrity": "sha512-
|
|
8026
|
+
"version": "4.17.21",
|
|
8027
|
+
"integrity": "sha512-FOvQ0YPD5NOfPgMzJihoT+Za5pdkDJWcbpuj1DjaKZIr/gxodQjY/uWEFlTNqW2ugXHUiL8lRQgw63dzKHZdeQ==",
|
|
8027
8028
|
"dev": true,
|
|
8028
8029
|
"license": "MIT"
|
|
8029
8030
|
},
|
|
@@ -8052,8 +8053,8 @@
|
|
|
8052
8053
|
}
|
|
8053
8054
|
},
|
|
8054
8055
|
"node_modules/@types/node": {
|
|
8055
|
-
"version": "24.
|
|
8056
|
-
"integrity": "sha512-
|
|
8056
|
+
"version": "24.10.1",
|
|
8057
|
+
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
|
|
8057
8058
|
"dev": true,
|
|
8058
8059
|
"license": "MIT",
|
|
8059
8060
|
"dependencies": {
|
|
@@ -8175,8 +8176,8 @@
|
|
|
8175
8176
|
}
|
|
8176
8177
|
},
|
|
8177
8178
|
"node_modules/@types/yargs": {
|
|
8178
|
-
"version": "17.0.
|
|
8179
|
-
"integrity": "sha512-
|
|
8179
|
+
"version": "17.0.35",
|
|
8180
|
+
"integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
|
|
8180
8181
|
"dev": true,
|
|
8181
8182
|
"license": "MIT",
|
|
8182
8183
|
"dependencies": {
|
|
@@ -8692,8 +8693,8 @@
|
|
|
8692
8693
|
}
|
|
8693
8694
|
},
|
|
8694
8695
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
8695
|
-
"version": "11.14.
|
|
8696
|
-
"integrity": "sha512-
|
|
8696
|
+
"version": "11.14.1-3.6306",
|
|
8697
|
+
"integrity": "sha512-3eDjIgQNOGXgOpxHSRS8PVgwXO59glsYJ6KC3VKBzU3dq5WJDixxSvFLcgiJ/oyNTG6JdMZpb1Hk48xp7KshzA==",
|
|
8697
8698
|
"license": "MIT",
|
|
8698
8699
|
"engines": {
|
|
8699
8700
|
"node": ">=18.16.1",
|
|
@@ -8701,8 +8702,8 @@
|
|
|
8701
8702
|
}
|
|
8702
8703
|
},
|
|
8703
8704
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
8704
|
-
"version": "11.14.
|
|
8705
|
-
"integrity": "sha512-
|
|
8705
|
+
"version": "11.14.1-3.6306",
|
|
8706
|
+
"integrity": "sha512-w0DzRJunySiLpMrgwJOFr1kf6WlrqvjecsbYIUWIu3He41EPRAPJiQEJOp0Dmgrmh+kZh34Jt1AqlCEsfbHdGA==",
|
|
8706
8707
|
"license": "ISC"
|
|
8707
8708
|
},
|
|
8708
8709
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -8715,24 +8716,24 @@
|
|
|
8715
8716
|
}
|
|
8716
8717
|
},
|
|
8717
8718
|
"node_modules/@wavemaker/foundation-css": {
|
|
8718
|
-
"version": "11.14.
|
|
8719
|
-
"integrity": "sha512-
|
|
8719
|
+
"version": "11.14.1-3.6306",
|
|
8720
|
+
"integrity": "sha512-P0bZvOcJJIcD1mAp2DCs4wOtQ1NvdeK1y4kO3dQ07MRkUZhy3iI8c+zk2MfEvK/p51CW03Tc12YhkoMOlSSTgQ==",
|
|
8720
8721
|
"license": "ISC",
|
|
8721
8722
|
"dependencies": {
|
|
8722
8723
|
"chroma-js": "^3.1.2"
|
|
8723
8724
|
}
|
|
8724
8725
|
},
|
|
8725
8726
|
"node_modules/@wavemaker/nvd3": {
|
|
8726
|
-
"version": "1.8.
|
|
8727
|
-
"integrity": "sha512
|
|
8727
|
+
"version": "1.8.15",
|
|
8728
|
+
"integrity": "sha512-ufRoz09lG1vAMfc+Qc0TC912m/bTmzQYTCJpaQ0T525i6J3+tjmT7dLbTLxRlA1KTsRFRHTaLi410R8RCYMjRg==",
|
|
8728
8729
|
"license": "Apache-2.0",
|
|
8729
8730
|
"peerDependencies": {
|
|
8730
8731
|
"d3": "7.8.5"
|
|
8731
8732
|
}
|
|
8732
8733
|
},
|
|
8733
8734
|
"node_modules/@wavemaker/variables": {
|
|
8734
|
-
"version": "11.14.
|
|
8735
|
-
"integrity": "sha512-
|
|
8735
|
+
"version": "11.14.1-3.6306",
|
|
8736
|
+
"integrity": "sha512-eIhpMOZHQGhbdr+WchXzPltnWFIiQNzEhXn83e7MKlAH1uDQhcdMGuxpM7CcyYrRVB7pqvVuyCjpN/U9A37amw==",
|
|
8736
8737
|
"license": "ISC",
|
|
8737
8738
|
"dependencies": {
|
|
8738
8739
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -8974,9 +8975,8 @@
|
|
|
8974
8975
|
}
|
|
8975
8976
|
},
|
|
8976
8977
|
"node_modules/acorn": {
|
|
8977
|
-
"version": "
|
|
8978
|
-
"integrity": "sha512-
|
|
8979
|
-
"dev": true,
|
|
8978
|
+
"version": "8.15.0",
|
|
8979
|
+
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
8980
8980
|
"license": "MIT",
|
|
8981
8981
|
"bin": {
|
|
8982
8982
|
"acorn": "bin/acorn"
|
|
@@ -9551,8 +9551,8 @@
|
|
|
9551
9551
|
"license": "MIT"
|
|
9552
9552
|
},
|
|
9553
9553
|
"node_modules/baseline-browser-mapping": {
|
|
9554
|
-
"version": "2.8.
|
|
9555
|
-
"integrity": "sha512-
|
|
9554
|
+
"version": "2.8.31",
|
|
9555
|
+
"integrity": "sha512-a28v2eWrrRWPpJSzxc+mKwm0ZtVx/G8SepdQZDArnXYU/XS+IF6mp8aB/4E+hH1tyGCoDo3KlUCdlSxGDsRkAw==",
|
|
9556
9556
|
"dev": true,
|
|
9557
9557
|
"license": "Apache-2.0",
|
|
9558
9558
|
"bin": {
|
|
@@ -9621,23 +9621,27 @@
|
|
|
9621
9621
|
"license": "MIT"
|
|
9622
9622
|
},
|
|
9623
9623
|
"node_modules/body-parser": {
|
|
9624
|
-
"version": "2.2.
|
|
9625
|
-
"integrity": "sha512-
|
|
9624
|
+
"version": "2.2.1",
|
|
9625
|
+
"integrity": "sha512-nfDwkulwiZYQIGwxdy0RUmowMhKcFVcYXUU7m4QlKYim1rUtg83xm2yjZ40QjDuc291AJjjeSc9b++AWHSgSHw==",
|
|
9626
9626
|
"dev": true,
|
|
9627
9627
|
"license": "MIT",
|
|
9628
9628
|
"dependencies": {
|
|
9629
9629
|
"bytes": "^3.1.2",
|
|
9630
9630
|
"content-type": "^1.0.5",
|
|
9631
|
-
"debug": "^4.4.
|
|
9631
|
+
"debug": "^4.4.3",
|
|
9632
9632
|
"http-errors": "^2.0.0",
|
|
9633
|
-
"iconv-lite": "^0.
|
|
9633
|
+
"iconv-lite": "^0.7.0",
|
|
9634
9634
|
"on-finished": "^2.4.1",
|
|
9635
9635
|
"qs": "^6.14.0",
|
|
9636
|
-
"raw-body": "^3.0.
|
|
9637
|
-
"type-is": "^2.0.
|
|
9636
|
+
"raw-body": "^3.0.1",
|
|
9637
|
+
"type-is": "^2.0.1"
|
|
9638
9638
|
},
|
|
9639
9639
|
"engines": {
|
|
9640
9640
|
"node": ">=18"
|
|
9641
|
+
},
|
|
9642
|
+
"funding": {
|
|
9643
|
+
"type": "opencollective",
|
|
9644
|
+
"url": "https://opencollective.com/express"
|
|
9641
9645
|
}
|
|
9642
9646
|
},
|
|
9643
9647
|
"node_modules/bonjour-service": {
|
|
@@ -9693,8 +9697,8 @@
|
|
|
9693
9697
|
}
|
|
9694
9698
|
},
|
|
9695
9699
|
"node_modules/browserslist": {
|
|
9696
|
-
"version": "4.
|
|
9697
|
-
"integrity": "sha512-
|
|
9700
|
+
"version": "4.28.0",
|
|
9701
|
+
"integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
|
|
9698
9702
|
"dev": true,
|
|
9699
9703
|
"funding": [
|
|
9700
9704
|
{
|
|
@@ -9712,10 +9716,10 @@
|
|
|
9712
9716
|
],
|
|
9713
9717
|
"license": "MIT",
|
|
9714
9718
|
"dependencies": {
|
|
9715
|
-
"baseline-browser-mapping": "^2.8.
|
|
9716
|
-
"caniuse-lite": "^1.0.
|
|
9717
|
-
"electron-to-chromium": "^1.5.
|
|
9718
|
-
"node-releases": "^2.0.
|
|
9719
|
+
"baseline-browser-mapping": "^2.8.25",
|
|
9720
|
+
"caniuse-lite": "^1.0.30001754",
|
|
9721
|
+
"electron-to-chromium": "^1.5.249",
|
|
9722
|
+
"node-releases": "^2.0.27",
|
|
9719
9723
|
"update-browserslist-db": "^1.1.4"
|
|
9720
9724
|
},
|
|
9721
9725
|
"bin": {
|
|
@@ -9833,8 +9837,8 @@
|
|
|
9833
9837
|
}
|
|
9834
9838
|
},
|
|
9835
9839
|
"node_modules/cacache/node_modules/glob": {
|
|
9836
|
-
"version": "10.
|
|
9837
|
-
"integrity": "sha512-
|
|
9840
|
+
"version": "10.5.0",
|
|
9841
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
9838
9842
|
"dev": true,
|
|
9839
9843
|
"license": "ISC",
|
|
9840
9844
|
"dependencies": {
|
|
@@ -9963,8 +9967,8 @@
|
|
|
9963
9967
|
}
|
|
9964
9968
|
},
|
|
9965
9969
|
"node_modules/caniuse-lite": {
|
|
9966
|
-
"version": "1.0.
|
|
9967
|
-
"integrity": "sha512-
|
|
9970
|
+
"version": "1.0.30001757",
|
|
9971
|
+
"integrity": "sha512-r0nnL/I28Zi/yjk1el6ilj27tKcdjLsNqAOZr0yVjWPrSQyHgKI2INaEWw21bAQSv2LXRt1XuCS/GomNpWOxsQ==",
|
|
9968
9972
|
"dev": true,
|
|
9969
9973
|
"funding": [
|
|
9970
9974
|
{
|
|
@@ -10109,8 +10113,8 @@
|
|
|
10109
10113
|
}
|
|
10110
10114
|
},
|
|
10111
10115
|
"node_modules/cjs-module-lexer": {
|
|
10112
|
-
"version": "2.1.
|
|
10113
|
-
"integrity": "sha512
|
|
10116
|
+
"version": "2.1.1",
|
|
10117
|
+
"integrity": "sha512-+CmxIZ/L2vNcEfvNtLdU0ZQ6mbq3FZnwAP2PPTiKP+1QOoKwlKlPgb8UKV0Dds7QVaMnHm+FwSft2VB0s/SLjQ==",
|
|
10114
10118
|
"dev": true,
|
|
10115
10119
|
"license": "MIT"
|
|
10116
10120
|
},
|
|
@@ -10468,8 +10472,8 @@
|
|
|
10468
10472
|
}
|
|
10469
10473
|
},
|
|
10470
10474
|
"node_modules/commander": {
|
|
10471
|
-
"version": "14.0.
|
|
10472
|
-
"integrity": "sha512-
|
|
10475
|
+
"version": "14.0.2",
|
|
10476
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
10473
10477
|
"dev": true,
|
|
10474
10478
|
"license": "MIT",
|
|
10475
10479
|
"engines": {
|
|
@@ -10728,12 +10732,12 @@
|
|
|
10728
10732
|
}
|
|
10729
10733
|
},
|
|
10730
10734
|
"node_modules/core-js-compat": {
|
|
10731
|
-
"version": "3.
|
|
10732
|
-
"integrity": "sha512-
|
|
10735
|
+
"version": "3.47.0",
|
|
10736
|
+
"integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
|
|
10733
10737
|
"dev": true,
|
|
10734
10738
|
"license": "MIT",
|
|
10735
10739
|
"dependencies": {
|
|
10736
|
-
"browserslist": "^4.
|
|
10740
|
+
"browserslist": "^4.28.0"
|
|
10737
10741
|
},
|
|
10738
10742
|
"funding": {
|
|
10739
10743
|
"type": "opencollective",
|
|
@@ -10741,8 +10745,8 @@
|
|
|
10741
10745
|
}
|
|
10742
10746
|
},
|
|
10743
10747
|
"node_modules/core-js-pure": {
|
|
10744
|
-
"version": "3.
|
|
10745
|
-
"integrity": "sha512-
|
|
10748
|
+
"version": "3.47.0",
|
|
10749
|
+
"integrity": "sha512-BcxeDbzUrRnXGYIVAGFtcGQVNpFcUhVjr6W7F8XktvQW2iJP9e66GP6xdKotCRFlrxBvNIBrhwKteRXqMV86Nw==",
|
|
10746
10750
|
"hasInstallScript": true,
|
|
10747
10751
|
"license": "MIT",
|
|
10748
10752
|
"funding": {
|
|
@@ -11111,6 +11115,17 @@
|
|
|
11111
11115
|
"node": ">= 10"
|
|
11112
11116
|
}
|
|
11113
11117
|
},
|
|
11118
|
+
"node_modules/d3-dsv/node_modules/iconv-lite": {
|
|
11119
|
+
"version": "0.6.3",
|
|
11120
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
11121
|
+
"license": "MIT",
|
|
11122
|
+
"dependencies": {
|
|
11123
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
11124
|
+
},
|
|
11125
|
+
"engines": {
|
|
11126
|
+
"node": ">=0.10.0"
|
|
11127
|
+
}
|
|
11128
|
+
},
|
|
11114
11129
|
"node_modules/d3-ease": {
|
|
11115
11130
|
"version": "3.0.1",
|
|
11116
11131
|
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
@@ -11407,8 +11422,8 @@
|
|
|
11407
11422
|
}
|
|
11408
11423
|
},
|
|
11409
11424
|
"node_modules/default-browser": {
|
|
11410
|
-
"version": "5.
|
|
11411
|
-
"integrity": "sha512-
|
|
11425
|
+
"version": "5.4.0",
|
|
11426
|
+
"integrity": "sha512-XDuvSq38Hr1MdN47EDvYtx3U0MTqpCEn+F6ft8z2vYDzMrvQhVp0ui9oQdqW3MvK3vqUETglt1tVGgjLuJ5izg==",
|
|
11412
11427
|
"dev": true,
|
|
11413
11428
|
"license": "MIT",
|
|
11414
11429
|
"dependencies": {
|
|
@@ -11423,8 +11438,8 @@
|
|
|
11423
11438
|
}
|
|
11424
11439
|
},
|
|
11425
11440
|
"node_modules/default-browser-id": {
|
|
11426
|
-
"version": "5.0.
|
|
11427
|
-
"integrity": "sha512-
|
|
11441
|
+
"version": "5.0.1",
|
|
11442
|
+
"integrity": "sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==",
|
|
11428
11443
|
"dev": true,
|
|
11429
11444
|
"license": "MIT",
|
|
11430
11445
|
"engines": {
|
|
@@ -11681,8 +11696,8 @@
|
|
|
11681
11696
|
"license": "MIT"
|
|
11682
11697
|
},
|
|
11683
11698
|
"node_modules/electron-to-chromium": {
|
|
11684
|
-
"version": "1.5.
|
|
11685
|
-
"integrity": "sha512-
|
|
11699
|
+
"version": "1.5.260",
|
|
11700
|
+
"integrity": "sha512-ov8rBoOBhVawpzdre+Cmz4FB+y66Eqrk6Gwqd8NGxuhv99GQ8XqMAr351KEkOt7gukXWDg6gJWEMKgL2RLMPtA==",
|
|
11686
11701
|
"dev": true,
|
|
11687
11702
|
"license": "ISC"
|
|
11688
11703
|
},
|
|
@@ -11745,6 +11760,31 @@
|
|
|
11745
11760
|
"url": "https://github.com/fb55/encoding-sniffer?sponsor=1"
|
|
11746
11761
|
}
|
|
11747
11762
|
},
|
|
11763
|
+
"node_modules/encoding-sniffer/node_modules/iconv-lite": {
|
|
11764
|
+
"version": "0.6.3",
|
|
11765
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
11766
|
+
"dev": true,
|
|
11767
|
+
"license": "MIT",
|
|
11768
|
+
"dependencies": {
|
|
11769
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
11770
|
+
},
|
|
11771
|
+
"engines": {
|
|
11772
|
+
"node": ">=0.10.0"
|
|
11773
|
+
}
|
|
11774
|
+
},
|
|
11775
|
+
"node_modules/encoding/node_modules/iconv-lite": {
|
|
11776
|
+
"version": "0.6.3",
|
|
11777
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
11778
|
+
"dev": true,
|
|
11779
|
+
"license": "MIT",
|
|
11780
|
+
"optional": true,
|
|
11781
|
+
"dependencies": {
|
|
11782
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
11783
|
+
},
|
|
11784
|
+
"engines": {
|
|
11785
|
+
"node": ">=0.10.0"
|
|
11786
|
+
}
|
|
11787
|
+
},
|
|
11748
11788
|
"node_modules/end-of-stream": {
|
|
11749
11789
|
"version": "1.4.5",
|
|
11750
11790
|
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
@@ -12118,18 +12158,6 @@
|
|
|
12118
12158
|
"url": "https://opencollective.com/eslint"
|
|
12119
12159
|
}
|
|
12120
12160
|
},
|
|
12121
|
-
"node_modules/espree/node_modules/acorn": {
|
|
12122
|
-
"version": "8.15.0",
|
|
12123
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
12124
|
-
"dev": true,
|
|
12125
|
-
"license": "MIT",
|
|
12126
|
-
"bin": {
|
|
12127
|
-
"acorn": "bin/acorn"
|
|
12128
|
-
},
|
|
12129
|
-
"engines": {
|
|
12130
|
-
"node": ">=0.4.0"
|
|
12131
|
-
}
|
|
12132
|
-
},
|
|
12133
12161
|
"node_modules/esprima": {
|
|
12134
12162
|
"version": "4.0.1",
|
|
12135
12163
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
@@ -12412,6 +12440,22 @@
|
|
|
12412
12440
|
"node": ">= 0.6"
|
|
12413
12441
|
}
|
|
12414
12442
|
},
|
|
12443
|
+
"node_modules/express/node_modules/http-errors": {
|
|
12444
|
+
"version": "2.0.0",
|
|
12445
|
+
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
12446
|
+
"dev": true,
|
|
12447
|
+
"license": "MIT",
|
|
12448
|
+
"dependencies": {
|
|
12449
|
+
"depd": "2.0.0",
|
|
12450
|
+
"inherits": "2.0.4",
|
|
12451
|
+
"setprototypeof": "1.2.0",
|
|
12452
|
+
"statuses": "2.0.1",
|
|
12453
|
+
"toidentifier": "1.0.1"
|
|
12454
|
+
},
|
|
12455
|
+
"engines": {
|
|
12456
|
+
"node": ">= 0.8"
|
|
12457
|
+
}
|
|
12458
|
+
},
|
|
12415
12459
|
"node_modules/express/node_modules/iconv-lite": {
|
|
12416
12460
|
"version": "0.4.24",
|
|
12417
12461
|
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
|
@@ -13186,14 +13230,14 @@
|
|
|
13186
13230
|
}
|
|
13187
13231
|
},
|
|
13188
13232
|
"node_modules/glob": {
|
|
13189
|
-
"version": "11.0
|
|
13190
|
-
"integrity": "sha512-
|
|
13233
|
+
"version": "11.1.0",
|
|
13234
|
+
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
|
13191
13235
|
"dev": true,
|
|
13192
|
-
"license": "
|
|
13236
|
+
"license": "BlueOak-1.0.0",
|
|
13193
13237
|
"dependencies": {
|
|
13194
13238
|
"foreground-child": "^3.3.1",
|
|
13195
13239
|
"jackspeak": "^4.1.1",
|
|
13196
|
-
"minimatch": "^10.
|
|
13240
|
+
"minimatch": "^10.1.1",
|
|
13197
13241
|
"minipass": "^7.1.2",
|
|
13198
13242
|
"package-json-from-dist": "^1.0.0",
|
|
13199
13243
|
"path-scurry": "^2.0.0"
|
|
@@ -13243,10 +13287,10 @@
|
|
|
13243
13287
|
"license": "BSD-2-Clause"
|
|
13244
13288
|
},
|
|
13245
13289
|
"node_modules/glob/node_modules/minimatch": {
|
|
13246
|
-
"version": "10.
|
|
13247
|
-
"integrity": "sha512-
|
|
13290
|
+
"version": "10.1.1",
|
|
13291
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
13248
13292
|
"dev": true,
|
|
13249
|
-
"license": "
|
|
13293
|
+
"license": "BlueOak-1.0.0",
|
|
13250
13294
|
"dependencies": {
|
|
13251
13295
|
"@isaacs/brace-expansion": "^5.0.0"
|
|
13252
13296
|
},
|
|
@@ -13768,24 +13812,28 @@
|
|
|
13768
13812
|
"license": "MIT"
|
|
13769
13813
|
},
|
|
13770
13814
|
"node_modules/http-errors": {
|
|
13771
|
-
"version": "2.0.
|
|
13772
|
-
"integrity": "sha512-
|
|
13815
|
+
"version": "2.0.1",
|
|
13816
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
13773
13817
|
"dev": true,
|
|
13774
13818
|
"license": "MIT",
|
|
13775
13819
|
"dependencies": {
|
|
13776
|
-
"depd": "2.0.0",
|
|
13777
|
-
"inherits": "2.0.4",
|
|
13778
|
-
"setprototypeof": "1.2.0",
|
|
13779
|
-
"statuses": "2.0.
|
|
13780
|
-
"toidentifier": "1.0.1"
|
|
13820
|
+
"depd": "~2.0.0",
|
|
13821
|
+
"inherits": "~2.0.4",
|
|
13822
|
+
"setprototypeof": "~1.2.0",
|
|
13823
|
+
"statuses": "~2.0.2",
|
|
13824
|
+
"toidentifier": "~1.0.1"
|
|
13781
13825
|
},
|
|
13782
13826
|
"engines": {
|
|
13783
13827
|
"node": ">= 0.8"
|
|
13828
|
+
},
|
|
13829
|
+
"funding": {
|
|
13830
|
+
"type": "opencollective",
|
|
13831
|
+
"url": "https://opencollective.com/express"
|
|
13784
13832
|
}
|
|
13785
13833
|
},
|
|
13786
13834
|
"node_modules/http-errors/node_modules/statuses": {
|
|
13787
|
-
"version": "2.0.
|
|
13788
|
-
"integrity": "sha512-
|
|
13835
|
+
"version": "2.0.2",
|
|
13836
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
13789
13837
|
"dev": true,
|
|
13790
13838
|
"license": "MIT",
|
|
13791
13839
|
"engines": {
|
|
@@ -13874,8 +13922,8 @@
|
|
|
13874
13922
|
}
|
|
13875
13923
|
},
|
|
13876
13924
|
"node_modules/i18next": {
|
|
13877
|
-
"version": "25.5.
|
|
13878
|
-
"integrity": "sha512-
|
|
13925
|
+
"version": "25.5.3",
|
|
13926
|
+
"integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==",
|
|
13879
13927
|
"dev": true,
|
|
13880
13928
|
"funding": [
|
|
13881
13929
|
{
|
|
@@ -13914,14 +13962,19 @@
|
|
|
13914
13962
|
}
|
|
13915
13963
|
},
|
|
13916
13964
|
"node_modules/iconv-lite": {
|
|
13917
|
-
"version": "0.
|
|
13918
|
-
"integrity": "sha512-
|
|
13965
|
+
"version": "0.7.0",
|
|
13966
|
+
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
13967
|
+
"dev": true,
|
|
13919
13968
|
"license": "MIT",
|
|
13920
13969
|
"dependencies": {
|
|
13921
13970
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
13922
13971
|
},
|
|
13923
13972
|
"engines": {
|
|
13924
13973
|
"node": ">=0.10.0"
|
|
13974
|
+
},
|
|
13975
|
+
"funding": {
|
|
13976
|
+
"type": "opencollective",
|
|
13977
|
+
"url": "https://opencollective.com/express"
|
|
13925
13978
|
}
|
|
13926
13979
|
},
|
|
13927
13980
|
"node_modules/icss-utils": {
|
|
@@ -14168,8 +14221,8 @@
|
|
|
14168
14221
|
}
|
|
14169
14222
|
},
|
|
14170
14223
|
"node_modules/ip-address": {
|
|
14171
|
-
"version": "10.0
|
|
14172
|
-
"integrity": "sha512-
|
|
14224
|
+
"version": "10.1.0",
|
|
14225
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
14173
14226
|
"dev": true,
|
|
14174
14227
|
"license": "MIT",
|
|
14175
14228
|
"engines": {
|
|
@@ -14917,8 +14970,8 @@
|
|
|
14917
14970
|
"license": "MIT"
|
|
14918
14971
|
},
|
|
14919
14972
|
"node_modules/jest-config/node_modules/glob": {
|
|
14920
|
-
"version": "10.
|
|
14921
|
-
"integrity": "sha512-
|
|
14973
|
+
"version": "10.5.0",
|
|
14974
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
14922
14975
|
"dev": true,
|
|
14923
14976
|
"license": "ISC",
|
|
14924
14977
|
"dependencies": {
|
|
@@ -15353,8 +15406,8 @@
|
|
|
15353
15406
|
}
|
|
15354
15407
|
},
|
|
15355
15408
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
15356
|
-
"version": "10.
|
|
15357
|
-
"integrity": "sha512-
|
|
15409
|
+
"version": "10.5.0",
|
|
15410
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
15358
15411
|
"dev": true,
|
|
15359
15412
|
"license": "ISC",
|
|
15360
15413
|
"dependencies": {
|
|
@@ -15660,8 +15713,8 @@
|
|
|
15660
15713
|
"license": "MIT"
|
|
15661
15714
|
},
|
|
15662
15715
|
"node_modules/js-yaml": {
|
|
15663
|
-
"version": "4.1.
|
|
15664
|
-
"integrity": "sha512-
|
|
15716
|
+
"version": "4.1.1",
|
|
15717
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
15665
15718
|
"dev": true,
|
|
15666
15719
|
"license": "MIT",
|
|
15667
15720
|
"dependencies": {
|
|
@@ -15837,8 +15890,8 @@
|
|
|
15837
15890
|
}
|
|
15838
15891
|
},
|
|
15839
15892
|
"node_modules/launch-editor": {
|
|
15840
|
-
"version": "2.
|
|
15841
|
-
"integrity": "sha512-
|
|
15893
|
+
"version": "2.12.0",
|
|
15894
|
+
"integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
|
|
15842
15895
|
"dev": true,
|
|
15843
15896
|
"license": "MIT",
|
|
15844
15897
|
"dependencies": {
|
|
@@ -16335,8 +16388,8 @@
|
|
|
16335
16388
|
}
|
|
16336
16389
|
},
|
|
16337
16390
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
16338
|
-
"version": "7.
|
|
16339
|
-
"integrity": "sha512-
|
|
16391
|
+
"version": "7.2.0",
|
|
16392
|
+
"integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
|
|
16340
16393
|
"dev": true,
|
|
16341
16394
|
"license": "MIT",
|
|
16342
16395
|
"dependencies": {
|
|
@@ -16687,8 +16740,8 @@
|
|
|
16687
16740
|
}
|
|
16688
16741
|
},
|
|
16689
16742
|
"node_modules/memfs": {
|
|
16690
|
-
"version": "4.
|
|
16691
|
-
"integrity": "sha512-
|
|
16743
|
+
"version": "4.51.0",
|
|
16744
|
+
"integrity": "sha512-4zngfkVM/GpIhC8YazOsM6E8hoB33NP0BCESPOA6z7qaL6umPJNqkO8CNYaLV2FB2MV6H1O3x2luHHOSqppv+A==",
|
|
16692
16745
|
"dev": true,
|
|
16693
16746
|
"license": "Apache-2.0",
|
|
16694
16747
|
"dependencies": {
|
|
@@ -16784,15 +16837,19 @@
|
|
|
16784
16837
|
}
|
|
16785
16838
|
},
|
|
16786
16839
|
"node_modules/mime-types": {
|
|
16787
|
-
"version": "3.0.
|
|
16788
|
-
"integrity": "sha512-
|
|
16840
|
+
"version": "3.0.2",
|
|
16841
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
16789
16842
|
"dev": true,
|
|
16790
16843
|
"license": "MIT",
|
|
16791
16844
|
"dependencies": {
|
|
16792
16845
|
"mime-db": "^1.54.0"
|
|
16793
16846
|
},
|
|
16794
16847
|
"engines": {
|
|
16795
|
-
"node": ">=
|
|
16848
|
+
"node": ">=18"
|
|
16849
|
+
},
|
|
16850
|
+
"funding": {
|
|
16851
|
+
"type": "opencollective",
|
|
16852
|
+
"url": "https://opencollective.com/express"
|
|
16796
16853
|
}
|
|
16797
16854
|
},
|
|
16798
16855
|
"node_modules/mimic-fn": {
|
|
@@ -17245,6 +17302,19 @@
|
|
|
17245
17302
|
"node": ">= 4.4.x"
|
|
17246
17303
|
}
|
|
17247
17304
|
},
|
|
17305
|
+
"node_modules/needle/node_modules/iconv-lite": {
|
|
17306
|
+
"version": "0.6.3",
|
|
17307
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
17308
|
+
"dev": true,
|
|
17309
|
+
"license": "MIT",
|
|
17310
|
+
"optional": true,
|
|
17311
|
+
"dependencies": {
|
|
17312
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
17313
|
+
},
|
|
17314
|
+
"engines": {
|
|
17315
|
+
"node": ">=0.10.0"
|
|
17316
|
+
}
|
|
17317
|
+
},
|
|
17248
17318
|
"node_modules/negotiator": {
|
|
17249
17319
|
"version": "0.6.4",
|
|
17250
17320
|
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
|
|
@@ -18038,8 +18108,8 @@
|
|
|
18038
18108
|
}
|
|
18039
18109
|
},
|
|
18040
18110
|
"node_modules/node-forge": {
|
|
18041
|
-
"version": "1.3.
|
|
18042
|
-
"integrity": "sha512-
|
|
18111
|
+
"version": "1.3.2",
|
|
18112
|
+
"integrity": "sha512-6xKiQ+cph9KImrRh0VsjH2d8/GXA4FIMlgU4B757iI1ApvcyA9VlouP0yZJha01V+huImO+kKMU7ih+2+E14fw==",
|
|
18043
18113
|
"dev": true,
|
|
18044
18114
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
18045
18115
|
"engines": {
|
|
@@ -18106,8 +18176,8 @@
|
|
|
18106
18176
|
}
|
|
18107
18177
|
},
|
|
18108
18178
|
"node_modules/node-gyp/node_modules/glob": {
|
|
18109
|
-
"version": "10.
|
|
18110
|
-
"integrity": "sha512-
|
|
18179
|
+
"version": "10.5.0",
|
|
18180
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
18111
18181
|
"dev": true,
|
|
18112
18182
|
"license": "ISC",
|
|
18113
18183
|
"dependencies": {
|
|
@@ -18208,8 +18278,8 @@
|
|
|
18208
18278
|
"license": "MIT"
|
|
18209
18279
|
},
|
|
18210
18280
|
"node_modules/node-releases": {
|
|
18211
|
-
"version": "2.0.
|
|
18212
|
-
"integrity": "sha512-
|
|
18281
|
+
"version": "2.0.27",
|
|
18282
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
18213
18283
|
"dev": true,
|
|
18214
18284
|
"license": "MIT"
|
|
18215
18285
|
},
|
|
@@ -18922,8 +18992,8 @@
|
|
|
18922
18992
|
"license": "MIT"
|
|
18923
18993
|
},
|
|
18924
18994
|
"node_modules/path-scurry": {
|
|
18925
|
-
"version": "2.0.
|
|
18926
|
-
"integrity": "sha512-
|
|
18995
|
+
"version": "2.0.1",
|
|
18996
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
18927
18997
|
"dev": true,
|
|
18928
18998
|
"license": "BlueOak-1.0.0",
|
|
18929
18999
|
"dependencies": {
|
|
@@ -19114,8 +19184,8 @@
|
|
|
19114
19184
|
}
|
|
19115
19185
|
},
|
|
19116
19186
|
"node_modules/pkg-dir/node_modules/yocto-queue": {
|
|
19117
|
-
"version": "1.2.
|
|
19118
|
-
"integrity": "sha512-
|
|
19187
|
+
"version": "1.2.2",
|
|
19188
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
19119
19189
|
"dev": true,
|
|
19120
19190
|
"license": "MIT",
|
|
19121
19191
|
"engines": {
|
|
@@ -19519,36 +19589,20 @@
|
|
|
19519
19589
|
}
|
|
19520
19590
|
},
|
|
19521
19591
|
"node_modules/raw-body": {
|
|
19522
|
-
"version": "3.0.
|
|
19523
|
-
"integrity": "sha512-
|
|
19592
|
+
"version": "3.0.2",
|
|
19593
|
+
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
19524
19594
|
"dev": true,
|
|
19525
19595
|
"license": "MIT",
|
|
19526
19596
|
"dependencies": {
|
|
19527
|
-
"bytes": "3.1.2",
|
|
19528
|
-
"http-errors": "2.0.
|
|
19529
|
-
"iconv-lite": "0.7.0",
|
|
19530
|
-
"unpipe": "1.0.0"
|
|
19597
|
+
"bytes": "~3.1.2",
|
|
19598
|
+
"http-errors": "~2.0.1",
|
|
19599
|
+
"iconv-lite": "~0.7.0",
|
|
19600
|
+
"unpipe": "~1.0.0"
|
|
19531
19601
|
},
|
|
19532
19602
|
"engines": {
|
|
19533
19603
|
"node": ">= 0.10"
|
|
19534
19604
|
}
|
|
19535
19605
|
},
|
|
19536
|
-
"node_modules/raw-body/node_modules/iconv-lite": {
|
|
19537
|
-
"version": "0.7.0",
|
|
19538
|
-
"integrity": "sha512-cf6L2Ds3h57VVmkZe+Pn+5APsT7FpqJtEhhieDCvrE2MK5Qk9MyffgQyuxQTm6BChfeZNtcOLHp9IcWRVcIcBQ==",
|
|
19539
|
-
"dev": true,
|
|
19540
|
-
"license": "MIT",
|
|
19541
|
-
"dependencies": {
|
|
19542
|
-
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
19543
|
-
},
|
|
19544
|
-
"engines": {
|
|
19545
|
-
"node": ">=0.10.0"
|
|
19546
|
-
},
|
|
19547
|
-
"funding": {
|
|
19548
|
-
"type": "opencollective",
|
|
19549
|
-
"url": "https://opencollective.com/express"
|
|
19550
|
-
}
|
|
19551
|
-
},
|
|
19552
19606
|
"node_modules/react-is": {
|
|
19553
19607
|
"version": "18.3.1",
|
|
19554
19608
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
@@ -20232,10 +20286,10 @@
|
|
|
20232
20286
|
}
|
|
20233
20287
|
},
|
|
20234
20288
|
"node_modules/sax": {
|
|
20235
|
-
"version": "1.4.
|
|
20236
|
-
"integrity": "sha512
|
|
20289
|
+
"version": "1.4.3",
|
|
20290
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
20237
20291
|
"dev": true,
|
|
20238
|
-
"license": "
|
|
20292
|
+
"license": "BlueOak-1.0.0",
|
|
20239
20293
|
"optional": true
|
|
20240
20294
|
},
|
|
20241
20295
|
"node_modules/saxes": {
|
|
@@ -20504,6 +20558,22 @@
|
|
|
20504
20558
|
"node": ">= 0.6"
|
|
20505
20559
|
}
|
|
20506
20560
|
},
|
|
20561
|
+
"node_modules/serve-static/node_modules/http-errors": {
|
|
20562
|
+
"version": "2.0.0",
|
|
20563
|
+
"integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==",
|
|
20564
|
+
"dev": true,
|
|
20565
|
+
"license": "MIT",
|
|
20566
|
+
"dependencies": {
|
|
20567
|
+
"depd": "2.0.0",
|
|
20568
|
+
"inherits": "2.0.4",
|
|
20569
|
+
"setprototypeof": "1.2.0",
|
|
20570
|
+
"statuses": "2.0.1",
|
|
20571
|
+
"toidentifier": "1.0.1"
|
|
20572
|
+
},
|
|
20573
|
+
"engines": {
|
|
20574
|
+
"node": ">= 0.8"
|
|
20575
|
+
}
|
|
20576
|
+
},
|
|
20507
20577
|
"node_modules/serve-static/node_modules/send": {
|
|
20508
20578
|
"version": "0.19.0",
|
|
20509
20579
|
"integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==",
|
|
@@ -20939,6 +21009,18 @@
|
|
|
20939
21009
|
"webpack": "^5.72.1"
|
|
20940
21010
|
}
|
|
20941
21011
|
},
|
|
21012
|
+
"node_modules/source-map-loader/node_modules/iconv-lite": {
|
|
21013
|
+
"version": "0.6.3",
|
|
21014
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
21015
|
+
"dev": true,
|
|
21016
|
+
"license": "MIT",
|
|
21017
|
+
"dependencies": {
|
|
21018
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
21019
|
+
},
|
|
21020
|
+
"engines": {
|
|
21021
|
+
"node": ">=0.10.0"
|
|
21022
|
+
}
|
|
21023
|
+
},
|
|
20942
21024
|
"node_modules/source-map-support": {
|
|
20943
21025
|
"version": "0.5.21",
|
|
20944
21026
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
@@ -21473,8 +21555,8 @@
|
|
|
21473
21555
|
"license": "ISC"
|
|
21474
21556
|
},
|
|
21475
21557
|
"node_modules/terser": {
|
|
21476
|
-
"version": "5.44.
|
|
21477
|
-
"integrity": "sha512-
|
|
21558
|
+
"version": "5.44.1",
|
|
21559
|
+
"integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
|
|
21478
21560
|
"dev": true,
|
|
21479
21561
|
"license": "BSD-2-Clause",
|
|
21480
21562
|
"dependencies": {
|
|
@@ -21553,18 +21635,6 @@
|
|
|
21553
21635
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
21554
21636
|
}
|
|
21555
21637
|
},
|
|
21556
|
-
"node_modules/terser/node_modules/acorn": {
|
|
21557
|
-
"version": "8.15.0",
|
|
21558
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
21559
|
-
"dev": true,
|
|
21560
|
-
"license": "MIT",
|
|
21561
|
-
"bin": {
|
|
21562
|
-
"acorn": "bin/acorn"
|
|
21563
|
-
},
|
|
21564
|
-
"engines": {
|
|
21565
|
-
"node": ">=0.4.0"
|
|
21566
|
-
}
|
|
21567
|
-
},
|
|
21568
21638
|
"node_modules/terser/node_modules/commander": {
|
|
21569
21639
|
"version": "2.20.3",
|
|
21570
21640
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
@@ -21967,18 +22037,6 @@
|
|
|
21967
22037
|
}
|
|
21968
22038
|
}
|
|
21969
22039
|
},
|
|
21970
|
-
"node_modules/ts-node/node_modules/acorn": {
|
|
21971
|
-
"version": "8.15.0",
|
|
21972
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
21973
|
-
"dev": true,
|
|
21974
|
-
"license": "MIT",
|
|
21975
|
-
"bin": {
|
|
21976
|
-
"acorn": "bin/acorn"
|
|
21977
|
-
},
|
|
21978
|
-
"engines": {
|
|
21979
|
-
"node": ">=0.4.0"
|
|
21980
|
-
}
|
|
21981
|
-
},
|
|
21982
22040
|
"node_modules/ts-node/node_modules/acorn-walk": {
|
|
21983
22041
|
"version": "8.3.4",
|
|
21984
22042
|
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
@@ -23291,18 +23349,6 @@
|
|
|
23291
23349
|
}
|
|
23292
23350
|
}
|
|
23293
23351
|
},
|
|
23294
|
-
"node_modules/webpack/node_modules/acorn": {
|
|
23295
|
-
"version": "8.15.0",
|
|
23296
|
-
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
23297
|
-
"dev": true,
|
|
23298
|
-
"license": "MIT",
|
|
23299
|
-
"bin": {
|
|
23300
|
-
"acorn": "bin/acorn"
|
|
23301
|
-
},
|
|
23302
|
-
"engines": {
|
|
23303
|
-
"node": ">=0.4.0"
|
|
23304
|
-
}
|
|
23305
|
-
},
|
|
23306
23352
|
"node_modules/webpack/node_modules/ajv": {
|
|
23307
23353
|
"version": "6.12.6",
|
|
23308
23354
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
@@ -23436,6 +23482,18 @@
|
|
|
23436
23482
|
"node": ">=18"
|
|
23437
23483
|
}
|
|
23438
23484
|
},
|
|
23485
|
+
"node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
23486
|
+
"version": "0.6.3",
|
|
23487
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
23488
|
+
"dev": true,
|
|
23489
|
+
"license": "MIT",
|
|
23490
|
+
"dependencies": {
|
|
23491
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
23492
|
+
},
|
|
23493
|
+
"engines": {
|
|
23494
|
+
"node": ">=0.10.0"
|
|
23495
|
+
}
|
|
23496
|
+
},
|
|
23439
23497
|
"node_modules/whatwg-mimetype": {
|
|
23440
23498
|
"version": "4.0.0",
|
|
23441
23499
|
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|