@wavemaker/angular-codegen 11.14.0-rc.6276 → 11.14.1-rc.233
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 +86 -134
- package/angular-app/package-lock.json +86 -134
- package/angular-app/package.json +7 -6
- package/angular-app/wm-custom-webpack.config.js +2 -63
- package/dependencies/transpilation-web.cjs.js +1 -1
- package/npm-shrinkwrap.json +31 -31
- package/package-lock.json +31 -31
- 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-rc.233",
|
|
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-rc.233",
|
|
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-rc.233",
|
|
27
|
+
"@wavemaker/custom-widgets-m3": "11.14.1-rc.233",
|
|
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-rc.233",
|
|
30
|
+
"@wavemaker/nvd3": "1.8.15",
|
|
31
|
+
"@wavemaker/variables": "11.14.1-rc.233",
|
|
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.8",
|
|
572
|
+
"integrity": "sha512-Ymv7nWLTDB1gBh2laRveO912eUpQ/rUIzKRr8VQFMVG/wNipL88vzyrlKhJa7WhQ3CdKxLD7kplFIjdev7XUVg==",
|
|
572
573
|
"dev": true,
|
|
573
574
|
"license": "MIT",
|
|
574
575
|
"dependencies": {
|
|
575
|
-
"@angular-devkit/core": "20.3.
|
|
576
|
+
"@angular-devkit/core": "20.3.8",
|
|
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.8",
|
|
590
|
+
"integrity": "sha512-+YFpJdvlL4gxnMm/++8rseE7ZNRHlYPmOqpoiXSuP5eGPSmdklEoQGTQvpMw42S3bll1g6/029DmV2FCZ/dtEQ==",
|
|
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.8",
|
|
798
|
+
"integrity": "sha512-pbXQ2NlZQwzjsSIEoRQMGB1WrgZFCyM0zoD9h+rDjyR8PEB1Evl4evZ4Q5CJzjEBxC8IEG61PHKHjh8GdLb+sg==",
|
|
798
799
|
"dev": true,
|
|
799
800
|
"license": "MIT",
|
|
800
801
|
"dependencies": {
|
|
801
|
-
"@angular-devkit/core": "20.3.
|
|
802
|
+
"@angular-devkit/core": "20.3.8",
|
|
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.8",
|
|
813
|
+
"integrity": "sha512-+YFpJdvlL4gxnMm/++8rseE7ZNRHlYPmOqpoiXSuP5eGPSmdklEoQGTQvpMw42S3bll1g6/029DmV2FCZ/dtEQ==",
|
|
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.8",
|
|
917
|
+
"integrity": "sha512-+YFpJdvlL4gxnMm/++8rseE7ZNRHlYPmOqpoiXSuP5eGPSmdklEoQGTQvpMw42S3bll1g6/029DmV2FCZ/dtEQ==",
|
|
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": {
|
|
@@ -5435,8 +5436,8 @@
|
|
|
5435
5436
|
}
|
|
5436
5437
|
},
|
|
5437
5438
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
5438
|
-
"version": "22.18.
|
|
5439
|
-
"integrity": "sha512-
|
|
5439
|
+
"version": "22.18.13",
|
|
5440
|
+
"integrity": "sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==",
|
|
5440
5441
|
"dev": true,
|
|
5441
5442
|
"license": "MIT",
|
|
5442
5443
|
"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
|
},
|
|
@@ -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": {
|
|
@@ -8052,8 +8053,8 @@
|
|
|
8052
8053
|
}
|
|
8053
8054
|
},
|
|
8054
8055
|
"node_modules/@types/node": {
|
|
8055
|
-
"version": "24.9.
|
|
8056
|
-
"integrity": "sha512-
|
|
8056
|
+
"version": "24.9.2",
|
|
8057
|
+
"integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
|
|
8057
8058
|
"dev": true,
|
|
8058
8059
|
"license": "MIT",
|
|
8059
8060
|
"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-rc.233",
|
|
8697
|
+
"integrity": "sha512-AEGyLKTSDXEf5sCu8naNP368hXkRBFwp/kV8HSbLIR9XKD6OWyQcgNCZLvGgUaFybxc1Lms125EmtI5/WY0lOA==",
|
|
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-rc.233",
|
|
8706
|
+
"integrity": "sha512-SOhtdOAADY2sgUOvhksFo/vkaerlAQDjFlhKyBL6XEVjLIgULp9i2yngQHQsgdevPTbgmO+yqv+xV8VersuQfQ==",
|
|
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-rc.233",
|
|
8720
|
+
"integrity": "sha512-v0gYTyA5h4SI+frlVHpMSatNlAijYaK6VcXZi2EYbCfvH6iL6ruYRK74bOQpxMIMmSp9BNpHj1Aluq4Wt8/KYg==",
|
|
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-rc.233",
|
|
8736
|
+
"integrity": "sha512-6Mueb13Qa5mlAqGoQ5sEgdBEZC2hQ+QvbqAtvKH1SEB/f+xpmqykKYMb/4SKK/eMZVAM/rLl/xzVcmtqzgDlSQ==",
|
|
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.23",
|
|
9555
|
+
"integrity": "sha512-616V5YX4bepJFzNyOfce5Fa8fDJMfoxzOIzDCZwaGL8MKVpFrXqfNUoIpRn9YMI5pXf/VKgzjB4htFMsFKKdiQ==",
|
|
9556
9556
|
"dev": true,
|
|
9557
9557
|
"license": "Apache-2.0",
|
|
9558
9558
|
"bin": {
|
|
@@ -9963,8 +9963,8 @@
|
|
|
9963
9963
|
}
|
|
9964
9964
|
},
|
|
9965
9965
|
"node_modules/caniuse-lite": {
|
|
9966
|
-
"version": "1.0.
|
|
9967
|
-
"integrity": "sha512-
|
|
9966
|
+
"version": "1.0.30001752",
|
|
9967
|
+
"integrity": "sha512-vKUk7beoukxE47P5gcVNKkDRzXdVofotshHwfR9vmpeFKxmI5PBpgOMC18LUJUA/DvJ70Y7RveasIBraqsyO/g==",
|
|
9968
9968
|
"dev": true,
|
|
9969
9969
|
"funding": [
|
|
9970
9970
|
{
|
|
@@ -10468,8 +10468,8 @@
|
|
|
10468
10468
|
}
|
|
10469
10469
|
},
|
|
10470
10470
|
"node_modules/commander": {
|
|
10471
|
-
"version": "14.0.
|
|
10472
|
-
"integrity": "sha512-
|
|
10471
|
+
"version": "14.0.2",
|
|
10472
|
+
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
10473
10473
|
"dev": true,
|
|
10474
10474
|
"license": "MIT",
|
|
10475
10475
|
"engines": {
|
|
@@ -11681,8 +11681,8 @@
|
|
|
11681
11681
|
"license": "MIT"
|
|
11682
11682
|
},
|
|
11683
11683
|
"node_modules/electron-to-chromium": {
|
|
11684
|
-
"version": "1.5.
|
|
11685
|
-
"integrity": "sha512-
|
|
11684
|
+
"version": "1.5.244",
|
|
11685
|
+
"integrity": "sha512-OszpBN7xZX4vWMPJwB9illkN/znA8M36GQqQxi6MNy9axWxhOfJyZZJtSLQCpEFLHP2xK33BiWx9aIuIEXVCcw==",
|
|
11686
11686
|
"dev": true,
|
|
11687
11687
|
"license": "ISC"
|
|
11688
11688
|
},
|
|
@@ -12118,18 +12118,6 @@
|
|
|
12118
12118
|
"url": "https://opencollective.com/eslint"
|
|
12119
12119
|
}
|
|
12120
12120
|
},
|
|
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
12121
|
"node_modules/esprima": {
|
|
12134
12122
|
"version": "4.0.1",
|
|
12135
12123
|
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
|
@@ -13243,10 +13231,10 @@
|
|
|
13243
13231
|
"license": "BSD-2-Clause"
|
|
13244
13232
|
},
|
|
13245
13233
|
"node_modules/glob/node_modules/minimatch": {
|
|
13246
|
-
"version": "10.
|
|
13247
|
-
"integrity": "sha512-
|
|
13234
|
+
"version": "10.1.1",
|
|
13235
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
13248
13236
|
"dev": true,
|
|
13249
|
-
"license": "
|
|
13237
|
+
"license": "BlueOak-1.0.0",
|
|
13250
13238
|
"dependencies": {
|
|
13251
13239
|
"@isaacs/brace-expansion": "^5.0.0"
|
|
13252
13240
|
},
|
|
@@ -13874,8 +13862,8 @@
|
|
|
13874
13862
|
}
|
|
13875
13863
|
},
|
|
13876
13864
|
"node_modules/i18next": {
|
|
13877
|
-
"version": "25.5.
|
|
13878
|
-
"integrity": "sha512-
|
|
13865
|
+
"version": "25.5.3",
|
|
13866
|
+
"integrity": "sha512-joFqorDeQ6YpIXni944upwnuHBf5IoPMuqAchGVeQLdWC2JOjxgM9V8UGLhNIIH/Q8QleRxIi0BSRQehSrDLcg==",
|
|
13879
13867
|
"dev": true,
|
|
13880
13868
|
"funding": [
|
|
13881
13869
|
{
|
|
@@ -15837,8 +15825,8 @@
|
|
|
15837
15825
|
}
|
|
15838
15826
|
},
|
|
15839
15827
|
"node_modules/launch-editor": {
|
|
15840
|
-
"version": "2.
|
|
15841
|
-
"integrity": "sha512-
|
|
15828
|
+
"version": "2.12.0",
|
|
15829
|
+
"integrity": "sha512-giOHXoOtifjdHqUamwKq6c49GzBdLjvxrd2D+Q4V6uOHopJv7p9VJxikDsQ/CBXZbEITgUqSVHXLTG3VhPP1Dg==",
|
|
15842
15830
|
"dev": true,
|
|
15843
15831
|
"license": "MIT",
|
|
15844
15832
|
"dependencies": {
|
|
@@ -16687,8 +16675,8 @@
|
|
|
16687
16675
|
}
|
|
16688
16676
|
},
|
|
16689
16677
|
"node_modules/memfs": {
|
|
16690
|
-
"version": "4.
|
|
16691
|
-
"integrity": "sha512-
|
|
16678
|
+
"version": "4.50.0",
|
|
16679
|
+
"integrity": "sha512-N0LUYQMUA1yS5tJKmMtU9yprPm6ZIg24yr/OVv/7t6q0kKDIho4cBbXRi1XKttUmNYDYgF/q45qrKE/UhGO0CA==",
|
|
16692
16680
|
"dev": true,
|
|
16693
16681
|
"license": "Apache-2.0",
|
|
16694
16682
|
"dependencies": {
|
|
@@ -18208,8 +18196,8 @@
|
|
|
18208
18196
|
"license": "MIT"
|
|
18209
18197
|
},
|
|
18210
18198
|
"node_modules/node-releases": {
|
|
18211
|
-
"version": "2.0.
|
|
18212
|
-
"integrity": "sha512-
|
|
18199
|
+
"version": "2.0.27",
|
|
18200
|
+
"integrity": "sha512-nmh3lCkYZ3grZvqcCH+fjmQ7X+H0OeZgP40OierEaAptX4XofMh5kwNbWh7lBduUzCcV/8kZ+NDLCwm2iorIlA==",
|
|
18213
18201
|
"dev": true,
|
|
18214
18202
|
"license": "MIT"
|
|
18215
18203
|
},
|
|
@@ -21553,18 +21541,6 @@
|
|
|
21553
21541
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
21554
21542
|
}
|
|
21555
21543
|
},
|
|
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
21544
|
"node_modules/terser/node_modules/commander": {
|
|
21569
21545
|
"version": "2.20.3",
|
|
21570
21546
|
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
|
|
@@ -21967,18 +21943,6 @@
|
|
|
21967
21943
|
}
|
|
21968
21944
|
}
|
|
21969
21945
|
},
|
|
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
21946
|
"node_modules/ts-node/node_modules/acorn-walk": {
|
|
21983
21947
|
"version": "8.3.4",
|
|
21984
21948
|
"integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
@@ -23291,18 +23255,6 @@
|
|
|
23291
23255
|
}
|
|
23292
23256
|
}
|
|
23293
23257
|
},
|
|
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
23258
|
"node_modules/webpack/node_modules/ajv": {
|
|
23307
23259
|
"version": "6.12.6",
|
|
23308
23260
|
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|