@wavemaker/angular-codegen 11.10.5-1.6111 → 11.10.5-2.6136
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 +414 -427
- package/angular-app/package-lock.json +414 -427
- package/angular-app/package.json +5 -5
- package/npm-shrinkwrap.json +113 -108
- package/package-lock.json +113 -108
- package/package.json +2 -2
package/package-lock.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.10.5-
|
|
3
|
+
"version": "11.10.5-2.6136",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-codegen",
|
|
9
|
-
"version": "11.10.5-
|
|
9
|
+
"version": "11.10.5-2.6136",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/angular-app": "11.10.5-
|
|
12
|
+
"@wavemaker/angular-app": "11.10.5-2.6136",
|
|
13
13
|
"archiver": "^7.0.1",
|
|
14
14
|
"cheerio": "1.0.0-rc.12",
|
|
15
15
|
"decode-uri-component": "^0.2.0",
|
|
@@ -381,22 +381,22 @@
|
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
383
|
"node_modules/@babel/code-frame": {
|
|
384
|
-
"version": "7.
|
|
385
|
-
"integrity": "sha512-
|
|
384
|
+
"version": "7.27.1",
|
|
385
|
+
"integrity": "sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==",
|
|
386
386
|
"dev": true,
|
|
387
387
|
"license": "MIT",
|
|
388
388
|
"dependencies": {
|
|
389
|
-
"@babel/helper-validator-identifier": "^7.
|
|
389
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
390
390
|
"js-tokens": "^4.0.0",
|
|
391
|
-
"picocolors": "^1.
|
|
391
|
+
"picocolors": "^1.1.1"
|
|
392
392
|
},
|
|
393
393
|
"engines": {
|
|
394
394
|
"node": ">=6.9.0"
|
|
395
395
|
}
|
|
396
396
|
},
|
|
397
397
|
"node_modules/@babel/compat-data": {
|
|
398
|
-
"version": "7.
|
|
399
|
-
"integrity": "sha512-
|
|
398
|
+
"version": "7.27.1",
|
|
399
|
+
"integrity": "sha512-Q+E+rd/yBzNQhXkG+zQnF58e4zoZfBedaxwzPmicKsiK3nt8iJYrSrDbjwFFDGC4f+rPafqRaPH6TsDoSvMf7A==",
|
|
400
400
|
"dev": true,
|
|
401
401
|
"license": "MIT",
|
|
402
402
|
"engines": {
|
|
@@ -404,21 +404,21 @@
|
|
|
404
404
|
}
|
|
405
405
|
},
|
|
406
406
|
"node_modules/@babel/core": {
|
|
407
|
-
"version": "7.
|
|
408
|
-
"integrity": "sha512-
|
|
407
|
+
"version": "7.27.1",
|
|
408
|
+
"integrity": "sha512-IaaGWsQqfsQWVLqMn9OB92MNN7zukfVA4s7KKAI0KfrrDsZ0yhi5uV4baBuLuN7n3vsZpwP8asPPcVwApxvjBQ==",
|
|
409
409
|
"dev": true,
|
|
410
410
|
"license": "MIT",
|
|
411
411
|
"dependencies": {
|
|
412
412
|
"@ampproject/remapping": "^2.2.0",
|
|
413
|
-
"@babel/code-frame": "^7.
|
|
414
|
-
"@babel/generator": "^7.
|
|
415
|
-
"@babel/helper-compilation-targets": "^7.
|
|
416
|
-
"@babel/helper-module-transforms": "^7.
|
|
417
|
-
"@babel/helpers": "^7.
|
|
418
|
-
"@babel/parser": "^7.
|
|
419
|
-
"@babel/template": "^7.
|
|
420
|
-
"@babel/traverse": "^7.
|
|
421
|
-
"@babel/types": "^7.
|
|
413
|
+
"@babel/code-frame": "^7.27.1",
|
|
414
|
+
"@babel/generator": "^7.27.1",
|
|
415
|
+
"@babel/helper-compilation-targets": "^7.27.1",
|
|
416
|
+
"@babel/helper-module-transforms": "^7.27.1",
|
|
417
|
+
"@babel/helpers": "^7.27.1",
|
|
418
|
+
"@babel/parser": "^7.27.1",
|
|
419
|
+
"@babel/template": "^7.27.1",
|
|
420
|
+
"@babel/traverse": "^7.27.1",
|
|
421
|
+
"@babel/types": "^7.27.1",
|
|
422
422
|
"convert-source-map": "^2.0.0",
|
|
423
423
|
"debug": "^4.1.0",
|
|
424
424
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -463,13 +463,13 @@
|
|
|
463
463
|
"license": "MIT"
|
|
464
464
|
},
|
|
465
465
|
"node_modules/@babel/generator": {
|
|
466
|
-
"version": "7.27.
|
|
467
|
-
"integrity": "sha512-
|
|
466
|
+
"version": "7.27.1",
|
|
467
|
+
"integrity": "sha512-UnJfnIpc/+JO0/+KRVQNGU+y5taA5vCbwN8+azkX6beii/ZF+enZJSOKo11ZSzGJjlNfJHfQtmQT8H+9TXPG2w==",
|
|
468
468
|
"dev": true,
|
|
469
469
|
"license": "MIT",
|
|
470
470
|
"dependencies": {
|
|
471
|
-
"@babel/parser": "^7.27.
|
|
472
|
-
"@babel/types": "^7.27.
|
|
471
|
+
"@babel/parser": "^7.27.1",
|
|
472
|
+
"@babel/types": "^7.27.1",
|
|
473
473
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
474
474
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
475
475
|
"jsesc": "^3.0.2"
|
|
@@ -479,13 +479,13 @@
|
|
|
479
479
|
}
|
|
480
480
|
},
|
|
481
481
|
"node_modules/@babel/helper-compilation-targets": {
|
|
482
|
-
"version": "7.27.
|
|
483
|
-
"integrity": "sha512-
|
|
482
|
+
"version": "7.27.1",
|
|
483
|
+
"integrity": "sha512-2YaDd/Rd9E598B5+WIc8wJPmWETiiJXFYVE60oX8FDohv7rAUU3CQj+A1MgeEmcsk2+dQuEjIe/GDvig0SqL4g==",
|
|
484
484
|
"dev": true,
|
|
485
485
|
"license": "MIT",
|
|
486
486
|
"dependencies": {
|
|
487
|
-
"@babel/compat-data": "^7.
|
|
488
|
-
"@babel/helper-validator-option": "^7.
|
|
487
|
+
"@babel/compat-data": "^7.27.1",
|
|
488
|
+
"@babel/helper-validator-option": "^7.27.1",
|
|
489
489
|
"browserslist": "^4.24.0",
|
|
490
490
|
"lru-cache": "^5.1.1",
|
|
491
491
|
"semver": "^6.3.1"
|
|
@@ -495,27 +495,27 @@
|
|
|
495
495
|
}
|
|
496
496
|
},
|
|
497
497
|
"node_modules/@babel/helper-module-imports": {
|
|
498
|
-
"version": "7.
|
|
499
|
-
"integrity": "sha512-
|
|
498
|
+
"version": "7.27.1",
|
|
499
|
+
"integrity": "sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==",
|
|
500
500
|
"dev": true,
|
|
501
501
|
"license": "MIT",
|
|
502
502
|
"dependencies": {
|
|
503
|
-
"@babel/traverse": "^7.
|
|
504
|
-
"@babel/types": "^7.
|
|
503
|
+
"@babel/traverse": "^7.27.1",
|
|
504
|
+
"@babel/types": "^7.27.1"
|
|
505
505
|
},
|
|
506
506
|
"engines": {
|
|
507
507
|
"node": ">=6.9.0"
|
|
508
508
|
}
|
|
509
509
|
},
|
|
510
510
|
"node_modules/@babel/helper-module-transforms": {
|
|
511
|
-
"version": "7.
|
|
512
|
-
"integrity": "sha512-
|
|
511
|
+
"version": "7.27.1",
|
|
512
|
+
"integrity": "sha512-9yHn519/8KvTU5BjTVEEeIM3w9/2yXNKoD82JifINImhpKkARMJKPP59kLo+BafpdN5zgNeIcS4jsGDmd3l58g==",
|
|
513
513
|
"dev": true,
|
|
514
514
|
"license": "MIT",
|
|
515
515
|
"dependencies": {
|
|
516
|
-
"@babel/helper-module-imports": "^7.
|
|
517
|
-
"@babel/helper-validator-identifier": "^7.
|
|
518
|
-
"@babel/traverse": "^7.
|
|
516
|
+
"@babel/helper-module-imports": "^7.27.1",
|
|
517
|
+
"@babel/helper-validator-identifier": "^7.27.1",
|
|
518
|
+
"@babel/traverse": "^7.27.1"
|
|
519
519
|
},
|
|
520
520
|
"engines": {
|
|
521
521
|
"node": ">=6.9.0"
|
|
@@ -525,8 +525,8 @@
|
|
|
525
525
|
}
|
|
526
526
|
},
|
|
527
527
|
"node_modules/@babel/helper-plugin-utils": {
|
|
528
|
-
"version": "7.
|
|
529
|
-
"integrity": "sha512-
|
|
528
|
+
"version": "7.27.1",
|
|
529
|
+
"integrity": "sha512-1gn1Up5YXka3YYAHGKpbideQ5Yjf1tDa9qYcgysz+cNCXukyLl6DjPXhD3VRwSb8c0J9tA4b2+rHEZtc6R0tlw==",
|
|
530
530
|
"dev": true,
|
|
531
531
|
"license": "MIT",
|
|
532
532
|
"engines": {
|
|
@@ -534,8 +534,8 @@
|
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"node_modules/@babel/helper-string-parser": {
|
|
537
|
-
"version": "7.
|
|
538
|
-
"integrity": "sha512-
|
|
537
|
+
"version": "7.27.1",
|
|
538
|
+
"integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
|
|
539
539
|
"dev": true,
|
|
540
540
|
"license": "MIT",
|
|
541
541
|
"engines": {
|
|
@@ -543,8 +543,8 @@
|
|
|
543
543
|
}
|
|
544
544
|
},
|
|
545
545
|
"node_modules/@babel/helper-validator-identifier": {
|
|
546
|
-
"version": "7.
|
|
547
|
-
"integrity": "sha512-
|
|
546
|
+
"version": "7.27.1",
|
|
547
|
+
"integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
|
|
548
548
|
"dev": true,
|
|
549
549
|
"license": "MIT",
|
|
550
550
|
"engines": {
|
|
@@ -552,8 +552,8 @@
|
|
|
552
552
|
}
|
|
553
553
|
},
|
|
554
554
|
"node_modules/@babel/helper-validator-option": {
|
|
555
|
-
"version": "7.
|
|
556
|
-
"integrity": "sha512-
|
|
555
|
+
"version": "7.27.1",
|
|
556
|
+
"integrity": "sha512-YvjJow9FxbhFFKDSuFnVCe2WxXk1zWc22fFePVNEaWJEu8IrZVlda6N0uHwzZrUM1il7NC9Mlp4MaJYbYd9JSg==",
|
|
557
557
|
"dev": true,
|
|
558
558
|
"license": "MIT",
|
|
559
559
|
"engines": {
|
|
@@ -561,25 +561,25 @@
|
|
|
561
561
|
}
|
|
562
562
|
},
|
|
563
563
|
"node_modules/@babel/helpers": {
|
|
564
|
-
"version": "7.27.
|
|
565
|
-
"integrity": "sha512-
|
|
564
|
+
"version": "7.27.1",
|
|
565
|
+
"integrity": "sha512-FCvFTm0sWV8Fxhpp2McP5/W53GPllQ9QeQ7SiqGWjMf/LVG07lFa5+pgK05IRhVwtvafT22KF+ZSnM9I545CvQ==",
|
|
566
566
|
"dev": true,
|
|
567
567
|
"license": "MIT",
|
|
568
568
|
"dependencies": {
|
|
569
|
-
"@babel/template": "^7.27.
|
|
570
|
-
"@babel/types": "^7.27.
|
|
569
|
+
"@babel/template": "^7.27.1",
|
|
570
|
+
"@babel/types": "^7.27.1"
|
|
571
571
|
},
|
|
572
572
|
"engines": {
|
|
573
573
|
"node": ">=6.9.0"
|
|
574
574
|
}
|
|
575
575
|
},
|
|
576
576
|
"node_modules/@babel/parser": {
|
|
577
|
-
"version": "7.27.
|
|
578
|
-
"integrity": "sha512-
|
|
577
|
+
"version": "7.27.1",
|
|
578
|
+
"integrity": "sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==",
|
|
579
579
|
"dev": true,
|
|
580
580
|
"license": "MIT",
|
|
581
581
|
"dependencies": {
|
|
582
|
-
"@babel/types": "^7.27.
|
|
582
|
+
"@babel/types": "^7.27.1"
|
|
583
583
|
},
|
|
584
584
|
"bin": {
|
|
585
585
|
"parser": "bin/babel-parser.js"
|
|
@@ -640,12 +640,12 @@
|
|
|
640
640
|
}
|
|
641
641
|
},
|
|
642
642
|
"node_modules/@babel/plugin-syntax-import-attributes": {
|
|
643
|
-
"version": "7.
|
|
644
|
-
"integrity": "sha512-
|
|
643
|
+
"version": "7.27.1",
|
|
644
|
+
"integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
|
|
645
645
|
"dev": true,
|
|
646
646
|
"license": "MIT",
|
|
647
647
|
"dependencies": {
|
|
648
|
-
"@babel/helper-plugin-utils": "^7.
|
|
648
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
649
649
|
},
|
|
650
650
|
"engines": {
|
|
651
651
|
"node": ">=6.9.0"
|
|
@@ -781,12 +781,12 @@
|
|
|
781
781
|
}
|
|
782
782
|
},
|
|
783
783
|
"node_modules/@babel/plugin-syntax-typescript": {
|
|
784
|
-
"version": "7.
|
|
785
|
-
"integrity": "sha512-
|
|
784
|
+
"version": "7.27.1",
|
|
785
|
+
"integrity": "sha512-xfYCBMxveHrRMnAWl1ZlPXOZjzkN82THFvLhQhFXFt81Z5HnN+EtUkZhv/zcKpmT3fzmWZB0ywiBrbC3vogbwQ==",
|
|
786
786
|
"dev": true,
|
|
787
787
|
"license": "MIT",
|
|
788
788
|
"dependencies": {
|
|
789
|
-
"@babel/helper-plugin-utils": "^7.
|
|
789
|
+
"@babel/helper-plugin-utils": "^7.27.1"
|
|
790
790
|
},
|
|
791
791
|
"engines": {
|
|
792
792
|
"node": ">=6.9.0"
|
|
@@ -807,47 +807,41 @@
|
|
|
807
807
|
}
|
|
808
808
|
},
|
|
809
809
|
"node_modules/@babel/runtime-corejs3": {
|
|
810
|
-
"version": "7.27.
|
|
811
|
-
"integrity": "sha512-
|
|
810
|
+
"version": "7.27.1",
|
|
811
|
+
"integrity": "sha512-909rVuj3phpjW6y0MCXAZ5iNeORePa6ldJvp2baWGcTjwqbBDDz6xoS5JHJ7lS88NlwLYj07ImL/8IUMtDZzTA==",
|
|
812
812
|
"license": "MIT",
|
|
813
813
|
"dependencies": {
|
|
814
|
-
"core-js-pure": "^3.30.2"
|
|
815
|
-
"regenerator-runtime": "^0.14.0"
|
|
814
|
+
"core-js-pure": "^3.30.2"
|
|
816
815
|
},
|
|
817
816
|
"engines": {
|
|
818
817
|
"node": ">=6.9.0"
|
|
819
818
|
}
|
|
820
819
|
},
|
|
821
|
-
"node_modules/@babel/runtime-corejs3/node_modules/regenerator-runtime": {
|
|
822
|
-
"version": "0.14.1",
|
|
823
|
-
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
824
|
-
"license": "MIT"
|
|
825
|
-
},
|
|
826
820
|
"node_modules/@babel/template": {
|
|
827
|
-
"version": "7.27.
|
|
828
|
-
"integrity": "sha512-
|
|
821
|
+
"version": "7.27.1",
|
|
822
|
+
"integrity": "sha512-Fyo3ghWMqkHHpHQCoBs2VnYjR4iWFFjguTDEqA5WgZDOrFesVjMhMM2FSqTKSoUSDO1VQtavj8NFpdRBEvJTtg==",
|
|
829
823
|
"dev": true,
|
|
830
824
|
"license": "MIT",
|
|
831
825
|
"dependencies": {
|
|
832
|
-
"@babel/code-frame": "^7.
|
|
833
|
-
"@babel/parser": "^7.27.
|
|
834
|
-
"@babel/types": "^7.27.
|
|
826
|
+
"@babel/code-frame": "^7.27.1",
|
|
827
|
+
"@babel/parser": "^7.27.1",
|
|
828
|
+
"@babel/types": "^7.27.1"
|
|
835
829
|
},
|
|
836
830
|
"engines": {
|
|
837
831
|
"node": ">=6.9.0"
|
|
838
832
|
}
|
|
839
833
|
},
|
|
840
834
|
"node_modules/@babel/traverse": {
|
|
841
|
-
"version": "7.27.
|
|
842
|
-
"integrity": "sha512-
|
|
835
|
+
"version": "7.27.1",
|
|
836
|
+
"integrity": "sha512-ZCYtZciz1IWJB4U61UPu4KEaqyfj+r5T1Q5mqPo+IBpcG9kHv30Z0aD8LXPgC1trYa6rK0orRyAhqUgk4MjmEg==",
|
|
843
837
|
"dev": true,
|
|
844
838
|
"license": "MIT",
|
|
845
839
|
"dependencies": {
|
|
846
|
-
"@babel/code-frame": "^7.
|
|
847
|
-
"@babel/generator": "^7.27.
|
|
848
|
-
"@babel/parser": "^7.27.
|
|
849
|
-
"@babel/template": "^7.27.
|
|
850
|
-
"@babel/types": "^7.27.
|
|
840
|
+
"@babel/code-frame": "^7.27.1",
|
|
841
|
+
"@babel/generator": "^7.27.1",
|
|
842
|
+
"@babel/parser": "^7.27.1",
|
|
843
|
+
"@babel/template": "^7.27.1",
|
|
844
|
+
"@babel/types": "^7.27.1",
|
|
851
845
|
"debug": "^4.3.1",
|
|
852
846
|
"globals": "^11.1.0"
|
|
853
847
|
},
|
|
@@ -879,13 +873,13 @@
|
|
|
879
873
|
"license": "MIT"
|
|
880
874
|
},
|
|
881
875
|
"node_modules/@babel/types": {
|
|
882
|
-
"version": "7.27.
|
|
883
|
-
"integrity": "sha512
|
|
876
|
+
"version": "7.27.1",
|
|
877
|
+
"integrity": "sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==",
|
|
884
878
|
"dev": true,
|
|
885
879
|
"license": "MIT",
|
|
886
880
|
"dependencies": {
|
|
887
|
-
"@babel/helper-string-parser": "^7.
|
|
888
|
-
"@babel/helper-validator-identifier": "^7.
|
|
881
|
+
"@babel/helper-string-parser": "^7.27.1",
|
|
882
|
+
"@babel/helper-validator-identifier": "^7.27.1"
|
|
889
883
|
},
|
|
890
884
|
"engines": {
|
|
891
885
|
"node": ">=6.9.0"
|
|
@@ -1518,8 +1512,8 @@
|
|
|
1518
1512
|
}
|
|
1519
1513
|
},
|
|
1520
1514
|
"node_modules/@types/node": {
|
|
1521
|
-
"version": "22.
|
|
1522
|
-
"integrity": "sha512-
|
|
1515
|
+
"version": "22.15.3",
|
|
1516
|
+
"integrity": "sha512-lX7HFZeHf4QG/J7tBZqrCAXwz9J5RD56Y6MpP0eJkka8p+K0RY/yBTW7CYFJ4VGCclxqOLKmiGP5juQc6MKgcw==",
|
|
1523
1517
|
"license": "MIT",
|
|
1524
1518
|
"dependencies": {
|
|
1525
1519
|
"undici-types": "~6.21.0"
|
|
@@ -1552,8 +1546,8 @@
|
|
|
1552
1546
|
"license": "MIT"
|
|
1553
1547
|
},
|
|
1554
1548
|
"node_modules/@wavemaker/angular-app": {
|
|
1555
|
-
"version": "11.10.5-
|
|
1556
|
-
"integrity": "sha512-
|
|
1549
|
+
"version": "11.10.5-2.6136",
|
|
1550
|
+
"integrity": "sha512-6rPKi79GsmFcl5Q7D64aHF8p9As+yWrKTWpazTF7FTT1xU+g4oUVIWBe07ki/QCCPXaPJEqbZX+5bhnx4gt9EA==",
|
|
1557
1551
|
"dependencies": {
|
|
1558
1552
|
"@angular/animations": "18.2.13",
|
|
1559
1553
|
"@angular/common": "18.2.13",
|
|
@@ -1581,12 +1575,12 @@
|
|
|
1581
1575
|
"@awesome-cordova-plugins/vibration": "5.39.1",
|
|
1582
1576
|
"@babel/runtime": "7.14.8",
|
|
1583
1577
|
"@metrichor/jmespath": "0.3.1",
|
|
1584
|
-
"@wavemaker/app-ng-runtime": "11.10.5-
|
|
1585
|
-
"@wavemaker/custom-widgets-m3": "11.10.5-
|
|
1578
|
+
"@wavemaker/app-ng-runtime": "11.10.5-2.6136",
|
|
1579
|
+
"@wavemaker/custom-widgets-m3": "11.10.5-2.6136",
|
|
1586
1580
|
"@wavemaker/focus-trap": "1.0.1",
|
|
1587
|
-
"@wavemaker/foundation-css": "11.10.5-
|
|
1581
|
+
"@wavemaker/foundation-css": "11.10.5-2.6136",
|
|
1588
1582
|
"@wavemaker/nvd3": "1.8.12",
|
|
1589
|
-
"@wavemaker/variables": "11.10.5-
|
|
1583
|
+
"@wavemaker/variables": "11.10.5-2.6136",
|
|
1590
1584
|
"@ztree/ztree_v3": "3.5.48",
|
|
1591
1585
|
"angular-imask": "^7.6.1",
|
|
1592
1586
|
"angular2-websocket": "0.9.7",
|
|
@@ -1626,8 +1620,8 @@
|
|
|
1626
1620
|
}
|
|
1627
1621
|
},
|
|
1628
1622
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
1629
|
-
"version": "11.10.5-
|
|
1630
|
-
"integrity": "sha512-
|
|
1623
|
+
"version": "11.10.5-2.6136",
|
|
1624
|
+
"integrity": "sha512-gikeXGuDbNLFiuWhOdFD7xT3RepQCG6JPoFcy3DEoTdGmVKOr199fM/RJQOj/K3ePqNK3YH/AT3lxTKWQRcqHw==",
|
|
1631
1625
|
"license": "MIT",
|
|
1632
1626
|
"engines": {
|
|
1633
1627
|
"node": ">=18.16.1",
|
|
@@ -1635,8 +1629,8 @@
|
|
|
1635
1629
|
}
|
|
1636
1630
|
},
|
|
1637
1631
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1638
|
-
"version": "11.10.5-
|
|
1639
|
-
"integrity": "sha512-
|
|
1632
|
+
"version": "11.10.5-2.6136",
|
|
1633
|
+
"integrity": "sha512-aZoCo6t16ExrBAz/P7tdaz8l9moH0ct8cHnl4lgsNLrRG6RQYx0jsKSIK3jw0NK9warHTTqGi7DAGNejGefV8Q==",
|
|
1640
1634
|
"license": "ISC"
|
|
1641
1635
|
},
|
|
1642
1636
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -1649,8 +1643,8 @@
|
|
|
1649
1643
|
}
|
|
1650
1644
|
},
|
|
1651
1645
|
"node_modules/@wavemaker/foundation-css": {
|
|
1652
|
-
"version": "11.10.5-
|
|
1653
|
-
"integrity": "sha512-
|
|
1646
|
+
"version": "11.10.5-2.6136",
|
|
1647
|
+
"integrity": "sha512-KV3/KgwTQTYOexZco0a+qHMkQkvdZVYu+V1mn8ViGVssEc3104xE42UJ4/0vxeaN4RdxeXj6KTGVU3O1f1ax/w==",
|
|
1654
1648
|
"license": "ISC",
|
|
1655
1649
|
"dependencies": {
|
|
1656
1650
|
"chroma-js": "^3.1.2"
|
|
@@ -1665,8 +1659,8 @@
|
|
|
1665
1659
|
}
|
|
1666
1660
|
},
|
|
1667
1661
|
"node_modules/@wavemaker/variables": {
|
|
1668
|
-
"version": "11.10.5-
|
|
1669
|
-
"integrity": "sha512-
|
|
1662
|
+
"version": "11.10.5-2.6136",
|
|
1663
|
+
"integrity": "sha512-e5an+s3Bj9dXUE/A9nDtk5r5L1PL58s79i798mQEShl0N46l1+hC91mbtQ00YPuC7HA7F6nyZRtA8888XuUFNQ==",
|
|
1670
1664
|
"license": "ISC",
|
|
1671
1665
|
"dependencies": {
|
|
1672
1666
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -2343,8 +2337,8 @@
|
|
|
2343
2337
|
}
|
|
2344
2338
|
},
|
|
2345
2339
|
"node_modules/caniuse-lite": {
|
|
2346
|
-
"version": "1.0.
|
|
2347
|
-
"integrity": "sha512-
|
|
2340
|
+
"version": "1.0.30001716",
|
|
2341
|
+
"integrity": "sha512-49/c1+x3Kwz7ZIWt+4DvK3aMJy9oYXXG6/97JKsnjdCk/6n9vVyWL8NAwVt95Lwt9eigI10Hl782kDfZUUlRXw==",
|
|
2348
2342
|
"dev": true,
|
|
2349
2343
|
"funding": [
|
|
2350
2344
|
{
|
|
@@ -2694,8 +2688,8 @@
|
|
|
2694
2688
|
}
|
|
2695
2689
|
},
|
|
2696
2690
|
"node_modules/core-js-pure": {
|
|
2697
|
-
"version": "3.
|
|
2698
|
-
"integrity": "sha512-
|
|
2691
|
+
"version": "3.42.0",
|
|
2692
|
+
"integrity": "sha512-007bM04u91fF4kMgwom2I5cQxAFIy8jVulgr9eozILl/SZE53QOqnW/+vviC+wQWLv+AunBG+8Q0TLoeSsSxRQ==",
|
|
2699
2693
|
"hasInstallScript": true,
|
|
2700
2694
|
"license": "MIT",
|
|
2701
2695
|
"funding": {
|
|
@@ -3422,8 +3416,8 @@
|
|
|
3422
3416
|
"license": "MIT"
|
|
3423
3417
|
},
|
|
3424
3418
|
"node_modules/electron-to-chromium": {
|
|
3425
|
-
"version": "1.5.
|
|
3426
|
-
"integrity": "sha512-
|
|
3419
|
+
"version": "1.5.148",
|
|
3420
|
+
"integrity": "sha512-8uc1QXwwqayD4mblcsQYZqoi+cOc97A2XmKSBOIRbEAvbp6vrqmSYs4dHD2qVygUgn7Mi0qdKgPaJ9WC8cv63A==",
|
|
3427
3421
|
"dev": true,
|
|
3428
3422
|
"license": "ISC"
|
|
3429
3423
|
},
|
|
@@ -6232,11 +6226,11 @@
|
|
|
6232
6226
|
}
|
|
6233
6227
|
},
|
|
6234
6228
|
"node_modules/parse5": {
|
|
6235
|
-
"version": "7.
|
|
6236
|
-
"integrity": "sha512-
|
|
6229
|
+
"version": "7.3.0",
|
|
6230
|
+
"integrity": "sha512-IInvU7fabl34qmi9gY8XOVxhYyMyuH2xUNpb2q8/Y+7552KlejkRvqvD19nMoUW/uQGGbqNpA6Tufu5FL5BZgw==",
|
|
6237
6231
|
"license": "MIT",
|
|
6238
6232
|
"dependencies": {
|
|
6239
|
-
"entities": "^
|
|
6233
|
+
"entities": "^6.0.0"
|
|
6240
6234
|
},
|
|
6241
6235
|
"funding": {
|
|
6242
6236
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
@@ -6254,6 +6248,17 @@
|
|
|
6254
6248
|
"url": "https://github.com/inikulin/parse5?sponsor=1"
|
|
6255
6249
|
}
|
|
6256
6250
|
},
|
|
6251
|
+
"node_modules/parse5/node_modules/entities": {
|
|
6252
|
+
"version": "6.0.0",
|
|
6253
|
+
"integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
|
|
6254
|
+
"license": "BSD-2-Clause",
|
|
6255
|
+
"engines": {
|
|
6256
|
+
"node": ">=0.12"
|
|
6257
|
+
},
|
|
6258
|
+
"funding": {
|
|
6259
|
+
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
6260
|
+
}
|
|
6261
|
+
},
|
|
6257
6262
|
"node_modules/parseurl": {
|
|
6258
6263
|
"version": "1.3.3",
|
|
6259
6264
|
"integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.10.5-
|
|
3
|
+
"version": "11.10.5-2.6136",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
".npmrc"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@wavemaker/angular-app": "11.10.5-
|
|
18
|
+
"@wavemaker/angular-app": "11.10.5-2.6136",
|
|
19
19
|
"archiver": "^7.0.1",
|
|
20
20
|
"cheerio": "1.0.0-rc.12",
|
|
21
21
|
"decode-uri-component": "^0.2.0",
|