create-outsystems-astro 0.7.0 → 0.7.2
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/package.json +1 -1
- package/template/bun.lock +165 -233
- package/template/deno.json +17 -1
- package/template/deno.lock +286 -229
- package/template/package-lock.json +217 -289
- package/template/package.json +67 -19
- package/template/pnpm-lock.yaml +395 -357
- package/template/src/framework/preact/Demo.tsx +5 -6
- package/template/src/framework/react/Demo.tsx +4 -2
- package/template/src/framework/svelte/Demo.svelte +2 -2
- package/template/src/framework/vue/Demo.vue +3 -2
- package/template/src/pages/angular/angular-demo.astro +1 -1
- package/template/src/pages/preact/preact-demo.astro +2 -3
- package/template/src/pages/react/react-demo.astro +2 -3
- package/template/src/pages/svelte/svelte-demo.astro +2 -3
- package/template/src/pages/vue/vue-demo.astro +2 -3
- package/template/src/stores/demo.ts +14 -0
- package/template/yarn.lock +154 -154
- package/template/src/stores/.gitkeep +0 -0
- /package/template/patches/{@angular+build+21.2.1.patch → @angular+build+21.2.2.patch} +0 -0
|
@@ -8,15 +8,12 @@
|
|
|
8
8
|
"hasInstallScript": true,
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@analogjs/astro-angular": "^2.3.1",
|
|
11
|
-
"@angular/animations": "^21.2.
|
|
12
|
-
"@angular/
|
|
13
|
-
"@angular/
|
|
14
|
-
"@angular/
|
|
15
|
-
"@angular/
|
|
16
|
-
"@angular/
|
|
17
|
-
"@angular/language-service": "^21.2.1",
|
|
18
|
-
"@angular/platform-browser": "^21.2.1",
|
|
19
|
-
"@angular/platform-server": "^21.2.1",
|
|
11
|
+
"@angular/animations": "^21.2.4",
|
|
12
|
+
"@angular/common": "^21.2.4",
|
|
13
|
+
"@angular/core": "^21.2.4",
|
|
14
|
+
"@angular/platform-browser": "^21.2.4",
|
|
15
|
+
"@angular/platform-server": "^21.2.4",
|
|
16
|
+
"@angular/router": "^21.2.4",
|
|
20
17
|
"@astrojs/preact": "^4.1.3",
|
|
21
18
|
"@astrojs/react": "^4.4.2",
|
|
22
19
|
"@astrojs/svelte": "^7.2.5",
|
|
@@ -24,22 +21,26 @@
|
|
|
24
21
|
"@nanostores/preact": "^1.0.0",
|
|
25
22
|
"@nanostores/react": "^1.0.0",
|
|
26
23
|
"@nanostores/vue": "^1.1.0",
|
|
27
|
-
"astro": "^5.18.
|
|
24
|
+
"astro": "^5.18.1",
|
|
28
25
|
"nanostores": "^1.1.1",
|
|
29
26
|
"preact": "^10.28.4",
|
|
30
27
|
"react": "^19.2.4",
|
|
31
28
|
"react-dom": "^19.2.4",
|
|
32
29
|
"rxjs": "^7.8.2",
|
|
33
30
|
"svelte": "^5.53.7",
|
|
31
|
+
"tslib": "^2.8.1",
|
|
34
32
|
"vue": "^3.5.29"
|
|
35
33
|
},
|
|
36
34
|
"devDependencies": {
|
|
37
35
|
"@analogjs/vite-plugin-angular": "^2.3.1",
|
|
38
36
|
"@analogjs/vitest-angular": "^2.3.1",
|
|
39
|
-
"@angular-devkit/architect": "^0.2102.
|
|
40
|
-
"@angular-devkit/schematics": "^21.2.
|
|
41
|
-
"@angular/
|
|
42
|
-
"@angular/
|
|
37
|
+
"@angular-devkit/architect": "^0.2102.2",
|
|
38
|
+
"@angular-devkit/schematics": "^21.2.2",
|
|
39
|
+
"@angular/build": "^21.2.2",
|
|
40
|
+
"@angular/cli": "^21.2.2",
|
|
41
|
+
"@angular/compiler": "^21.2.4",
|
|
42
|
+
"@angular/compiler-cli": "^21.2.4",
|
|
43
|
+
"@angular/language-service": "^21.2.4",
|
|
43
44
|
"@babel/core": "^7.29.0",
|
|
44
45
|
"@eslint/compat": "^2.0.3",
|
|
45
46
|
"@eslint/eslintrc": "^3.3.5",
|
|
@@ -80,7 +81,7 @@
|
|
|
80
81
|
"eslint-plugin-testing-library": "^7.16.0",
|
|
81
82
|
"eslint-plugin-vue": "^10.8.0",
|
|
82
83
|
"globals": "^17.4.0",
|
|
83
|
-
"happy-dom": "^20.8.
|
|
84
|
+
"happy-dom": "^20.8.8",
|
|
84
85
|
"improved-yarn-audit": "^3.0.4",
|
|
85
86
|
"js-beautify": "^1.15.4",
|
|
86
87
|
"patch-package": "^8.0.1",
|
|
@@ -88,7 +89,6 @@
|
|
|
88
89
|
"prettier-plugin-svelte": "^3.5.1",
|
|
89
90
|
"svelte-eslint-parser": "^1.6.0",
|
|
90
91
|
"ts-node": "^10.9.2",
|
|
91
|
-
"tslib": "^2.8.1",
|
|
92
92
|
"typescript": "^5.9.3",
|
|
93
93
|
"typescript-eslint": "^8.56.1",
|
|
94
94
|
"vite": "^6.4.1",
|
|
@@ -401,12 +401,12 @@
|
|
|
401
401
|
}
|
|
402
402
|
},
|
|
403
403
|
"node_modules/@angular-devkit/architect": {
|
|
404
|
-
"version": "0.2102.
|
|
405
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2102.
|
|
406
|
-
"integrity": "sha512-
|
|
404
|
+
"version": "0.2102.2",
|
|
405
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2102.2.tgz",
|
|
406
|
+
"integrity": "sha512-CDvFtXwyBtMRkTQnm+LfBNLL0yLV8ZGskrM1T6VkcGwXGFDott1FxUdj96ViodYsYL5fbJr0MNA6TlLcanV3kQ==",
|
|
407
407
|
"license": "MIT",
|
|
408
408
|
"dependencies": {
|
|
409
|
-
"@angular-devkit/core": "21.2.
|
|
409
|
+
"@angular-devkit/core": "21.2.2",
|
|
410
410
|
"rxjs": "7.8.2"
|
|
411
411
|
},
|
|
412
412
|
"bin": {
|
|
@@ -419,9 +419,9 @@
|
|
|
419
419
|
}
|
|
420
420
|
},
|
|
421
421
|
"node_modules/@angular-devkit/core": {
|
|
422
|
-
"version": "21.2.
|
|
423
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.2.
|
|
424
|
-
"integrity": "sha512-
|
|
422
|
+
"version": "21.2.2",
|
|
423
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.2.2.tgz",
|
|
424
|
+
"integrity": "sha512-xUeKGe4BDQpkz0E6fnAPIJXE0y0nqtap0KhJIBhvN7xi3NenIzTmoi6T9Yv5OOBUdLZbOm4SOel8MhdXiIBpAQ==",
|
|
425
425
|
"license": "MIT",
|
|
426
426
|
"dependencies": {
|
|
427
427
|
"ajv": "8.18.0",
|
|
@@ -446,13 +446,13 @@
|
|
|
446
446
|
}
|
|
447
447
|
},
|
|
448
448
|
"node_modules/@angular-devkit/schematics": {
|
|
449
|
-
"version": "21.2.
|
|
450
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.2.
|
|
451
|
-
"integrity": "sha512-
|
|
449
|
+
"version": "21.2.2",
|
|
450
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.2.2.tgz",
|
|
451
|
+
"integrity": "sha512-CCeyQxGUq+oyGnHd7PfcYIVbj9pRnqjQq0rAojoAqs1BJdtInx9weLBCLy+AjM3NHePeZrnwm+wEVr8apED8kg==",
|
|
452
452
|
"dev": true,
|
|
453
453
|
"license": "MIT",
|
|
454
454
|
"dependencies": {
|
|
455
|
-
"@angular-devkit/core": "21.2.
|
|
455
|
+
"@angular-devkit/core": "21.2.2",
|
|
456
456
|
"jsonc-parser": "3.3.1",
|
|
457
457
|
"magic-string": "0.30.21",
|
|
458
458
|
"ora": "9.3.0",
|
|
@@ -603,9 +603,9 @@
|
|
|
603
603
|
}
|
|
604
604
|
},
|
|
605
605
|
"node_modules/@angular/animations": {
|
|
606
|
-
"version": "21.2.
|
|
607
|
-
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.
|
|
608
|
-
"integrity": "sha512-
|
|
606
|
+
"version": "21.2.4",
|
|
607
|
+
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-21.2.4.tgz",
|
|
608
|
+
"integrity": "sha512-hO1P7ks9n7lW3D31bzHohSuoAaj05xJUlK8rZgX8IkH5DLx4qhvfNh0t4bbLuBJLP2r1TaLsQ8KFcemCkFRO2w==",
|
|
609
609
|
"license": "MIT",
|
|
610
610
|
"dependencies": {
|
|
611
611
|
"tslib": "^2.3.0"
|
|
@@ -614,17 +614,17 @@
|
|
|
614
614
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
615
615
|
},
|
|
616
616
|
"peerDependencies": {
|
|
617
|
-
"@angular/core": "21.2.
|
|
617
|
+
"@angular/core": "21.2.4"
|
|
618
618
|
}
|
|
619
619
|
},
|
|
620
620
|
"node_modules/@angular/build": {
|
|
621
|
-
"version": "21.2.
|
|
622
|
-
"resolved": "https://registry.npmjs.org/@angular/build/-/build-21.2.
|
|
623
|
-
"integrity": "sha512-
|
|
621
|
+
"version": "21.2.2",
|
|
622
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-21.2.2.tgz",
|
|
623
|
+
"integrity": "sha512-Vq2eIneNxzhHm1MwEmRqEJDwHU9ODfSRDaMWwtysGMhpoMQmLdfTqkQDmkC2qVUr8mV8Z1i5I+oe5ZJaMr/PlQ==",
|
|
624
624
|
"license": "MIT",
|
|
625
625
|
"dependencies": {
|
|
626
626
|
"@ampproject/remapping": "2.3.0",
|
|
627
|
-
"@angular-devkit/architect": "0.2102.
|
|
627
|
+
"@angular-devkit/architect": "0.2102.2",
|
|
628
628
|
"@babel/core": "7.29.0",
|
|
629
629
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
630
630
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"@angular/platform-browser": "^21.0.0",
|
|
668
668
|
"@angular/platform-server": "^21.0.0",
|
|
669
669
|
"@angular/service-worker": "^21.0.0",
|
|
670
|
-
"@angular/ssr": "^21.2.
|
|
670
|
+
"@angular/ssr": "^21.2.2",
|
|
671
671
|
"karma": "^6.4.0",
|
|
672
672
|
"less": "^4.2.0",
|
|
673
673
|
"ng-packagr": "^21.0.0",
|
|
@@ -791,19 +791,19 @@
|
|
|
791
791
|
}
|
|
792
792
|
},
|
|
793
793
|
"node_modules/@angular/cli": {
|
|
794
|
-
"version": "21.2.
|
|
795
|
-
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.2.
|
|
796
|
-
"integrity": "sha512-
|
|
794
|
+
"version": "21.2.2",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.2.2.tgz",
|
|
796
|
+
"integrity": "sha512-eZo8/qX+ZIpIWc0CN+cCX13Lbgi/031wAp8DRVhDDO6SMVtcr/ObOQ2S16+pQdOMXxiG3vby6IhzJuz9WACzMQ==",
|
|
797
797
|
"dev": true,
|
|
798
798
|
"license": "MIT",
|
|
799
799
|
"dependencies": {
|
|
800
|
-
"@angular-devkit/architect": "0.2102.
|
|
801
|
-
"@angular-devkit/core": "21.2.
|
|
802
|
-
"@angular-devkit/schematics": "21.2.
|
|
800
|
+
"@angular-devkit/architect": "0.2102.2",
|
|
801
|
+
"@angular-devkit/core": "21.2.2",
|
|
802
|
+
"@angular-devkit/schematics": "21.2.2",
|
|
803
803
|
"@inquirer/prompts": "7.10.1",
|
|
804
804
|
"@listr2/prompt-adapter-inquirer": "3.0.5",
|
|
805
805
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
806
|
-
"@schematics/angular": "21.2.
|
|
806
|
+
"@schematics/angular": "21.2.2",
|
|
807
807
|
"@yarnpkg/lockfile": "1.1.0",
|
|
808
808
|
"algoliasearch": "5.48.1",
|
|
809
809
|
"ini": "6.0.0",
|
|
@@ -846,9 +846,9 @@
|
|
|
846
846
|
}
|
|
847
847
|
},
|
|
848
848
|
"node_modules/@angular/common": {
|
|
849
|
-
"version": "21.2.
|
|
850
|
-
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.
|
|
851
|
-
"integrity": "sha512-
|
|
849
|
+
"version": "21.2.4",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/@angular/common/-/common-21.2.4.tgz",
|
|
851
|
+
"integrity": "sha512-NrP6qOuUpo3fqq14UJ1b2bIRtWsfvxh1qLqOyFV4gfBrHhXd0XffU1LUlUw1qp4w1uBSgPJ0/N5bSPUWrAguVg==",
|
|
852
852
|
"license": "MIT",
|
|
853
853
|
"dependencies": {
|
|
854
854
|
"tslib": "^2.3.0"
|
|
@@ -857,14 +857,14 @@
|
|
|
857
857
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
858
858
|
},
|
|
859
859
|
"peerDependencies": {
|
|
860
|
-
"@angular/core": "21.2.
|
|
860
|
+
"@angular/core": "21.2.4",
|
|
861
861
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
862
862
|
}
|
|
863
863
|
},
|
|
864
864
|
"node_modules/@angular/compiler": {
|
|
865
|
-
"version": "21.2.
|
|
866
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.
|
|
867
|
-
"integrity": "sha512-
|
|
865
|
+
"version": "21.2.4",
|
|
866
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.2.4.tgz",
|
|
867
|
+
"integrity": "sha512-9+ulVK3idIo/Tu4X2ic7/V0+Uj7pqrOAbOuIirYe6Ymm3AjexuFRiGBbfcH0VJhQ5cf8TvIJ1fuh+MI4JiRIxA==",
|
|
868
868
|
"license": "MIT",
|
|
869
869
|
"dependencies": {
|
|
870
870
|
"tslib": "^2.3.0"
|
|
@@ -874,9 +874,9 @@
|
|
|
874
874
|
}
|
|
875
875
|
},
|
|
876
876
|
"node_modules/@angular/compiler-cli": {
|
|
877
|
-
"version": "21.2.
|
|
878
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.2.
|
|
879
|
-
"integrity": "sha512-
|
|
877
|
+
"version": "21.2.4",
|
|
878
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.2.4.tgz",
|
|
879
|
+
"integrity": "sha512-vGjd7DZo/Ox50pQCm5EycmBu91JclimPtZoyNXu/2hSxz3oAkzwiHCwlHwk2g58eheSSp+lYtYRLmHAqSVZLjg==",
|
|
880
880
|
"license": "MIT",
|
|
881
881
|
"dependencies": {
|
|
882
882
|
"@babel/core": "7.29.0",
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
897
897
|
},
|
|
898
898
|
"peerDependencies": {
|
|
899
|
-
"@angular/compiler": "21.2.
|
|
899
|
+
"@angular/compiler": "21.2.4",
|
|
900
900
|
"typescript": ">=5.9 <6.1"
|
|
901
901
|
},
|
|
902
902
|
"peerDependenciesMeta": {
|
|
@@ -906,9 +906,9 @@
|
|
|
906
906
|
}
|
|
907
907
|
},
|
|
908
908
|
"node_modules/@angular/core": {
|
|
909
|
-
"version": "21.2.
|
|
910
|
-
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.
|
|
911
|
-
"integrity": "sha512-
|
|
909
|
+
"version": "21.2.4",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@angular/core/-/core-21.2.4.tgz",
|
|
911
|
+
"integrity": "sha512-2+gd67ZuXHpGOqeb2o7XZPueEWEP81eJza2tSHkT5QMV8lnYllDEmaNnkPxnIjSLGP1O3PmiXxo4z8ibHkLZwg==",
|
|
912
912
|
"license": "MIT",
|
|
913
913
|
"dependencies": {
|
|
914
914
|
"tslib": "^2.3.0"
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
918
918
|
},
|
|
919
919
|
"peerDependencies": {
|
|
920
|
-
"@angular/compiler": "21.2.
|
|
920
|
+
"@angular/compiler": "21.2.4",
|
|
921
921
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
922
922
|
"zone.js": "~0.15.0 || ~0.16.0"
|
|
923
923
|
},
|
|
@@ -931,18 +931,18 @@
|
|
|
931
931
|
}
|
|
932
932
|
},
|
|
933
933
|
"node_modules/@angular/language-service": {
|
|
934
|
-
"version": "21.2.
|
|
935
|
-
"resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-21.2.
|
|
936
|
-
"integrity": "sha512-
|
|
934
|
+
"version": "21.2.4",
|
|
935
|
+
"resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-21.2.4.tgz",
|
|
936
|
+
"integrity": "sha512-seWlXWhayTwuL62Cfz+Ky/Wv67oYLX+cXplYoIinDVJPgQaU9jXpakLfKq8RwdRXVmgTE0HQ5dyoTozuWgJ8Nw==",
|
|
937
937
|
"license": "MIT",
|
|
938
938
|
"engines": {
|
|
939
939
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
940
940
|
}
|
|
941
941
|
},
|
|
942
942
|
"node_modules/@angular/platform-browser": {
|
|
943
|
-
"version": "21.2.
|
|
944
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.
|
|
945
|
-
"integrity": "sha512-
|
|
943
|
+
"version": "21.2.4",
|
|
944
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.2.4.tgz",
|
|
945
|
+
"integrity": "sha512-1A9e/cQVu+3BkRCktLcO3RZGuw8NOTHw1frUUrpAz+iMyvIT4sDRFbL+U1g8qmOCZqRNC1Pi1HZfZ1kl6kvrcQ==",
|
|
946
946
|
"license": "MIT",
|
|
947
947
|
"dependencies": {
|
|
948
948
|
"tslib": "^2.3.0"
|
|
@@ -951,9 +951,9 @@
|
|
|
951
951
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
952
952
|
},
|
|
953
953
|
"peerDependencies": {
|
|
954
|
-
"@angular/animations": "21.2.
|
|
955
|
-
"@angular/common": "21.2.
|
|
956
|
-
"@angular/core": "21.2.
|
|
954
|
+
"@angular/animations": "21.2.4",
|
|
955
|
+
"@angular/common": "21.2.4",
|
|
956
|
+
"@angular/core": "21.2.4"
|
|
957
957
|
},
|
|
958
958
|
"peerDependenciesMeta": {
|
|
959
959
|
"@angular/animations": {
|
|
@@ -962,9 +962,9 @@
|
|
|
962
962
|
}
|
|
963
963
|
},
|
|
964
964
|
"node_modules/@angular/platform-server": {
|
|
965
|
-
"version": "21.2.
|
|
966
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-21.2.
|
|
967
|
-
"integrity": "sha512-
|
|
965
|
+
"version": "21.2.4",
|
|
966
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-21.2.4.tgz",
|
|
967
|
+
"integrity": "sha512-3xc06g4tSiPs7R4YnOITaALzoZECaxyzTX9eVNCh5bVJF2NxxdkDNXnyEtwocCqoleJmphVCaZTMMFbdJngmIw==",
|
|
968
968
|
"license": "MIT",
|
|
969
969
|
"dependencies": {
|
|
970
970
|
"tslib": "^2.3.0",
|
|
@@ -974,18 +974,17 @@
|
|
|
974
974
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
975
975
|
},
|
|
976
976
|
"peerDependencies": {
|
|
977
|
-
"@angular/common": "21.2.
|
|
978
|
-
"@angular/compiler": "21.2.
|
|
979
|
-
"@angular/core": "21.2.
|
|
980
|
-
"@angular/platform-browser": "21.2.
|
|
977
|
+
"@angular/common": "21.2.4",
|
|
978
|
+
"@angular/compiler": "21.2.4",
|
|
979
|
+
"@angular/core": "21.2.4",
|
|
980
|
+
"@angular/platform-browser": "21.2.4",
|
|
981
981
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
982
982
|
}
|
|
983
983
|
},
|
|
984
984
|
"node_modules/@angular/router": {
|
|
985
|
-
"version": "21.2.
|
|
986
|
-
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.2.
|
|
987
|
-
"integrity": "sha512-
|
|
988
|
-
"dev": true,
|
|
985
|
+
"version": "21.2.4",
|
|
986
|
+
"resolved": "https://registry.npmjs.org/@angular/router/-/router-21.2.4.tgz",
|
|
987
|
+
"integrity": "sha512-OjWze4XT8i2MThcBXMv7ru1k6/5L6QYZbcXuseqimFCHm2avEJ+mXPovY066fMBZJhqbXdjB82OhHAWkIHjglQ==",
|
|
989
988
|
"license": "MIT",
|
|
990
989
|
"dependencies": {
|
|
991
990
|
"tslib": "^2.3.0"
|
|
@@ -994,9 +993,9 @@
|
|
|
994
993
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
995
994
|
},
|
|
996
995
|
"peerDependencies": {
|
|
997
|
-
"@angular/common": "21.2.
|
|
998
|
-
"@angular/core": "21.2.
|
|
999
|
-
"@angular/platform-browser": "21.2.
|
|
996
|
+
"@angular/common": "21.2.4",
|
|
997
|
+
"@angular/core": "21.2.4",
|
|
998
|
+
"@angular/platform-browser": "21.2.4",
|
|
1000
999
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
1001
1000
|
}
|
|
1002
1001
|
},
|
|
@@ -1016,18 +1015,18 @@
|
|
|
1016
1015
|
"license": "MIT"
|
|
1017
1016
|
},
|
|
1018
1017
|
"node_modules/@astrojs/internal-helpers": {
|
|
1019
|
-
"version": "0.7.
|
|
1020
|
-
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.
|
|
1021
|
-
"integrity": "sha512-
|
|
1018
|
+
"version": "0.7.6",
|
|
1019
|
+
"resolved": "https://registry.npmjs.org/@astrojs/internal-helpers/-/internal-helpers-0.7.6.tgz",
|
|
1020
|
+
"integrity": "sha512-GOle7smBWKfMSP8osUIGOlB5kaHdQLV3foCsf+5Q9Wsuu+C6Fs3Ez/ttXmhjZ1HkSgsogcM1RXSjjOVieHq16Q==",
|
|
1022
1021
|
"license": "MIT"
|
|
1023
1022
|
},
|
|
1024
1023
|
"node_modules/@astrojs/markdown-remark": {
|
|
1025
|
-
"version": "6.3.
|
|
1026
|
-
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.
|
|
1027
|
-
"integrity": "sha512-
|
|
1024
|
+
"version": "6.3.11",
|
|
1025
|
+
"resolved": "https://registry.npmjs.org/@astrojs/markdown-remark/-/markdown-remark-6.3.11.tgz",
|
|
1026
|
+
"integrity": "sha512-hcaxX/5aC6lQgHeGh1i+aauvSwIT6cfyFjKWvExYSxUhZZBBdvCliOtu06gbQyhbe0pGJNoNmqNlQZ5zYUuIyQ==",
|
|
1028
1027
|
"license": "MIT",
|
|
1029
1028
|
"dependencies": {
|
|
1030
|
-
"@astrojs/internal-helpers": "0.7.
|
|
1029
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
1031
1030
|
"@astrojs/prism": "3.3.0",
|
|
1032
1031
|
"github-slugger": "^2.0.0",
|
|
1033
1032
|
"hast-util-from-html": "^2.0.3",
|
|
@@ -1041,8 +1040,8 @@
|
|
|
1041
1040
|
"remark-parse": "^11.0.0",
|
|
1042
1041
|
"remark-rehype": "^11.1.2",
|
|
1043
1042
|
"remark-smartypants": "^3.0.2",
|
|
1044
|
-
"shiki": "^3.
|
|
1045
|
-
"smol-toml": "^1.
|
|
1043
|
+
"shiki": "^3.21.0",
|
|
1044
|
+
"smol-toml": "^1.6.0",
|
|
1046
1045
|
"unified": "^11.0.5",
|
|
1047
1046
|
"unist-util-remove-position": "^5.0.0",
|
|
1048
1047
|
"unist-util-visit": "^5.0.0",
|
|
@@ -1944,13 +1943,13 @@
|
|
|
1944
1943
|
}
|
|
1945
1944
|
},
|
|
1946
1945
|
"node_modules/@emnapi/core": {
|
|
1947
|
-
"version": "1.
|
|
1948
|
-
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.
|
|
1949
|
-
"integrity": "sha512-
|
|
1946
|
+
"version": "1.9.0",
|
|
1947
|
+
"resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.9.0.tgz",
|
|
1948
|
+
"integrity": "sha512-0DQ98G9ZQZOxfUcQn1waV2yS8aWdZ6kJMbYCJB3oUBecjWYO1fqJ+a1DRfPF3O5JEkwqwP1A9QEN/9mYm2Yd0w==",
|
|
1950
1949
|
"license": "MIT",
|
|
1951
1950
|
"optional": true,
|
|
1952
1951
|
"dependencies": {
|
|
1953
|
-
"@emnapi/wasi-threads": "1.
|
|
1952
|
+
"@emnapi/wasi-threads": "1.2.0",
|
|
1954
1953
|
"tslib": "^2.4.0"
|
|
1955
1954
|
}
|
|
1956
1955
|
},
|
|
@@ -1965,9 +1964,9 @@
|
|
|
1965
1964
|
}
|
|
1966
1965
|
},
|
|
1967
1966
|
"node_modules/@emnapi/wasi-threads": {
|
|
1968
|
-
"version": "1.
|
|
1969
|
-
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.
|
|
1970
|
-
"integrity": "sha512-
|
|
1967
|
+
"version": "1.2.0",
|
|
1968
|
+
"resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.2.0.tgz",
|
|
1969
|
+
"integrity": "sha512-N10dEJNSsUx41Z6pZsXU8FjPjpBEplgH24sfkmITrBED1/U2Esum9F3lfLrMjKHHjmi557zQn7kR9R+XWXu5Rg==",
|
|
1971
1970
|
"license": "MIT",
|
|
1972
1971
|
"optional": true,
|
|
1973
1972
|
"dependencies": {
|
|
@@ -4529,29 +4528,6 @@
|
|
|
4529
4528
|
"node": "^20.17.0 || >=22.9.0"
|
|
4530
4529
|
}
|
|
4531
4530
|
},
|
|
4532
|
-
"node_modules/@npmcli/package-json/node_modules/balanced-match": {
|
|
4533
|
-
"version": "4.0.4",
|
|
4534
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
4535
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
4536
|
-
"dev": true,
|
|
4537
|
-
"license": "MIT",
|
|
4538
|
-
"engines": {
|
|
4539
|
-
"node": "18 || 20 || >=22"
|
|
4540
|
-
}
|
|
4541
|
-
},
|
|
4542
|
-
"node_modules/@npmcli/package-json/node_modules/brace-expansion": {
|
|
4543
|
-
"version": "5.0.4",
|
|
4544
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
4545
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
4546
|
-
"dev": true,
|
|
4547
|
-
"license": "MIT",
|
|
4548
|
-
"dependencies": {
|
|
4549
|
-
"balanced-match": "^4.0.2"
|
|
4550
|
-
},
|
|
4551
|
-
"engines": {
|
|
4552
|
-
"node": "18 || 20 || >=22"
|
|
4553
|
-
}
|
|
4554
|
-
},
|
|
4555
4531
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
4556
4532
|
"version": "13.0.6",
|
|
4557
4533
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -5138,9 +5114,9 @@
|
|
|
5138
5114
|
}
|
|
5139
5115
|
},
|
|
5140
5116
|
"node_modules/@prefresh/vite/node_modules/picomatch": {
|
|
5141
|
-
"version": "2.3.
|
|
5142
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
5143
|
-
"integrity": "sha512-
|
|
5117
|
+
"version": "2.3.2",
|
|
5118
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
5119
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
5144
5120
|
"license": "MIT",
|
|
5145
5121
|
"engines": {
|
|
5146
5122
|
"node": ">=8.6"
|
|
@@ -5718,14 +5694,14 @@
|
|
|
5718
5694
|
"license": "MIT"
|
|
5719
5695
|
},
|
|
5720
5696
|
"node_modules/@schematics/angular": {
|
|
5721
|
-
"version": "21.2.
|
|
5722
|
-
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.2.
|
|
5723
|
-
"integrity": "sha512-
|
|
5697
|
+
"version": "21.2.2",
|
|
5698
|
+
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.2.2.tgz",
|
|
5699
|
+
"integrity": "sha512-Ywa6HDtX7TRBQZTVMMnxX3Mk7yVnG8KtSFaXWrkx779+q8tqYdBwNwAqbNd4Zatr1GccKaz9xcptHJta5+DTxw==",
|
|
5724
5700
|
"dev": true,
|
|
5725
5701
|
"license": "MIT",
|
|
5726
5702
|
"dependencies": {
|
|
5727
|
-
"@angular-devkit/core": "21.2.
|
|
5728
|
-
"@angular-devkit/schematics": "21.2.
|
|
5703
|
+
"@angular-devkit/core": "21.2.2",
|
|
5704
|
+
"@angular-devkit/schematics": "21.2.2",
|
|
5729
5705
|
"jsonc-parser": "3.3.1"
|
|
5730
5706
|
},
|
|
5731
5707
|
"engines": {
|
|
@@ -6222,10 +6198,16 @@
|
|
|
6222
6198
|
"path-browserify": "^1.0.1"
|
|
6223
6199
|
}
|
|
6224
6200
|
},
|
|
6201
|
+
"node_modules/@ts-morph/common/node_modules/balanced-match": {
|
|
6202
|
+
"version": "1.0.2",
|
|
6203
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
6204
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
6205
|
+
"license": "MIT"
|
|
6206
|
+
},
|
|
6225
6207
|
"node_modules/@ts-morph/common/node_modules/brace-expansion": {
|
|
6226
|
-
"version": "2.0.
|
|
6227
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
6228
|
-
"integrity": "sha512-
|
|
6208
|
+
"version": "2.0.3",
|
|
6209
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
6210
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
6229
6211
|
"license": "MIT",
|
|
6230
6212
|
"dependencies": {
|
|
6231
6213
|
"balanced-match": "^1.0.0"
|
|
@@ -6298,29 +6280,6 @@
|
|
|
6298
6280
|
"node": "^20.17.0 || >=22.9.0"
|
|
6299
6281
|
}
|
|
6300
6282
|
},
|
|
6301
|
-
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
6302
|
-
"version": "4.0.4",
|
|
6303
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
6304
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
6305
|
-
"dev": true,
|
|
6306
|
-
"license": "MIT",
|
|
6307
|
-
"engines": {
|
|
6308
|
-
"node": "18 || 20 || >=22"
|
|
6309
|
-
}
|
|
6310
|
-
},
|
|
6311
|
-
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
6312
|
-
"version": "5.0.4",
|
|
6313
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6314
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6315
|
-
"dev": true,
|
|
6316
|
-
"license": "MIT",
|
|
6317
|
-
"dependencies": {
|
|
6318
|
-
"balanced-match": "^4.0.2"
|
|
6319
|
-
},
|
|
6320
|
-
"engines": {
|
|
6321
|
-
"node": "18 || 20 || >=22"
|
|
6322
|
-
}
|
|
6323
|
-
},
|
|
6324
6283
|
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
6325
6284
|
"version": "10.2.4",
|
|
6326
6285
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -6734,29 +6693,6 @@
|
|
|
6734
6693
|
"typescript": ">=4.8.4 <6.0.0"
|
|
6735
6694
|
}
|
|
6736
6695
|
},
|
|
6737
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/balanced-match": {
|
|
6738
|
-
"version": "4.0.4",
|
|
6739
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
6740
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
6741
|
-
"dev": true,
|
|
6742
|
-
"license": "MIT",
|
|
6743
|
-
"engines": {
|
|
6744
|
-
"node": "18 || 20 || >=22"
|
|
6745
|
-
}
|
|
6746
|
-
},
|
|
6747
|
-
"node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion": {
|
|
6748
|
-
"version": "5.0.4",
|
|
6749
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
6750
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
6751
|
-
"dev": true,
|
|
6752
|
-
"license": "MIT",
|
|
6753
|
-
"dependencies": {
|
|
6754
|
-
"balanced-match": "^4.0.2"
|
|
6755
|
-
},
|
|
6756
|
-
"engines": {
|
|
6757
|
-
"node": "18 || 20 || >=22"
|
|
6758
|
-
}
|
|
6759
|
-
},
|
|
6760
6696
|
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
6761
6697
|
"version": "10.2.4",
|
|
6762
6698
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -7490,9 +7426,9 @@
|
|
|
7490
7426
|
}
|
|
7491
7427
|
},
|
|
7492
7428
|
"node_modules/anymatch/node_modules/picomatch": {
|
|
7493
|
-
"version": "2.3.
|
|
7494
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
7495
|
-
"integrity": "sha512-
|
|
7429
|
+
"version": "2.3.2",
|
|
7430
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
7431
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
7496
7432
|
"license": "MIT",
|
|
7497
7433
|
"engines": {
|
|
7498
7434
|
"node": ">=8.6"
|
|
@@ -7731,14 +7667,14 @@
|
|
|
7731
7667
|
}
|
|
7732
7668
|
},
|
|
7733
7669
|
"node_modules/astro": {
|
|
7734
|
-
"version": "5.18.
|
|
7735
|
-
"resolved": "https://registry.npmjs.org/astro/-/astro-5.18.
|
|
7736
|
-
"integrity": "sha512-
|
|
7670
|
+
"version": "5.18.1",
|
|
7671
|
+
"resolved": "https://registry.npmjs.org/astro/-/astro-5.18.1.tgz",
|
|
7672
|
+
"integrity": "sha512-m4VWilWZ+Xt6NPoYzC4CgGZim/zQUO7WFL0RHCH0AiEavF1153iC3+me2atDvXpf/yX4PyGUeD8wZLq1cirT3g==",
|
|
7737
7673
|
"license": "MIT",
|
|
7738
7674
|
"dependencies": {
|
|
7739
7675
|
"@astrojs/compiler": "^2.13.0",
|
|
7740
|
-
"@astrojs/internal-helpers": "0.7.
|
|
7741
|
-
"@astrojs/markdown-remark": "6.3.
|
|
7676
|
+
"@astrojs/internal-helpers": "0.7.6",
|
|
7677
|
+
"@astrojs/markdown-remark": "6.3.11",
|
|
7742
7678
|
"@astrojs/telemetry": "3.3.0",
|
|
7743
7679
|
"@capsizecss/unpack": "^4.0.0",
|
|
7744
7680
|
"@oslojs/encoding": "^1.1.0",
|
|
@@ -7935,10 +7871,14 @@
|
|
|
7935
7871
|
}
|
|
7936
7872
|
},
|
|
7937
7873
|
"node_modules/balanced-match": {
|
|
7938
|
-
"version": "
|
|
7939
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
7940
|
-
"integrity": "sha512-
|
|
7941
|
-
"
|
|
7874
|
+
"version": "4.0.4",
|
|
7875
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7876
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7877
|
+
"dev": true,
|
|
7878
|
+
"license": "MIT",
|
|
7879
|
+
"engines": {
|
|
7880
|
+
"node": "18 || 20 || >=22"
|
|
7881
|
+
}
|
|
7942
7882
|
},
|
|
7943
7883
|
"node_modules/base-64": {
|
|
7944
7884
|
"version": "1.0.0",
|
|
@@ -8101,14 +8041,16 @@
|
|
|
8101
8041
|
}
|
|
8102
8042
|
},
|
|
8103
8043
|
"node_modules/brace-expansion": {
|
|
8104
|
-
"version": "
|
|
8105
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
8106
|
-
"integrity": "sha512-
|
|
8044
|
+
"version": "5.0.5",
|
|
8045
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
8046
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
8107
8047
|
"dev": true,
|
|
8108
8048
|
"license": "MIT",
|
|
8109
8049
|
"dependencies": {
|
|
8110
|
-
"balanced-match": "^
|
|
8111
|
-
|
|
8050
|
+
"balanced-match": "^4.0.2"
|
|
8051
|
+
},
|
|
8052
|
+
"engines": {
|
|
8053
|
+
"node": "18 || 20 || >=22"
|
|
8112
8054
|
}
|
|
8113
8055
|
},
|
|
8114
8056
|
"node_modules/braces": {
|
|
@@ -8210,29 +8152,6 @@
|
|
|
8210
8152
|
"node": "^20.17.0 || >=22.9.0"
|
|
8211
8153
|
}
|
|
8212
8154
|
},
|
|
8213
|
-
"node_modules/cacache/node_modules/balanced-match": {
|
|
8214
|
-
"version": "4.0.4",
|
|
8215
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8216
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8217
|
-
"dev": true,
|
|
8218
|
-
"license": "MIT",
|
|
8219
|
-
"engines": {
|
|
8220
|
-
"node": "18 || 20 || >=22"
|
|
8221
|
-
}
|
|
8222
|
-
},
|
|
8223
|
-
"node_modules/cacache/node_modules/brace-expansion": {
|
|
8224
|
-
"version": "5.0.4",
|
|
8225
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
8226
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
8227
|
-
"dev": true,
|
|
8228
|
-
"license": "MIT",
|
|
8229
|
-
"dependencies": {
|
|
8230
|
-
"balanced-match": "^4.0.2"
|
|
8231
|
-
},
|
|
8232
|
-
"engines": {
|
|
8233
|
-
"node": "18 || 20 || >=22"
|
|
8234
|
-
}
|
|
8235
|
-
},
|
|
8236
8155
|
"node_modules/cacache/node_modules/glob": {
|
|
8237
8156
|
"version": "13.0.6",
|
|
8238
8157
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -9165,9 +9084,9 @@
|
|
|
9165
9084
|
}
|
|
9166
9085
|
},
|
|
9167
9086
|
"node_modules/devalue": {
|
|
9168
|
-
"version": "5.6.
|
|
9169
|
-
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.
|
|
9170
|
-
"integrity": "sha512-
|
|
9087
|
+
"version": "5.6.4",
|
|
9088
|
+
"resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.4.tgz",
|
|
9089
|
+
"integrity": "sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==",
|
|
9171
9090
|
"license": "MIT"
|
|
9172
9091
|
},
|
|
9173
9092
|
"node_modules/devlop": {
|
|
@@ -9349,10 +9268,17 @@
|
|
|
9349
9268
|
"node": ">=14"
|
|
9350
9269
|
}
|
|
9351
9270
|
},
|
|
9271
|
+
"node_modules/editorconfig/node_modules/balanced-match": {
|
|
9272
|
+
"version": "1.0.2",
|
|
9273
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
9274
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
9275
|
+
"dev": true,
|
|
9276
|
+
"license": "MIT"
|
|
9277
|
+
},
|
|
9352
9278
|
"node_modules/editorconfig/node_modules/brace-expansion": {
|
|
9353
|
-
"version": "2.0.
|
|
9354
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
9355
|
-
"integrity": "sha512-
|
|
9279
|
+
"version": "2.0.3",
|
|
9280
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
9281
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
9356
9282
|
"dev": true,
|
|
9357
9283
|
"license": "MIT",
|
|
9358
9284
|
"dependencies": {
|
|
@@ -10866,9 +10792,9 @@
|
|
|
10866
10792
|
}
|
|
10867
10793
|
},
|
|
10868
10794
|
"node_modules/flatted": {
|
|
10869
|
-
"version": "3.
|
|
10870
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.
|
|
10871
|
-
"integrity": "sha512-
|
|
10795
|
+
"version": "3.4.2",
|
|
10796
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
10797
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
10872
10798
|
"dev": true,
|
|
10873
10799
|
"license": "ISC"
|
|
10874
10800
|
},
|
|
@@ -11205,10 +11131,17 @@
|
|
|
11205
11131
|
"integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==",
|
|
11206
11132
|
"license": "BSD-2-Clause"
|
|
11207
11133
|
},
|
|
11134
|
+
"node_modules/glob/node_modules/balanced-match": {
|
|
11135
|
+
"version": "1.0.2",
|
|
11136
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
11137
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
11138
|
+
"dev": true,
|
|
11139
|
+
"license": "MIT"
|
|
11140
|
+
},
|
|
11208
11141
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
11209
|
-
"version": "2.0.
|
|
11210
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
11211
|
-
"integrity": "sha512-
|
|
11142
|
+
"version": "2.0.3",
|
|
11143
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.3.tgz",
|
|
11144
|
+
"integrity": "sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==",
|
|
11212
11145
|
"dev": true,
|
|
11213
11146
|
"license": "MIT",
|
|
11214
11147
|
"dependencies": {
|
|
@@ -11281,9 +11214,9 @@
|
|
|
11281
11214
|
"license": "ISC"
|
|
11282
11215
|
},
|
|
11283
11216
|
"node_modules/h3": {
|
|
11284
|
-
"version": "1.15.
|
|
11285
|
-
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.
|
|
11286
|
-
"integrity": "sha512-
|
|
11217
|
+
"version": "1.15.9",
|
|
11218
|
+
"resolved": "https://registry.npmjs.org/h3/-/h3-1.15.9.tgz",
|
|
11219
|
+
"integrity": "sha512-H7UPnyIupUOYUQu7f2x7ABVeMyF/IbJjqn20WSXpMdnQB260luADUkSgJU7QTWLutq8h3tUayMQ1DdbSYX5LkA==",
|
|
11287
11220
|
"license": "MIT",
|
|
11288
11221
|
"dependencies": {
|
|
11289
11222
|
"cookie-es": "^1.2.2",
|
|
@@ -11298,9 +11231,9 @@
|
|
|
11298
11231
|
}
|
|
11299
11232
|
},
|
|
11300
11233
|
"node_modules/happy-dom": {
|
|
11301
|
-
"version": "20.8.
|
|
11302
|
-
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.
|
|
11303
|
-
"integrity": "sha512-
|
|
11234
|
+
"version": "20.8.8",
|
|
11235
|
+
"resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-20.8.8.tgz",
|
|
11236
|
+
"integrity": "sha512-5/F8wxkNxYtsN0bXfMwIyNLZ9WYsoOYPbmoluqVJqv8KBUbcyKZawJ7uYK4WTX8IHBLYv+VXIwfeNDPy1oKMwQ==",
|
|
11304
11237
|
"devOptional": true,
|
|
11305
11238
|
"license": "MIT",
|
|
11306
11239
|
"dependencies": {
|
|
@@ -11626,9 +11559,9 @@
|
|
|
11626
11559
|
}
|
|
11627
11560
|
},
|
|
11628
11561
|
"node_modules/hono": {
|
|
11629
|
-
"version": "4.12.
|
|
11630
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
11631
|
-
"integrity": "sha512-
|
|
11562
|
+
"version": "4.12.7",
|
|
11563
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz",
|
|
11564
|
+
"integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==",
|
|
11632
11565
|
"dev": true,
|
|
11633
11566
|
"license": "MIT",
|
|
11634
11567
|
"engines": {
|
|
@@ -11804,29 +11737,6 @@
|
|
|
11804
11737
|
"node": "^20.17.0 || >=22.9.0"
|
|
11805
11738
|
}
|
|
11806
11739
|
},
|
|
11807
|
-
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
11808
|
-
"version": "4.0.4",
|
|
11809
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
11810
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
11811
|
-
"dev": true,
|
|
11812
|
-
"license": "MIT",
|
|
11813
|
-
"engines": {
|
|
11814
|
-
"node": "18 || 20 || >=22"
|
|
11815
|
-
}
|
|
11816
|
-
},
|
|
11817
|
-
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
11818
|
-
"version": "5.0.4",
|
|
11819
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
11820
|
-
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
11821
|
-
"dev": true,
|
|
11822
|
-
"license": "MIT",
|
|
11823
|
-
"dependencies": {
|
|
11824
|
-
"balanced-match": "^4.0.2"
|
|
11825
|
-
},
|
|
11826
|
-
"engines": {
|
|
11827
|
-
"node": "18 || 20 || >=22"
|
|
11828
|
-
}
|
|
11829
|
-
},
|
|
11830
11740
|
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
11831
11741
|
"version": "10.2.4",
|
|
11832
11742
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
@@ -13973,9 +13883,9 @@
|
|
|
13973
13883
|
}
|
|
13974
13884
|
},
|
|
13975
13885
|
"node_modules/micromatch/node_modules/picomatch": {
|
|
13976
|
-
"version": "2.3.
|
|
13977
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
13978
|
-
"integrity": "sha512-
|
|
13886
|
+
"version": "2.3.2",
|
|
13887
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
13888
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
13979
13889
|
"license": "MIT",
|
|
13980
13890
|
"engines": {
|
|
13981
13891
|
"node": ">=8.6"
|
|
@@ -14046,6 +13956,24 @@
|
|
|
14046
13956
|
"node": "*"
|
|
14047
13957
|
}
|
|
14048
13958
|
},
|
|
13959
|
+
"node_modules/minimatch/node_modules/balanced-match": {
|
|
13960
|
+
"version": "1.0.2",
|
|
13961
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
13962
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
13963
|
+
"dev": true,
|
|
13964
|
+
"license": "MIT"
|
|
13965
|
+
},
|
|
13966
|
+
"node_modules/minimatch/node_modules/brace-expansion": {
|
|
13967
|
+
"version": "1.1.13",
|
|
13968
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.13.tgz",
|
|
13969
|
+
"integrity": "sha512-9ZLprWS6EENmhEOpjCYW2c8VkmOvckIJZfkr7rBW6dObmfgJ/L1GpSYW5Hpo9lDz4D1+n0Ckz8rU7FwHDQiG/w==",
|
|
13970
|
+
"dev": true,
|
|
13971
|
+
"license": "MIT",
|
|
13972
|
+
"dependencies": {
|
|
13973
|
+
"balanced-match": "^1.0.0",
|
|
13974
|
+
"concat-map": "0.0.1"
|
|
13975
|
+
}
|
|
13976
|
+
},
|
|
14049
13977
|
"node_modules/minimist": {
|
|
14050
13978
|
"version": "1.2.8",
|
|
14051
13979
|
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
|
@@ -14884,13 +14812,13 @@
|
|
|
14884
14812
|
"license": "MIT"
|
|
14885
14813
|
},
|
|
14886
14814
|
"node_modules/oniguruma-to-es": {
|
|
14887
|
-
"version": "4.3.
|
|
14888
|
-
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.
|
|
14889
|
-
"integrity": "sha512-
|
|
14815
|
+
"version": "4.3.5",
|
|
14816
|
+
"resolved": "https://registry.npmjs.org/oniguruma-to-es/-/oniguruma-to-es-4.3.5.tgz",
|
|
14817
|
+
"integrity": "sha512-Zjygswjpsewa0NLTsiizVuMQZbp0MDyM6lIt66OxsF21npUDlzpHi1Mgb/qhQdkb+dWFTzJmFbEWdvZgRho8eQ==",
|
|
14890
14818
|
"license": "MIT",
|
|
14891
14819
|
"dependencies": {
|
|
14892
14820
|
"oniguruma-parser": "^0.12.1",
|
|
14893
|
-
"regex": "^6.0
|
|
14821
|
+
"regex": "^6.1.0",
|
|
14894
14822
|
"regex-recursion": "^6.0.2"
|
|
14895
14823
|
}
|
|
14896
14824
|
},
|
|
@@ -15384,9 +15312,9 @@
|
|
|
15384
15312
|
"license": "ISC"
|
|
15385
15313
|
},
|
|
15386
15314
|
"node_modules/path-to-regexp": {
|
|
15387
|
-
"version": "8.
|
|
15388
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.
|
|
15389
|
-
"integrity": "sha512-
|
|
15315
|
+
"version": "8.4.0",
|
|
15316
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.0.tgz",
|
|
15317
|
+
"integrity": "sha512-PuseHIvAnz3bjrM2rGJtSgo1zjgxapTLZ7x2pjhzWwlp4SJQgK3f3iZIQwkpEnBaKz6seKBADpM4B4ySkuYypg==",
|
|
15390
15318
|
"dev": true,
|
|
15391
15319
|
"license": "MIT",
|
|
15392
15320
|
"funding": {
|
|
@@ -15419,9 +15347,9 @@
|
|
|
15419
15347
|
"license": "ISC"
|
|
15420
15348
|
},
|
|
15421
15349
|
"node_modules/picomatch": {
|
|
15422
|
-
"version": "4.0.
|
|
15423
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
15424
|
-
"integrity": "sha512-
|
|
15350
|
+
"version": "4.0.4",
|
|
15351
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
15352
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
15425
15353
|
"license": "MIT",
|
|
15426
15354
|
"engines": {
|
|
15427
15355
|
"node": ">=12"
|
|
@@ -15568,9 +15496,9 @@
|
|
|
15568
15496
|
}
|
|
15569
15497
|
},
|
|
15570
15498
|
"node_modules/postcss-load-config/node_modules/yaml": {
|
|
15571
|
-
"version": "1.10.
|
|
15572
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.
|
|
15573
|
-
"integrity": "sha512-
|
|
15499
|
+
"version": "1.10.3",
|
|
15500
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.3.tgz",
|
|
15501
|
+
"integrity": "sha512-vIYeF1u3CjlhAFekPPAk2h/Kv4T3mAkMox5OymRiJQB0spDP10LHvt+K7G9Ny6NuuMAb25/6n1qyUjAcGNf/AA==",
|
|
15574
15502
|
"dev": true,
|
|
15575
15503
|
"license": "ISC",
|
|
15576
15504
|
"engines": {
|
|
@@ -17047,9 +16975,9 @@
|
|
|
17047
16975
|
}
|
|
17048
16976
|
},
|
|
17049
16977
|
"node_modules/smol-toml": {
|
|
17050
|
-
"version": "1.6.
|
|
17051
|
-
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.
|
|
17052
|
-
"integrity": "sha512-
|
|
16978
|
+
"version": "1.6.1",
|
|
16979
|
+
"resolved": "https://registry.npmjs.org/smol-toml/-/smol-toml-1.6.1.tgz",
|
|
16980
|
+
"integrity": "sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==",
|
|
17053
16981
|
"license": "BSD-3-Clause",
|
|
17054
16982
|
"engines": {
|
|
17055
16983
|
"node": ">= 18"
|
|
@@ -17728,9 +17656,9 @@
|
|
|
17728
17656
|
}
|
|
17729
17657
|
},
|
|
17730
17658
|
"node_modules/tar": {
|
|
17731
|
-
"version": "7.5.
|
|
17732
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
17733
|
-
"integrity": "sha512-
|
|
17659
|
+
"version": "7.5.11",
|
|
17660
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.11.tgz",
|
|
17661
|
+
"integrity": "sha512-ChjMH33/KetonMTAtpYdgUFr0tbz69Fp2v7zWxQfYZX4g5ZN2nOBXm1R2xyA+lMIKrLKIoKAwFj93jE/avX9cQ==",
|
|
17734
17662
|
"dev": true,
|
|
17735
17663
|
"license": "BlueOak-1.0.0",
|
|
17736
17664
|
"dependencies": {
|
|
@@ -18177,9 +18105,9 @@
|
|
|
18177
18105
|
"license": "MIT"
|
|
18178
18106
|
},
|
|
18179
18107
|
"node_modules/undici": {
|
|
18180
|
-
"version": "7.
|
|
18181
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
18182
|
-
"integrity": "sha512-
|
|
18108
|
+
"version": "7.24.3",
|
|
18109
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.3.tgz",
|
|
18110
|
+
"integrity": "sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==",
|
|
18183
18111
|
"license": "MIT",
|
|
18184
18112
|
"engines": {
|
|
18185
18113
|
"node": ">=20.18.1"
|
|
@@ -19833,9 +19761,9 @@
|
|
|
19833
19761
|
"license": "ISC"
|
|
19834
19762
|
},
|
|
19835
19763
|
"node_modules/yaml": {
|
|
19836
|
-
"version": "2.8.
|
|
19837
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.
|
|
19838
|
-
"integrity": "sha512-
|
|
19764
|
+
"version": "2.8.3",
|
|
19765
|
+
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.3.tgz",
|
|
19766
|
+
"integrity": "sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==",
|
|
19839
19767
|
"devOptional": true,
|
|
19840
19768
|
"license": "ISC",
|
|
19841
19769
|
"bin": {
|