@wavemaker/angular-codegen 11.13.0-rc.6255 → 11.14.0-rc.226
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 +8024 -9697
- package/angular-app/package-lock.json +8024 -9697
- package/angular-app/package.json +58 -73
- package/angular-app/src/framework/services/lazy-component-ref-provider.service.ts +22 -30
- package/angular-app/src/setup-jest.js +6 -9
- package/angular-app/tsconfig.json +6 -6
- package/angular-app/tsconfig.web-app.json +2 -2
- package/build-angular-app.js +3 -1
- package/dependencies/custom-widgets-bundle.cjs.js +2 -2
- package/dependencies/expression-parser.cjs.js +496 -17417
- package/dependencies/pipe-provider.cjs.js +56844 -80373
- package/dependencies/transpilation-web.cjs.js +4031 -15228
- package/npm-shrinkwrap.json +191 -362
- package/package-lock.json +191 -362
- package/package.json +4 -4
- package/src/codegen-args-cli.js +1 -1
- package/src/codegen-cli.js +1 -1
- package/src/codegen.js +1 -1
- package/src/gen-app-codegen-module.js +1 -1
- package/src/gen-app-override-css.js +1 -1
- package/src/gen-app-skeleton.js +1 -1
- package/src/gen-components.js +1 -1
- package/src/gen-lazy-module-routes.js +1 -1
- package/src/handlebar-helpers.js +1 -1
- package/src/pages-util.js +1 -1
- package/src/project-meta.js +1 -1
- package/src/update-angular-json.js +1 -1
- package/src/wm-utils.js +1 -1
- package/templates/app-routes.ts.hbs +0 -3
- package/templates/app.config.ts.hbs +88 -15
- package/templates/customwidget/customwidget.component.ts.hbs +1 -2
- package/templates/layout/layout.component.ts.hbs +6 -5
- package/templates/page/page.component.ts.hbs +0 -2
- package/templates/partial/partial.component.ts.hbs +19 -4
- package/templates/prefab/prefab.component.ts.hbs +22 -5
package/package-lock.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wavemaker/angular-codegen",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.14.0-rc.226",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@wavemaker/angular-codegen",
|
|
9
|
-
"version": "11.
|
|
9
|
+
"version": "11.14.0-rc.226",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@wavemaker/angular-app": "11.
|
|
12
|
+
"@wavemaker/angular-app": "11.14.0-rc.226",
|
|
13
13
|
"archiver": "^7.0.1",
|
|
14
14
|
"cheerio": "1.0.0-rc.12",
|
|
15
15
|
"decode-uri-component": "^0.2.0",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"jest": "^27.0.6"
|
|
32
32
|
},
|
|
33
33
|
"engines": {
|
|
34
|
-
"node": "
|
|
35
|
-
"npm": "
|
|
34
|
+
"node": "22.18.0",
|
|
35
|
+
"npm": "10.9.3"
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"node_modules/@angular/animations": {
|
|
@@ -203,8 +203,8 @@
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
"node_modules/@babel/compat-data": {
|
|
206
|
-
"version": "7.28.
|
|
207
|
-
"integrity": "sha512-
|
|
206
|
+
"version": "7.28.5",
|
|
207
|
+
"integrity": "sha512-6uFXyCayocRbqhZOB+6XcuZbkMNimwfVGFji8CTZnCzOHVGvDqzvitu1re2AU5LROliz7eQPhB8CpAMvnx9EjA==",
|
|
208
208
|
"dev": true,
|
|
209
209
|
"license": "MIT",
|
|
210
210
|
"engines": {
|
|
@@ -212,20 +212,20 @@
|
|
|
212
212
|
}
|
|
213
213
|
},
|
|
214
214
|
"node_modules/@babel/core": {
|
|
215
|
-
"version": "7.28.
|
|
216
|
-
"integrity": "sha512-
|
|
215
|
+
"version": "7.28.5",
|
|
216
|
+
"integrity": "sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==",
|
|
217
217
|
"dev": true,
|
|
218
218
|
"license": "MIT",
|
|
219
219
|
"dependencies": {
|
|
220
220
|
"@babel/code-frame": "^7.27.1",
|
|
221
|
-
"@babel/generator": "^7.28.
|
|
221
|
+
"@babel/generator": "^7.28.5",
|
|
222
222
|
"@babel/helper-compilation-targets": "^7.27.2",
|
|
223
223
|
"@babel/helper-module-transforms": "^7.28.3",
|
|
224
224
|
"@babel/helpers": "^7.28.4",
|
|
225
|
-
"@babel/parser": "^7.28.
|
|
225
|
+
"@babel/parser": "^7.28.5",
|
|
226
226
|
"@babel/template": "^7.27.2",
|
|
227
|
-
"@babel/traverse": "^7.28.
|
|
228
|
-
"@babel/types": "^7.28.
|
|
227
|
+
"@babel/traverse": "^7.28.5",
|
|
228
|
+
"@babel/types": "^7.28.5",
|
|
229
229
|
"@jridgewell/remapping": "^2.3.5",
|
|
230
230
|
"convert-source-map": "^2.0.0",
|
|
231
231
|
"debug": "^4.1.0",
|
|
@@ -271,13 +271,13 @@
|
|
|
271
271
|
"license": "MIT"
|
|
272
272
|
},
|
|
273
273
|
"node_modules/@babel/generator": {
|
|
274
|
-
"version": "7.28.
|
|
275
|
-
"integrity": "sha512-
|
|
274
|
+
"version": "7.28.5",
|
|
275
|
+
"integrity": "sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==",
|
|
276
276
|
"dev": true,
|
|
277
277
|
"license": "MIT",
|
|
278
278
|
"dependencies": {
|
|
279
|
-
"@babel/parser": "^7.28.
|
|
280
|
-
"@babel/types": "^7.28.
|
|
279
|
+
"@babel/parser": "^7.28.5",
|
|
280
|
+
"@babel/types": "^7.28.5",
|
|
281
281
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
282
282
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
283
283
|
"jsesc": "^3.0.2"
|
|
@@ -360,8 +360,8 @@
|
|
|
360
360
|
}
|
|
361
361
|
},
|
|
362
362
|
"node_modules/@babel/helper-validator-identifier": {
|
|
363
|
-
"version": "7.
|
|
364
|
-
"integrity": "sha512-
|
|
363
|
+
"version": "7.28.5",
|
|
364
|
+
"integrity": "sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==",
|
|
365
365
|
"dev": true,
|
|
366
366
|
"license": "MIT",
|
|
367
367
|
"engines": {
|
|
@@ -391,12 +391,12 @@
|
|
|
391
391
|
}
|
|
392
392
|
},
|
|
393
393
|
"node_modules/@babel/parser": {
|
|
394
|
-
"version": "7.28.
|
|
395
|
-
"integrity": "sha512-
|
|
394
|
+
"version": "7.28.5",
|
|
395
|
+
"integrity": "sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==",
|
|
396
396
|
"dev": true,
|
|
397
397
|
"license": "MIT",
|
|
398
398
|
"dependencies": {
|
|
399
|
-
"@babel/types": "^7.28.
|
|
399
|
+
"@babel/types": "^7.28.5"
|
|
400
400
|
},
|
|
401
401
|
"bin": {
|
|
402
402
|
"parser": "bin/babel-parser.js"
|
|
@@ -612,17 +612,6 @@
|
|
|
612
612
|
"@babel/core": "^7.0.0-0"
|
|
613
613
|
}
|
|
614
614
|
},
|
|
615
|
-
"node_modules/@babel/runtime": {
|
|
616
|
-
"version": "7.14.8",
|
|
617
|
-
"integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==",
|
|
618
|
-
"license": "MIT",
|
|
619
|
-
"dependencies": {
|
|
620
|
-
"regenerator-runtime": "^0.13.4"
|
|
621
|
-
},
|
|
622
|
-
"engines": {
|
|
623
|
-
"node": ">=6.9.0"
|
|
624
|
-
}
|
|
625
|
-
},
|
|
626
615
|
"node_modules/@babel/runtime-corejs3": {
|
|
627
616
|
"version": "7.28.4",
|
|
628
617
|
"integrity": "sha512-h7iEYiW4HebClDEhtvFObtPmIvrd1SSfpI9EhOeKk4CtIK/ngBWFpuhCzhdmRKtg71ylcue+9I6dv54XYO1epQ==",
|
|
@@ -649,17 +638,17 @@
|
|
|
649
638
|
}
|
|
650
639
|
},
|
|
651
640
|
"node_modules/@babel/traverse": {
|
|
652
|
-
"version": "7.28.
|
|
653
|
-
"integrity": "sha512-
|
|
641
|
+
"version": "7.28.5",
|
|
642
|
+
"integrity": "sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==",
|
|
654
643
|
"dev": true,
|
|
655
644
|
"license": "MIT",
|
|
656
645
|
"dependencies": {
|
|
657
646
|
"@babel/code-frame": "^7.27.1",
|
|
658
|
-
"@babel/generator": "^7.28.
|
|
647
|
+
"@babel/generator": "^7.28.5",
|
|
659
648
|
"@babel/helper-globals": "^7.28.0",
|
|
660
|
-
"@babel/parser": "^7.28.
|
|
649
|
+
"@babel/parser": "^7.28.5",
|
|
661
650
|
"@babel/template": "^7.27.2",
|
|
662
|
-
"@babel/types": "^7.28.
|
|
651
|
+
"@babel/types": "^7.28.5",
|
|
663
652
|
"debug": "^4.3.1"
|
|
664
653
|
},
|
|
665
654
|
"engines": {
|
|
@@ -690,13 +679,13 @@
|
|
|
690
679
|
"license": "MIT"
|
|
691
680
|
},
|
|
692
681
|
"node_modules/@babel/types": {
|
|
693
|
-
"version": "7.28.
|
|
694
|
-
"integrity": "sha512-
|
|
682
|
+
"version": "7.28.5",
|
|
683
|
+
"integrity": "sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==",
|
|
695
684
|
"dev": true,
|
|
696
685
|
"license": "MIT",
|
|
697
686
|
"dependencies": {
|
|
698
687
|
"@babel/helper-string-parser": "^7.27.1",
|
|
699
|
-
"@babel/helper-validator-identifier": "^7.
|
|
688
|
+
"@babel/helper-validator-identifier": "^7.28.5"
|
|
700
689
|
},
|
|
701
690
|
"engines": {
|
|
702
691
|
"node": ">=6.9.0"
|
|
@@ -709,46 +698,46 @@
|
|
|
709
698
|
"license": "MIT"
|
|
710
699
|
},
|
|
711
700
|
"node_modules/@fullcalendar/core": {
|
|
712
|
-
"version": "6.1.
|
|
713
|
-
"integrity": "sha512-
|
|
701
|
+
"version": "6.1.18",
|
|
702
|
+
"integrity": "sha512-cD7XtZIZZ87Cg2+itnpsONCsZ89VIfLLDZ22pQX4IQVWlpYUB3bcCf878DhWkqyEen6dhi5ePtBoqYgm5K+0fQ==",
|
|
714
703
|
"license": "MIT",
|
|
715
704
|
"dependencies": {
|
|
716
705
|
"preact": "~10.12.1"
|
|
717
706
|
}
|
|
718
707
|
},
|
|
719
708
|
"node_modules/@fullcalendar/daygrid": {
|
|
720
|
-
"version": "6.1.
|
|
721
|
-
"integrity": "sha512-
|
|
709
|
+
"version": "6.1.18",
|
|
710
|
+
"integrity": "sha512-s452Zle1SdMEzZDw+pDczm8m3JLIZzS9ANMThXTnqeqJewW1gqNFYas18aHypJSgF9Fh9rDJjTSUw04BpXB/Mg==",
|
|
722
711
|
"license": "MIT",
|
|
723
712
|
"peerDependencies": {
|
|
724
|
-
"@fullcalendar/core": "~6.1.
|
|
713
|
+
"@fullcalendar/core": "~6.1.18"
|
|
725
714
|
}
|
|
726
715
|
},
|
|
727
716
|
"node_modules/@fullcalendar/interaction": {
|
|
728
|
-
"version": "6.1.
|
|
729
|
-
"integrity": "sha512-
|
|
717
|
+
"version": "6.1.18",
|
|
718
|
+
"integrity": "sha512-f/mD5RTjzw+Q6MGTMZrLCgIrQLIUUO9NV/58aM2J6ZBQZeRlNizDqmqldqyG+j49zj2vFhUfZibPrVKWm5yA4Q==",
|
|
730
719
|
"license": "MIT",
|
|
731
720
|
"peerDependencies": {
|
|
732
|
-
"@fullcalendar/core": "~6.1.
|
|
721
|
+
"@fullcalendar/core": "~6.1.18"
|
|
733
722
|
}
|
|
734
723
|
},
|
|
735
724
|
"node_modules/@fullcalendar/list": {
|
|
736
|
-
"version": "6.1.
|
|
737
|
-
"integrity": "sha512-
|
|
725
|
+
"version": "6.1.18",
|
|
726
|
+
"integrity": "sha512-XPZI50mq3HXyDQ5sT3jmqQUuwG8zQb5H14dQIUAmOHAIFRA3WpkxlzrXO0U1SrosvGySMPyyNNxvMKI1Q/jL7A==",
|
|
738
727
|
"license": "MIT",
|
|
739
728
|
"peerDependencies": {
|
|
740
|
-
"@fullcalendar/core": "~6.1.
|
|
729
|
+
"@fullcalendar/core": "~6.1.18"
|
|
741
730
|
}
|
|
742
731
|
},
|
|
743
732
|
"node_modules/@fullcalendar/timegrid": {
|
|
744
|
-
"version": "6.1.
|
|
745
|
-
"integrity": "sha512-
|
|
733
|
+
"version": "6.1.18",
|
|
734
|
+
"integrity": "sha512-T/ouhs+T1tM8JcW7Cjx+KiohL/qQWKqvRITwjol8ktJ1e1N/6noC40/obR1tyolqOxMRWHjJkYoj9fUqfoez9A==",
|
|
746
735
|
"license": "MIT",
|
|
747
736
|
"dependencies": {
|
|
748
|
-
"@fullcalendar/daygrid": "~6.1.
|
|
737
|
+
"@fullcalendar/daygrid": "~6.1.18"
|
|
749
738
|
},
|
|
750
739
|
"peerDependencies": {
|
|
751
|
-
"@fullcalendar/core": "~6.1.
|
|
740
|
+
"@fullcalendar/core": "~6.1.18"
|
|
752
741
|
}
|
|
753
742
|
},
|
|
754
743
|
"node_modules/@isaacs/cliui": {
|
|
@@ -1060,17 +1049,6 @@
|
|
|
1060
1049
|
"node": "*"
|
|
1061
1050
|
}
|
|
1062
1051
|
},
|
|
1063
|
-
"node_modules/@jest/schemas": {
|
|
1064
|
-
"version": "29.6.3",
|
|
1065
|
-
"integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==",
|
|
1066
|
-
"license": "MIT",
|
|
1067
|
-
"dependencies": {
|
|
1068
|
-
"@sinclair/typebox": "^0.27.8"
|
|
1069
|
-
},
|
|
1070
|
-
"engines": {
|
|
1071
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
1072
|
-
}
|
|
1073
|
-
},
|
|
1074
1052
|
"node_modules/@jest/source-map": {
|
|
1075
1053
|
"version": "27.5.1",
|
|
1076
1054
|
"integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
|
|
@@ -1203,8 +1181,8 @@
|
|
|
1203
1181
|
}
|
|
1204
1182
|
},
|
|
1205
1183
|
"node_modules/@lmdb/lmdb-linux-x64": {
|
|
1206
|
-
"version": "3.
|
|
1207
|
-
"integrity": "sha512-
|
|
1184
|
+
"version": "3.4.2",
|
|
1185
|
+
"integrity": "sha512-vL9nM17C77lohPYE4YaAQvfZCSVJSryE4fXdi8M7uWPBnU+9DJabgKVAeyDb84ZM2vcFseoBE4/AagVtJeRE7g==",
|
|
1208
1186
|
"cpu": [
|
|
1209
1187
|
"x64"
|
|
1210
1188
|
],
|
|
@@ -1237,8 +1215,8 @@
|
|
|
1237
1215
|
}
|
|
1238
1216
|
},
|
|
1239
1217
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
1240
|
-
"version": "4.
|
|
1241
|
-
"integrity": "sha512-
|
|
1218
|
+
"version": "4.46.2",
|
|
1219
|
+
"integrity": "sha512-HV7bW2Fb/F5KPdM/9bApunQh68YVDU8sO8BvcW9OngQVN3HHHkw99wFupuUJfGR9pYLLAjcAOA6iO+evsbBaPQ==",
|
|
1242
1220
|
"cpu": [
|
|
1243
1221
|
"arm64"
|
|
1244
1222
|
],
|
|
@@ -1249,8 +1227,8 @@
|
|
|
1249
1227
|
]
|
|
1250
1228
|
},
|
|
1251
1229
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
1252
|
-
"version": "4.
|
|
1253
|
-
"integrity": "sha512-
|
|
1230
|
+
"version": "4.46.2",
|
|
1231
|
+
"integrity": "sha512-Jj5a9RUoe5ra+MEyERkDKLwTXVu6s3aACP51nkfnK9wJTraCC8IMe3snOfALkrjTYd2G1ViE1hICj0fZ7ALBPA==",
|
|
1254
1232
|
"cpu": [
|
|
1255
1233
|
"x64"
|
|
1256
1234
|
],
|
|
@@ -1260,11 +1238,6 @@
|
|
|
1260
1238
|
"linux"
|
|
1261
1239
|
]
|
|
1262
1240
|
},
|
|
1263
|
-
"node_modules/@sinclair/typebox": {
|
|
1264
|
-
"version": "0.27.8",
|
|
1265
|
-
"integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==",
|
|
1266
|
-
"license": "MIT"
|
|
1267
|
-
},
|
|
1268
1241
|
"node_modules/@sinonjs/commons": {
|
|
1269
1242
|
"version": "1.8.6",
|
|
1270
1243
|
"integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
|
|
@@ -1345,11 +1318,13 @@
|
|
|
1345
1318
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
1346
1319
|
"version": "2.0.6",
|
|
1347
1320
|
"integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==",
|
|
1321
|
+
"dev": true,
|
|
1348
1322
|
"license": "MIT"
|
|
1349
1323
|
},
|
|
1350
1324
|
"node_modules/@types/istanbul-lib-report": {
|
|
1351
1325
|
"version": "3.0.3",
|
|
1352
1326
|
"integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==",
|
|
1327
|
+
"dev": true,
|
|
1353
1328
|
"license": "MIT",
|
|
1354
1329
|
"dependencies": {
|
|
1355
1330
|
"@types/istanbul-lib-coverage": "*"
|
|
@@ -1358,17 +1333,19 @@
|
|
|
1358
1333
|
"node_modules/@types/istanbul-reports": {
|
|
1359
1334
|
"version": "3.0.4",
|
|
1360
1335
|
"integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==",
|
|
1336
|
+
"dev": true,
|
|
1361
1337
|
"license": "MIT",
|
|
1362
1338
|
"dependencies": {
|
|
1363
1339
|
"@types/istanbul-lib-report": "*"
|
|
1364
1340
|
}
|
|
1365
1341
|
},
|
|
1366
1342
|
"node_modules/@types/node": {
|
|
1367
|
-
"version": "24.
|
|
1368
|
-
"integrity": "sha512-
|
|
1343
|
+
"version": "24.9.1",
|
|
1344
|
+
"integrity": "sha512-QoiaXANRkSXK6p0Duvt56W208du4P9Uye9hWLWgGMDTEoKPhuenzNcC4vGUmrNkiOKTlIrBoyNQYNpSwfEZXSg==",
|
|
1345
|
+
"dev": true,
|
|
1369
1346
|
"license": "MIT",
|
|
1370
1347
|
"dependencies": {
|
|
1371
|
-
"undici-types": "~7.
|
|
1348
|
+
"undici-types": "~7.16.0"
|
|
1372
1349
|
}
|
|
1373
1350
|
},
|
|
1374
1351
|
"node_modules/@types/prettier": {
|
|
@@ -1384,8 +1361,8 @@
|
|
|
1384
1361
|
"license": "MIT"
|
|
1385
1362
|
},
|
|
1386
1363
|
"node_modules/@types/yargs": {
|
|
1387
|
-
"version": "16.0.
|
|
1388
|
-
"integrity": "sha512-
|
|
1364
|
+
"version": "16.0.10",
|
|
1365
|
+
"integrity": "sha512-0xbOE6Ht/oj0MTVVXCCdEZzUk7adwW3YB1Tg1ZBm95jrkrUMI0VA4sf3SgxC1TG8p5aKkn3jxT9A2BDw1mM/TQ==",
|
|
1389
1366
|
"dev": true,
|
|
1390
1367
|
"license": "MIT",
|
|
1391
1368
|
"dependencies": {
|
|
@@ -1395,11 +1372,12 @@
|
|
|
1395
1372
|
"node_modules/@types/yargs-parser": {
|
|
1396
1373
|
"version": "21.0.3",
|
|
1397
1374
|
"integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==",
|
|
1375
|
+
"dev": true,
|
|
1398
1376
|
"license": "MIT"
|
|
1399
1377
|
},
|
|
1400
1378
|
"node_modules/@wavemaker/angular-app": {
|
|
1401
|
-
"version": "11.
|
|
1402
|
-
"integrity": "sha512-
|
|
1379
|
+
"version": "11.14.0-rc.226",
|
|
1380
|
+
"integrity": "sha512-FW/TuQ8THq2oIvQ+nI6n9wLOmEvuIoGtglHHBXyMWT03K4xmkUag3i6ReMjcdi0WdeAyQRNtNw1BvYTRSSZdDA==",
|
|
1403
1381
|
"dependencies": {
|
|
1404
1382
|
"@angular/animations": "18.2.13",
|
|
1405
1383
|
"@angular/common": "18.2.13",
|
|
@@ -1410,58 +1388,53 @@
|
|
|
1410
1388
|
"@angular/platform-browser-dynamic": "18.2.13",
|
|
1411
1389
|
"@angular/router": "18.2.13",
|
|
1412
1390
|
"@angular/service-worker": "18.2.13",
|
|
1413
|
-
"@
|
|
1414
|
-
"@fullcalendar/
|
|
1415
|
-
"@fullcalendar/
|
|
1416
|
-
"@fullcalendar/
|
|
1417
|
-
"@fullcalendar/
|
|
1418
|
-
"@fullcalendar/timegrid": "6.1.15",
|
|
1391
|
+
"@fullcalendar/core": "6.1.18",
|
|
1392
|
+
"@fullcalendar/daygrid": "6.1.18",
|
|
1393
|
+
"@fullcalendar/interaction": "6.1.18",
|
|
1394
|
+
"@fullcalendar/list": "6.1.18",
|
|
1395
|
+
"@fullcalendar/timegrid": "6.1.18",
|
|
1419
1396
|
"@metrichor/jmespath": "0.3.1",
|
|
1420
|
-
"@wavemaker/app-ng-runtime": "11.
|
|
1421
|
-
"@wavemaker/custom-widgets-m3": "11.
|
|
1397
|
+
"@wavemaker/app-ng-runtime": "11.14.0-rc.226",
|
|
1398
|
+
"@wavemaker/custom-widgets-m3": "11.14.0-rc.226",
|
|
1422
1399
|
"@wavemaker/focus-trap": "1.0.1",
|
|
1423
|
-
"@wavemaker/foundation-css": "11.
|
|
1400
|
+
"@wavemaker/foundation-css": "11.14.0-rc.226",
|
|
1424
1401
|
"@wavemaker/nvd3": "1.8.13",
|
|
1425
|
-
"@wavemaker/variables": "11.
|
|
1402
|
+
"@wavemaker/variables": "11.14.0-rc.226",
|
|
1426
1403
|
"@ztree/ztree_v3": "3.5.48",
|
|
1427
|
-
"angular-imask": "
|
|
1428
|
-
"angular2-websocket": "0.9.
|
|
1429
|
-
"core-js": "3.35.1",
|
|
1404
|
+
"angular-imask": "7.6.1",
|
|
1405
|
+
"angular2-websocket": "0.9.8",
|
|
1430
1406
|
"d3": "7.8.5",
|
|
1431
|
-
"esbuild-wasm": "^0.24.2",
|
|
1432
1407
|
"iscroll": "5.2.0",
|
|
1433
1408
|
"jquery": "3.7.1",
|
|
1434
|
-
"jquery-ui": "1.
|
|
1435
|
-
"
|
|
1436
|
-
"jssha": "3.1.2",
|
|
1437
|
-
"lodash": "4.17.21",
|
|
1409
|
+
"jquery-ui": "1.14.1",
|
|
1410
|
+
"jssha": "3.3.1",
|
|
1438
1411
|
"lodash-es": "4.17.21",
|
|
1412
|
+
"moment": "2.30.1",
|
|
1413
|
+
"moment-timezone": "^0.6.0",
|
|
1439
1414
|
"ng-circle-progress": "1.7.1",
|
|
1440
1415
|
"ngx-bootstrap": "9.0.0",
|
|
1441
|
-
"ngx-color-picker": "
|
|
1442
|
-
"ngx-toastr": "
|
|
1443
|
-
"rxjs": "
|
|
1444
|
-
"rxjs-compat": "6.4.0",
|
|
1416
|
+
"ngx-color-picker": "20.1.1",
|
|
1417
|
+
"ngx-toastr": "19.0.0",
|
|
1418
|
+
"rxjs": "7.8.2",
|
|
1445
1419
|
"summernote": "0.9.1",
|
|
1446
|
-
"
|
|
1447
|
-
"tslib": "2.4.1",
|
|
1420
|
+
"tslib": "2.8.1",
|
|
1448
1421
|
"x2js": "3.4.4",
|
|
1449
|
-
"zone.js": "0.
|
|
1422
|
+
"zone.js": "0.15.1"
|
|
1450
1423
|
},
|
|
1451
1424
|
"engines": {
|
|
1452
|
-
"node": "
|
|
1453
|
-
"npm": "
|
|
1425
|
+
"node": "22.18.0",
|
|
1426
|
+
"npm": "10.9.3"
|
|
1454
1427
|
},
|
|
1455
1428
|
"optionalDependencies": {
|
|
1456
|
-
"@lmdb/lmdb-linux-x64": "3.
|
|
1457
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
1458
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
1429
|
+
"@lmdb/lmdb-linux-x64": "3.4.2",
|
|
1430
|
+
"@rollup/rollup-darwin-arm64": "4.46.2",
|
|
1431
|
+
"@rollup/rollup-linux-x64-gnu": "4.46.2",
|
|
1459
1432
|
"@rollup/rollup-win32-x64": "4.9.5"
|
|
1460
1433
|
}
|
|
1461
1434
|
},
|
|
1462
1435
|
"node_modules/@wavemaker/app-ng-runtime": {
|
|
1463
|
-
"version": "11.
|
|
1464
|
-
"integrity": "sha512-
|
|
1436
|
+
"version": "11.14.0-rc.226",
|
|
1437
|
+
"integrity": "sha512-ZdBn7yXiCph7tLysX1L1HxDQ4Hwi0s1e9SODsBFh1oO4aEvwD6rM/UoDdetLDvViH5DPQktuf6zcTsIAsKFMvA==",
|
|
1465
1438
|
"license": "MIT",
|
|
1466
1439
|
"engines": {
|
|
1467
1440
|
"node": ">=18.16.1",
|
|
@@ -1469,8 +1442,8 @@
|
|
|
1469
1442
|
}
|
|
1470
1443
|
},
|
|
1471
1444
|
"node_modules/@wavemaker/custom-widgets-m3": {
|
|
1472
|
-
"version": "11.
|
|
1473
|
-
"integrity": "sha512-
|
|
1445
|
+
"version": "11.14.0-rc.226",
|
|
1446
|
+
"integrity": "sha512-lpsmeRdDH37bzk5IlzOgv/DeSA6dlIx6Vew7UJ6F5mZeteE8tFZeEXlIsK7+6xPsDESzgwAwoCxqYLE7AFsd5A==",
|
|
1474
1447
|
"license": "ISC"
|
|
1475
1448
|
},
|
|
1476
1449
|
"node_modules/@wavemaker/focus-trap": {
|
|
@@ -1483,8 +1456,8 @@
|
|
|
1483
1456
|
}
|
|
1484
1457
|
},
|
|
1485
1458
|
"node_modules/@wavemaker/foundation-css": {
|
|
1486
|
-
"version": "11.
|
|
1487
|
-
"integrity": "sha512-
|
|
1459
|
+
"version": "11.14.0-rc.226",
|
|
1460
|
+
"integrity": "sha512-q5PzkQWG9atDFjmvGzTEmPUEKDaun0U5WkpDm5sv1o2qEH49ErZ9OtyQiCJbRyoCrRo1HdnaEYoph2YSajOYSQ==",
|
|
1488
1461
|
"license": "ISC",
|
|
1489
1462
|
"dependencies": {
|
|
1490
1463
|
"chroma-js": "^3.1.2"
|
|
@@ -1499,8 +1472,8 @@
|
|
|
1499
1472
|
}
|
|
1500
1473
|
},
|
|
1501
1474
|
"node_modules/@wavemaker/variables": {
|
|
1502
|
-
"version": "11.
|
|
1503
|
-
"integrity": "sha512-
|
|
1475
|
+
"version": "11.14.0-rc.226",
|
|
1476
|
+
"integrity": "sha512-FxAzwtxgJMv5/9TY6hkO0Ebnf5CLMWZniJf6FR7PrGtrKUtS1XDT0hbuCLDSa+zWrSaDK1e8P/jt7YDtynVioQ==",
|
|
1504
1477
|
"license": "ISC",
|
|
1505
1478
|
"dependencies": {
|
|
1506
1479
|
"@metrichor/jmespath": "^0.3.1",
|
|
@@ -1653,22 +1626,17 @@
|
|
|
1653
1626
|
"tslib": "^2.6.2"
|
|
1654
1627
|
}
|
|
1655
1628
|
},
|
|
1656
|
-
"node_modules/angular-imask/node_modules/tslib": {
|
|
1657
|
-
"version": "2.8.1",
|
|
1658
|
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1659
|
-
"license": "0BSD"
|
|
1660
|
-
},
|
|
1661
1629
|
"node_modules/angular2-websocket": {
|
|
1662
|
-
"version": "0.9.
|
|
1663
|
-
"integrity": "sha512-
|
|
1630
|
+
"version": "0.9.8",
|
|
1631
|
+
"integrity": "sha512-8lJVrzBIVZf4ocA7ZN5I5AASlGjmwDbNWg7gDyw0lf/ya6EnV3esalPd5aWXpWtzd3UFnJny7LgVs0Sj4bYQUQ==",
|
|
1664
1632
|
"license": "MIT",
|
|
1665
1633
|
"dependencies": {
|
|
1666
1634
|
"bluebird": "^3.4.6"
|
|
1667
1635
|
},
|
|
1668
1636
|
"peerDependencies": {
|
|
1669
|
-
"core-js": "^2.
|
|
1637
|
+
"core-js": "^2.5.0",
|
|
1670
1638
|
"reflect-metadata": "^0.1.8",
|
|
1671
|
-
"typescript": "^2.
|
|
1639
|
+
"typescript": "^3.2.0",
|
|
1672
1640
|
"zone.js": "^0.8.12"
|
|
1673
1641
|
}
|
|
1674
1642
|
},
|
|
@@ -1796,8 +1764,8 @@
|
|
|
1796
1764
|
}
|
|
1797
1765
|
},
|
|
1798
1766
|
"node_modules/b4a": {
|
|
1799
|
-
"version": "1.7.
|
|
1800
|
-
"integrity": "sha512-
|
|
1767
|
+
"version": "1.7.3",
|
|
1768
|
+
"integrity": "sha512-5Q2mfq2WfGuFp3uS//0s6baOJLMoVduPYVeNmDYxu5OUA1/cBfvr2RIS7vi62LdNj/urk1hfmj867I3qt6uZ7Q==",
|
|
1801
1769
|
"license": "Apache-2.0",
|
|
1802
1770
|
"peerDependencies": {
|
|
1803
1771
|
"react-native-b4a": "*"
|
|
@@ -1909,9 +1877,17 @@
|
|
|
1909
1877
|
"license": "MIT"
|
|
1910
1878
|
},
|
|
1911
1879
|
"node_modules/bare-events": {
|
|
1912
|
-
"version": "2.
|
|
1913
|
-
"integrity": "sha512-
|
|
1914
|
-
"license": "Apache-2.0"
|
|
1880
|
+
"version": "2.8.1",
|
|
1881
|
+
"integrity": "sha512-oxSAxTS1hRfnyit2CL5QpAOS5ixfBjj6ex3yTNvXyY/kE719jQ/IjuESJBK2w5v4wwQRAHGseVJXx9QBYOtFGQ==",
|
|
1882
|
+
"license": "Apache-2.0",
|
|
1883
|
+
"peerDependencies": {
|
|
1884
|
+
"bare-abort-controller": "*"
|
|
1885
|
+
},
|
|
1886
|
+
"peerDependenciesMeta": {
|
|
1887
|
+
"bare-abort-controller": {
|
|
1888
|
+
"optional": true
|
|
1889
|
+
}
|
|
1890
|
+
}
|
|
1915
1891
|
},
|
|
1916
1892
|
"node_modules/base64-js": {
|
|
1917
1893
|
"version": "1.5.1",
|
|
@@ -1933,8 +1909,8 @@
|
|
|
1933
1909
|
"license": "MIT"
|
|
1934
1910
|
},
|
|
1935
1911
|
"node_modules/baseline-browser-mapping": {
|
|
1936
|
-
"version": "2.8.
|
|
1937
|
-
"integrity": "sha512-
|
|
1912
|
+
"version": "2.8.20",
|
|
1913
|
+
"integrity": "sha512-JMWsdF+O8Orq3EMukbUN1QfbLK9mX2CkUmQBcW2T0s8OmdAUL5LLM/6wFwSrqXzlXB13yhyK9gTKS1rIizOduQ==",
|
|
1938
1914
|
"dev": true,
|
|
1939
1915
|
"license": "Apache-2.0",
|
|
1940
1916
|
"bin": {
|
|
@@ -2048,8 +2024,8 @@
|
|
|
2048
2024
|
"license": "BSD-2-Clause"
|
|
2049
2025
|
},
|
|
2050
2026
|
"node_modules/browserslist": {
|
|
2051
|
-
"version": "4.
|
|
2052
|
-
"integrity": "sha512-
|
|
2027
|
+
"version": "4.27.0",
|
|
2028
|
+
"integrity": "sha512-AXVQwdhot1eqLihwasPElhX2tAZiBjWdJ9i/Zcj2S6QYIjkx62OKSfnobkriB81C3l4w0rVy3Nt4jaTBltYEpw==",
|
|
2053
2029
|
"dev": true,
|
|
2054
2030
|
"funding": [
|
|
2055
2031
|
{
|
|
@@ -2067,11 +2043,11 @@
|
|
|
2067
2043
|
],
|
|
2068
2044
|
"license": "MIT",
|
|
2069
2045
|
"dependencies": {
|
|
2070
|
-
"baseline-browser-mapping": "^2.8.
|
|
2071
|
-
"caniuse-lite": "^1.0.
|
|
2072
|
-
"electron-to-chromium": "^1.5.
|
|
2073
|
-
"node-releases": "^2.0.
|
|
2074
|
-
"update-browserslist-db": "^1.1.
|
|
2046
|
+
"baseline-browser-mapping": "^2.8.19",
|
|
2047
|
+
"caniuse-lite": "^1.0.30001751",
|
|
2048
|
+
"electron-to-chromium": "^1.5.238",
|
|
2049
|
+
"node-releases": "^2.0.26",
|
|
2050
|
+
"update-browserslist-db": "^1.1.4"
|
|
2075
2051
|
},
|
|
2076
2052
|
"bin": {
|
|
2077
2053
|
"browserslist": "cli.js"
|
|
@@ -2080,17 +2056,6 @@
|
|
|
2080
2056
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
2081
2057
|
}
|
|
2082
2058
|
},
|
|
2083
|
-
"node_modules/bs-logger": {
|
|
2084
|
-
"version": "0.2.6",
|
|
2085
|
-
"integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==",
|
|
2086
|
-
"license": "MIT",
|
|
2087
|
-
"dependencies": {
|
|
2088
|
-
"fast-json-stable-stringify": "2.x"
|
|
2089
|
-
},
|
|
2090
|
-
"engines": {
|
|
2091
|
-
"node": ">= 6"
|
|
2092
|
-
}
|
|
2093
|
-
},
|
|
2094
2059
|
"node_modules/bser": {
|
|
2095
2060
|
"version": "2.1.1",
|
|
2096
2061
|
"integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
|
|
@@ -2225,8 +2190,8 @@
|
|
|
2225
2190
|
}
|
|
2226
2191
|
},
|
|
2227
2192
|
"node_modules/caniuse-lite": {
|
|
2228
|
-
"version": "1.0.
|
|
2229
|
-
"integrity": "sha512-
|
|
2193
|
+
"version": "1.0.30001751",
|
|
2194
|
+
"integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
|
|
2230
2195
|
"dev": true,
|
|
2231
2196
|
"funding": [
|
|
2232
2197
|
{
|
|
@@ -2247,6 +2212,7 @@
|
|
|
2247
2212
|
"node_modules/chalk": {
|
|
2248
2213
|
"version": "4.1.2",
|
|
2249
2214
|
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2215
|
+
"dev": true,
|
|
2250
2216
|
"license": "MIT",
|
|
2251
2217
|
"dependencies": {
|
|
2252
2218
|
"ansi-styles": "^4.1.0",
|
|
@@ -2317,6 +2283,7 @@
|
|
|
2317
2283
|
"node_modules/ci-info": {
|
|
2318
2284
|
"version": "3.9.0",
|
|
2319
2285
|
"integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==",
|
|
2286
|
+
"dev": true,
|
|
2320
2287
|
"funding": [
|
|
2321
2288
|
{
|
|
2322
2289
|
"type": "github",
|
|
@@ -2457,8 +2424,8 @@
|
|
|
2457
2424
|
}
|
|
2458
2425
|
},
|
|
2459
2426
|
"node_modules/collect-v8-coverage": {
|
|
2460
|
-
"version": "1.0.
|
|
2461
|
-
"integrity": "sha512-
|
|
2427
|
+
"version": "1.0.3",
|
|
2428
|
+
"integrity": "sha512-1L5aqIkwPfiodaMgQunkF1zRhNqifHBmtbbbxcr6yVxxBnliw4TDOW6NxpO8DJLgJ16OT+Y4ztZqP6p/FtXnAw==",
|
|
2462
2429
|
"dev": true,
|
|
2463
2430
|
"license": "MIT"
|
|
2464
2431
|
},
|
|
@@ -2565,19 +2532,9 @@
|
|
|
2565
2532
|
"integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==",
|
|
2566
2533
|
"license": "MIT"
|
|
2567
2534
|
},
|
|
2568
|
-
"node_modules/core-js": {
|
|
2569
|
-
"version": "3.35.1",
|
|
2570
|
-
"integrity": "sha512-IgdsbxNyMskrTFxa9lWHyMwAJU5gXOPP+1yO+K59d50VLVAIDAbs7gIv705KzALModfK3ZrSZTPNpC0PQgIZuw==",
|
|
2571
|
-
"hasInstallScript": true,
|
|
2572
|
-
"license": "MIT",
|
|
2573
|
-
"funding": {
|
|
2574
|
-
"type": "opencollective",
|
|
2575
|
-
"url": "https://opencollective.com/core-js"
|
|
2576
|
-
}
|
|
2577
|
-
},
|
|
2578
2535
|
"node_modules/core-js-pure": {
|
|
2579
|
-
"version": "3.
|
|
2580
|
-
"integrity": "sha512-
|
|
2536
|
+
"version": "3.46.0",
|
|
2537
|
+
"integrity": "sha512-NMCW30bHNofuhwLhYPt66OLOKTMbOhgTTatKVbaQC3KRHpTCiRIBYvtshr+NBYSnBxwAFhjW/RfJ0XbIjS16rw==",
|
|
2581
2538
|
"hasInstallScript": true,
|
|
2582
2539
|
"license": "MIT",
|
|
2583
2540
|
"funding": {
|
|
@@ -3304,8 +3261,8 @@
|
|
|
3304
3261
|
}
|
|
3305
3262
|
},
|
|
3306
3263
|
"node_modules/editorconfig/node_modules/semver": {
|
|
3307
|
-
"version": "7.7.
|
|
3308
|
-
"integrity": "sha512-
|
|
3264
|
+
"version": "7.7.3",
|
|
3265
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
3309
3266
|
"license": "ISC",
|
|
3310
3267
|
"bin": {
|
|
3311
3268
|
"semver": "bin/semver.js"
|
|
@@ -3320,8 +3277,8 @@
|
|
|
3320
3277
|
"license": "MIT"
|
|
3321
3278
|
},
|
|
3322
3279
|
"node_modules/electron-to-chromium": {
|
|
3323
|
-
"version": "1.5.
|
|
3324
|
-
"integrity": "sha512-
|
|
3280
|
+
"version": "1.5.240",
|
|
3281
|
+
"integrity": "sha512-OBwbZjWgrCOH+g6uJsA2/7Twpas2OlepS9uvByJjR2datRDuKGYeD+nP8lBBks2qnB7bGJNHDUx7c/YLaT3QMQ==",
|
|
3325
3282
|
"dev": true,
|
|
3326
3283
|
"license": "ISC"
|
|
3327
3284
|
},
|
|
@@ -3420,17 +3377,6 @@
|
|
|
3420
3377
|
"node": ">= 0.4"
|
|
3421
3378
|
}
|
|
3422
3379
|
},
|
|
3423
|
-
"node_modules/esbuild-wasm": {
|
|
3424
|
-
"version": "0.24.2",
|
|
3425
|
-
"integrity": "sha512-03/7Z1gD+ohDnScFztvI4XddTAbKVmMEzCvvkBpQdWKEXJ+73dTyeNrmdxP1Q0zpDMFjzUJwtK4rLjqwiHbzkw==",
|
|
3426
|
-
"license": "MIT",
|
|
3427
|
-
"bin": {
|
|
3428
|
-
"esbuild": "bin/esbuild"
|
|
3429
|
-
},
|
|
3430
|
-
"engines": {
|
|
3431
|
-
"node": ">=18"
|
|
3432
|
-
}
|
|
3433
|
-
},
|
|
3434
3380
|
"node_modules/escalade": {
|
|
3435
3381
|
"version": "3.2.0",
|
|
3436
3382
|
"integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
|
|
@@ -3643,6 +3589,7 @@
|
|
|
3643
3589
|
"node_modules/fast-json-stable-stringify": {
|
|
3644
3590
|
"version": "2.1.0",
|
|
3645
3591
|
"integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
|
|
3592
|
+
"dev": true,
|
|
3646
3593
|
"license": "MIT"
|
|
3647
3594
|
},
|
|
3648
3595
|
"node_modules/fast-xml-parser": {
|
|
@@ -3932,6 +3879,7 @@
|
|
|
3932
3879
|
"node_modules/has-flag": {
|
|
3933
3880
|
"version": "4.0.0",
|
|
3934
3881
|
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
|
3882
|
+
"dev": true,
|
|
3935
3883
|
"license": "MIT",
|
|
3936
3884
|
"engines": {
|
|
3937
3885
|
"node": ">=8"
|
|
@@ -5164,8 +5112,8 @@
|
|
|
5164
5112
|
}
|
|
5165
5113
|
},
|
|
5166
5114
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
5167
|
-
"version": "7.7.
|
|
5168
|
-
"integrity": "sha512-
|
|
5115
|
+
"version": "7.7.3",
|
|
5116
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
5169
5117
|
"dev": true,
|
|
5170
5118
|
"license": "ISC",
|
|
5171
5119
|
"bin": {
|
|
@@ -5274,11 +5222,11 @@
|
|
|
5274
5222
|
"license": "MIT"
|
|
5275
5223
|
},
|
|
5276
5224
|
"node_modules/jquery-ui": {
|
|
5277
|
-
"version": "1.
|
|
5278
|
-
"integrity": "sha512-
|
|
5225
|
+
"version": "1.14.1",
|
|
5226
|
+
"integrity": "sha512-DhzsYH8VeIvOaxwi+B/2BCsFFT5EGjShdzOcm5DssWjtcpGWIMsn66rJciDA6jBruzNiLf1q0KvwMoX1uGNvnQ==",
|
|
5279
5227
|
"license": "MIT",
|
|
5280
5228
|
"dependencies": {
|
|
5281
|
-
"jquery": ">=1.
|
|
5229
|
+
"jquery": ">=1.12.0 <5.0.0"
|
|
5282
5230
|
}
|
|
5283
5231
|
},
|
|
5284
5232
|
"node_modules/js-beautify": {
|
|
@@ -5301,7 +5249,7 @@
|
|
|
5301
5249
|
"node": ">=14"
|
|
5302
5250
|
}
|
|
5303
5251
|
},
|
|
5304
|
-
"node_modules/js-
|
|
5252
|
+
"node_modules/js-cookie": {
|
|
5305
5253
|
"version": "3.0.5",
|
|
5306
5254
|
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
|
|
5307
5255
|
"license": "MIT",
|
|
@@ -5309,11 +5257,6 @@
|
|
|
5309
5257
|
"node": ">=14"
|
|
5310
5258
|
}
|
|
5311
5259
|
},
|
|
5312
|
-
"node_modules/js-cookie": {
|
|
5313
|
-
"version": "2.2.0",
|
|
5314
|
-
"integrity": "sha512-7YAJP/LPE/MhDjHIdfIiT665HUSumCwPN2hAmO6OJZ8V3o1mtz2HeQ8BKetEjkh+3nqGxYaq1vPMViUR8kaOXw==",
|
|
5315
|
-
"license": "MIT"
|
|
5316
|
-
},
|
|
5317
5260
|
"node_modules/js-tokens": {
|
|
5318
5261
|
"version": "4.0.0",
|
|
5319
5262
|
"integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
|
|
@@ -5406,6 +5349,7 @@
|
|
|
5406
5349
|
"node_modules/json5": {
|
|
5407
5350
|
"version": "2.2.3",
|
|
5408
5351
|
"integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
|
|
5352
|
+
"dev": true,
|
|
5409
5353
|
"license": "MIT",
|
|
5410
5354
|
"bin": {
|
|
5411
5355
|
"json5": "lib/cli.js"
|
|
@@ -5415,8 +5359,8 @@
|
|
|
5415
5359
|
}
|
|
5416
5360
|
},
|
|
5417
5361
|
"node_modules/jssha": {
|
|
5418
|
-
"version": "3.1
|
|
5419
|
-
"integrity": "sha512-
|
|
5362
|
+
"version": "3.3.1",
|
|
5363
|
+
"integrity": "sha512-VCMZj12FCFMQYcFLPRm/0lOBbLi8uM2BhXPTqw3U4YAfs4AZfiApOoBLoN8cQE60Z50m1MYMTQVCfgF/KaCVhQ==",
|
|
5420
5364
|
"license": "BSD-3-Clause",
|
|
5421
5365
|
"engines": {
|
|
5422
5366
|
"node": "*"
|
|
@@ -5517,11 +5461,6 @@
|
|
|
5517
5461
|
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
5518
5462
|
"license": "MIT"
|
|
5519
5463
|
},
|
|
5520
|
-
"node_modules/lodash.memoize": {
|
|
5521
|
-
"version": "4.1.2",
|
|
5522
|
-
"integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==",
|
|
5523
|
-
"license": "MIT"
|
|
5524
|
-
},
|
|
5525
5464
|
"node_modules/lru-cache": {
|
|
5526
5465
|
"version": "5.1.1",
|
|
5527
5466
|
"integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
|
|
@@ -5547,8 +5486,8 @@
|
|
|
5547
5486
|
}
|
|
5548
5487
|
},
|
|
5549
5488
|
"node_modules/make-dir/node_modules/semver": {
|
|
5550
|
-
"version": "7.7.
|
|
5551
|
-
"integrity": "sha512-
|
|
5489
|
+
"version": "7.7.3",
|
|
5490
|
+
"integrity": "sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==",
|
|
5552
5491
|
"dev": true,
|
|
5553
5492
|
"license": "ISC",
|
|
5554
5493
|
"bin": {
|
|
@@ -5558,11 +5497,6 @@
|
|
|
5558
5497
|
"node": ">=10"
|
|
5559
5498
|
}
|
|
5560
5499
|
},
|
|
5561
|
-
"node_modules/make-error": {
|
|
5562
|
-
"version": "1.3.6",
|
|
5563
|
-
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
5564
|
-
"license": "ISC"
|
|
5565
|
-
},
|
|
5566
5500
|
"node_modules/makeerror": {
|
|
5567
5501
|
"version": "1.0.12",
|
|
5568
5502
|
"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
|
|
@@ -5734,6 +5668,17 @@
|
|
|
5734
5668
|
"node": "*"
|
|
5735
5669
|
}
|
|
5736
5670
|
},
|
|
5671
|
+
"node_modules/moment-timezone": {
|
|
5672
|
+
"version": "0.6.0",
|
|
5673
|
+
"integrity": "sha512-ldA5lRNm3iJCWZcBCab4pnNL3HSZYXVb/3TYr75/1WCTWYuTqYUb5f/S384pncYjJ88lbO8Z4uPDvmoluHJc8Q==",
|
|
5674
|
+
"license": "MIT",
|
|
5675
|
+
"dependencies": {
|
|
5676
|
+
"moment": "^2.29.4"
|
|
5677
|
+
},
|
|
5678
|
+
"engines": {
|
|
5679
|
+
"node": "*"
|
|
5680
|
+
}
|
|
5681
|
+
},
|
|
5737
5682
|
"node_modules/ms": {
|
|
5738
5683
|
"version": "2.0.0",
|
|
5739
5684
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
|
@@ -5795,21 +5740,21 @@
|
|
|
5795
5740
|
}
|
|
5796
5741
|
},
|
|
5797
5742
|
"node_modules/ngx-color-picker": {
|
|
5798
|
-
"version": "
|
|
5799
|
-
"integrity": "sha512-
|
|
5743
|
+
"version": "20.1.1",
|
|
5744
|
+
"integrity": "sha512-wFk1L9F3JBd1Th+auYexN4uyynaT2dhxVRn0Dd55HrhfVcxfylExITDJ+Bhrcl0W+QHtX6gVbfZuX2hBXeVMFA==",
|
|
5800
5745
|
"license": "MIT",
|
|
5801
5746
|
"dependencies": {
|
|
5802
5747
|
"tslib": "^2.3.0"
|
|
5803
5748
|
},
|
|
5804
5749
|
"peerDependencies": {
|
|
5805
|
-
"@angular/common": ">=
|
|
5806
|
-
"@angular/core": ">=
|
|
5807
|
-
"@angular/forms": ">=
|
|
5750
|
+
"@angular/common": ">=19.0.0",
|
|
5751
|
+
"@angular/core": ">=19.0.0",
|
|
5752
|
+
"@angular/forms": ">=19.0.0"
|
|
5808
5753
|
}
|
|
5809
5754
|
},
|
|
5810
5755
|
"node_modules/ngx-toastr": {
|
|
5811
|
-
"version": "
|
|
5812
|
-
"integrity": "sha512-
|
|
5756
|
+
"version": "19.0.0",
|
|
5757
|
+
"integrity": "sha512-6pTnktwwWD+kx342wuMOWB4+bkyX9221pAgGz3SHOJH0/MI9erLucS8PeeJDFwbUYyh75nQ6AzVtolgHxi52dQ==",
|
|
5813
5758
|
"license": "MIT",
|
|
5814
5759
|
"dependencies": {
|
|
5815
5760
|
"tslib": "^2.3.0"
|
|
@@ -5832,8 +5777,8 @@
|
|
|
5832
5777
|
"license": "MIT"
|
|
5833
5778
|
},
|
|
5834
5779
|
"node_modules/node-releases": {
|
|
5835
|
-
"version": "2.0.
|
|
5836
|
-
"integrity": "sha512-
|
|
5780
|
+
"version": "2.0.26",
|
|
5781
|
+
"integrity": "sha512-S2M9YimhSjBSvYnlr5/+umAnPHE++ODwt5e2Ij6FoX45HA/s4vHdkDx1eax2pAPeAOqu4s9b7ppahsyEFdVqQA==",
|
|
5837
5782
|
"dev": true,
|
|
5838
5783
|
"license": "MIT"
|
|
5839
5784
|
},
|
|
@@ -6272,6 +6217,7 @@
|
|
|
6272
6217
|
"node_modules/picomatch": {
|
|
6273
6218
|
"version": "2.3.1",
|
|
6274
6219
|
"integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
6220
|
+
"dev": true,
|
|
6275
6221
|
"license": "MIT",
|
|
6276
6222
|
"engines": {
|
|
6277
6223
|
"node": ">=8.6"
|
|
@@ -6521,11 +6467,6 @@
|
|
|
6521
6467
|
"node": ">=10"
|
|
6522
6468
|
}
|
|
6523
6469
|
},
|
|
6524
|
-
"node_modules/regenerator-runtime": {
|
|
6525
|
-
"version": "0.13.11",
|
|
6526
|
-
"integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==",
|
|
6527
|
-
"license": "MIT"
|
|
6528
|
-
},
|
|
6529
6470
|
"node_modules/require-directory": {
|
|
6530
6471
|
"version": "2.1.1",
|
|
6531
6472
|
"integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
|
|
@@ -6546,12 +6487,12 @@
|
|
|
6546
6487
|
"license": "MIT"
|
|
6547
6488
|
},
|
|
6548
6489
|
"node_modules/resolve": {
|
|
6549
|
-
"version": "1.22.
|
|
6550
|
-
"integrity": "sha512-
|
|
6490
|
+
"version": "1.22.11",
|
|
6491
|
+
"integrity": "sha512-RfqAvLnMl313r7c9oclB1HhUEAezcpLjz95wFH4LVuhk9JF/r22qmVP9AMmOU4vMX7Q8pN8jwNg/CSpdFnMjTQ==",
|
|
6551
6492
|
"dev": true,
|
|
6552
6493
|
"license": "MIT",
|
|
6553
6494
|
"dependencies": {
|
|
6554
|
-
"is-core-module": "^2.16.
|
|
6495
|
+
"is-core-module": "^2.16.1",
|
|
6555
6496
|
"path-parse": "^1.0.7",
|
|
6556
6497
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
6557
6498
|
},
|
|
@@ -6658,26 +6599,13 @@
|
|
|
6658
6599
|
"license": "BSD-3-Clause"
|
|
6659
6600
|
},
|
|
6660
6601
|
"node_modules/rxjs": {
|
|
6661
|
-
"version": "
|
|
6662
|
-
"integrity": "sha512-
|
|
6602
|
+
"version": "7.8.2",
|
|
6603
|
+
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
6663
6604
|
"license": "Apache-2.0",
|
|
6664
6605
|
"dependencies": {
|
|
6665
|
-
"tslib": "^1.
|
|
6666
|
-
},
|
|
6667
|
-
"engines": {
|
|
6668
|
-
"npm": ">=2.0.0"
|
|
6606
|
+
"tslib": "^2.1.0"
|
|
6669
6607
|
}
|
|
6670
6608
|
},
|
|
6671
|
-
"node_modules/rxjs-compat": {
|
|
6672
|
-
"version": "6.4.0",
|
|
6673
|
-
"integrity": "sha512-eo/O8RS83hJdJukCtA+IF6qnqa8FPOuVo+OPCzgVi+dbTle9KCdNv97IcQO0WwNVik7DJLKmf0F8uwzc0q40vw==",
|
|
6674
|
-
"license": "Apache-2.0"
|
|
6675
|
-
},
|
|
6676
|
-
"node_modules/rxjs/node_modules/tslib": {
|
|
6677
|
-
"version": "1.14.1",
|
|
6678
|
-
"integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
|
|
6679
|
-
"license": "0BSD"
|
|
6680
|
-
},
|
|
6681
6609
|
"node_modules/safe-buffer": {
|
|
6682
6610
|
"version": "5.2.1",
|
|
6683
6611
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
@@ -7141,6 +7069,7 @@
|
|
|
7141
7069
|
"node_modules/supports-color": {
|
|
7142
7070
|
"version": "7.2.0",
|
|
7143
7071
|
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
7072
|
+
"dev": true,
|
|
7144
7073
|
"license": "MIT",
|
|
7145
7074
|
"dependencies": {
|
|
7146
7075
|
"has-flag": "^4.0.0"
|
|
@@ -7181,8 +7110,8 @@
|
|
|
7181
7110
|
"license": "MIT"
|
|
7182
7111
|
},
|
|
7183
7112
|
"node_modules/tabbable": {
|
|
7184
|
-
"version": "6.
|
|
7185
|
-
"integrity": "sha512-
|
|
7113
|
+
"version": "6.3.0",
|
|
7114
|
+
"integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==",
|
|
7186
7115
|
"license": "MIT"
|
|
7187
7116
|
},
|
|
7188
7117
|
"node_modules/tar-fs": {
|
|
@@ -7429,102 +7358,9 @@
|
|
|
7429
7358
|
"node": ">=8"
|
|
7430
7359
|
}
|
|
7431
7360
|
},
|
|
7432
|
-
"node_modules/ts-jest": {
|
|
7433
|
-
"version": "29.1.1",
|
|
7434
|
-
"integrity": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==",
|
|
7435
|
-
"license": "MIT",
|
|
7436
|
-
"dependencies": {
|
|
7437
|
-
"bs-logger": "0.x",
|
|
7438
|
-
"fast-json-stable-stringify": "2.x",
|
|
7439
|
-
"jest-util": "^29.0.0",
|
|
7440
|
-
"json5": "^2.2.3",
|
|
7441
|
-
"lodash.memoize": "4.x",
|
|
7442
|
-
"make-error": "1.x",
|
|
7443
|
-
"semver": "^7.5.3",
|
|
7444
|
-
"yargs-parser": "^21.0.1"
|
|
7445
|
-
},
|
|
7446
|
-
"bin": {
|
|
7447
|
-
"ts-jest": "cli.js"
|
|
7448
|
-
},
|
|
7449
|
-
"engines": {
|
|
7450
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7451
|
-
},
|
|
7452
|
-
"peerDependencies": {
|
|
7453
|
-
"@babel/core": ">=7.0.0-beta.0 <8",
|
|
7454
|
-
"@jest/types": "^29.0.0",
|
|
7455
|
-
"babel-jest": "^29.0.0",
|
|
7456
|
-
"jest": "^29.0.0",
|
|
7457
|
-
"typescript": ">=4.3 <6"
|
|
7458
|
-
},
|
|
7459
|
-
"peerDependenciesMeta": {
|
|
7460
|
-
"@babel/core": {
|
|
7461
|
-
"optional": true
|
|
7462
|
-
},
|
|
7463
|
-
"@jest/types": {
|
|
7464
|
-
"optional": true
|
|
7465
|
-
},
|
|
7466
|
-
"babel-jest": {
|
|
7467
|
-
"optional": true
|
|
7468
|
-
},
|
|
7469
|
-
"esbuild": {
|
|
7470
|
-
"optional": true
|
|
7471
|
-
}
|
|
7472
|
-
}
|
|
7473
|
-
},
|
|
7474
|
-
"node_modules/ts-jest/node_modules/@jest/types": {
|
|
7475
|
-
"version": "29.6.3",
|
|
7476
|
-
"integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==",
|
|
7477
|
-
"license": "MIT",
|
|
7478
|
-
"dependencies": {
|
|
7479
|
-
"@jest/schemas": "^29.6.3",
|
|
7480
|
-
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
7481
|
-
"@types/istanbul-reports": "^3.0.0",
|
|
7482
|
-
"@types/node": "*",
|
|
7483
|
-
"@types/yargs": "^17.0.8",
|
|
7484
|
-
"chalk": "^4.0.0"
|
|
7485
|
-
},
|
|
7486
|
-
"engines": {
|
|
7487
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7488
|
-
}
|
|
7489
|
-
},
|
|
7490
|
-
"node_modules/ts-jest/node_modules/@types/yargs": {
|
|
7491
|
-
"version": "17.0.33",
|
|
7492
|
-
"integrity": "sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA==",
|
|
7493
|
-
"license": "MIT",
|
|
7494
|
-
"dependencies": {
|
|
7495
|
-
"@types/yargs-parser": "*"
|
|
7496
|
-
}
|
|
7497
|
-
},
|
|
7498
|
-
"node_modules/ts-jest/node_modules/jest-util": {
|
|
7499
|
-
"version": "29.7.0",
|
|
7500
|
-
"integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==",
|
|
7501
|
-
"license": "MIT",
|
|
7502
|
-
"dependencies": {
|
|
7503
|
-
"@jest/types": "^29.6.3",
|
|
7504
|
-
"@types/node": "*",
|
|
7505
|
-
"chalk": "^4.0.0",
|
|
7506
|
-
"ci-info": "^3.2.0",
|
|
7507
|
-
"graceful-fs": "^4.2.9",
|
|
7508
|
-
"picomatch": "^2.2.3"
|
|
7509
|
-
},
|
|
7510
|
-
"engines": {
|
|
7511
|
-
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7512
|
-
}
|
|
7513
|
-
},
|
|
7514
|
-
"node_modules/ts-jest/node_modules/semver": {
|
|
7515
|
-
"version": "7.7.2",
|
|
7516
|
-
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
7517
|
-
"license": "ISC",
|
|
7518
|
-
"bin": {
|
|
7519
|
-
"semver": "bin/semver.js"
|
|
7520
|
-
},
|
|
7521
|
-
"engines": {
|
|
7522
|
-
"node": ">=10"
|
|
7523
|
-
}
|
|
7524
|
-
},
|
|
7525
7361
|
"node_modules/tslib": {
|
|
7526
|
-
"version": "2.
|
|
7527
|
-
"integrity": "sha512-
|
|
7362
|
+
"version": "2.8.1",
|
|
7363
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
7528
7364
|
"license": "0BSD"
|
|
7529
7365
|
},
|
|
7530
7366
|
"node_modules/type-detect": {
|
|
@@ -7595,8 +7431,9 @@
|
|
|
7595
7431
|
}
|
|
7596
7432
|
},
|
|
7597
7433
|
"node_modules/undici-types": {
|
|
7598
|
-
"version": "7.
|
|
7599
|
-
"integrity": "sha512-
|
|
7434
|
+
"version": "7.16.0",
|
|
7435
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
7436
|
+
"dev": true,
|
|
7600
7437
|
"license": "MIT"
|
|
7601
7438
|
},
|
|
7602
7439
|
"node_modules/universalify": {
|
|
@@ -7617,8 +7454,8 @@
|
|
|
7617
7454
|
}
|
|
7618
7455
|
},
|
|
7619
7456
|
"node_modules/update-browserslist-db": {
|
|
7620
|
-
"version": "1.1.
|
|
7621
|
-
"integrity": "sha512-
|
|
7457
|
+
"version": "1.1.4",
|
|
7458
|
+
"integrity": "sha512-q0SPT4xyU84saUX+tomz1WLkxUbuaJnR1xWt17M7fJtEJigJeWUNGUqrauFXsHnqev9y9JTRGwk13tFBuKby4A==",
|
|
7622
7459
|
"dev": true,
|
|
7623
7460
|
"funding": [
|
|
7624
7461
|
{
|
|
@@ -8000,11 +7837,12 @@
|
|
|
8000
7837
|
}
|
|
8001
7838
|
},
|
|
8002
7839
|
"node_modules/yargs-parser": {
|
|
8003
|
-
"version": "
|
|
8004
|
-
"integrity": "sha512-
|
|
7840
|
+
"version": "11.1.1",
|
|
7841
|
+
"integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
|
|
8005
7842
|
"license": "ISC",
|
|
8006
|
-
"
|
|
8007
|
-
"
|
|
7843
|
+
"dependencies": {
|
|
7844
|
+
"camelcase": "^5.0.0",
|
|
7845
|
+
"decamelize": "^1.2.0"
|
|
8008
7846
|
}
|
|
8009
7847
|
},
|
|
8010
7848
|
"node_modules/yargs/node_modules/ansi-regex": {
|
|
@@ -8088,15 +7926,6 @@
|
|
|
8088
7926
|
"node": ">=4"
|
|
8089
7927
|
}
|
|
8090
7928
|
},
|
|
8091
|
-
"node_modules/yargs/node_modules/yargs-parser": {
|
|
8092
|
-
"version": "11.1.1",
|
|
8093
|
-
"integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==",
|
|
8094
|
-
"license": "ISC",
|
|
8095
|
-
"dependencies": {
|
|
8096
|
-
"camelcase": "^5.0.0",
|
|
8097
|
-
"decamelize": "^1.2.0"
|
|
8098
|
-
}
|
|
8099
|
-
},
|
|
8100
7929
|
"node_modules/yarn": {
|
|
8101
7930
|
"version": "1.22.22",
|
|
8102
7931
|
"integrity": "sha512-prL3kGtyG7o9Z9Sv8IPfBNrWTDmXB4Qbes8A9rEzt6wkJV8mUvoirjU0Mp3GGAU06Y0XQyA3/2/RQFVuK7MTfg==",
|
|
@@ -8124,8 +7953,8 @@
|
|
|
8124
7953
|
}
|
|
8125
7954
|
},
|
|
8126
7955
|
"node_modules/zone.js": {
|
|
8127
|
-
"version": "0.
|
|
8128
|
-
"integrity": "sha512-
|
|
7956
|
+
"version": "0.15.1",
|
|
7957
|
+
"integrity": "sha512-XE96n56IQpJM7NAoXswY3XRLcWFW83xe0BiAOeMD7K5k5xecOeul3Qcpx6GqEeeHNkW5DWL5zOyTbEfB4eti8w==",
|
|
8129
7958
|
"license": "MIT"
|
|
8130
7959
|
}
|
|
8131
7960
|
}
|