@wavemaker/angular-codegen 11.14.0-rc.6276 → 11.14.1-10.6348
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 +360 -363
- package/angular-app/package-lock.json +360 -363
- 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 +424 -106
- package/dependencies/transpilation-web.cjs.js +206 -48
- package/npm-shrinkwrap.json +119 -123
- package/package-lock.json +119 -123
- 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-10.6348",
|
|
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-10.6348",
|
|
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-10.6348",
|
|
27
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-10.6348",
|
|
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-10.6348",
|
|
30
|
+
"@wavemaker/nvd3": "1.8.15",
|
|
31
|
+
"@wavemaker/variables": "11.14.1-10.6348",
|
|
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.13",
|
|
572
|
+
"integrity": "sha512-hdMKY4rUTko8xqeWYGnwwDYDomkeOoLsYsP6SdaHWK7hpGvzWsT6Q/aIv8J8NrCYkLu+M+5nLiKOooweUZu3GQ==",
|
|
572
573
|
"dev": true,
|
|
573
574
|
"license": "MIT",
|
|
574
575
|
"dependencies": {
|
|
575
|
-
"@angular-devkit/core": "20.3.
|
|
576
|
+
"@angular-devkit/core": "20.3.13",
|
|
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.13",
|
|
590
|
+
"integrity": "sha512-/D84T1Caxll3I2sRihPDR9UaWBhF50M+tAX15PdP6uSh/TxwAlLl9p7Rm1bD0mPjPercqaEKA+h9a9qLP16hug==",
|
|
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.13",
|
|
798
|
+
"integrity": "sha512-JyH6Af6PNC1IHJToColFk1RaXDU87mpPjz7M5sWDfn8bC+KBipw6dSdRkCEuw0D9HY1lZkC9EBV9k9GhpvHjCQ==",
|
|
798
799
|
"dev": true,
|
|
799
800
|
"license": "MIT",
|
|
800
801
|
"dependencies": {
|
|
801
|
-
"@angular-devkit/core": "20.3.
|
|
802
|
+
"@angular-devkit/core": "20.3.13",
|
|
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.13",
|
|
813
|
+
"integrity": "sha512-/D84T1Caxll3I2sRihPDR9UaWBhF50M+tAX15PdP6uSh/TxwAlLl9p7Rm1bD0mPjPercqaEKA+h9a9qLP16hug==",
|
|
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.13",
|
|
917
|
+
"integrity": "sha512-/D84T1Caxll3I2sRihPDR9UaWBhF50M+tAX15PdP6uSh/TxwAlLl9p7Rm1bD0mPjPercqaEKA+h9a9qLP16hug==",
|
|
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.3",
|
|
5440
|
+
"integrity": "sha512-1N9SBnWYOJTrNZCdh/yJE+t910Y128BoyY+zBLWhL3r0TYzlTmFdXrPwHL9DyFZmlEXNQQolTZh3KHV31QDhyA==",
|
|
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.4",
|
|
7520
|
+
"integrity": "sha512-DrRa/kpp8buB0tzzmuBom4nCfu1mvGentblZihLsI3BViEUGLkybfZ4w8ro6kDOtdtJGKMIzbsHkeGXpggIaag==",
|
|
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.4",
|
|
8057
|
+
"integrity": "sha512-vnDVpYPMzs4wunl27jHrfmwojOGKya0xyM3sH+UE5iv5uPS6vX7UIoh6m+vQc5LGBq52HBKPIn/zcSZVzeDEZg==",
|
|
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-10.6348",
|
|
8697
|
+
"integrity": "sha512-G1eUS1xGqgBiNviRWCSPCyUBDHgCGUndWNv67Ih+c4PmC2CnVmGFs4o61vFw+6LwY6d6do36+cfroHGyWQfRDA==",
|
|
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-10.6348",
|
|
8706
|
+
"integrity": "sha512-3Hszt1xr+EYvWcfFwrHm0qzrQz2Ze/WCL9965z/0gODEZTkYQjHbEHowqBU9Q4gpICaxkLGf54qXWmS66WN5oQ==",
|
|
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-10.6348",
|
|
8720
|
+
"integrity": "sha512-pYOkvAGLMb68IGcDPq/dmr+nHhU/zl0oZkTFGOGyssic1wCsreoSa8yweT/Le/v7QIl/Tr+eKsbwXVJGPcMPOA==",
|
|
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-10.6348",
|
|
8736
|
+
"integrity": "sha512-GCS0LQmm7EOuEUZpnCLH1g9b0qVB2GiBXrFpoxxjUuRwcj0yM3XBUd0Vj21hqWqTvZoZNI8nhzEewuksO6IxZg==",
|
|
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.
|
|
9555
|
-
"integrity": "sha512-
|
|
9554
|
+
"version": "2.9.7",
|
|
9555
|
+
"integrity": "sha512-k9xFKplee6KIio3IDbwj+uaCLpqzOwakOgmqzPezM0sFJlFKcg30vk2wOiAJtkTSfx0SSQDSe8q+mWA/fSH5Zg==",
|
|
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.1",
|
|
9701
|
+
"integrity": "sha512-ZC5Bd0LgJXgwGqUknZY/vkUQ04r8NXnJZ3yYi4vDmSiZmC/pdSN0NbNRPxZpbtO4uAfDUAFffO8IZoM3Gj8IkA==",
|
|
9698
9702
|
"dev": true,
|
|
9699
9703
|
"funding": [
|
|
9700
9704
|
{
|
|
@@ -9712,11 +9716,11 @@
|
|
|
9712
9716
|
],
|
|
9713
9717
|
"license": "MIT",
|
|
9714
9718
|
"dependencies": {
|
|
9715
|
-
"baseline-browser-mapping": "^2.
|
|
9716
|
-
"caniuse-lite": "^1.0.
|
|
9717
|
-
"electron-to-chromium": "^1.5.
|
|
9718
|
-
"node-releases": "^2.0.
|
|
9719
|
-
"update-browserslist-db": "^1.
|
|
9719
|
+
"baseline-browser-mapping": "^2.9.0",
|
|
9720
|
+
"caniuse-lite": "^1.0.30001759",
|
|
9721
|
+
"electron-to-chromium": "^1.5.263",
|
|
9722
|
+
"node-releases": "^2.0.27",
|
|
9723
|
+
"update-browserslist-db": "^1.2.0"
|
|
9720
9724
|
},
|
|
9721
9725
|
"bin": {
|
|
9722
9726
|
"browserslist": "cli.js"
|
|
@@ -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.30001760",
|
|
9971
|
+
"integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
|
|
9968
9972
|
"dev": true,
|
|
9969
9973
|
"funding": [
|
|
9970
9974
|
{
|
|
@@ -10080,8 +10084,8 @@
|
|
|
10080
10084
|
}
|
|
10081
10085
|
},
|
|
10082
10086
|
"node_modules/chroma-js": {
|
|
10083
|
-
"version": "3.
|
|
10084
|
-
"integrity": "sha512-
|
|
10087
|
+
"version": "3.2.0",
|
|
10088
|
+
"integrity": "sha512-os/OippSlX1RlWWr+QDPcGUZs0uoqr32urfxESG9U93lhUfbnlyckte84Q8P1UQY/qth983AS1JONKmLS4T0nw==",
|
|
10085
10089
|
"license": "(BSD-3-Clause AND Apache-2.0)"
|
|
10086
10090
|
},
|
|
10087
10091
|
"node_modules/chrome-trace-event": {
|
|
@@ -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": {
|
|
@@ -10666,8 +10670,8 @@
|
|
|
10666
10670
|
"license": "MIT"
|
|
10667
10671
|
},
|
|
10668
10672
|
"node_modules/cookie": {
|
|
10669
|
-
"version": "0.7.
|
|
10670
|
-
"integrity": "sha512-
|
|
10673
|
+
"version": "0.7.2",
|
|
10674
|
+
"integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
|
|
10671
10675
|
"dev": true,
|
|
10672
10676
|
"license": "MIT",
|
|
10673
10677
|
"engines": {
|
|
@@ -10675,8 +10679,8 @@
|
|
|
10675
10679
|
}
|
|
10676
10680
|
},
|
|
10677
10681
|
"node_modules/cookie-signature": {
|
|
10678
|
-
"version": "1.0.
|
|
10679
|
-
"integrity": "sha512-
|
|
10682
|
+
"version": "1.0.7",
|
|
10683
|
+
"integrity": "sha512-NXdYc3dLr47pBkpUCHtKSwIOQXLVn8dZEuywboCOJY/osA0wFSLlSawr3KN8qXJEyX66FcONTH8EIlVuK0yyFA==",
|
|
10680
10684
|
"dev": true,
|
|
10681
10685
|
"license": "MIT"
|
|
10682
10686
|
},
|
|
@@ -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.267",
|
|
11700
|
+
"integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
|
|
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==",
|
|
@@ -11755,8 +11795,8 @@
|
|
|
11755
11795
|
}
|
|
11756
11796
|
},
|
|
11757
11797
|
"node_modules/enhanced-resolve": {
|
|
11758
|
-
"version": "5.18.
|
|
11759
|
-
"integrity": "sha512-
|
|
11798
|
+
"version": "5.18.4",
|
|
11799
|
+
"integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
|
|
11760
11800
|
"dev": true,
|
|
11761
11801
|
"license": "MIT",
|
|
11762
11802
|
"dependencies": {
|
|
@@ -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==",
|
|
@@ -12292,39 +12320,39 @@
|
|
|
12292
12320
|
"license": "Apache-2.0"
|
|
12293
12321
|
},
|
|
12294
12322
|
"node_modules/express": {
|
|
12295
|
-
"version": "4.
|
|
12296
|
-
"integrity": "sha512-
|
|
12323
|
+
"version": "4.22.1",
|
|
12324
|
+
"integrity": "sha512-F2X8g9P1X7uCPZMA3MVf9wcTqlyNp7IhH5qPCI0izhaOIYXaW9L535tGA3qmjRzpH+bZczqq7hVKxTR4NWnu+g==",
|
|
12297
12325
|
"dev": true,
|
|
12298
12326
|
"license": "MIT",
|
|
12299
12327
|
"dependencies": {
|
|
12300
12328
|
"accepts": "~1.3.8",
|
|
12301
12329
|
"array-flatten": "1.1.1",
|
|
12302
|
-
"body-parser": "1.20.3",
|
|
12303
|
-
"content-disposition": "0.5.4",
|
|
12330
|
+
"body-parser": "~1.20.3",
|
|
12331
|
+
"content-disposition": "~0.5.4",
|
|
12304
12332
|
"content-type": "~1.0.4",
|
|
12305
|
-
"cookie": "0.7.1",
|
|
12306
|
-
"cookie-signature": "1.0.6",
|
|
12333
|
+
"cookie": "~0.7.1",
|
|
12334
|
+
"cookie-signature": "~1.0.6",
|
|
12307
12335
|
"debug": "2.6.9",
|
|
12308
12336
|
"depd": "2.0.0",
|
|
12309
12337
|
"encodeurl": "~2.0.0",
|
|
12310
12338
|
"escape-html": "~1.0.3",
|
|
12311
12339
|
"etag": "~1.8.1",
|
|
12312
|
-
"finalhandler": "1.3.1",
|
|
12313
|
-
"fresh": "0.5.2",
|
|
12314
|
-
"http-errors": "2.0.0",
|
|
12340
|
+
"finalhandler": "~1.3.1",
|
|
12341
|
+
"fresh": "~0.5.2",
|
|
12342
|
+
"http-errors": "~2.0.0",
|
|
12315
12343
|
"merge-descriptors": "1.0.3",
|
|
12316
12344
|
"methods": "~1.1.2",
|
|
12317
|
-
"on-finished": "2.4.1",
|
|
12345
|
+
"on-finished": "~2.4.1",
|
|
12318
12346
|
"parseurl": "~1.3.3",
|
|
12319
|
-
"path-to-regexp": "0.1.12",
|
|
12347
|
+
"path-to-regexp": "~0.1.12",
|
|
12320
12348
|
"proxy-addr": "~2.0.7",
|
|
12321
|
-
"qs": "6.
|
|
12349
|
+
"qs": "~6.14.0",
|
|
12322
12350
|
"range-parser": "~1.2.1",
|
|
12323
12351
|
"safe-buffer": "5.2.1",
|
|
12324
|
-
"send": "0.19.0",
|
|
12325
|
-
"serve-static": "1.16.2",
|
|
12352
|
+
"send": "~0.19.0",
|
|
12353
|
+
"serve-static": "~1.16.2",
|
|
12326
12354
|
"setprototypeof": "1.2.0",
|
|
12327
|
-
"statuses": "2.0.1",
|
|
12355
|
+
"statuses": "~2.0.1",
|
|
12328
12356
|
"type-is": "~1.6.18",
|
|
12329
12357
|
"utils-merge": "1.0.1",
|
|
12330
12358
|
"vary": "~1.1.2"
|
|
@@ -12338,23 +12366,23 @@
|
|
|
12338
12366
|
}
|
|
12339
12367
|
},
|
|
12340
12368
|
"node_modules/express/node_modules/body-parser": {
|
|
12341
|
-
"version": "1.20.
|
|
12342
|
-
"integrity": "sha512-
|
|
12369
|
+
"version": "1.20.4",
|
|
12370
|
+
"integrity": "sha512-ZTgYYLMOXY9qKU/57FAo8F+HA2dGX7bqGc71txDRC1rS4frdFI5R7NhluHxH6M0YItAP0sHB4uqAOcYKxO6uGA==",
|
|
12343
12371
|
"dev": true,
|
|
12344
12372
|
"license": "MIT",
|
|
12345
12373
|
"dependencies": {
|
|
12346
|
-
"bytes": "3.1.2",
|
|
12374
|
+
"bytes": "~3.1.2",
|
|
12347
12375
|
"content-type": "~1.0.5",
|
|
12348
12376
|
"debug": "2.6.9",
|
|
12349
12377
|
"depd": "2.0.0",
|
|
12350
|
-
"destroy": "1.2.0",
|
|
12351
|
-
"http-errors": "2.0.
|
|
12352
|
-
"iconv-lite": "0.4.24",
|
|
12353
|
-
"on-finished": "2.4.1",
|
|
12354
|
-
"qs": "6.
|
|
12355
|
-
"raw-body": "2.5.
|
|
12378
|
+
"destroy": "~1.2.0",
|
|
12379
|
+
"http-errors": "~2.0.1",
|
|
12380
|
+
"iconv-lite": "~0.4.24",
|
|
12381
|
+
"on-finished": "~2.4.1",
|
|
12382
|
+
"qs": "~6.14.0",
|
|
12383
|
+
"raw-body": "~2.5.3",
|
|
12356
12384
|
"type-is": "~1.6.18",
|
|
12357
|
-
"unpipe": "1.0.0"
|
|
12385
|
+
"unpipe": "~1.0.0"
|
|
12358
12386
|
},
|
|
12359
12387
|
"engines": {
|
|
12360
12388
|
"node": ">= 0.8",
|
|
@@ -12386,17 +12414,17 @@
|
|
|
12386
12414
|
}
|
|
12387
12415
|
},
|
|
12388
12416
|
"node_modules/express/node_modules/finalhandler": {
|
|
12389
|
-
"version": "1.3.
|
|
12390
|
-
"integrity": "sha512-
|
|
12417
|
+
"version": "1.3.2",
|
|
12418
|
+
"integrity": "sha512-aA4RyPcd3badbdABGDuTXCMTtOneUCAYH/gxoYRTZlIJdF0YPWuGqiAsIrhNnnqdXGswYk6dGujem4w80UJFhg==",
|
|
12391
12419
|
"dev": true,
|
|
12392
12420
|
"license": "MIT",
|
|
12393
12421
|
"dependencies": {
|
|
12394
12422
|
"debug": "2.6.9",
|
|
12395
12423
|
"encodeurl": "~2.0.0",
|
|
12396
12424
|
"escape-html": "~1.0.3",
|
|
12397
|
-
"on-finished": "2.4.1",
|
|
12425
|
+
"on-finished": "~2.4.1",
|
|
12398
12426
|
"parseurl": "~1.3.3",
|
|
12399
|
-
"statuses": "2.0.
|
|
12427
|
+
"statuses": "~2.0.2",
|
|
12400
12428
|
"unpipe": "~1.0.0"
|
|
12401
12429
|
},
|
|
12402
12430
|
"engines": {
|
|
@@ -12454,31 +12482,16 @@
|
|
|
12454
12482
|
"node": ">= 0.6"
|
|
12455
12483
|
}
|
|
12456
12484
|
},
|
|
12457
|
-
"node_modules/express/node_modules/qs": {
|
|
12458
|
-
"version": "6.13.0",
|
|
12459
|
-
"integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==",
|
|
12460
|
-
"dev": true,
|
|
12461
|
-
"license": "BSD-3-Clause",
|
|
12462
|
-
"dependencies": {
|
|
12463
|
-
"side-channel": "^1.0.6"
|
|
12464
|
-
},
|
|
12465
|
-
"engines": {
|
|
12466
|
-
"node": ">=0.6"
|
|
12467
|
-
},
|
|
12468
|
-
"funding": {
|
|
12469
|
-
"url": "https://github.com/sponsors/ljharb"
|
|
12470
|
-
}
|
|
12471
|
-
},
|
|
12472
12485
|
"node_modules/express/node_modules/raw-body": {
|
|
12473
|
-
"version": "2.5.
|
|
12474
|
-
"integrity": "sha512-
|
|
12486
|
+
"version": "2.5.3",
|
|
12487
|
+
"integrity": "sha512-s4VSOf6yN0rvbRZGxs8Om5CWj6seneMwK3oDb4lWDH0UPhWcxwOWw5+qk24bxq87szX1ydrwylIOp2uG1ojUpA==",
|
|
12475
12488
|
"dev": true,
|
|
12476
12489
|
"license": "MIT",
|
|
12477
12490
|
"dependencies": {
|
|
12478
|
-
"bytes": "3.1.2",
|
|
12479
|
-
"http-errors": "2.0.
|
|
12480
|
-
"iconv-lite": "0.4.24",
|
|
12481
|
-
"unpipe": "1.0.0"
|
|
12491
|
+
"bytes": "~3.1.2",
|
|
12492
|
+
"http-errors": "~2.0.1",
|
|
12493
|
+
"iconv-lite": "~0.4.24",
|
|
12494
|
+
"unpipe": "~1.0.0"
|
|
12482
12495
|
},
|
|
12483
12496
|
"engines": {
|
|
12484
12497
|
"node": ">= 0.8"
|
|
@@ -12505,41 +12518,32 @@
|
|
|
12505
12518
|
"license": "MIT"
|
|
12506
12519
|
},
|
|
12507
12520
|
"node_modules/express/node_modules/send": {
|
|
12508
|
-
"version": "0.19.
|
|
12509
|
-
"integrity": "sha512-
|
|
12521
|
+
"version": "0.19.2",
|
|
12522
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
12510
12523
|
"dev": true,
|
|
12511
12524
|
"license": "MIT",
|
|
12512
12525
|
"dependencies": {
|
|
12513
12526
|
"debug": "2.6.9",
|
|
12514
12527
|
"depd": "2.0.0",
|
|
12515
12528
|
"destroy": "1.2.0",
|
|
12516
|
-
"encodeurl": "~
|
|
12529
|
+
"encodeurl": "~2.0.0",
|
|
12517
12530
|
"escape-html": "~1.0.3",
|
|
12518
12531
|
"etag": "~1.8.1",
|
|
12519
|
-
"fresh": "0.5.2",
|
|
12520
|
-
"http-errors": "2.0.
|
|
12532
|
+
"fresh": "~0.5.2",
|
|
12533
|
+
"http-errors": "~2.0.1",
|
|
12521
12534
|
"mime": "1.6.0",
|
|
12522
12535
|
"ms": "2.1.3",
|
|
12523
|
-
"on-finished": "2.4.1",
|
|
12536
|
+
"on-finished": "~2.4.1",
|
|
12524
12537
|
"range-parser": "~1.2.1",
|
|
12525
|
-
"statuses": "2.0.
|
|
12538
|
+
"statuses": "~2.0.2"
|
|
12526
12539
|
},
|
|
12527
12540
|
"engines": {
|
|
12528
12541
|
"node": ">= 0.8.0"
|
|
12529
12542
|
}
|
|
12530
12543
|
},
|
|
12531
|
-
"node_modules/express/node_modules/send/node_modules/encodeurl": {
|
|
12532
|
-
"version": "1.0.2",
|
|
12533
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
12534
|
-
"dev": true,
|
|
12535
|
-
"license": "MIT",
|
|
12536
|
-
"engines": {
|
|
12537
|
-
"node": ">= 0.8"
|
|
12538
|
-
}
|
|
12539
|
-
},
|
|
12540
12544
|
"node_modules/express/node_modules/statuses": {
|
|
12541
|
-
"version": "2.0.
|
|
12542
|
-
"integrity": "sha512-
|
|
12545
|
+
"version": "2.0.2",
|
|
12546
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
12543
12547
|
"dev": true,
|
|
12544
12548
|
"license": "MIT",
|
|
12545
12549
|
"engines": {
|
|
@@ -13186,14 +13190,14 @@
|
|
|
13186
13190
|
}
|
|
13187
13191
|
},
|
|
13188
13192
|
"node_modules/glob": {
|
|
13189
|
-
"version": "11.0
|
|
13190
|
-
"integrity": "sha512-
|
|
13193
|
+
"version": "11.1.0",
|
|
13194
|
+
"integrity": "sha512-vuNwKSaKiqm7g0THUBu2x7ckSs3XJLXE+2ssL7/MfTGPLLcrJQ/4Uq1CjPTtO5cCIiRxqvN6Twy1qOwhL0Xjcw==",
|
|
13191
13195
|
"dev": true,
|
|
13192
|
-
"license": "
|
|
13196
|
+
"license": "BlueOak-1.0.0",
|
|
13193
13197
|
"dependencies": {
|
|
13194
13198
|
"foreground-child": "^3.3.1",
|
|
13195
13199
|
"jackspeak": "^4.1.1",
|
|
13196
|
-
"minimatch": "^10.
|
|
13200
|
+
"minimatch": "^10.1.1",
|
|
13197
13201
|
"minipass": "^7.1.2",
|
|
13198
13202
|
"package-json-from-dist": "^1.0.0",
|
|
13199
13203
|
"path-scurry": "^2.0.0"
|
|
@@ -13243,10 +13247,10 @@
|
|
|
13243
13247
|
"license": "BSD-2-Clause"
|
|
13244
13248
|
},
|
|
13245
13249
|
"node_modules/glob/node_modules/minimatch": {
|
|
13246
|
-
"version": "10.
|
|
13247
|
-
"integrity": "sha512-
|
|
13250
|
+
"version": "10.1.1",
|
|
13251
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
13248
13252
|
"dev": true,
|
|
13249
|
-
"license": "
|
|
13253
|
+
"license": "BlueOak-1.0.0",
|
|
13250
13254
|
"dependencies": {
|
|
13251
13255
|
"@isaacs/brace-expansion": "^5.0.0"
|
|
13252
13256
|
},
|
|
@@ -13768,24 +13772,28 @@
|
|
|
13768
13772
|
"license": "MIT"
|
|
13769
13773
|
},
|
|
13770
13774
|
"node_modules/http-errors": {
|
|
13771
|
-
"version": "2.0.
|
|
13772
|
-
"integrity": "sha512-
|
|
13775
|
+
"version": "2.0.1",
|
|
13776
|
+
"integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
|
|
13773
13777
|
"dev": true,
|
|
13774
13778
|
"license": "MIT",
|
|
13775
13779
|
"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"
|
|
13780
|
+
"depd": "~2.0.0",
|
|
13781
|
+
"inherits": "~2.0.4",
|
|
13782
|
+
"setprototypeof": "~1.2.0",
|
|
13783
|
+
"statuses": "~2.0.2",
|
|
13784
|
+
"toidentifier": "~1.0.1"
|
|
13781
13785
|
},
|
|
13782
13786
|
"engines": {
|
|
13783
13787
|
"node": ">= 0.8"
|
|
13788
|
+
},
|
|
13789
|
+
"funding": {
|
|
13790
|
+
"type": "opencollective",
|
|
13791
|
+
"url": "https://opencollective.com/express"
|
|
13784
13792
|
}
|
|
13785
13793
|
},
|
|
13786
13794
|
"node_modules/http-errors/node_modules/statuses": {
|
|
13787
|
-
"version": "2.0.
|
|
13788
|
-
"integrity": "sha512-
|
|
13795
|
+
"version": "2.0.2",
|
|
13796
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
13789
13797
|
"dev": true,
|
|
13790
13798
|
"license": "MIT",
|
|
13791
13799
|
"engines": {
|
|
@@ -13874,8 +13882,8 @@
|
|
|
13874
13882
|
}
|
|
13875
13883
|
},
|
|
13876
13884
|
"node_modules/i18next": {
|
|
13877
|
-
"version": "25.5.
|
|
13878
|
-
"integrity": "sha512-
|
|
13885
|
+
"version": "25.5.3",
|
|
13886
|
+
"integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==",
|
|
13879
13887
|
"dev": true,
|
|
13880
13888
|
"funding": [
|
|
13881
13889
|
{
|
|
@@ -13914,14 +13922,19 @@
|
|
|
13914
13922
|
}
|
|
13915
13923
|
},
|
|
13916
13924
|
"node_modules/iconv-lite": {
|
|
13917
|
-
"version": "0.
|
|
13918
|
-
"integrity": "sha512-
|
|
13925
|
+
"version": "0.7.1",
|
|
13926
|
+
"integrity": "sha512-2Tth85cXwGFHfvRgZWszZSvdo+0Xsqmw8k8ZwxScfcBneNUraK+dxRxRm24nszx80Y0TVio8kKLt5sLE7ZCLlw==",
|
|
13927
|
+
"dev": true,
|
|
13919
13928
|
"license": "MIT",
|
|
13920
13929
|
"dependencies": {
|
|
13921
13930
|
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
13922
13931
|
},
|
|
13923
13932
|
"engines": {
|
|
13924
13933
|
"node": ">=0.10.0"
|
|
13934
|
+
},
|
|
13935
|
+
"funding": {
|
|
13936
|
+
"type": "opencollective",
|
|
13937
|
+
"url": "https://opencollective.com/express"
|
|
13925
13938
|
}
|
|
13926
13939
|
},
|
|
13927
13940
|
"node_modules/icss-utils": {
|
|
@@ -14168,8 +14181,8 @@
|
|
|
14168
14181
|
}
|
|
14169
14182
|
},
|
|
14170
14183
|
"node_modules/ip-address": {
|
|
14171
|
-
"version": "10.0
|
|
14172
|
-
"integrity": "sha512-
|
|
14184
|
+
"version": "10.1.0",
|
|
14185
|
+
"integrity": "sha512-XXADHxXmvT9+CRxhXg56LJovE+bmWnEWB78LB83VZTprKTmaC5QfruXocxzTZ2Kl0DNwKuBdlIhjL8LeY8Sf8Q==",
|
|
14173
14186
|
"dev": true,
|
|
14174
14187
|
"license": "MIT",
|
|
14175
14188
|
"engines": {
|
|
@@ -14177,8 +14190,8 @@
|
|
|
14177
14190
|
}
|
|
14178
14191
|
},
|
|
14179
14192
|
"node_modules/ipaddr.js": {
|
|
14180
|
-
"version": "2.
|
|
14181
|
-
"integrity": "sha512-
|
|
14193
|
+
"version": "2.3.0",
|
|
14194
|
+
"integrity": "sha512-Zv/pA+ciVFbCSBBjGfaKUya/CcGmUHzTydLMaTwrUUEM2DIEO3iZvueGxmacvmN50fGpGVKeTXpb2LcYQxeVdg==",
|
|
14182
14195
|
"dev": true,
|
|
14183
14196
|
"license": "MIT",
|
|
14184
14197
|
"engines": {
|
|
@@ -14917,8 +14930,8 @@
|
|
|
14917
14930
|
"license": "MIT"
|
|
14918
14931
|
},
|
|
14919
14932
|
"node_modules/jest-config/node_modules/glob": {
|
|
14920
|
-
"version": "10.
|
|
14921
|
-
"integrity": "sha512-
|
|
14933
|
+
"version": "10.5.0",
|
|
14934
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
14922
14935
|
"dev": true,
|
|
14923
14936
|
"license": "ISC",
|
|
14924
14937
|
"dependencies": {
|
|
@@ -15353,8 +15366,8 @@
|
|
|
15353
15366
|
}
|
|
15354
15367
|
},
|
|
15355
15368
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
15356
|
-
"version": "10.
|
|
15357
|
-
"integrity": "sha512-
|
|
15369
|
+
"version": "10.5.0",
|
|
15370
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
15358
15371
|
"dev": true,
|
|
15359
15372
|
"license": "ISC",
|
|
15360
15373
|
"dependencies": {
|
|
@@ -15660,8 +15673,8 @@
|
|
|
15660
15673
|
"license": "MIT"
|
|
15661
15674
|
},
|
|
15662
15675
|
"node_modules/js-yaml": {
|
|
15663
|
-
"version": "4.1.
|
|
15664
|
-
"integrity": "sha512-
|
|
15676
|
+
"version": "4.1.1",
|
|
15677
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
15665
15678
|
"dev": true,
|
|
15666
15679
|
"license": "MIT",
|
|
15667
15680
|
"dependencies": {
|
|
@@ -15837,8 +15850,8 @@
|
|
|
15837
15850
|
}
|
|
15838
15851
|
},
|
|
15839
15852
|
"node_modules/launch-editor": {
|
|
15840
|
-
"version": "2.
|
|
15841
|
-
"integrity": "sha512-
|
|
15853
|
+
"version": "2.12.0",
|
|
15854
|
+
"integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
|
|
15842
15855
|
"dev": true,
|
|
15843
15856
|
"license": "MIT",
|
|
15844
15857
|
"dependencies": {
|
|
@@ -16335,8 +16348,8 @@
|
|
|
16335
16348
|
}
|
|
16336
16349
|
},
|
|
16337
16350
|
"node_modules/log-update/node_modules/ansi-escapes": {
|
|
16338
|
-
"version": "7.
|
|
16339
|
-
"integrity": "sha512-
|
|
16351
|
+
"version": "7.2.0",
|
|
16352
|
+
"integrity": "sha512-g6LhBsl+GBPRWGWsBtutpzBYuIIdBkLEvad5C/va/74Db018+5TZiyA26cZJAr3Rft5lprVqOIPxf5Vid6tqAw==",
|
|
16340
16353
|
"dev": true,
|
|
16341
16354
|
"license": "MIT",
|
|
16342
16355
|
"dependencies": {
|
|
@@ -16687,8 +16700,8 @@
|
|
|
16687
16700
|
}
|
|
16688
16701
|
},
|
|
16689
16702
|
"node_modules/memfs": {
|
|
16690
|
-
"version": "4.
|
|
16691
|
-
"integrity": "sha512-
|
|
16703
|
+
"version": "4.51.1",
|
|
16704
|
+
"integrity": "sha512-Eyt3XrufitN2ZL9c/uIRMyDwXanLI88h/L3MoWqNY747ha3dMR9dWqp8cRT5ntjZ0U1TNuq4U91ZXK0sMBjYOQ==",
|
|
16692
16705
|
"dev": true,
|
|
16693
16706
|
"license": "Apache-2.0",
|
|
16694
16707
|
"dependencies": {
|
|
@@ -16784,15 +16797,19 @@
|
|
|
16784
16797
|
}
|
|
16785
16798
|
},
|
|
16786
16799
|
"node_modules/mime-types": {
|
|
16787
|
-
"version": "3.0.
|
|
16788
|
-
"integrity": "sha512-
|
|
16800
|
+
"version": "3.0.2",
|
|
16801
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
16789
16802
|
"dev": true,
|
|
16790
16803
|
"license": "MIT",
|
|
16791
16804
|
"dependencies": {
|
|
16792
16805
|
"mime-db": "^1.54.0"
|
|
16793
16806
|
},
|
|
16794
16807
|
"engines": {
|
|
16795
|
-
"node": ">=
|
|
16808
|
+
"node": ">=18"
|
|
16809
|
+
},
|
|
16810
|
+
"funding": {
|
|
16811
|
+
"type": "opencollective",
|
|
16812
|
+
"url": "https://opencollective.com/express"
|
|
16796
16813
|
}
|
|
16797
16814
|
},
|
|
16798
16815
|
"node_modules/mimic-fn": {
|
|
@@ -17245,6 +17262,19 @@
|
|
|
17245
17262
|
"node": ">= 4.4.x"
|
|
17246
17263
|
}
|
|
17247
17264
|
},
|
|
17265
|
+
"node_modules/needle/node_modules/iconv-lite": {
|
|
17266
|
+
"version": "0.6.3",
|
|
17267
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
17268
|
+
"dev": true,
|
|
17269
|
+
"license": "MIT",
|
|
17270
|
+
"optional": true,
|
|
17271
|
+
"dependencies": {
|
|
17272
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
17273
|
+
},
|
|
17274
|
+
"engines": {
|
|
17275
|
+
"node": ">=0.10.0"
|
|
17276
|
+
}
|
|
17277
|
+
},
|
|
17248
17278
|
"node_modules/negotiator": {
|
|
17249
17279
|
"version": "0.6.4",
|
|
17250
17280
|
"integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==",
|
|
@@ -18038,8 +18068,8 @@
|
|
|
18038
18068
|
}
|
|
18039
18069
|
},
|
|
18040
18070
|
"node_modules/node-forge": {
|
|
18041
|
-
"version": "1.3.
|
|
18042
|
-
"integrity": "sha512-
|
|
18071
|
+
"version": "1.3.3",
|
|
18072
|
+
"integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
|
|
18043
18073
|
"dev": true,
|
|
18044
18074
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
18045
18075
|
"engines": {
|
|
@@ -18106,8 +18136,8 @@
|
|
|
18106
18136
|
}
|
|
18107
18137
|
},
|
|
18108
18138
|
"node_modules/node-gyp/node_modules/glob": {
|
|
18109
|
-
"version": "10.
|
|
18110
|
-
"integrity": "sha512-
|
|
18139
|
+
"version": "10.5.0",
|
|
18140
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
18111
18141
|
"dev": true,
|
|
18112
18142
|
"license": "ISC",
|
|
18113
18143
|
"dependencies": {
|
|
@@ -18208,8 +18238,8 @@
|
|
|
18208
18238
|
"license": "MIT"
|
|
18209
18239
|
},
|
|
18210
18240
|
"node_modules/node-releases": {
|
|
18211
|
-
"version": "2.0.
|
|
18212
|
-
"integrity": "sha512-
|
|
18241
|
+
"version": "2.0.27",
|
|
18242
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
18213
18243
|
"dev": true,
|
|
18214
18244
|
"license": "MIT"
|
|
18215
18245
|
},
|
|
@@ -18377,8 +18407,8 @@
|
|
|
18377
18407
|
}
|
|
18378
18408
|
},
|
|
18379
18409
|
"node_modules/nwsapi": {
|
|
18380
|
-
"version": "2.2.
|
|
18381
|
-
"integrity": "sha512-
|
|
18410
|
+
"version": "2.2.23",
|
|
18411
|
+
"integrity": "sha512-7wfH4sLbt4M0gCDzGE6vzQBo0bfTKjU7Sfpqy/7gs1qBfYz2vEJH6vXcBKpO3+6Yu1telwd0t9HpyOoLEQQbIQ==",
|
|
18382
18412
|
"dev": true,
|
|
18383
18413
|
"license": "MIT"
|
|
18384
18414
|
},
|
|
@@ -18922,8 +18952,8 @@
|
|
|
18922
18952
|
"license": "MIT"
|
|
18923
18953
|
},
|
|
18924
18954
|
"node_modules/path-scurry": {
|
|
18925
|
-
"version": "2.0.
|
|
18926
|
-
"integrity": "sha512-
|
|
18955
|
+
"version": "2.0.1",
|
|
18956
|
+
"integrity": "sha512-oWyT4gICAu+kaA7QWk/jvCHWarMKNs6pXOGWKDTr7cw4IGcUbW+PeTfbaQiLGheFRpjo6O9J0PmyMfQPjH71oA==",
|
|
18927
18957
|
"dev": true,
|
|
18928
18958
|
"license": "BlueOak-1.0.0",
|
|
18929
18959
|
"dependencies": {
|
|
@@ -18938,10 +18968,10 @@
|
|
|
18938
18968
|
}
|
|
18939
18969
|
},
|
|
18940
18970
|
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
18941
|
-
"version": "11.2.
|
|
18942
|
-
"integrity": "sha512-
|
|
18971
|
+
"version": "11.2.4",
|
|
18972
|
+
"integrity": "sha512-B5Y16Jr9LB9dHVkh6ZevG+vAbOsNOYCX+sXvFWFu7B3Iz5mijW3zdbMyhsh8ANd2mSWBYdJgnqi+mL7/LrOPYg==",
|
|
18943
18973
|
"dev": true,
|
|
18944
|
-
"license": "
|
|
18974
|
+
"license": "BlueOak-1.0.0",
|
|
18945
18975
|
"engines": {
|
|
18946
18976
|
"node": "20 || >=22"
|
|
18947
18977
|
}
|
|
@@ -19114,8 +19144,8 @@
|
|
|
19114
19144
|
}
|
|
19115
19145
|
},
|
|
19116
19146
|
"node_modules/pkg-dir/node_modules/yocto-queue": {
|
|
19117
|
-
"version": "1.2.
|
|
19118
|
-
"integrity": "sha512-
|
|
19147
|
+
"version": "1.2.2",
|
|
19148
|
+
"integrity": "sha512-4LCcse/U2MHZ63HAJVE+v71o7yOdIe4cZ70Wpf8D/IyjDKYQLV5GD46B+hSTjJsvV5PztjvHoU580EftxjDZFQ==",
|
|
19119
19149
|
"dev": true,
|
|
19120
19150
|
"license": "MIT",
|
|
19121
19151
|
"engines": {
|
|
@@ -19269,8 +19299,8 @@
|
|
|
19269
19299
|
}
|
|
19270
19300
|
},
|
|
19271
19301
|
"node_modules/postcss-selector-parser": {
|
|
19272
|
-
"version": "7.1.
|
|
19273
|
-
"integrity": "sha512-
|
|
19302
|
+
"version": "7.1.1",
|
|
19303
|
+
"integrity": "sha512-orRsuYpJVw8LdAwqqLykBj9ecS5/cRHlI5+nvTo8LcCKmzDmqVORXtOIYEEQuL9D4BxtA1lm5isAqzQZCoQ6Eg==",
|
|
19274
19304
|
"dev": true,
|
|
19275
19305
|
"license": "MIT",
|
|
19276
19306
|
"dependencies": {
|
|
@@ -19457,8 +19487,8 @@
|
|
|
19457
19487
|
"license": "MIT"
|
|
19458
19488
|
},
|
|
19459
19489
|
"node_modules/purify-ts": {
|
|
19460
|
-
"version": "2.1.
|
|
19461
|
-
"integrity": "sha512-
|
|
19490
|
+
"version": "2.1.3",
|
|
19491
|
+
"integrity": "sha512-lD84lCfxHXc+ndbGjuOy26RN4hBLiRADQ1Q2GdrKM/02cs1Cx+YgX0ffJj93SDGfr+m1MpYzI1OgMyj2BUbOpg==",
|
|
19462
19492
|
"dev": true,
|
|
19463
19493
|
"license": "ISC",
|
|
19464
19494
|
"dependencies": {
|
|
@@ -19519,36 +19549,20 @@
|
|
|
19519
19549
|
}
|
|
19520
19550
|
},
|
|
19521
19551
|
"node_modules/raw-body": {
|
|
19522
|
-
"version": "3.0.
|
|
19523
|
-
"integrity": "sha512-
|
|
19552
|
+
"version": "3.0.2",
|
|
19553
|
+
"integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
|
|
19524
19554
|
"dev": true,
|
|
19525
19555
|
"license": "MIT",
|
|
19526
19556
|
"dependencies": {
|
|
19527
|
-
"bytes": "3.1.2",
|
|
19528
|
-
"http-errors": "2.0.
|
|
19529
|
-
"iconv-lite": "0.7.0",
|
|
19530
|
-
"unpipe": "1.0.0"
|
|
19557
|
+
"bytes": "~3.1.2",
|
|
19558
|
+
"http-errors": "~2.0.1",
|
|
19559
|
+
"iconv-lite": "~0.7.0",
|
|
19560
|
+
"unpipe": "~1.0.0"
|
|
19531
19561
|
},
|
|
19532
19562
|
"engines": {
|
|
19533
19563
|
"node": ">= 0.10"
|
|
19534
19564
|
}
|
|
19535
19565
|
},
|
|
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
19566
|
"node_modules/react-is": {
|
|
19553
19567
|
"version": "18.3.1",
|
|
19554
19568
|
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
@@ -20232,10 +20246,10 @@
|
|
|
20232
20246
|
}
|
|
20233
20247
|
},
|
|
20234
20248
|
"node_modules/sax": {
|
|
20235
|
-
"version": "1.4.
|
|
20236
|
-
"integrity": "sha512
|
|
20249
|
+
"version": "1.4.3",
|
|
20250
|
+
"integrity": "sha512-yqYn1JhPczigF94DMS+shiDMjDowYO6y9+wB/4WgO0Y19jWYk0lQ4tuG5KI7kj4FTp1wxPj5IFfcrz/s1c3jjQ==",
|
|
20237
20251
|
"dev": true,
|
|
20238
|
-
"license": "
|
|
20252
|
+
"license": "BlueOak-1.0.0",
|
|
20239
20253
|
"optional": true
|
|
20240
20254
|
},
|
|
20241
20255
|
"node_modules/saxes": {
|
|
@@ -20318,25 +20332,29 @@
|
|
|
20318
20332
|
}
|
|
20319
20333
|
},
|
|
20320
20334
|
"node_modules/send": {
|
|
20321
|
-
"version": "1.2.
|
|
20322
|
-
"integrity": "sha512-
|
|
20335
|
+
"version": "1.2.1",
|
|
20336
|
+
"integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
|
|
20323
20337
|
"dev": true,
|
|
20324
20338
|
"license": "MIT",
|
|
20325
20339
|
"dependencies": {
|
|
20326
|
-
"debug": "^4.3
|
|
20340
|
+
"debug": "^4.4.3",
|
|
20327
20341
|
"encodeurl": "^2.0.0",
|
|
20328
20342
|
"escape-html": "^1.0.3",
|
|
20329
20343
|
"etag": "^1.8.1",
|
|
20330
20344
|
"fresh": "^2.0.0",
|
|
20331
|
-
"http-errors": "^2.0.
|
|
20332
|
-
"mime-types": "^3.0.
|
|
20345
|
+
"http-errors": "^2.0.1",
|
|
20346
|
+
"mime-types": "^3.0.2",
|
|
20333
20347
|
"ms": "^2.1.3",
|
|
20334
20348
|
"on-finished": "^2.4.1",
|
|
20335
20349
|
"range-parser": "^1.2.1",
|
|
20336
|
-
"statuses": "^2.0.
|
|
20350
|
+
"statuses": "^2.0.2"
|
|
20337
20351
|
},
|
|
20338
20352
|
"engines": {
|
|
20339
20353
|
"node": ">= 18"
|
|
20354
|
+
},
|
|
20355
|
+
"funding": {
|
|
20356
|
+
"type": "opencollective",
|
|
20357
|
+
"url": "https://opencollective.com/express"
|
|
20340
20358
|
}
|
|
20341
20359
|
},
|
|
20342
20360
|
"node_modules/send/node_modules/encodeurl": {
|
|
@@ -20457,15 +20475,15 @@
|
|
|
20457
20475
|
"license": "ISC"
|
|
20458
20476
|
},
|
|
20459
20477
|
"node_modules/serve-static": {
|
|
20460
|
-
"version": "1.16.
|
|
20461
|
-
"integrity": "sha512-
|
|
20478
|
+
"version": "1.16.3",
|
|
20479
|
+
"integrity": "sha512-x0RTqQel6g5SY7Lg6ZreMmsOzncHFU7nhnRWkKgWuMTu5NN0DR5oruckMqRvacAN9d5w6ARnRBXl9xhDCgfMeA==",
|
|
20462
20480
|
"dev": true,
|
|
20463
20481
|
"license": "MIT",
|
|
20464
20482
|
"dependencies": {
|
|
20465
20483
|
"encodeurl": "~2.0.0",
|
|
20466
20484
|
"escape-html": "~1.0.3",
|
|
20467
20485
|
"parseurl": "~1.3.3",
|
|
20468
|
-
"send": "0.19.
|
|
20486
|
+
"send": "~0.19.1"
|
|
20469
20487
|
},
|
|
20470
20488
|
"engines": {
|
|
20471
20489
|
"node": ">= 0.8.0"
|
|
@@ -20505,41 +20523,32 @@
|
|
|
20505
20523
|
}
|
|
20506
20524
|
},
|
|
20507
20525
|
"node_modules/serve-static/node_modules/send": {
|
|
20508
|
-
"version": "0.19.
|
|
20509
|
-
"integrity": "sha512-
|
|
20526
|
+
"version": "0.19.2",
|
|
20527
|
+
"integrity": "sha512-VMbMxbDeehAxpOtWJXlcUS5E8iXh6QmN+BkRX1GARS3wRaXEEgzCcB10gTQazO42tpNIya8xIyNx8fll1OFPrg==",
|
|
20510
20528
|
"dev": true,
|
|
20511
20529
|
"license": "MIT",
|
|
20512
20530
|
"dependencies": {
|
|
20513
20531
|
"debug": "2.6.9",
|
|
20514
20532
|
"depd": "2.0.0",
|
|
20515
20533
|
"destroy": "1.2.0",
|
|
20516
|
-
"encodeurl": "~
|
|
20534
|
+
"encodeurl": "~2.0.0",
|
|
20517
20535
|
"escape-html": "~1.0.3",
|
|
20518
20536
|
"etag": "~1.8.1",
|
|
20519
|
-
"fresh": "0.5.2",
|
|
20520
|
-
"http-errors": "2.0.
|
|
20537
|
+
"fresh": "~0.5.2",
|
|
20538
|
+
"http-errors": "~2.0.1",
|
|
20521
20539
|
"mime": "1.6.0",
|
|
20522
20540
|
"ms": "2.1.3",
|
|
20523
|
-
"on-finished": "2.4.1",
|
|
20541
|
+
"on-finished": "~2.4.1",
|
|
20524
20542
|
"range-parser": "~1.2.1",
|
|
20525
|
-
"statuses": "2.0.
|
|
20543
|
+
"statuses": "~2.0.2"
|
|
20526
20544
|
},
|
|
20527
20545
|
"engines": {
|
|
20528
20546
|
"node": ">= 0.8.0"
|
|
20529
20547
|
}
|
|
20530
20548
|
},
|
|
20531
|
-
"node_modules/serve-static/node_modules/send/node_modules/encodeurl": {
|
|
20532
|
-
"version": "1.0.2",
|
|
20533
|
-
"integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==",
|
|
20534
|
-
"dev": true,
|
|
20535
|
-
"license": "MIT",
|
|
20536
|
-
"engines": {
|
|
20537
|
-
"node": ">= 0.8"
|
|
20538
|
-
}
|
|
20539
|
-
},
|
|
20540
20549
|
"node_modules/serve-static/node_modules/statuses": {
|
|
20541
|
-
"version": "2.0.
|
|
20542
|
-
"integrity": "sha512-
|
|
20550
|
+
"version": "2.0.2",
|
|
20551
|
+
"integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
|
|
20543
20552
|
"dev": true,
|
|
20544
20553
|
"license": "MIT",
|
|
20545
20554
|
"engines": {
|
|
@@ -20939,6 +20948,18 @@
|
|
|
20939
20948
|
"webpack": "^5.72.1"
|
|
20940
20949
|
}
|
|
20941
20950
|
},
|
|
20951
|
+
"node_modules/source-map-loader/node_modules/iconv-lite": {
|
|
20952
|
+
"version": "0.6.3",
|
|
20953
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
20954
|
+
"dev": true,
|
|
20955
|
+
"license": "MIT",
|
|
20956
|
+
"dependencies": {
|
|
20957
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
20958
|
+
},
|
|
20959
|
+
"engines": {
|
|
20960
|
+
"node": ">=0.10.0"
|
|
20961
|
+
}
|
|
20962
|
+
},
|
|
20942
20963
|
"node_modules/source-map-support": {
|
|
20943
20964
|
"version": "0.5.21",
|
|
20944
20965
|
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
|
@@ -21473,8 +21494,8 @@
|
|
|
21473
21494
|
"license": "ISC"
|
|
21474
21495
|
},
|
|
21475
21496
|
"node_modules/terser": {
|
|
21476
|
-
"version": "5.44.
|
|
21477
|
-
"integrity": "sha512-
|
|
21497
|
+
"version": "5.44.1",
|
|
21498
|
+
"integrity": "sha512-t/R3R/n0MSwnnazuPpPNVO60LX0SKL45pyl9YlvxIdkH0Of7D5qM2EVe+yASRIlY5pZ73nclYJfNANGWPwFDZw==",
|
|
21478
21499
|
"dev": true,
|
|
21479
21500
|
"license": "BSD-2-Clause",
|
|
21480
21501
|
"dependencies": {
|
|
@@ -21491,8 +21512,8 @@
|
|
|
21491
21512
|
}
|
|
21492
21513
|
},
|
|
21493
21514
|
"node_modules/terser-webpack-plugin": {
|
|
21494
|
-
"version": "5.3.
|
|
21495
|
-
"integrity": "sha512-
|
|
21515
|
+
"version": "5.3.16",
|
|
21516
|
+
"integrity": "sha512-h9oBFCWrq78NyWWVcSwZarJkZ01c2AyGrzs1crmHZO3QUg9D61Wu4NPjBy69n7JqylFF5y+CsUZYmYEIZ3mR+Q==",
|
|
21496
21517
|
"dev": true,
|
|
21497
21518
|
"license": "MIT",
|
|
21498
21519
|
"dependencies": {
|
|
@@ -21553,18 +21574,6 @@
|
|
|
21553
21574
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
21554
21575
|
}
|
|
21555
21576
|
},
|
|
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
21577
|
"node_modules/terser/node_modules/commander": {
|
|
21569
21578
|
"version": "2.20.3",
|
|
21570
21579
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
@@ -21839,8 +21848,8 @@
|
|
|
21839
21848
|
}
|
|
21840
21849
|
},
|
|
21841
21850
|
"node_modules/ts-jest": {
|
|
21842
|
-
"version": "29.4.
|
|
21843
|
-
"integrity": "sha512-
|
|
21851
|
+
"version": "29.4.6",
|
|
21852
|
+
"integrity": "sha512-fSpWtOO/1AjSNQguk43hb/JCo16oJDnMJf3CdEGNkqsEX3t0KX96xvyX1D7PfLCpVoKu4MfVrqUkFyblYoY4lA==",
|
|
21844
21853
|
"dev": true,
|
|
21845
21854
|
"license": "MIT",
|
|
21846
21855
|
"dependencies": {
|
|
@@ -21967,18 +21976,6 @@
|
|
|
21967
21976
|
}
|
|
21968
21977
|
}
|
|
21969
21978
|
},
|
|
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
21979
|
"node_modules/ts-node/node_modules/acorn-walk": {
|
|
21983
21980
|
"version": "8.3.4",
|
|
21984
21981
|
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
@@ -22262,8 +22259,8 @@
|
|
|
22262
22259
|
}
|
|
22263
22260
|
},
|
|
22264
22261
|
"node_modules/update-browserslist-db": {
|
|
22265
|
-
"version": "1.
|
|
22266
|
-
"integrity": "sha512-
|
|
22262
|
+
"version": "1.2.2",
|
|
22263
|
+
"integrity": "sha512-E85pfNzMQ9jpKkA7+TJAi4TJN+tBCuWh5rUcS/sv6cFi+1q9LYDwDI5dpUL0u/73EElyQ8d3TEaeW4sPedBqYA==",
|
|
22267
22264
|
"dev": true,
|
|
22268
22265
|
"funding": [
|
|
22269
22266
|
{
|
|
@@ -23291,18 +23288,6 @@
|
|
|
23291
23288
|
}
|
|
23292
23289
|
}
|
|
23293
23290
|
},
|
|
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
23291
|
"node_modules/webpack/node_modules/ajv": {
|
|
23307
23292
|
"version": "6.12.6",
|
|
23308
23293
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
@@ -23436,6 +23421,18 @@
|
|
|
23436
23421
|
"node": ">=18"
|
|
23437
23422
|
}
|
|
23438
23423
|
},
|
|
23424
|
+
"node_modules/whatwg-encoding/node_modules/iconv-lite": {
|
|
23425
|
+
"version": "0.6.3",
|
|
23426
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
23427
|
+
"dev": true,
|
|
23428
|
+
"license": "MIT",
|
|
23429
|
+
"dependencies": {
|
|
23430
|
+
"safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
23431
|
+
},
|
|
23432
|
+
"engines": {
|
|
23433
|
+
"node": ">=0.10.0"
|
|
23434
|
+
}
|
|
23435
|
+
},
|
|
23439
23436
|
"node_modules/whatwg-mimetype": {
|
|
23440
23437
|
"version": "4.0.0",
|
|
23441
23438
|
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|