@regulaforensics/document-reader 9.2.547-nightly → 9.2.549-nightly

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.
Files changed (31) hide show
  1. package/RNDocumentReader.podspec +2 -2
  2. package/android/build.gradle +2 -2
  3. package/android/cordova.gradle +2 -2
  4. package/android/src/main/java/com/regula/plugin/documentreader/JSONConstructor.kt +1 -1
  5. package/examples/capacitor/package.json +1 -1
  6. package/examples/ionic/package-lock.json +489 -436
  7. package/examples/ionic/package.json +1 -1
  8. package/examples/react_native/package.json +1 -1
  9. package/ios/RGLWMain.m +22 -16
  10. package/package.json +1 -1
  11. package/plugin.xml +2 -2
  12. package/test/package-lock.json +1 -1
  13. package/www/capacitor/index.js +5 -5
  14. package/www/cordova.js +1218 -1218
  15. package/www/react-native/index.js +5 -5
  16. package/www/types/index.d.ts +5 -5
  17. /package/www/capacitor/{mdl → engagement}/DataRetrieval.js +0 -0
  18. /package/www/capacitor/{mdl → engagement}/DeviceEngagement.js +0 -0
  19. /package/www/capacitor/{mdl → engagement}/DeviceRetrievalMethod.js +0 -0
  20. /package/www/capacitor/{mdl → engagement}/DocumentRequestMDL.js +0 -0
  21. /package/www/capacitor/{mdl → engagement}/NameSpaceMDL.js +0 -0
  22. /package/www/react-native/{mdl → engagement}/DataRetrieval.js +0 -0
  23. /package/www/react-native/{mdl → engagement}/DeviceEngagement.js +0 -0
  24. /package/www/react-native/{mdl → engagement}/DeviceRetrievalMethod.js +0 -0
  25. /package/www/react-native/{mdl → engagement}/DocumentRequestMDL.js +0 -0
  26. /package/www/react-native/{mdl → engagement}/NameSpaceMDL.js +0 -0
  27. /package/www/types/{mdl → engagement}/DataRetrieval.d.ts +0 -0
  28. /package/www/types/{mdl → engagement}/DeviceEngagement.d.ts +0 -0
  29. /package/www/types/{mdl → engagement}/DeviceRetrievalMethod.d.ts +0 -0
  30. /package/www/types/{mdl → engagement}/DocumentRequestMDL.d.ts +0 -0
  31. /package/www/types/{mdl → engagement}/NameSpaceMDL.d.ts +0 -0
@@ -18,8 +18,8 @@
18
18
  "@awesome-cordova-plugins/file": "^8.1.0",
19
19
  "@ionic/angular": "^8.7.17",
20
20
  "@ionic/cordova-builders": "^12.3.0",
21
- "@regulaforensics/document-reader": "9.2.544-beta",
22
- "@regulaforensics/document-reader-btdevice": "9.1.35",
21
+ "@regulaforensics/document-reader": "9.1.505",
22
+ "@regulaforensics/document-reader-btdevice": "8.4.31",
23
23
  "@regulaforensics/document-reader-core-fullauthrfid": "9.1.1281",
24
24
  "cordova-android": "^14.0.1",
25
25
  "cordova-ios": "^7.1.1",
@@ -237,12 +237,12 @@
237
237
  }
238
238
  },
239
239
  "node_modules/@angular-devkit/architect": {
240
- "version": "0.2101.1",
241
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2101.1.tgz",
242
- "integrity": "sha512-8x7hKcFs3hnpDaIj9fyzinh4X74oQaMxMsZzBf4dBL7EwokjPIf2fadQsZd8a5M+Ja4tIgTnXH9ySyaRFWGNXA==",
240
+ "version": "0.2101.0",
241
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2101.0.tgz",
242
+ "integrity": "sha512-vnNAzWXwSRGTHk2K7woIQsj7WDYZp69Z3DBdlxkK0H08ymkJ/ELbhN0/AnIJNNtYCqEb57AH7Ro98n422beDuw==",
243
243
  "license": "MIT",
244
244
  "dependencies": {
245
- "@angular-devkit/core": "21.1.1",
245
+ "@angular-devkit/core": "21.1.0",
246
246
  "rxjs": "7.8.2"
247
247
  },
248
248
  "bin": {
@@ -255,16 +255,16 @@
255
255
  }
256
256
  },
257
257
  "node_modules/@angular-devkit/build-angular": {
258
- "version": "21.1.1",
259
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-21.1.1.tgz",
260
- "integrity": "sha512-h882zE4NpfXQIzCKq6cXq4FBTd43rLCLX5RZL/sa38cFVNDp51HNn+rU9l4PeXQOKllq4CVmj9ePgVecyMpr2Q==",
258
+ "version": "21.1.0",
259
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-21.1.0.tgz",
260
+ "integrity": "sha512-LOXMvIxOXpdYcudkGONSyXt4a0cErOxbrA50B5v6QnjcJ1H2XgzHPNP0Ni6LCaIiTfmxYpi1H/rpm5SAcKPWUg==",
261
261
  "license": "MIT",
262
262
  "dependencies": {
263
263
  "@ampproject/remapping": "2.3.0",
264
- "@angular-devkit/architect": "0.2101.1",
265
- "@angular-devkit/build-webpack": "0.2101.1",
266
- "@angular-devkit/core": "21.1.1",
267
- "@angular/build": "21.1.1",
264
+ "@angular-devkit/architect": "0.2101.0",
265
+ "@angular-devkit/build-webpack": "0.2101.0",
266
+ "@angular-devkit/core": "21.1.0",
267
+ "@angular/build": "21.1.0",
268
268
  "@babel/core": "7.28.5",
269
269
  "@babel/generator": "7.28.5",
270
270
  "@babel/helper-annotate-as-pure": "7.27.3",
@@ -275,7 +275,7 @@
275
275
  "@babel/preset-env": "7.28.5",
276
276
  "@babel/runtime": "7.28.4",
277
277
  "@discoveryjs/json-ext": "0.6.3",
278
- "@ngtools/webpack": "21.1.1",
278
+ "@ngtools/webpack": "21.1.0",
279
279
  "ansi-colors": "4.1.3",
280
280
  "autoprefixer": "10.4.23",
281
281
  "babel-loader": "10.0.0",
@@ -330,7 +330,7 @@
330
330
  "@angular/platform-browser": "^21.0.0",
331
331
  "@angular/platform-server": "^21.0.0",
332
332
  "@angular/service-worker": "^21.0.0",
333
- "@angular/ssr": "^21.1.1",
333
+ "@angular/ssr": "^21.1.0",
334
334
  "@web/test-runner": "^0.20.0",
335
335
  "browser-sync": "^3.0.2",
336
336
  "jest": "^30.2.0",
@@ -387,12 +387,12 @@
387
387
  }
388
388
  },
389
389
  "node_modules/@angular-devkit/build-webpack": {
390
- "version": "0.2101.1",
391
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2101.1.tgz",
392
- "integrity": "sha512-gX5/4RT/1ZO6kyo6bEi8uSxZ5oqdolsi87PchKRJfFir2m8u101qs3H07o4KFgG4YlnPUwyHET3ae5YVhS/0xg==",
390
+ "version": "0.2101.0",
391
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2101.0.tgz",
392
+ "integrity": "sha512-UhR57f3IhTwFYqfNCm52czsRy6kjtgNLgVX52K+9p6fN66HmiHdxSambeh7hP7RqhwLvSzIoR7VSnNgkVCzhww==",
393
393
  "license": "MIT",
394
394
  "dependencies": {
395
- "@angular-devkit/architect": "0.2101.1",
395
+ "@angular-devkit/architect": "0.2101.0",
396
396
  "rxjs": "7.8.2"
397
397
  },
398
398
  "engines": {
@@ -406,9 +406,9 @@
406
406
  }
407
407
  },
408
408
  "node_modules/@angular-devkit/core": {
409
- "version": "21.1.1",
410
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.1.tgz",
411
- "integrity": "sha512-rCwfBUemyRoAfrO4c85b49lkPiD5WljWE+IK7vjUNIFFf4TXOS4tg4zxqopUDVE4zEjXORa5oHCEc5HCerjn1g==",
409
+ "version": "21.1.0",
410
+ "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.0.tgz",
411
+ "integrity": "sha512-dPfVy0CictDjWffRv4pGTPOFjdlJL3ZkGUqxzaosUjMbJW+Ai9cNn1VNr7zxYZ4kem3BxLBh1thzDsCPrkXlZA==",
412
412
  "license": "MIT",
413
413
  "dependencies": {
414
414
  "ajv": "8.17.1",
@@ -433,12 +433,12 @@
433
433
  }
434
434
  },
435
435
  "node_modules/@angular-devkit/schematics": {
436
- "version": "21.1.1",
437
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.1.tgz",
438
- "integrity": "sha512-3ptEOuALghEYEPVbhRa7g8a+YmvmHqHVNqF9XqCbG22nPGWkE58qfNNbXi3tF9iQxzKSGw5Iy5gYUvSvpsdcfw==",
436
+ "version": "21.1.0",
437
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.0.tgz",
438
+ "integrity": "sha512-sVgTntCZCOV7mOpHzj6V14KOAoy4B9Ur9yHNRFZVgL2yD77TYRrJ0qwq+l7Im9fSjMCar6csjboqCvyAEpfV1g==",
439
439
  "license": "MIT",
440
440
  "dependencies": {
441
- "@angular-devkit/core": "21.1.1",
441
+ "@angular-devkit/core": "21.1.0",
442
442
  "jsonc-parser": "3.3.1",
443
443
  "magic-string": "0.30.21",
444
444
  "ora": "9.0.0",
@@ -451,13 +451,13 @@
451
451
  }
452
452
  },
453
453
  "node_modules/@angular/build": {
454
- "version": "21.1.1",
455
- "resolved": "https://registry.npmjs.org/@angular/build/-/build-21.1.1.tgz",
456
- "integrity": "sha512-OqlfH7tkahw/lFT6ACU6mqt3AGgTxxT27JTqpzZOeGo1ferR9dq1O6/CT4GiNyr/Z1AMfs7rBWlQH68y1QZb2g==",
454
+ "version": "21.1.0",
455
+ "resolved": "https://registry.npmjs.org/@angular/build/-/build-21.1.0.tgz",
456
+ "integrity": "sha512-ftms4F/TlkRNhf/4ykFO12zTG0f9sIRZ4fGFnaOVGmnKYkPKZklWvMCPoaoIligHS2pqKye1a5JSiTgTeUDp9w==",
457
457
  "license": "MIT",
458
458
  "dependencies": {
459
459
  "@ampproject/remapping": "2.3.0",
460
- "@angular-devkit/architect": "0.2101.1",
460
+ "@angular-devkit/architect": "0.2101.0",
461
461
  "@babel/core": "7.28.5",
462
462
  "@babel/helper-annotate-as-pure": "7.27.3",
463
463
  "@babel/helper-split-export-declaration": "7.24.7",
@@ -480,7 +480,7 @@
480
480
  "semver": "7.7.3",
481
481
  "source-map-support": "0.5.21",
482
482
  "tinyglobby": "0.2.15",
483
- "undici": "7.18.2",
483
+ "undici": "7.18.0",
484
484
  "vite": "7.3.0",
485
485
  "watchpack": "2.5.0"
486
486
  },
@@ -500,7 +500,7 @@
500
500
  "@angular/platform-browser": "^21.0.0",
501
501
  "@angular/platform-server": "^21.0.0",
502
502
  "@angular/service-worker": "^21.0.0",
503
- "@angular/ssr": "^21.1.1",
503
+ "@angular/ssr": "^21.1.0",
504
504
  "karma": "^6.4.0",
505
505
  "less": "^4.2.0",
506
506
  "ng-packagr": "^21.0.0",
@@ -550,18 +550,18 @@
550
550
  }
551
551
  },
552
552
  "node_modules/@angular/cli": {
553
- "version": "21.1.1",
554
- "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.1.tgz",
555
- "integrity": "sha512-eXhHuYvruWHBn7lX3GuAyLq29+ELwPADOW8ShzZkWRPNlIDiFDsS5pXrxkM9ez+8f86kfDHh88Twevn4UBUqQg==",
553
+ "version": "21.1.0",
554
+ "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.0.tgz",
555
+ "integrity": "sha512-kzk8du388x6EBybJeq5AB27qGm8oGC9HhvBJDbu8o+aBIOY+JwVON9m4SYLCzeT+EVK8sKA1NMVYi2CDerk6hA==",
556
556
  "license": "MIT",
557
557
  "dependencies": {
558
- "@angular-devkit/architect": "0.2101.1",
559
- "@angular-devkit/core": "21.1.1",
560
- "@angular-devkit/schematics": "21.1.1",
558
+ "@angular-devkit/architect": "0.2101.0",
559
+ "@angular-devkit/core": "21.1.0",
560
+ "@angular-devkit/schematics": "21.1.0",
561
561
  "@inquirer/prompts": "7.10.1",
562
562
  "@listr2/prompt-adapter-inquirer": "3.0.5",
563
563
  "@modelcontextprotocol/sdk": "1.25.2",
564
- "@schematics/angular": "21.1.1",
564
+ "@schematics/angular": "21.1.0",
565
565
  "@yarnpkg/lockfile": "1.1.0",
566
566
  "algoliasearch": "5.46.2",
567
567
  "ini": "6.0.0",
@@ -585,9 +585,9 @@
585
585
  }
586
586
  },
587
587
  "node_modules/@angular/common": {
588
- "version": "21.1.1",
589
- "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.1.tgz",
590
- "integrity": "sha512-Di2I6TooHdKun3SqRr45o4LbWJq/ZdwUt3fg0X3obPYaP/f6TrFQ4TMjcl03EfPufPtoQx6O+d32rcWVLhDxyw==",
588
+ "version": "21.1.0",
589
+ "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.0.tgz",
590
+ "integrity": "sha512-hL3Chp51TU9iBcIfkNtoBS1wuseP1gsyDW2IFtK5HUpAVhbso9B3fdCaDTFkU98A2unluo2YgzI6D/6IS6N+1g==",
591
591
  "license": "MIT",
592
592
  "dependencies": {
593
593
  "tslib": "^2.3.0"
@@ -596,14 +596,14 @@
596
596
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
597
597
  },
598
598
  "peerDependencies": {
599
- "@angular/core": "21.1.1",
599
+ "@angular/core": "21.1.0",
600
600
  "rxjs": "^6.5.3 || ^7.4.0"
601
601
  }
602
602
  },
603
603
  "node_modules/@angular/compiler": {
604
- "version": "21.1.1",
605
- "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.1.tgz",
606
- "integrity": "sha512-Urd3bh0zv0MQ//S7RRTanIkOMAZH/A7vSMXUDJ3aflplNs7JNbVqBwDNj8NoX1V+os+fd8JRJOReCc1EpH4ZKQ==",
604
+ "version": "21.1.0",
605
+ "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.0.tgz",
606
+ "integrity": "sha512-UprCiJwEU1Ilw1dVk+yLgNiHlbH81obAuh92lRKozUQRgtSCpOfCQUM79q5r+VdmCPxDshr79U2Ke0fRaiJfAQ==",
607
607
  "license": "MIT",
608
608
  "peer": true,
609
609
  "dependencies": {
@@ -614,9 +614,9 @@
614
614
  }
615
615
  },
616
616
  "node_modules/@angular/compiler-cli": {
617
- "version": "21.1.1",
618
- "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.1.1.tgz",
619
- "integrity": "sha512-CCB8SZS0BzqLOdOaMpPpOW256msuatYCFDRTaT+awYIY1vQp/eLXzkMTD2uqyHraQy8cReeH/P6optRP9A077Q==",
617
+ "version": "21.1.0",
618
+ "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.1.0.tgz",
619
+ "integrity": "sha512-//BTtxJovsF0LaOWQkOVxWX4EVyNJaPus+IlwWxzmdRHpojIl1Zdyy9BJMVJOifvj3XQ16sZwR1PDWDI5DIWrg==",
620
620
  "license": "MIT",
621
621
  "dependencies": {
622
622
  "@babel/core": "7.28.5",
@@ -636,7 +636,7 @@
636
636
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
637
637
  },
638
638
  "peerDependencies": {
639
- "@angular/compiler": "21.1.1",
639
+ "@angular/compiler": "21.1.0",
640
640
  "typescript": ">=5.9 <6.0"
641
641
  },
642
642
  "peerDependenciesMeta": {
@@ -646,9 +646,9 @@
646
646
  }
647
647
  },
648
648
  "node_modules/@angular/core": {
649
- "version": "21.1.1",
650
- "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz",
651
- "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==",
649
+ "version": "21.1.0",
650
+ "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.0.tgz",
651
+ "integrity": "sha512-QTl9s8GYNN0pt1k3GE6UVlfe6zWtfdykhfchinKq2YJywQ6LBM4UcZgoc56YkgscmyrRFYrr4JYUJjlzTF57+A==",
652
652
  "license": "MIT",
653
653
  "dependencies": {
654
654
  "tslib": "^2.3.0"
@@ -657,7 +657,7 @@
657
657
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
658
658
  },
659
659
  "peerDependencies": {
660
- "@angular/compiler": "21.1.1",
660
+ "@angular/compiler": "21.1.0",
661
661
  "rxjs": "^6.5.3 || ^7.4.0",
662
662
  "zone.js": "~0.15.0 || ~0.16.0"
663
663
  },
@@ -671,9 +671,9 @@
671
671
  }
672
672
  },
673
673
  "node_modules/@angular/forms": {
674
- "version": "21.1.1",
675
- "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-21.1.1.tgz",
676
- "integrity": "sha512-NBbJOynLOeMsPo03+3dfdxE0P7SB7SXRqoFJ7WP2sOgOIxODna/huo2blmRlnZAVPTn1iQEB9Q+UeyP5c4/1+w==",
674
+ "version": "21.1.0",
675
+ "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-21.1.0.tgz",
676
+ "integrity": "sha512-1Qxsu2cQhraKe2dKzIVm7no1qWi76QsXVwY7+VGKRYG7p+fKaFmnr7oU5EbJL66TsFzCb8mDGxLGikS+YE+X/g==",
677
677
  "license": "MIT",
678
678
  "dependencies": {
679
679
  "@standard-schema/spec": "^1.0.0",
@@ -683,16 +683,16 @@
683
683
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
684
684
  },
685
685
  "peerDependencies": {
686
- "@angular/common": "21.1.1",
687
- "@angular/core": "21.1.1",
688
- "@angular/platform-browser": "21.1.1",
686
+ "@angular/common": "21.1.0",
687
+ "@angular/core": "21.1.0",
688
+ "@angular/platform-browser": "21.1.0",
689
689
  "rxjs": "^6.5.3 || ^7.4.0"
690
690
  }
691
691
  },
692
692
  "node_modules/@angular/platform-browser": {
693
- "version": "21.1.1",
694
- "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.1.tgz",
695
- "integrity": "sha512-d6liZjPz29GUZ6dhxytFL/W2nMsYwPpc/E/vZpr5yV+u+gI2VjbnLbl8SG+jjj0/Hyq7s4aGhEKsRrCJJMXgNw==",
693
+ "version": "21.1.0",
694
+ "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-21.1.0.tgz",
695
+ "integrity": "sha512-Drkal25x+OuRQosAE/cL4uM5WDmgFehanCpsjQ1jGp6Rxoad6Q5Do1uQAE3qgMKHL1aqCPZ+uWzcVVG+Bn1ddg==",
696
696
  "license": "MIT",
697
697
  "peer": true,
698
698
  "dependencies": {
@@ -702,9 +702,9 @@
702
702
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
703
703
  },
704
704
  "peerDependencies": {
705
- "@angular/animations": "21.1.1",
706
- "@angular/common": "21.1.1",
707
- "@angular/core": "21.1.1"
705
+ "@angular/animations": "21.1.0",
706
+ "@angular/common": "21.1.0",
707
+ "@angular/core": "21.1.0"
708
708
  },
709
709
  "peerDependenciesMeta": {
710
710
  "@angular/animations": {
@@ -713,9 +713,9 @@
713
713
  }
714
714
  },
715
715
  "node_modules/@angular/platform-browser-dynamic": {
716
- "version": "21.1.1",
717
- "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-21.1.1.tgz",
718
- "integrity": "sha512-lawT3bdjXZVmVNXVoPS0UiB8Qxw5jEYXHx2m38JvHGv7/pl0Sgr+wa6f+/4pvTwu3VZb/8ohkVdFicPfrU21Jw==",
716
+ "version": "21.1.0",
717
+ "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-21.1.0.tgz",
718
+ "integrity": "sha512-NsjHxqgErrIIp96lWq5IqyuyJv5sb8L6pdINtY04kFh8bVWzS7+clr/P6emIi3N7d+pX+JGd4EOp8b8veQi8Lg==",
719
719
  "license": "MIT",
720
720
  "dependencies": {
721
721
  "tslib": "^2.3.0"
@@ -724,16 +724,16 @@
724
724
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
725
725
  },
726
726
  "peerDependencies": {
727
- "@angular/common": "21.1.1",
728
- "@angular/compiler": "21.1.1",
729
- "@angular/core": "21.1.1",
730
- "@angular/platform-browser": "21.1.1"
727
+ "@angular/common": "21.1.0",
728
+ "@angular/compiler": "21.1.0",
729
+ "@angular/core": "21.1.0",
730
+ "@angular/platform-browser": "21.1.0"
731
731
  }
732
732
  },
733
733
  "node_modules/@angular/router": {
734
- "version": "21.1.1",
735
- "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.1.tgz",
736
- "integrity": "sha512-3ypbtH3KfzuVgebdEET9+bRwn1VzP//KI0tIqleCGi4rblP3WQ/HwIGa5Qhdcxmw/kbmABKLRXX2kRUvidKs/Q==",
734
+ "version": "21.1.0",
735
+ "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.0.tgz",
736
+ "integrity": "sha512-Sneu0ePuH+bf8ZslRX3iQk1iLziindLskdTeHV1ZCrXdT0ZScsZyI/gjxQKBtsIU9692D2DnFQRLGnzTBYVGVw==",
737
737
  "license": "MIT",
738
738
  "dependencies": {
739
739
  "tslib": "^2.3.0"
@@ -742,9 +742,9 @@
742
742
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
743
743
  },
744
744
  "peerDependencies": {
745
- "@angular/common": "21.1.1",
746
- "@angular/core": "21.1.1",
747
- "@angular/platform-browser": "21.1.1",
745
+ "@angular/common": "21.1.0",
746
+ "@angular/core": "21.1.0",
747
+ "@angular/platform-browser": "21.1.0",
748
748
  "rxjs": "^6.5.3 || ^7.4.0"
749
749
  }
750
750
  },
@@ -965,16 +965,16 @@
965
965
  }
966
966
  },
967
967
  "node_modules/@babel/helper-define-polyfill-provider": {
968
- "version": "0.6.6",
969
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.6.tgz",
970
- "integrity": "sha512-mOAsxeeKkUKayvZR3HeTYD/fICpCPLJrU5ZjelT/PA6WHtNDBOE436YiaEUvHN454bRM3CebhDsIpieCc4texA==",
968
+ "version": "0.6.5",
969
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.5.tgz",
970
+ "integrity": "sha512-uJnGFcPsWQK8fvjgGP5LZUZZsYGIoPeRjSF5PGwrelYgq7Q15/Ft9NGFp1zglwgIv//W0uG4BevRuSJRyylZPg==",
971
971
  "license": "MIT",
972
972
  "dependencies": {
973
- "@babel/helper-compilation-targets": "^7.28.6",
974
- "@babel/helper-plugin-utils": "^7.28.6",
975
- "debug": "^4.4.3",
973
+ "@babel/helper-compilation-targets": "^7.27.2",
974
+ "@babel/helper-plugin-utils": "^7.27.1",
975
+ "debug": "^4.4.1",
976
976
  "lodash.debounce": "^4.0.8",
977
- "resolve": "^1.22.11"
977
+ "resolve": "^1.22.10"
978
978
  },
979
979
  "peerDependencies": {
980
980
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -3231,16 +3231,16 @@
3231
3231
  }
3232
3232
  },
3233
3233
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-angular": {
3234
- "version": "20.3.15",
3235
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.3.15.tgz",
3236
- "integrity": "sha512-md5ikmdH0rM4jkVFwNQhN++onUUZPUDUfKijnb1XZArQisT9hPiNqTPbO+OZTBK/hQYYV/GfTOhDH30whG32xQ==",
3234
+ "version": "20.3.14",
3235
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.3.14.tgz",
3236
+ "integrity": "sha512-L3saxbGXUgSSXfCrWHTl9eBAxzcA1oSrb0ojL+NBiJ82Zhx1a3XIGSTNg7YkCrXHaLx+fvuoeyT7xyBH18zYZw==",
3237
3237
  "license": "MIT",
3238
3238
  "dependencies": {
3239
3239
  "@ampproject/remapping": "2.3.0",
3240
- "@angular-devkit/architect": "0.2003.15",
3241
- "@angular-devkit/build-webpack": "0.2003.15",
3242
- "@angular-devkit/core": "20.3.15",
3243
- "@angular/build": "20.3.15",
3240
+ "@angular-devkit/architect": "0.2003.14",
3241
+ "@angular-devkit/build-webpack": "0.2003.14",
3242
+ "@angular-devkit/core": "20.3.14",
3243
+ "@angular/build": "20.3.14",
3244
3244
  "@babel/core": "7.28.3",
3245
3245
  "@babel/generator": "7.28.3",
3246
3246
  "@babel/helper-annotate-as-pure": "7.27.3",
@@ -3251,7 +3251,7 @@
3251
3251
  "@babel/preset-env": "7.28.3",
3252
3252
  "@babel/runtime": "7.28.3",
3253
3253
  "@discoveryjs/json-ext": "0.6.3",
3254
- "@ngtools/webpack": "20.3.15",
3254
+ "@ngtools/webpack": "20.3.14",
3255
3255
  "ansi-colors": "4.1.3",
3256
3256
  "autoprefixer": "10.4.21",
3257
3257
  "babel-loader": "10.0.0",
@@ -3285,7 +3285,7 @@
3285
3285
  "terser": "5.43.1",
3286
3286
  "tree-kill": "1.2.2",
3287
3287
  "tslib": "2.8.1",
3288
- "webpack": "5.104.1",
3288
+ "webpack": "5.101.2",
3289
3289
  "webpack-dev-middleware": "7.4.2",
3290
3290
  "webpack-dev-server": "5.2.2",
3291
3291
  "webpack-merge": "6.0.1",
@@ -3306,7 +3306,7 @@
3306
3306
  "@angular/platform-browser": "^20.0.0",
3307
3307
  "@angular/platform-server": "^20.0.0",
3308
3308
  "@angular/service-worker": "^20.0.0",
3309
- "@angular/ssr": "^20.3.15",
3309
+ "@angular/ssr": "^20.3.14",
3310
3310
  "@web/test-runner": "^0.20.0",
3311
3311
  "browser-sync": "^3.0.2",
3312
3312
  "jest": "^29.5.0 || ^30.2.0",
@@ -3363,12 +3363,12 @@
3363
3363
  }
3364
3364
  },
3365
3365
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/architect": {
3366
- "version": "0.2003.15",
3367
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.15.tgz",
3368
- "integrity": "sha512-HmGnUTLVwpvOFilc3gTP6CL9o+UbkVyu9S4WENkQbInbW3zp54lkzY71uWJIP7QvuXPa+bS4WHEmoGNQtNvv1A==",
3366
+ "version": "0.2003.14",
3367
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3368
+ "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
3369
3369
  "license": "MIT",
3370
3370
  "dependencies": {
3371
- "@angular-devkit/core": "20.3.15",
3371
+ "@angular-devkit/core": "20.3.14",
3372
3372
  "rxjs": "7.8.2"
3373
3373
  },
3374
3374
  "engines": {
@@ -3401,12 +3401,12 @@
3401
3401
  }
3402
3402
  },
3403
3403
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-webpack": {
3404
- "version": "0.2003.15",
3405
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2003.15.tgz",
3406
- "integrity": "sha512-u1gjLH0T+s4PiwbSUhzYZUKCsIF9CvTGJoN+Ki+CQqZAlTGLOp2y55VXmdrRX4e3tsKkS+chpQ8sN2b5vbzv9w==",
3404
+ "version": "0.2003.14",
3405
+ "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2003.14.tgz",
3406
+ "integrity": "sha512-kE5bCHnmkWRhCxTlZj1E75UECArc1tq3RC1LMMeJL0Wj6tFO5Y33u16zucXbGqYHZETuz4svR0/u800bjMaQyg==",
3407
3407
  "license": "MIT",
3408
3408
  "dependencies": {
3409
- "@angular-devkit/architect": "0.2003.15",
3409
+ "@angular-devkit/architect": "0.2003.14",
3410
3410
  "rxjs": "7.8.2"
3411
3411
  },
3412
3412
  "engines": {
@@ -3420,12 +3420,12 @@
3420
3420
  }
3421
3421
  },
3422
3422
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/architect": {
3423
- "version": "0.2003.15",
3424
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.15.tgz",
3425
- "integrity": "sha512-HmGnUTLVwpvOFilc3gTP6CL9o+UbkVyu9S4WENkQbInbW3zp54lkzY71uWJIP7QvuXPa+bS4WHEmoGNQtNvv1A==",
3423
+ "version": "0.2003.14",
3424
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3425
+ "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
3426
3426
  "license": "MIT",
3427
3427
  "dependencies": {
3428
- "@angular-devkit/core": "20.3.15",
3428
+ "@angular-devkit/core": "20.3.14",
3429
3429
  "rxjs": "7.8.2"
3430
3430
  },
3431
3431
  "engines": {
@@ -3435,9 +3435,9 @@
3435
3435
  }
3436
3436
  },
3437
3437
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/core": {
3438
- "version": "20.3.15",
3439
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.3.15.tgz",
3440
- "integrity": "sha512-s7sE4S5Hy62dLrtHwizbZaMcupAE8fPhm6rF+jBkhHZ75zXGhGzXP8WKFztYCAuGnis4pPnGSEKP/xVTc2lw6Q==",
3438
+ "version": "20.3.14",
3439
+ "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.3.14.tgz",
3440
+ "integrity": "sha512-hWQVi73aGdIRInJqNia79Yi6SzqEThkfLug3AdZiNuNvYMaxAI347yPQz4f3Dr/i0QuiqRq/T8zfqbr46tfCqg==",
3441
3441
  "license": "MIT",
3442
3442
  "dependencies": {
3443
3443
  "ajv": "8.17.1",
@@ -3462,12 +3462,12 @@
3462
3462
  }
3463
3463
  },
3464
3464
  "node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/schematics": {
3465
- "version": "20.3.15",
3466
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.15.tgz",
3467
- "integrity": "sha512-xMN1fyuhhP8Y5sNlmQvl4nMiOouHTKPkLR0zlhu5z6fHuwxxlverh31Gpq3eFzPHqmOzzb2TkgYCptCFXsXcrg==",
3465
+ "version": "20.3.14",
3466
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.14.tgz",
3467
+ "integrity": "sha512-+Al9QojzTucccSUnJI+9x64Nnuev82eIgIlb1Ov9hLR572SNtjhV7zIXIalphFghEy+SPvynRuvOSc69Otp3Fg==",
3468
3468
  "license": "MIT",
3469
3469
  "dependencies": {
3470
- "@angular-devkit/core": "20.3.15",
3470
+ "@angular-devkit/core": "20.3.14",
3471
3471
  "jsonc-parser": "3.3.1",
3472
3472
  "magic-string": "0.30.17",
3473
3473
  "ora": "8.2.0",
@@ -3480,13 +3480,13 @@
3480
3480
  }
3481
3481
  },
3482
3482
  "node_modules/@ionic/cordova-builders/node_modules/@angular/build": {
3483
- "version": "20.3.15",
3484
- "resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.15.tgz",
3485
- "integrity": "sha512-DMp/wb3I9/izveXRuOkCTYEQlEzvNlJVnqA215tijOSiJGjYoUsQLazTCxtEx/trftOhVpnMP/2OvvMQVAJJoQ==",
3483
+ "version": "20.3.14",
3484
+ "resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.14.tgz",
3485
+ "integrity": "sha512-ajFJqTqyI2N9PYcWVxUfb6YEUQsZ13jsBzI/kDpeEZZCGadLJGSMZVNwkX7n9Csw7gzertpenGBXsSTxUjd8TA==",
3486
3486
  "license": "MIT",
3487
3487
  "dependencies": {
3488
3488
  "@ampproject/remapping": "2.3.0",
3489
- "@angular-devkit/architect": "0.2003.15",
3489
+ "@angular-devkit/architect": "0.2003.14",
3490
3490
  "@babel/core": "7.28.3",
3491
3491
  "@babel/helper-annotate-as-pure": "7.27.3",
3492
3492
  "@babel/helper-split-export-declaration": "7.24.7",
@@ -3528,7 +3528,7 @@
3528
3528
  "@angular/platform-browser": "^20.0.0",
3529
3529
  "@angular/platform-server": "^20.0.0",
3530
3530
  "@angular/service-worker": "^20.0.0",
3531
- "@angular/ssr": "^20.3.15",
3531
+ "@angular/ssr": "^20.3.14",
3532
3532
  "karma": "^6.4.0",
3533
3533
  "less": "^4.2.0",
3534
3534
  "ng-packagr": "^20.0.0",
@@ -3578,12 +3578,12 @@
3578
3578
  }
3579
3579
  },
3580
3580
  "node_modules/@ionic/cordova-builders/node_modules/@angular/build/node_modules/@angular-devkit/architect": {
3581
- "version": "0.2003.15",
3582
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.15.tgz",
3583
- "integrity": "sha512-HmGnUTLVwpvOFilc3gTP6CL9o+UbkVyu9S4WENkQbInbW3zp54lkzY71uWJIP7QvuXPa+bS4WHEmoGNQtNvv1A==",
3581
+ "version": "0.2003.14",
3582
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3583
+ "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
3584
3584
  "license": "MIT",
3585
3585
  "dependencies": {
3586
- "@angular-devkit/core": "20.3.15",
3586
+ "@angular-devkit/core": "20.3.14",
3587
3587
  "rxjs": "7.8.2"
3588
3588
  },
3589
3589
  "engines": {
@@ -4428,9 +4428,9 @@
4428
4428
  ]
4429
4429
  },
4430
4430
  "node_modules/@ionic/cordova-builders/node_modules/@ngtools/webpack": {
4431
- "version": "20.3.15",
4432
- "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.3.15.tgz",
4433
- "integrity": "sha512-7bH91SdVN9xawMg4G+OoQG+nFz9/huUXx/MptR5iOsuRUpNo3PQwMNr07VTRV8o4YAtTTRIf2Yam4fNkb3rRAg==",
4431
+ "version": "20.3.14",
4432
+ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.3.14.tgz",
4433
+ "integrity": "sha512-2rI9naKQBtoyQmddCnPp94o0lQVl5VPsCefntMg2T0XCCdyNj2OK4X4QCVRrtAcTwlYMysDSTpPKE/VkPcjIQA==",
4434
4434
  "license": "MIT",
4435
4435
  "engines": {
4436
4436
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -4730,13 +4730,13 @@
4730
4730
  ]
4731
4731
  },
4732
4732
  "node_modules/@ionic/cordova-builders/node_modules/@schematics/angular": {
4733
- "version": "20.3.15",
4734
- "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.15.tgz",
4735
- "integrity": "sha512-WkhW1HO8pA8JT8e27tvjQHQg8eO5KaOz+WsGkN00RyL5DwHgPSzu4a3eYug+b3rW7OGFub7jadXBuGSrzqgonA==",
4733
+ "version": "20.3.14",
4734
+ "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.14.tgz",
4735
+ "integrity": "sha512-JO37puMXFWN8YWqZZJ/URs8vPJNszZXcIyBnYdKDWTGaAnbOZMu0nzQlOC+h5NM7R5cPQtOpJv0wxEnY6EYI4A==",
4736
4736
  "license": "MIT",
4737
4737
  "dependencies": {
4738
- "@angular-devkit/core": "20.3.15",
4739
- "@angular-devkit/schematics": "20.3.15",
4738
+ "@angular-devkit/core": "20.3.14",
4739
+ "@angular-devkit/schematics": "20.3.14",
4740
4740
  "jsonc-parser": "3.3.1"
4741
4741
  },
4742
4742
  "engines": {
@@ -4849,6 +4849,12 @@
4849
4849
  "webpack": "^5.1.0"
4850
4850
  }
4851
4851
  },
4852
+ "node_modules/@ionic/cordova-builders/node_modules/es-module-lexer": {
4853
+ "version": "1.7.0",
4854
+ "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.7.0.tgz",
4855
+ "integrity": "sha512-jEQoCwk8hyb2AZziIOLhDqpm5+2ww5uIE6lkO/6jcOCusfk6LhMHpXXfBLXTZ7Ydyt0j4VoUQv6uGNYbdW+kBA==",
4856
+ "license": "MIT"
4857
+ },
4852
4858
  "node_modules/@ionic/cordova-builders/node_modules/esbuild": {
4853
4859
  "version": "0.25.9",
4854
4860
  "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
@@ -4942,6 +4948,12 @@
4942
4948
  "jiti": "bin/jiti.js"
4943
4949
  }
4944
4950
  },
4951
+ "node_modules/@ionic/cordova-builders/node_modules/json-parse-even-better-errors": {
4952
+ "version": "2.3.1",
4953
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
4954
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
4955
+ "license": "MIT"
4956
+ },
4945
4957
  "node_modules/@ionic/cordova-builders/node_modules/less": {
4946
4958
  "version": "4.4.0",
4947
4959
  "resolved": "https://registry.npmjs.org/less/-/less-4.4.0.tgz",
@@ -5460,6 +5472,54 @@
5460
5472
  "node": ">=10.13.0"
5461
5473
  }
5462
5474
  },
5475
+ "node_modules/@ionic/cordova-builders/node_modules/webpack": {
5476
+ "version": "5.101.2",
5477
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.101.2.tgz",
5478
+ "integrity": "sha512-4JLXU0tD6OZNVqlwzm3HGEhAHufSiyv+skb7q0d2367VDMzrU1Q/ZeepvkcHH0rZie6uqEtTQQe0OEOOluH3Mg==",
5479
+ "license": "MIT",
5480
+ "dependencies": {
5481
+ "@types/eslint-scope": "^3.7.7",
5482
+ "@types/estree": "^1.0.8",
5483
+ "@types/json-schema": "^7.0.15",
5484
+ "@webassemblyjs/ast": "^1.14.1",
5485
+ "@webassemblyjs/wasm-edit": "^1.14.1",
5486
+ "@webassemblyjs/wasm-parser": "^1.14.1",
5487
+ "acorn": "^8.15.0",
5488
+ "acorn-import-phases": "^1.0.3",
5489
+ "browserslist": "^4.24.0",
5490
+ "chrome-trace-event": "^1.0.2",
5491
+ "enhanced-resolve": "^5.17.3",
5492
+ "es-module-lexer": "^1.2.1",
5493
+ "eslint-scope": "5.1.1",
5494
+ "events": "^3.2.0",
5495
+ "glob-to-regexp": "^0.4.1",
5496
+ "graceful-fs": "^4.2.11",
5497
+ "json-parse-even-better-errors": "^2.3.1",
5498
+ "loader-runner": "^4.2.0",
5499
+ "mime-types": "^2.1.27",
5500
+ "neo-async": "^2.6.2",
5501
+ "schema-utils": "^4.3.2",
5502
+ "tapable": "^2.1.1",
5503
+ "terser-webpack-plugin": "^5.3.11",
5504
+ "watchpack": "^2.4.1",
5505
+ "webpack-sources": "^3.3.3"
5506
+ },
5507
+ "bin": {
5508
+ "webpack": "bin/webpack.js"
5509
+ },
5510
+ "engines": {
5511
+ "node": ">=10.13.0"
5512
+ },
5513
+ "funding": {
5514
+ "type": "opencollective",
5515
+ "url": "https://opencollective.com/webpack"
5516
+ },
5517
+ "peerDependenciesMeta": {
5518
+ "webpack-cli": {
5519
+ "optional": true
5520
+ }
5521
+ }
5522
+ },
5463
5523
  "node_modules/@ionic/cordova-builders/node_modules/webpack-dev-middleware": {
5464
5524
  "version": "7.4.2",
5465
5525
  "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz",
@@ -5681,13 +5741,13 @@
5681
5741
  }
5682
5742
  },
5683
5743
  "node_modules/@jsonjoy.com/fs-core": {
5684
- "version": "4.56.10",
5685
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.56.10.tgz",
5686
- "integrity": "sha512-PyAEA/3cnHhsGcdY+AmIU+ZPqTuZkDhCXQ2wkXypdLitSpd6d5Ivxhnq4wa2ETRWFVJGabYynBWxIijOswSmOw==",
5744
+ "version": "4.56.4",
5745
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.56.4.tgz",
5746
+ "integrity": "sha512-mgiAa7w0N0mlr7G3PUY/iRSYuJwyZmHBt+y7D9veiXfAqsIhEi9+FCu47tU+y/3KPqaTNJMsfgAGwUnLPnRdqA==",
5687
5747
  "license": "Apache-2.0",
5688
5748
  "dependencies": {
5689
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
5690
- "@jsonjoy.com/fs-node-utils": "4.56.10",
5749
+ "@jsonjoy.com/fs-node-builtins": "4.56.4",
5750
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
5691
5751
  "thingies": "^2.5.0"
5692
5752
  },
5693
5753
  "engines": {
@@ -5702,14 +5762,14 @@
5702
5762
  }
5703
5763
  },
5704
5764
  "node_modules/@jsonjoy.com/fs-fsa": {
5705
- "version": "4.56.10",
5706
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.10.tgz",
5707
- "integrity": "sha512-/FVK63ysNzTPOnCCcPoPHt77TOmachdMS422txM4KhxddLdbW1fIbFMYH0AM0ow/YchCyS5gqEjKLNyv71j/5Q==",
5765
+ "version": "4.56.4",
5766
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.56.4.tgz",
5767
+ "integrity": "sha512-D6tHSr8xMiZnV9pQcX0ysoEg1kTsTFK6fRV+TX+1uFcEiNKJR7hooGBq8iKnkZCXRxY8S4nZJ+rErpVF1XJ4vw==",
5708
5768
  "license": "Apache-2.0",
5709
5769
  "dependencies": {
5710
- "@jsonjoy.com/fs-core": "4.56.10",
5711
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
5712
- "@jsonjoy.com/fs-node-utils": "4.56.10",
5770
+ "@jsonjoy.com/fs-core": "4.56.4",
5771
+ "@jsonjoy.com/fs-node-builtins": "4.56.4",
5772
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
5713
5773
  "thingies": "^2.5.0"
5714
5774
  },
5715
5775
  "engines": {
@@ -5724,16 +5784,15 @@
5724
5784
  }
5725
5785
  },
5726
5786
  "node_modules/@jsonjoy.com/fs-node": {
5727
- "version": "4.56.10",
5728
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.56.10.tgz",
5729
- "integrity": "sha512-7R4Gv3tkUdW3dXfXiOkqxkElxKNVdd8BDOWC0/dbERd0pXpPY+s2s1Mino+aTvkGrFPiY+mmVxA7zhskm4Ue4Q==",
5787
+ "version": "4.56.4",
5788
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.56.4.tgz",
5789
+ "integrity": "sha512-4G7KBypcWy2BGPnuDCmUQWHasbNZnEqcb3DLODuH22J8fre7YK8MiyciIohkUTFMqR9qem84LK22T1FmUwiTSQ==",
5730
5790
  "license": "Apache-2.0",
5731
5791
  "dependencies": {
5732
- "@jsonjoy.com/fs-core": "4.56.10",
5733
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
5734
- "@jsonjoy.com/fs-node-utils": "4.56.10",
5735
- "@jsonjoy.com/fs-print": "4.56.10",
5736
- "@jsonjoy.com/fs-snapshot": "4.56.10",
5792
+ "@jsonjoy.com/fs-core": "4.56.4",
5793
+ "@jsonjoy.com/fs-node-builtins": "4.56.4",
5794
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
5795
+ "@jsonjoy.com/fs-print": "4.56.4",
5737
5796
  "glob-to-regex.js": "^1.0.0",
5738
5797
  "thingies": "^2.5.0"
5739
5798
  },
@@ -5749,9 +5808,9 @@
5749
5808
  }
5750
5809
  },
5751
5810
  "node_modules/@jsonjoy.com/fs-node-builtins": {
5752
- "version": "4.56.10",
5753
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.10.tgz",
5754
- "integrity": "sha512-uUnKz8R0YJyKq5jXpZtkGV9U0pJDt8hmYcLRrPjROheIfjMXsz82kXMgAA/qNg0wrZ1Kv+hrg7azqEZx6XZCVw==",
5811
+ "version": "4.56.4",
5812
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.56.4.tgz",
5813
+ "integrity": "sha512-/HMj267Ygg/fa3kHuZL+L7rVXvZ7HT2Bm7d8CpKs6l7QpT4mzTnN4f2/E0u+LsrrJVbT+R34/nsBr2dIZSYIgg==",
5755
5814
  "license": "Apache-2.0",
5756
5815
  "engines": {
5757
5816
  "node": ">=10.0"
@@ -5765,14 +5824,14 @@
5765
5824
  }
5766
5825
  },
5767
5826
  "node_modules/@jsonjoy.com/fs-node-to-fsa": {
5768
- "version": "4.56.10",
5769
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.10.tgz",
5770
- "integrity": "sha512-oH+O6Y4lhn9NyG6aEoFwIBNKZeYy66toP5LJcDOMBgL99BKQMUf/zWJspdRhMdn/3hbzQsZ8EHHsuekbFLGUWw==",
5827
+ "version": "4.56.4",
5828
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.56.4.tgz",
5829
+ "integrity": "sha512-Wewg2JlMkFpUt2Z+RrhdxLrbG6o4XAZB9UdGbpcQS+acvwytmhEjUCCodD3kqY5wPSNpnIbD614VeTA/5jPzvg==",
5771
5830
  "license": "Apache-2.0",
5772
5831
  "dependencies": {
5773
- "@jsonjoy.com/fs-fsa": "4.56.10",
5774
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
5775
- "@jsonjoy.com/fs-node-utils": "4.56.10"
5832
+ "@jsonjoy.com/fs-fsa": "4.56.4",
5833
+ "@jsonjoy.com/fs-node-builtins": "4.56.4",
5834
+ "@jsonjoy.com/fs-node-utils": "4.56.4"
5776
5835
  },
5777
5836
  "engines": {
5778
5837
  "node": ">=10.0"
@@ -5786,12 +5845,12 @@
5786
5845
  }
5787
5846
  },
5788
5847
  "node_modules/@jsonjoy.com/fs-node-utils": {
5789
- "version": "4.56.10",
5790
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.10.tgz",
5791
- "integrity": "sha512-8EuPBgVI2aDPwFdaNQeNpHsyqPi3rr+85tMNG/lHvQLiVjzoZsvxA//Xd8aB567LUhy4QS03ptT+unkD/DIsNg==",
5848
+ "version": "4.56.4",
5849
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.56.4.tgz",
5850
+ "integrity": "sha512-7yvPBX+YUPvoljJ5ELmHrK7sLYzEVdLnILoNXLtsztN4Ag8UbS7DteWRiW3BFAUIvI4kDBJ8OymdxwLLCkX+AQ==",
5792
5851
  "license": "Apache-2.0",
5793
5852
  "dependencies": {
5794
- "@jsonjoy.com/fs-node-builtins": "4.56.10"
5853
+ "@jsonjoy.com/fs-node-builtins": "4.56.4"
5795
5854
  },
5796
5855
  "engines": {
5797
5856
  "node": ">=10.0"
@@ -5805,12 +5864,12 @@
5805
5864
  }
5806
5865
  },
5807
5866
  "node_modules/@jsonjoy.com/fs-print": {
5808
- "version": "4.56.10",
5809
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.56.10.tgz",
5810
- "integrity": "sha512-JW4fp5mAYepzFsSGrQ48ep8FXxpg4niFWHdF78wDrFGof7F3tKDJln72QFDEn/27M1yHd4v7sKHHVPh78aWcEw==",
5867
+ "version": "4.56.4",
5868
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.56.4.tgz",
5869
+ "integrity": "sha512-GtTDri9Ot1l7XPe3ft+ViTqxFOqtKcM4RLyXEXWDvQEoqgmU/6bCNNjfSze9VlpfC8KfuUYAixuDLD1quzHdow==",
5811
5870
  "license": "Apache-2.0",
5812
5871
  "dependencies": {
5813
- "@jsonjoy.com/fs-node-utils": "4.56.10",
5872
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
5814
5873
  "tree-dump": "^1.1.0"
5815
5874
  },
5816
5875
  "engines": {
@@ -5825,13 +5884,13 @@
5825
5884
  }
5826
5885
  },
5827
5886
  "node_modules/@jsonjoy.com/fs-snapshot": {
5828
- "version": "4.56.10",
5829
- "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.10.tgz",
5830
- "integrity": "sha512-DkR6l5fj7+qj0+fVKm/OOXMGfDFCGXLfyHkORH3DF8hxkpDgIHbhf/DwncBMs2igu/ST7OEkexn1gIqoU6Y+9g==",
5887
+ "version": "4.56.4",
5888
+ "resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.56.4.tgz",
5889
+ "integrity": "sha512-qQxl+GVp9gzT21/Ot8qa+pcNurpfTL/ruMODYmshpcTLXy6x06aP4/xdhBOJpBclhqbnQcMTVDCny98CtGvyzQ==",
5831
5890
  "license": "Apache-2.0",
5832
5891
  "dependencies": {
5833
5892
  "@jsonjoy.com/buffers": "^17.65.0",
5834
- "@jsonjoy.com/fs-node-utils": "4.56.10",
5893
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
5835
5894
  "@jsonjoy.com/json-pack": "^17.65.0",
5836
5895
  "@jsonjoy.com/util": "^17.65.0"
5837
5896
  },
@@ -6604,9 +6663,9 @@
6604
6663
  }
6605
6664
  },
6606
6665
  "node_modules/@ngtools/webpack": {
6607
- "version": "21.1.1",
6608
- "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-21.1.1.tgz",
6609
- "integrity": "sha512-8ySRsb1xgr+7XQmZ2LJ+AhFe1IZKW93wfL6OMpZtcWU4FzxWa/NhlfSNBQI5kuyPEVDDAxJ4RI5IoQyvcOmNLg==",
6666
+ "version": "21.1.0",
6667
+ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-21.1.0.tgz",
6668
+ "integrity": "sha512-u5a/xYQw8jka/YLwUg+AU1jeh0vJ/InPSt4ggNYSBFHqurtj9FgZPHbicamwb0uZ3viabF25UiHGui0lVgPosw==",
6610
6669
  "license": "MIT",
6611
6670
  "engines": {
6612
6671
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -6855,9 +6914,9 @@
6855
6914
  }
6856
6915
  },
6857
6916
  "node_modules/@parcel/watcher": {
6858
- "version": "2.5.6",
6859
- "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
6860
- "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
6917
+ "version": "2.5.4",
6918
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.4.tgz",
6919
+ "integrity": "sha512-WYa2tUVV5HiArWPB3ydlOc4R2ivq0IDrlqhMi3l7mVsFEXNcTfxYFPIHXHXIh/ca/y/V5N4E1zecyxdIBjYnkQ==",
6861
6920
  "hasInstallScript": true,
6862
6921
  "license": "MIT",
6863
6922
  "optional": true,
@@ -6875,25 +6934,25 @@
6875
6934
  "url": "https://opencollective.com/parcel"
6876
6935
  },
6877
6936
  "optionalDependencies": {
6878
- "@parcel/watcher-android-arm64": "2.5.6",
6879
- "@parcel/watcher-darwin-arm64": "2.5.6",
6880
- "@parcel/watcher-darwin-x64": "2.5.6",
6881
- "@parcel/watcher-freebsd-x64": "2.5.6",
6882
- "@parcel/watcher-linux-arm-glibc": "2.5.6",
6883
- "@parcel/watcher-linux-arm-musl": "2.5.6",
6884
- "@parcel/watcher-linux-arm64-glibc": "2.5.6",
6885
- "@parcel/watcher-linux-arm64-musl": "2.5.6",
6886
- "@parcel/watcher-linux-x64-glibc": "2.5.6",
6887
- "@parcel/watcher-linux-x64-musl": "2.5.6",
6888
- "@parcel/watcher-win32-arm64": "2.5.6",
6889
- "@parcel/watcher-win32-ia32": "2.5.6",
6890
- "@parcel/watcher-win32-x64": "2.5.6"
6937
+ "@parcel/watcher-android-arm64": "2.5.4",
6938
+ "@parcel/watcher-darwin-arm64": "2.5.4",
6939
+ "@parcel/watcher-darwin-x64": "2.5.4",
6940
+ "@parcel/watcher-freebsd-x64": "2.5.4",
6941
+ "@parcel/watcher-linux-arm-glibc": "2.5.4",
6942
+ "@parcel/watcher-linux-arm-musl": "2.5.4",
6943
+ "@parcel/watcher-linux-arm64-glibc": "2.5.4",
6944
+ "@parcel/watcher-linux-arm64-musl": "2.5.4",
6945
+ "@parcel/watcher-linux-x64-glibc": "2.5.4",
6946
+ "@parcel/watcher-linux-x64-musl": "2.5.4",
6947
+ "@parcel/watcher-win32-arm64": "2.5.4",
6948
+ "@parcel/watcher-win32-ia32": "2.5.4",
6949
+ "@parcel/watcher-win32-x64": "2.5.4"
6891
6950
  }
6892
6951
  },
6893
6952
  "node_modules/@parcel/watcher-android-arm64": {
6894
- "version": "2.5.6",
6895
- "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.6.tgz",
6896
- "integrity": "sha512-YQxSS34tPF/6ZG7r/Ih9xy+kP/WwediEUsqmtf0cuCV5TPPKw/PQHRhueUo6JdeFJaqV3pyjm0GdYjZotbRt/A==",
6953
+ "version": "2.5.4",
6954
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.4.tgz",
6955
+ "integrity": "sha512-hoh0vx4v+b3BNI7Cjoy2/B0ARqcwVNrzN/n7DLq9ZB4I3lrsvhrkCViJyfTj/Qi5xM9YFiH4AmHGK6pgH1ss7g==",
6897
6956
  "cpu": [
6898
6957
  "arm64"
6899
6958
  ],
@@ -6911,9 +6970,9 @@
6911
6970
  }
6912
6971
  },
6913
6972
  "node_modules/@parcel/watcher-darwin-arm64": {
6914
- "version": "2.5.6",
6915
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.6.tgz",
6916
- "integrity": "sha512-Z2ZdrnwyXvvvdtRHLmM4knydIdU9adO3D4n/0cVipF3rRiwP+3/sfzpAwA/qKFL6i1ModaabkU7IbpeMBgiVEA==",
6973
+ "version": "2.5.4",
6974
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.4.tgz",
6975
+ "integrity": "sha512-kphKy377pZiWpAOyTgQYPE5/XEKVMaj6VUjKT5VkNyUJlr2qZAn8gIc7CPzx+kbhvqHDT9d7EqdOqRXT6vk0zw==",
6917
6976
  "cpu": [
6918
6977
  "arm64"
6919
6978
  ],
@@ -6931,9 +6990,9 @@
6931
6990
  }
6932
6991
  },
6933
6992
  "node_modules/@parcel/watcher-darwin-x64": {
6934
- "version": "2.5.6",
6935
- "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.6.tgz",
6936
- "integrity": "sha512-HgvOf3W9dhithcwOWX9uDZyn1lW9R+7tPZ4sug+NGrGIo4Rk1hAXLEbcH1TQSqxts0NYXXlOWqVpvS1SFS4fRg==",
6993
+ "version": "2.5.4",
6994
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.4.tgz",
6995
+ "integrity": "sha512-UKaQFhCtNJW1A9YyVz3Ju7ydf6QgrpNQfRZ35wNKUhTQ3dxJ/3MULXN5JN/0Z80V/KUBDGa3RZaKq1EQT2a2gg==",
6937
6996
  "cpu": [
6938
6997
  "x64"
6939
6998
  ],
@@ -6951,9 +7010,9 @@
6951
7010
  }
6952
7011
  },
6953
7012
  "node_modules/@parcel/watcher-freebsd-x64": {
6954
- "version": "2.5.6",
6955
- "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.6.tgz",
6956
- "integrity": "sha512-vJVi8yd/qzJxEKHkeemh7w3YAn6RJCtYlE4HPMoVnCpIXEzSrxErBW5SJBgKLbXU3WdIpkjBTeUNtyBVn8TRng==",
7013
+ "version": "2.5.4",
7014
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.4.tgz",
7015
+ "integrity": "sha512-Dib0Wv3Ow/m2/ttvLdeI2DBXloO7t3Z0oCp4bAb2aqyqOjKPPGrg10pMJJAQ7tt8P4V2rwYwywkDhUia/FgS+Q==",
6957
7016
  "cpu": [
6958
7017
  "x64"
6959
7018
  ],
@@ -6971,9 +7030,9 @@
6971
7030
  }
6972
7031
  },
6973
7032
  "node_modules/@parcel/watcher-linux-arm-glibc": {
6974
- "version": "2.5.6",
6975
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.6.tgz",
6976
- "integrity": "sha512-9JiYfB6h6BgV50CCfasfLf/uvOcJskMSwcdH1PHH9rvS1IrNy8zad6IUVPVUfmXr+u+Km9IxcfMLzgdOudz9EQ==",
7033
+ "version": "2.5.4",
7034
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.4.tgz",
7035
+ "integrity": "sha512-I5Vb769pdf7Q7Sf4KNy8Pogl/URRCKu9ImMmnVKYayhynuyGYMzuI4UOWnegQNa2sGpsPSbzDsqbHNMyeyPCgw==",
6977
7036
  "cpu": [
6978
7037
  "arm"
6979
7038
  ],
@@ -6991,9 +7050,9 @@
6991
7050
  }
6992
7051
  },
6993
7052
  "node_modules/@parcel/watcher-linux-arm-musl": {
6994
- "version": "2.5.6",
6995
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.6.tgz",
6996
- "integrity": "sha512-Ve3gUCG57nuUUSyjBq/MAM0CzArtuIOxsBdQ+ftz6ho8n7s1i9E1Nmk/xmP323r2YL0SONs1EuwqBp2u1k5fxg==",
7053
+ "version": "2.5.4",
7054
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.4.tgz",
7055
+ "integrity": "sha512-kGO8RPvVrcAotV4QcWh8kZuHr9bXi9a3bSZw7kFarYR0+fGliU7hd/zevhjw8fnvIKG3J9EO5G6sXNGCSNMYPQ==",
6997
7056
  "cpu": [
6998
7057
  "arm"
6999
7058
  ],
@@ -7011,9 +7070,9 @@
7011
7070
  }
7012
7071
  },
7013
7072
  "node_modules/@parcel/watcher-linux-arm64-glibc": {
7014
- "version": "2.5.6",
7015
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.6.tgz",
7016
- "integrity": "sha512-f2g/DT3NhGPdBmMWYoxixqYr3v/UXcmLOYy16Bx0TM20Tchduwr4EaCbmxh1321TABqPGDpS8D/ggOTaljijOA==",
7073
+ "version": "2.5.4",
7074
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.4.tgz",
7075
+ "integrity": "sha512-KU75aooXhqGFY2W5/p8DYYHt4hrjHZod8AhcGAmhzPn/etTa+lYCDB2b1sJy3sWJ8ahFVTdy+EbqSBvMx3iFlw==",
7017
7076
  "cpu": [
7018
7077
  "arm64"
7019
7078
  ],
@@ -7031,9 +7090,9 @@
7031
7090
  }
7032
7091
  },
7033
7092
  "node_modules/@parcel/watcher-linux-arm64-musl": {
7034
- "version": "2.5.6",
7035
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.6.tgz",
7036
- "integrity": "sha512-qb6naMDGlbCwdhLj6hgoVKJl2odL34z2sqkC7Z6kzir8b5W65WYDpLB6R06KabvZdgoHI/zxke4b3zR0wAbDTA==",
7093
+ "version": "2.5.4",
7094
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.4.tgz",
7095
+ "integrity": "sha512-Qx8uNiIekVutnzbVdrgSanM+cbpDD3boB1f8vMtnuG5Zau4/bdDbXyKwIn0ToqFhIuob73bcxV9NwRm04/hzHQ==",
7037
7096
  "cpu": [
7038
7097
  "arm64"
7039
7098
  ],
@@ -7051,9 +7110,9 @@
7051
7110
  }
7052
7111
  },
7053
7112
  "node_modules/@parcel/watcher-linux-x64-glibc": {
7054
- "version": "2.5.6",
7055
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.6.tgz",
7056
- "integrity": "sha512-kbT5wvNQlx7NaGjzPFu8nVIW1rWqV780O7ZtkjuWaPUgpv2NMFpjYERVi0UYj1msZNyCzGlaCWEtzc+exjMGbQ==",
7113
+ "version": "2.5.4",
7114
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.4.tgz",
7115
+ "integrity": "sha512-UYBQvhYmgAv61LNUn24qGQdjtycFBKSK3EXr72DbJqX9aaLbtCOO8+1SkKhD/GNiJ97ExgcHBrukcYhVjrnogA==",
7057
7116
  "cpu": [
7058
7117
  "x64"
7059
7118
  ],
@@ -7071,9 +7130,9 @@
7071
7130
  }
7072
7131
  },
7073
7132
  "node_modules/@parcel/watcher-linux-x64-musl": {
7074
- "version": "2.5.6",
7075
- "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.6.tgz",
7076
- "integrity": "sha512-1JRFeC+h7RdXwldHzTsmdtYR/Ku8SylLgTU/reMuqdVD7CtLwf0VR1FqeprZ0eHQkO0vqsbvFLXUmYm/uNKJBg==",
7133
+ "version": "2.5.4",
7134
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.4.tgz",
7135
+ "integrity": "sha512-YoRWCVgxv8akZrMhdyVi6/TyoeeMkQ0PGGOf2E4omODrvd1wxniXP+DBynKoHryStks7l+fDAMUBRzqNHrVOpg==",
7077
7136
  "cpu": [
7078
7137
  "x64"
7079
7138
  ],
@@ -7091,9 +7150,9 @@
7091
7150
  }
7092
7151
  },
7093
7152
  "node_modules/@parcel/watcher-win32-arm64": {
7094
- "version": "2.5.6",
7095
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.6.tgz",
7096
- "integrity": "sha512-3ukyebjc6eGlw9yRt678DxVF7rjXatWiHvTXqphZLvo7aC5NdEgFufVwjFfY51ijYEWpXbqF5jtrK275z52D4Q==",
7153
+ "version": "2.5.4",
7154
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.4.tgz",
7155
+ "integrity": "sha512-iby+D/YNXWkiQNYcIhg8P5hSjzXEHaQrk2SLrWOUD7VeC4Ohu0WQvmV+HDJokZVJ2UjJ4AGXW3bx7Lls9Ln4TQ==",
7097
7156
  "cpu": [
7098
7157
  "arm64"
7099
7158
  ],
@@ -7111,9 +7170,9 @@
7111
7170
  }
7112
7171
  },
7113
7172
  "node_modules/@parcel/watcher-win32-ia32": {
7114
- "version": "2.5.6",
7115
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
7116
- "integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
7173
+ "version": "2.5.4",
7174
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.4.tgz",
7175
+ "integrity": "sha512-vQN+KIReG0a2ZDpVv8cgddlf67J8hk1WfZMMP7sMeZmJRSmEax5xNDNWKdgqSe2brOKTQQAs3aCCUal2qBHAyg==",
7117
7176
  "cpu": [
7118
7177
  "ia32"
7119
7178
  ],
@@ -7131,9 +7190,9 @@
7131
7190
  }
7132
7191
  },
7133
7192
  "node_modules/@parcel/watcher-win32-x64": {
7134
- "version": "2.5.6",
7135
- "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.6.tgz",
7136
- "integrity": "sha512-hbQlYcCq5dlAX9Qx+kFb0FHue6vbjlf0FrNzSKdYK2APUf7tGfGxQCk2ihEREmbR6ZMc0MVAD5RIX/41gpUzTw==",
7193
+ "version": "2.5.4",
7194
+ "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.4.tgz",
7195
+ "integrity": "sha512-3A6efb6BOKwyw7yk9ro2vus2YTt2nvcd56AuzxdMiVOxL9umDyN5PKkKfZ/gZ9row41SjVmTVQNWQhaRRGpOKw==",
7137
7196
  "cpu": [
7138
7197
  "x64"
7139
7198
  ],
@@ -7158,15 +7217,15 @@
7158
7217
  "optional": true
7159
7218
  },
7160
7219
  "node_modules/@regulaforensics/document-reader": {
7161
- "version": "9.2.544-beta",
7162
- "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.2.544-beta.tgz",
7163
- "integrity": "sha512-yxVixPq6KJqMKZN4Hx4nxDA9WBlLIh+Ja7kTom/J5Vd+beXpGur4u4oujtNUyKzd3aTsVbPgQKYr94DNPxsR5w==",
7220
+ "version": "9.1.505",
7221
+ "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader/-/document-reader-9.1.505.tgz",
7222
+ "integrity": "sha512-iZ0Vk9NW1zU2PAvnaitNfffrqzHZdB/r+ysIUTQ2JXGRiWeDUDZY6oSZ+zOozN0j5Gh/r1cv7wzdgvauJc6s2Q==",
7164
7223
  "license": "commercial"
7165
7224
  },
7166
7225
  "node_modules/@regulaforensics/document-reader-btdevice": {
7167
- "version": "9.1.35",
7168
- "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-9.1.35.tgz",
7169
- "integrity": "sha512-j8iDjyXj2IuRZfWg/dKxEDFWEGsN22d77kRBaa0HHaP9NyR+9EC0mXR7lBymCeCoQ7+jyv5ZQeX1lq6bX5HQhg==",
7226
+ "version": "8.4.31",
7227
+ "resolved": "https://registry.npmjs.org/@regulaforensics/document-reader-btdevice/-/document-reader-btdevice-8.4.31.tgz",
7228
+ "integrity": "sha512-dS5kqVUMlZrgAnQLe+rhiNaxlNkLg+5kJR2CpMQOm+CNtCl2F3H9UccDq6+3kJIjjZzW1YGsuU5CQyJidKQz8A==",
7170
7229
  "license": "commercial"
7171
7230
  },
7172
7231
  "node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
@@ -7390,9 +7449,9 @@
7390
7449
  "license": "MIT"
7391
7450
  },
7392
7451
  "node_modules/@rollup/rollup-android-arm-eabi": {
7393
- "version": "4.56.0",
7394
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.56.0.tgz",
7395
- "integrity": "sha512-LNKIPA5k8PF1+jAFomGe3qN3bbIgJe/IlpDBwuVjrDKrJhVWywgnJvflMt/zkbVNLFtF1+94SljYQS6e99klnw==",
7452
+ "version": "4.55.3",
7453
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.55.3.tgz",
7454
+ "integrity": "sha512-qyX8+93kK/7R5BEXPC2PjUt0+fS/VO2BVHjEHyIEWiYn88rcRBHmdLgoJjktBltgAf+NY7RfCGB1SoyKS/p9kg==",
7396
7455
  "cpu": [
7397
7456
  "arm"
7398
7457
  ],
@@ -7403,9 +7462,9 @@
7403
7462
  ]
7404
7463
  },
7405
7464
  "node_modules/@rollup/rollup-android-arm64": {
7406
- "version": "4.56.0",
7407
- "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.56.0.tgz",
7408
- "integrity": "sha512-lfbVUbelYqXlYiU/HApNMJzT1E87UPGvzveGg2h0ktUNlOCxKlWuJ9jtfvs1sKHdwU4fzY7Pl8sAl49/XaEk6Q==",
7465
+ "version": "4.55.3",
7466
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.55.3.tgz",
7467
+ "integrity": "sha512-6sHrL42bjt5dHQzJ12Q4vMKfN+kUnZ0atHHnv4V0Wd9JMTk7FDzSY35+7qbz3ypQYMBPANbpGK7JpnWNnhGt8g==",
7409
7468
  "cpu": [
7410
7469
  "arm64"
7411
7470
  ],
@@ -7442,9 +7501,9 @@
7442
7501
  ]
7443
7502
  },
7444
7503
  "node_modules/@rollup/rollup-freebsd-arm64": {
7445
- "version": "4.56.0",
7446
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.56.0.tgz",
7447
- "integrity": "sha512-bof7fbIlvqsyv/DtaXSck4VYQ9lPtoWNFCB/JY4snlFuJREXfZnm+Ej6yaCHfQvofJDXLDMTVxWscVSuQvVWUQ==",
7504
+ "version": "4.55.3",
7505
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.55.3.tgz",
7506
+ "integrity": "sha512-M/mwDCJ4wLsIgyxv2Lj7Len+UMHd4zAXu4GQ2UaCdksStglWhP61U3uowkaYBQBhVoNpwx5Hputo8eSqM7K82Q==",
7448
7507
  "cpu": [
7449
7508
  "arm64"
7450
7509
  ],
@@ -7455,9 +7514,9 @@
7455
7514
  ]
7456
7515
  },
7457
7516
  "node_modules/@rollup/rollup-freebsd-x64": {
7458
- "version": "4.56.0",
7459
- "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.56.0.tgz",
7460
- "integrity": "sha512-KNa6lYHloW+7lTEkYGa37fpvPq+NKG/EHKM8+G/g9WDU7ls4sMqbVRV78J6LdNuVaeeK5WB9/9VAFbKxcbXKYg==",
7517
+ "version": "4.55.3",
7518
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.55.3.tgz",
7519
+ "integrity": "sha512-5jZT2c7jBCrMegKYTYTpni8mg8y3uY8gzeq2ndFOANwNuC/xJbVAoGKR9LhMDA0H3nIhvaqUoBEuJoICBudFrA==",
7461
7520
  "cpu": [
7462
7521
  "x64"
7463
7522
  ],
@@ -7468,9 +7527,9 @@
7468
7527
  ]
7469
7528
  },
7470
7529
  "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
7471
- "version": "4.56.0",
7472
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.56.0.tgz",
7473
- "integrity": "sha512-E8jKK87uOvLrrLN28jnAAAChNq5LeCd2mGgZF+fGF5D507WlG/Noct3lP/QzQ6MrqJ5BCKNwI9ipADB6jyiq2A==",
7530
+ "version": "4.55.3",
7531
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.55.3.tgz",
7532
+ "integrity": "sha512-YeGUhkN1oA+iSPzzhEjVPS29YbViOr8s4lSsFaZKLHswgqP911xx25fPOyE9+khmN6W4VeM0aevbDp4kkEoHiA==",
7474
7533
  "cpu": [
7475
7534
  "arm"
7476
7535
  ],
@@ -7481,9 +7540,9 @@
7481
7540
  ]
7482
7541
  },
7483
7542
  "node_modules/@rollup/rollup-linux-arm-musleabihf": {
7484
- "version": "4.56.0",
7485
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.56.0.tgz",
7486
- "integrity": "sha512-jQosa5FMYF5Z6prEpTCCmzCXz6eKr/tCBssSmQGEeozA9tkRUty/5Vx06ibaOP9RCrW1Pvb8yp3gvZhHwTDsJw==",
7543
+ "version": "4.55.3",
7544
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.55.3.tgz",
7545
+ "integrity": "sha512-eo0iOIOvcAlWB3Z3eh8pVM8hZ0oVkK3AjEM9nSrkSug2l15qHzF3TOwT0747omI6+CJJvl7drwZepT+re6Fy/w==",
7487
7546
  "cpu": [
7488
7547
  "arm"
7489
7548
  ],
@@ -7520,9 +7579,9 @@
7520
7579
  ]
7521
7580
  },
7522
7581
  "node_modules/@rollup/rollup-linux-loong64-gnu": {
7523
- "version": "4.56.0",
7524
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.56.0.tgz",
7525
- "integrity": "sha512-FWfHOCub564kSE3xJQLLIC/hbKqHSVxy8vY75/YHHzWvbJL7aYJkdgwD/xGfUlL5UV2SB7otapLrcCj2xnF1dg==",
7582
+ "version": "4.55.3",
7583
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.55.3.tgz",
7584
+ "integrity": "sha512-Q9nVlWtKAG7ISW80OiZGxTr6rYtyDSkauHUtvkQI6TNOJjFvpj4gcH+KaJihqYInnAzEEUetPQubRwHef4exVg==",
7526
7585
  "cpu": [
7527
7586
  "loong64"
7528
7587
  ],
@@ -7533,9 +7592,9 @@
7533
7592
  ]
7534
7593
  },
7535
7594
  "node_modules/@rollup/rollup-linux-loong64-musl": {
7536
- "version": "4.56.0",
7537
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.56.0.tgz",
7538
- "integrity": "sha512-z1EkujxIh7nbrKL1lmIpqFTc/sr0u8Uk0zK/qIEFldbt6EDKWFk/pxFq3gYj4Bjn3aa9eEhYRlL3H8ZbPT1xvA==",
7595
+ "version": "4.55.3",
7596
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.55.3.tgz",
7597
+ "integrity": "sha512-2H5LmhzrpC4fFRNwknzmmTvvyJPHwESoJgyReXeFoYYuIDfBhP29TEXOkCJE/KxHi27mj7wDUClNq78ue3QEBQ==",
7539
7598
  "cpu": [
7540
7599
  "loong64"
7541
7600
  ],
@@ -7546,9 +7605,9 @@
7546
7605
  ]
7547
7606
  },
7548
7607
  "node_modules/@rollup/rollup-linux-ppc64-gnu": {
7549
- "version": "4.56.0",
7550
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.56.0.tgz",
7551
- "integrity": "sha512-iNFTluqgdoQC7AIE8Q34R3AuPrJGJirj5wMUErxj22deOcY7XwZRaqYmB6ZKFHoVGqRcRd0mqO+845jAibKCkw==",
7608
+ "version": "4.55.3",
7609
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.55.3.tgz",
7610
+ "integrity": "sha512-9S542V0ie9LCTznPYlvaeySwBeIEa7rDBgLHKZ5S9DBgcqdJYburabm8TqiqG6mrdTzfV5uttQRHcbKff9lWtA==",
7552
7611
  "cpu": [
7553
7612
  "ppc64"
7554
7613
  ],
@@ -7559,9 +7618,9 @@
7559
7618
  ]
7560
7619
  },
7561
7620
  "node_modules/@rollup/rollup-linux-ppc64-musl": {
7562
- "version": "4.56.0",
7563
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.56.0.tgz",
7564
- "integrity": "sha512-MtMeFVlD2LIKjp2sE2xM2slq3Zxf9zwVuw0jemsxvh1QOpHSsSzfNOTH9uYW9i1MXFxUSMmLpeVeUzoNOKBaWg==",
7621
+ "version": "4.55.3",
7622
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.55.3.tgz",
7623
+ "integrity": "sha512-ukxw+YH3XXpcezLgbJeasgxyTbdpnNAkrIlFGDl7t+pgCxZ89/6n1a+MxlY7CegU+nDgrgdqDelPRNQ/47zs0g==",
7565
7624
  "cpu": [
7566
7625
  "ppc64"
7567
7626
  ],
@@ -7572,9 +7631,9 @@
7572
7631
  ]
7573
7632
  },
7574
7633
  "node_modules/@rollup/rollup-linux-riscv64-gnu": {
7575
- "version": "4.56.0",
7576
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.56.0.tgz",
7577
- "integrity": "sha512-in+v6wiHdzzVhYKXIk5U74dEZHdKN9KH0Q4ANHOTvyXPG41bajYRsy7a8TPKbYPl34hU7PP7hMVHRvv/5aCSew==",
7634
+ "version": "4.55.3",
7635
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.55.3.tgz",
7636
+ "integrity": "sha512-Iauw9UsTTvlF++FhghFJjqYxyXdggXsOqGpFBylaRopVpcbfyIIsNvkf9oGwfgIcf57z3m8+/oSYTo6HutBFNw==",
7578
7637
  "cpu": [
7579
7638
  "riscv64"
7580
7639
  ],
@@ -7585,9 +7644,9 @@
7585
7644
  ]
7586
7645
  },
7587
7646
  "node_modules/@rollup/rollup-linux-riscv64-musl": {
7588
- "version": "4.56.0",
7589
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.56.0.tgz",
7590
- "integrity": "sha512-yni2raKHB8m9NQpI9fPVwN754mn6dHQSbDTwxdr9SE0ks38DTjLMMBjrwvB5+mXrX+C0npX0CVeCUcvvvD8CNQ==",
7647
+ "version": "4.55.3",
7648
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.55.3.tgz",
7649
+ "integrity": "sha512-3OqKAHSEQXKdq9mQ4eajqUgNIK27VZPW3I26EP8miIzuKzCJ3aW3oEn2pzF+4/Hj/Moc0YDsOtBgT5bZ56/vcA==",
7591
7650
  "cpu": [
7592
7651
  "riscv64"
7593
7652
  ],
@@ -7598,9 +7657,9 @@
7598
7657
  ]
7599
7658
  },
7600
7659
  "node_modules/@rollup/rollup-linux-s390x-gnu": {
7601
- "version": "4.56.0",
7602
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.56.0.tgz",
7603
- "integrity": "sha512-zhLLJx9nQPu7wezbxt2ut+CI4YlXi68ndEve16tPc/iwoylWS9B3FxpLS2PkmfYgDQtosah07Mj9E0khc3Y+vQ==",
7660
+ "version": "4.55.3",
7661
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.55.3.tgz",
7662
+ "integrity": "sha512-0CM8dSVzVIaqMcXIFej8zZrSFLnGrAE8qlNbbHfTw1EEPnFTg1U1ekI0JdzjPyzSfUsHWtodilQQG/RA55berA==",
7604
7663
  "cpu": [
7605
7664
  "s390x"
7606
7665
  ],
@@ -7637,9 +7696,9 @@
7637
7696
  ]
7638
7697
  },
7639
7698
  "node_modules/@rollup/rollup-openbsd-x64": {
7640
- "version": "4.56.0",
7641
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.56.0.tgz",
7642
- "integrity": "sha512-O16XcmyDeFI9879pEcmtWvD/2nyxR9mF7Gs44lf1vGGx8Vg2DRNx11aVXBEqOQhWb92WN4z7fW/q4+2NYzCbBA==",
7699
+ "version": "4.55.3",
7700
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.55.3.tgz",
7701
+ "integrity": "sha512-u5KsqxOxjEeIbn7bUK1MPM34jrnPwjeqgyin4/N6e/KzXKfpE9Mi0nCxcQjaM9lLmPcHmn/xx1yOjgTMtu1jWQ==",
7643
7702
  "cpu": [
7644
7703
  "x64"
7645
7704
  ],
@@ -7650,9 +7709,9 @@
7650
7709
  ]
7651
7710
  },
7652
7711
  "node_modules/@rollup/rollup-openharmony-arm64": {
7653
- "version": "4.56.0",
7654
- "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.56.0.tgz",
7655
- "integrity": "sha512-LhN/Reh+7F3RCgQIRbgw8ZMwUwyqJM+8pXNT6IIJAqm2IdKkzpCh/V9EdgOMBKuebIrzswqy4ATlrDgiOwbRcQ==",
7712
+ "version": "4.55.3",
7713
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.55.3.tgz",
7714
+ "integrity": "sha512-vo54aXwjpTtsAnb3ca7Yxs9t2INZg7QdXN/7yaoG7nPGbOBXYXQY41Km+S1Ov26vzOAzLcAjmMdjyEqS1JkVhw==",
7656
7715
  "cpu": [
7657
7716
  "arm64"
7658
7717
  ],
@@ -7676,9 +7735,9 @@
7676
7735
  ]
7677
7736
  },
7678
7737
  "node_modules/@rollup/rollup-win32-ia32-msvc": {
7679
- "version": "4.56.0",
7680
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.56.0.tgz",
7681
- "integrity": "sha512-vSSgny54D6P4vf2izbtFm/TcWYedw7f8eBrOiGGecyHyQB9q4Kqentjaj8hToe+995nob/Wv48pDqL5a62EWtg==",
7738
+ "version": "4.55.3",
7739
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.55.3.tgz",
7740
+ "integrity": "sha512-vRByotbdMo3Wdi+8oC2nVxtc3RkkFKrGaok+a62AT8lz/YBuQjaVYAS5Zcs3tPzW43Vsf9J0wehJbUY5xRSekA==",
7682
7741
  "cpu": [
7683
7742
  "ia32"
7684
7743
  ],
@@ -7689,9 +7748,9 @@
7689
7748
  ]
7690
7749
  },
7691
7750
  "node_modules/@rollup/rollup-win32-x64-gnu": {
7692
- "version": "4.56.0",
7693
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.56.0.tgz",
7694
- "integrity": "sha512-FeCnkPCTHQJFbiGG49KjV5YGW/8b9rrXAM2Mz2kiIoktq2qsJxRD5giEMEOD2lPdgs72upzefaUvS+nc8E3UzQ==",
7751
+ "version": "4.55.3",
7752
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.55.3.tgz",
7753
+ "integrity": "sha512-POZHq7UeuzMJljC5NjKi8vKMFN6/5EOqcX1yGntNLp7rUTpBAXQ1hW8kWPFxYLv07QMcNM75xqVLGPWQq6TKFA==",
7695
7754
  "cpu": [
7696
7755
  "x64"
7697
7756
  ],
@@ -7715,13 +7774,13 @@
7715
7774
  ]
7716
7775
  },
7717
7776
  "node_modules/@schematics/angular": {
7718
- "version": "21.1.1",
7719
- "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.1.tgz",
7720
- "integrity": "sha512-WijqITteakpFOplx7IGHIdBOdTU04Ul4qweilY1CRK3KdzQRuAf31KiKUFrJiGW076cyokmAQmBoZcngh9rCNw==",
7777
+ "version": "21.1.0",
7778
+ "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.0.tgz",
7779
+ "integrity": "sha512-gXf3gO5SeU+tiPHxXeQvdbua4C4/V+KH43JH2PYPxaNCD2HGo1uV0pfyNSNgcVF21voKlbAQ13YRrNDh7z5Kig==",
7721
7780
  "license": "MIT",
7722
7781
  "dependencies": {
7723
- "@angular-devkit/core": "21.1.1",
7724
- "@angular-devkit/schematics": "21.1.1",
7782
+ "@angular-devkit/core": "21.1.0",
7783
+ "@angular-devkit/schematics": "21.1.0",
7725
7784
  "jsonc-parser": "3.3.1"
7726
7785
  },
7727
7786
  "engines": {
@@ -7999,9 +8058,9 @@
7999
8058
  "license": "MIT"
8000
8059
  },
8001
8060
  "node_modules/@types/node": {
8002
- "version": "25.0.10",
8003
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.10.tgz",
8004
- "integrity": "sha512-zWW5KPngR/yvakJgGOmZ5vTBemDoSqF3AcV/LrO5u5wTWyEAVVh+IT39G4gtyAkh3CtTZs8aX/yRM82OfzHJRg==",
8061
+ "version": "25.0.9",
8062
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz",
8063
+ "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==",
8005
8064
  "license": "MIT",
8006
8065
  "dependencies": {
8007
8066
  "undici-types": "~7.16.0"
@@ -8602,13 +8661,13 @@
8602
8661
  }
8603
8662
  },
8604
8663
  "node_modules/babel-plugin-polyfill-corejs2": {
8605
- "version": "0.4.15",
8606
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.15.tgz",
8607
- "integrity": "sha512-hR3GwrRwHUfYwGfrisXPIDP3JcYfBrW7wKE7+Au6wDYl7fm/ka1NEII6kORzxNU556JjfidZeBsO10kYvtV1aw==",
8664
+ "version": "0.4.14",
8665
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.14.tgz",
8666
+ "integrity": "sha512-Co2Y9wX854ts6U8gAAPXfn0GmAyctHuK8n0Yhfjd6t30g7yvKjspvvOo9yG+z52PZRgFErt7Ka2pYnXCjLKEpg==",
8608
8667
  "license": "MIT",
8609
8668
  "dependencies": {
8610
- "@babel/compat-data": "^7.28.6",
8611
- "@babel/helper-define-polyfill-provider": "^0.6.6",
8669
+ "@babel/compat-data": "^7.27.7",
8670
+ "@babel/helper-define-polyfill-provider": "^0.6.5",
8612
8671
  "semver": "^6.3.1"
8613
8672
  },
8614
8673
  "peerDependencies": {
@@ -8638,12 +8697,12 @@
8638
8697
  }
8639
8698
  },
8640
8699
  "node_modules/babel-plugin-polyfill-regenerator": {
8641
- "version": "0.6.6",
8642
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.6.tgz",
8643
- "integrity": "sha512-hYm+XLYRMvupxiQzrvXUj7YyvFFVfv5gI0R71AJzudg1g2AI2vyCPPIFEBjk162/wFzti3inBHo7isWFuEVS/A==",
8700
+ "version": "0.6.5",
8701
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.5.tgz",
8702
+ "integrity": "sha512-ISqQ2frbiNU9vIJkzg7dlPpznPZ4jOiUQ1uSmB0fEHeowtN3COYRsXr/xexn64NpU13P06jc/L5TgiJXOgrbEg==",
8644
8703
  "license": "MIT",
8645
8704
  "dependencies": {
8646
- "@babel/helper-define-polyfill-provider": "^0.6.6"
8705
+ "@babel/helper-define-polyfill-provider": "^0.6.5"
8647
8706
  },
8648
8707
  "peerDependencies": {
8649
8708
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -8676,9 +8735,9 @@
8676
8735
  "license": "MIT"
8677
8736
  },
8678
8737
  "node_modules/baseline-browser-mapping": {
8679
- "version": "2.9.17",
8680
- "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.17.tgz",
8681
- "integrity": "sha512-agD0MgJFUP/4nvjqzIB29zRPUuCF7Ge6mEv9s8dHrtYD7QWXRcx75rOADE/d5ah1NI+0vkDl0yorDd5U852IQQ==",
8738
+ "version": "2.9.16",
8739
+ "resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.16.tgz",
8740
+ "integrity": "sha512-KeUZdBuxngy825i8xvzaK1Ncnkx0tBmb3k8DkEuqjKRkmtvNTjey2ZsNeh8Dw4lfKvbCOu9oeNx2TKm2vHqcRw==",
8682
8741
  "license": "Apache-2.0",
8683
8742
  "bin": {
8684
8743
  "baseline-browser-mapping": "dist/cli.js"
@@ -8955,9 +9014,9 @@
8955
9014
  }
8956
9015
  },
8957
9016
  "node_modules/caniuse-lite": {
8958
- "version": "1.0.30001766",
8959
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001766.tgz",
8960
- "integrity": "sha512-4C0lfJ0/YPjJQHagaE9x2Elb69CIqEPZeG0anQt9SIvIoOH4a4uaRl73IavyO+0qZh6MDLH//DrXThEYKHkmYA==",
9017
+ "version": "1.0.30001765",
9018
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001765.tgz",
9019
+ "integrity": "sha512-LWcNtSyZrakjECqmpP4qdg0MMGdN368D7X8XvvAqOcqMv0RxnlqVKZl2V6/mBR68oYMxOZPLw/gO7DuisMHUvQ==",
8961
9020
  "funding": [
8962
9021
  {
8963
9022
  "type": "opencollective",
@@ -8993,9 +9052,9 @@
8993
9052
  "license": "MIT"
8994
9053
  },
8995
9054
  "node_modules/cheerio": {
8996
- "version": "1.2.0",
8997
- "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.2.0.tgz",
8998
- "integrity": "sha512-WDrybc/gKFpTYQutKIK6UvfcuxijIZfMfXaYm8NMsPQxSYvf+13fXUJ4rztGGbJcBQ/GF55gvrZ0Bc0bj/mqvg==",
9055
+ "version": "1.1.2",
9056
+ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.1.2.tgz",
9057
+ "integrity": "sha512-IkxPpb5rS/d1IiLbHMgfPuS0FgiWTtFIm/Nj+2woXDLTZ7fOT2eqzgYbdMlLweqlHbsZjxEChoVK+7iph7jyQg==",
8999
9058
  "license": "MIT",
9000
9059
  "dependencies": {
9001
9060
  "cheerio-select": "^2.1.0",
@@ -9003,11 +9062,11 @@
9003
9062
  "domhandler": "^5.0.3",
9004
9063
  "domutils": "^3.2.2",
9005
9064
  "encoding-sniffer": "^0.2.1",
9006
- "htmlparser2": "^10.1.0",
9065
+ "htmlparser2": "^10.0.0",
9007
9066
  "parse5": "^7.3.0",
9008
9067
  "parse5-htmlparser2-tree-adapter": "^7.1.0",
9009
9068
  "parse5-parser-stream": "^7.1.2",
9010
- "undici": "^7.19.0",
9069
+ "undici": "^7.12.0",
9011
9070
  "whatwg-mimetype": "^4.0.0"
9012
9071
  },
9013
9072
  "engines": {
@@ -9062,15 +9121,6 @@
9062
9121
  "url": "https://github.com/sponsors/fb55"
9063
9122
  }
9064
9123
  },
9065
- "node_modules/cheerio/node_modules/undici": {
9066
- "version": "7.19.0",
9067
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.19.0.tgz",
9068
- "integrity": "sha512-Heho1hJD81YChi+uS2RkSjcVO+EQLmLSyUlHyp7Y/wFbxQaGb4WXVKD073JytrjXJVkSZVzoE2MCSOKugFGtOQ==",
9069
- "license": "MIT",
9070
- "engines": {
9071
- "node": ">=20.18.1"
9072
- }
9073
- },
9074
9124
  "node_modules/chokidar": {
9075
9125
  "version": "5.0.0",
9076
9126
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
@@ -9578,12 +9628,12 @@
9578
9628
  }
9579
9629
  },
9580
9630
  "node_modules/core-js-compat": {
9581
- "version": "3.48.0",
9582
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.48.0.tgz",
9583
- "integrity": "sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==",
9631
+ "version": "3.47.0",
9632
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
9633
+ "integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
9584
9634
  "license": "MIT",
9585
9635
  "dependencies": {
9586
- "browserslist": "^4.28.1"
9636
+ "browserslist": "^4.28.0"
9587
9637
  },
9588
9638
  "funding": {
9589
9639
  "type": "opencollective",
@@ -9597,9 +9647,9 @@
9597
9647
  "license": "MIT"
9598
9648
  },
9599
9649
  "node_modules/cors": {
9600
- "version": "2.8.6",
9601
- "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
9602
- "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
9650
+ "version": "2.8.5",
9651
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
9652
+ "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
9603
9653
  "license": "MIT",
9604
9654
  "dependencies": {
9605
9655
  "object-assign": "^4",
@@ -9607,10 +9657,6 @@
9607
9657
  },
9608
9658
  "engines": {
9609
9659
  "node": ">= 0.10"
9610
- },
9611
- "funding": {
9612
- "type": "opencollective",
9613
- "url": "https://opencollective.com/express"
9614
9660
  }
9615
9661
  },
9616
9662
  "node_modules/cosmiconfig": {
@@ -9943,9 +9989,9 @@
9943
9989
  "license": "MIT"
9944
9990
  },
9945
9991
  "node_modules/electron-to-chromium": {
9946
- "version": "1.5.278",
9947
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.278.tgz",
9948
- "integrity": "sha512-dQ0tM1svDRQOwxnXxm+twlGTjr9Upvt8UFWAgmLsxEzFQxhbti4VwxmMjsDxVC51Zo84swW7FVCXEV+VAkhuPw==",
9992
+ "version": "1.5.267",
9993
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.267.tgz",
9994
+ "integrity": "sha512-0Drusm6MVRXSOJpGbaSVgcQsuB4hEkMpHXaVstcPmhu5LIedxs1xNK/nIxmQIU/RPC0+1/o0AVZfBTkTNJOdUw==",
9949
9995
  "license": "ISC"
9950
9996
  },
9951
9997
  "node_modules/elementtree": {
@@ -10878,9 +10924,9 @@
10878
10924
  }
10879
10925
  },
10880
10926
  "node_modules/hono": {
10881
- "version": "4.11.5",
10882
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.5.tgz",
10883
- "integrity": "sha512-WemPi9/WfyMwZs+ZUXdiwcCh9Y+m7L+8vki9MzDw3jJ+W9Lc+12HGsd368Qc1vZi1xwW8BWMMsnK5efYKPdt4g==",
10927
+ "version": "4.11.4",
10928
+ "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz",
10929
+ "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==",
10884
10930
  "license": "MIT",
10885
10931
  "peer": true,
10886
10932
  "engines": {
@@ -10951,9 +10997,9 @@
10951
10997
  }
10952
10998
  },
10953
10999
  "node_modules/htmlparser2": {
10954
- "version": "10.1.0",
10955
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
10956
- "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
11000
+ "version": "10.0.0",
11001
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
11002
+ "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
10957
11003
  "funding": [
10958
11004
  "https://github.com/fb55/htmlparser2?sponsor=1",
10959
11005
  {
@@ -10965,14 +11011,14 @@
10965
11011
  "dependencies": {
10966
11012
  "domelementtype": "^2.3.0",
10967
11013
  "domhandler": "^5.0.3",
10968
- "domutils": "^3.2.2",
10969
- "entities": "^7.0.1"
11014
+ "domutils": "^3.2.1",
11015
+ "entities": "^6.0.0"
10970
11016
  }
10971
11017
  },
10972
11018
  "node_modules/htmlparser2/node_modules/entities": {
10973
- "version": "7.0.1",
10974
- "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
10975
- "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
11019
+ "version": "6.0.1",
11020
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
11021
+ "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
10976
11022
  "license": "BSD-2-Clause",
10977
11023
  "engines": {
10978
11024
  "node": ">=0.12"
@@ -11916,9 +11962,9 @@
11916
11962
  }
11917
11963
  },
11918
11964
  "node_modules/lodash": {
11919
- "version": "4.17.23",
11920
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
11921
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
11965
+ "version": "4.17.21",
11966
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
11967
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
11922
11968
  "license": "MIT"
11923
11969
  },
11924
11970
  "node_modules/lodash.debounce": {
@@ -12085,19 +12131,19 @@
12085
12131
  }
12086
12132
  },
12087
12133
  "node_modules/memfs": {
12088
- "version": "4.56.10",
12089
- "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.10.tgz",
12090
- "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
12134
+ "version": "4.56.4",
12135
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.4.tgz",
12136
+ "integrity": "sha512-GKqmHEFyFwccco9NmTEY38AemzpNLs5tKKxGfNpnLI/5D92NAr7STItdzTMeUlKdd3FjkE5w18TPLyKTb6MDVA==",
12091
12137
  "license": "Apache-2.0",
12092
12138
  "dependencies": {
12093
- "@jsonjoy.com/fs-core": "4.56.10",
12094
- "@jsonjoy.com/fs-fsa": "4.56.10",
12095
- "@jsonjoy.com/fs-node": "4.56.10",
12096
- "@jsonjoy.com/fs-node-builtins": "4.56.10",
12097
- "@jsonjoy.com/fs-node-to-fsa": "4.56.10",
12098
- "@jsonjoy.com/fs-node-utils": "4.56.10",
12099
- "@jsonjoy.com/fs-print": "4.56.10",
12100
- "@jsonjoy.com/fs-snapshot": "4.56.10",
12139
+ "@jsonjoy.com/fs-core": "4.56.4",
12140
+ "@jsonjoy.com/fs-fsa": "4.56.4",
12141
+ "@jsonjoy.com/fs-node": "4.56.4",
12142
+ "@jsonjoy.com/fs-node-builtins": "4.56.4",
12143
+ "@jsonjoy.com/fs-node-to-fsa": "4.56.4",
12144
+ "@jsonjoy.com/fs-node-utils": "4.56.4",
12145
+ "@jsonjoy.com/fs-print": "4.56.4",
12146
+ "@jsonjoy.com/fs-snapshot": "^4.56.4",
12101
12147
  "@jsonjoy.com/json-pack": "^1.11.0",
12102
12148
  "@jsonjoy.com/util": "^1.9.0",
12103
12149
  "glob-to-regex.js": "^1.0.1",
@@ -13949,9 +13995,9 @@
13949
13995
  }
13950
13996
  },
13951
13997
  "node_modules/rollup": {
13952
- "version": "4.56.0",
13953
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.56.0.tgz",
13954
- "integrity": "sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==",
13998
+ "version": "4.55.3",
13999
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.3.tgz",
14000
+ "integrity": "sha512-y9yUpfQvetAjiDLtNMf1hL9NXchIJgWt6zIKeoB+tCd3npX08Eqfzg60V9DhIGVMtQ0AlMkFw5xa+AQ37zxnAA==",
13955
14001
  "license": "MIT",
13956
14002
  "dependencies": {
13957
14003
  "@types/estree": "1.0.8"
@@ -13964,38 +14010,38 @@
13964
14010
  "npm": ">=8.0.0"
13965
14011
  },
13966
14012
  "optionalDependencies": {
13967
- "@rollup/rollup-android-arm-eabi": "4.56.0",
13968
- "@rollup/rollup-android-arm64": "4.56.0",
13969
- "@rollup/rollup-darwin-arm64": "4.56.0",
13970
- "@rollup/rollup-darwin-x64": "4.56.0",
13971
- "@rollup/rollup-freebsd-arm64": "4.56.0",
13972
- "@rollup/rollup-freebsd-x64": "4.56.0",
13973
- "@rollup/rollup-linux-arm-gnueabihf": "4.56.0",
13974
- "@rollup/rollup-linux-arm-musleabihf": "4.56.0",
13975
- "@rollup/rollup-linux-arm64-gnu": "4.56.0",
13976
- "@rollup/rollup-linux-arm64-musl": "4.56.0",
13977
- "@rollup/rollup-linux-loong64-gnu": "4.56.0",
13978
- "@rollup/rollup-linux-loong64-musl": "4.56.0",
13979
- "@rollup/rollup-linux-ppc64-gnu": "4.56.0",
13980
- "@rollup/rollup-linux-ppc64-musl": "4.56.0",
13981
- "@rollup/rollup-linux-riscv64-gnu": "4.56.0",
13982
- "@rollup/rollup-linux-riscv64-musl": "4.56.0",
13983
- "@rollup/rollup-linux-s390x-gnu": "4.56.0",
13984
- "@rollup/rollup-linux-x64-gnu": "4.56.0",
13985
- "@rollup/rollup-linux-x64-musl": "4.56.0",
13986
- "@rollup/rollup-openbsd-x64": "4.56.0",
13987
- "@rollup/rollup-openharmony-arm64": "4.56.0",
13988
- "@rollup/rollup-win32-arm64-msvc": "4.56.0",
13989
- "@rollup/rollup-win32-ia32-msvc": "4.56.0",
13990
- "@rollup/rollup-win32-x64-gnu": "4.56.0",
13991
- "@rollup/rollup-win32-x64-msvc": "4.56.0",
14013
+ "@rollup/rollup-android-arm-eabi": "4.55.3",
14014
+ "@rollup/rollup-android-arm64": "4.55.3",
14015
+ "@rollup/rollup-darwin-arm64": "4.55.3",
14016
+ "@rollup/rollup-darwin-x64": "4.55.3",
14017
+ "@rollup/rollup-freebsd-arm64": "4.55.3",
14018
+ "@rollup/rollup-freebsd-x64": "4.55.3",
14019
+ "@rollup/rollup-linux-arm-gnueabihf": "4.55.3",
14020
+ "@rollup/rollup-linux-arm-musleabihf": "4.55.3",
14021
+ "@rollup/rollup-linux-arm64-gnu": "4.55.3",
14022
+ "@rollup/rollup-linux-arm64-musl": "4.55.3",
14023
+ "@rollup/rollup-linux-loong64-gnu": "4.55.3",
14024
+ "@rollup/rollup-linux-loong64-musl": "4.55.3",
14025
+ "@rollup/rollup-linux-ppc64-gnu": "4.55.3",
14026
+ "@rollup/rollup-linux-ppc64-musl": "4.55.3",
14027
+ "@rollup/rollup-linux-riscv64-gnu": "4.55.3",
14028
+ "@rollup/rollup-linux-riscv64-musl": "4.55.3",
14029
+ "@rollup/rollup-linux-s390x-gnu": "4.55.3",
14030
+ "@rollup/rollup-linux-x64-gnu": "4.55.3",
14031
+ "@rollup/rollup-linux-x64-musl": "4.55.3",
14032
+ "@rollup/rollup-openbsd-x64": "4.55.3",
14033
+ "@rollup/rollup-openharmony-arm64": "4.55.3",
14034
+ "@rollup/rollup-win32-arm64-msvc": "4.55.3",
14035
+ "@rollup/rollup-win32-ia32-msvc": "4.55.3",
14036
+ "@rollup/rollup-win32-x64-gnu": "4.55.3",
14037
+ "@rollup/rollup-win32-x64-msvc": "4.55.3",
13992
14038
  "fsevents": "~2.3.2"
13993
14039
  }
13994
14040
  },
13995
14041
  "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
13996
- "version": "4.56.0",
13997
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.56.0.tgz",
13998
- "integrity": "sha512-EgxD1ocWfhoD6xSOeEEwyE7tDvwTgZc8Bss7wCWe+uc7wO8G34HHCUH+Q6cHqJubxIAnQzAsyUsClt0yFLu06w==",
14042
+ "version": "4.55.3",
14043
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.55.3.tgz",
14044
+ "integrity": "sha512-1ht2SpGIjEl2igJ9AbNpPIKzb1B5goXOcmtD0RFxnwNuMxqkR6AUaaErZz+4o+FKmzxcSNBOLrzsICZVNYa1Rw==",
13999
14045
  "cpu": [
14000
14046
  "arm64"
14001
14047
  ],
@@ -14006,9 +14052,9 @@
14006
14052
  ]
14007
14053
  },
14008
14054
  "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": {
14009
- "version": "4.56.0",
14010
- "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.56.0.tgz",
14011
- "integrity": "sha512-1vXe1vcMOssb/hOF8iv52A7feWW2xnu+c8BV4t1F//m9QVLTfNVpEdja5ia762j/UEJe2Z1jAmEqZAK42tVW3g==",
14055
+ "version": "4.55.3",
14056
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.55.3.tgz",
14057
+ "integrity": "sha512-FYZ4iVunXxtT+CZqQoPVwPhH7549e/Gy7PIRRtq4t5f/vt54pX6eG9ebttRH6QSH7r/zxAFA4EZGlQ0h0FvXiA==",
14012
14058
  "cpu": [
14013
14059
  "x64"
14014
14060
  ],
@@ -14019,9 +14065,9 @@
14019
14065
  ]
14020
14066
  },
14021
14067
  "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-gnu": {
14022
- "version": "4.56.0",
14023
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.56.0.tgz",
14024
- "integrity": "sha512-uQVoKkrC1KGEV6udrdVahASIsaF8h7iLG0U0W+Xn14ucFwi6uS539PsAr24IEF9/FoDtzMeeJXJIBo5RkbNWvQ==",
14068
+ "version": "4.55.3",
14069
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.55.3.tgz",
14070
+ "integrity": "sha512-DJay3ep76bKUDImmn//W5SvpjRN5LmK/ntWyeJs/dcnwiiHESd3N4uteK9FDLf0S0W8E6Y0sVRXpOCoQclQqNg==",
14025
14071
  "cpu": [
14026
14072
  "arm64"
14027
14073
  ],
@@ -14032,9 +14078,9 @@
14032
14078
  ]
14033
14079
  },
14034
14080
  "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-musl": {
14035
- "version": "4.56.0",
14036
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.56.0.tgz",
14037
- "integrity": "sha512-vLZ1yJKLxhQLFKTs42RwTwa6zkGln+bnXc8ueFGMYmBTLfNu58sl5/eXyxRa2RarTkJbXl8TKPgfS6V5ijNqEA==",
14081
+ "version": "4.55.3",
14082
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.55.3.tgz",
14083
+ "integrity": "sha512-BKKWQkY2WgJ5MC/ayvIJTHjy0JUGb5efaHCUiG/39sSUvAYRBaO3+/EK0AZT1RF3pSj86O24GLLik9mAYu0IJg==",
14038
14084
  "cpu": [
14039
14085
  "arm64"
14040
14086
  ],
@@ -14045,9 +14091,9 @@
14045
14091
  ]
14046
14092
  },
14047
14093
  "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
14048
- "version": "4.56.0",
14049
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.56.0.tgz",
14050
- "integrity": "sha512-MVC6UDp16ZSH7x4rtuJPAEoE1RwS8N4oK9DLHy3FTEdFoUTCFVzMfJl/BVJ330C+hx8FfprA5Wqx4FhZXkj2Kw==",
14094
+ "version": "4.55.3",
14095
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.55.3.tgz",
14096
+ "integrity": "sha512-+fgJE12FZMIgBaKIAGd45rxf+5ftcycANJRWk8Vz0NnMTM5rADPGuRFTYar+Mqs560xuART7XsX2lSACa1iOmQ==",
14051
14097
  "cpu": [
14052
14098
  "x64"
14053
14099
  ],
@@ -14058,9 +14104,9 @@
14058
14104
  ]
14059
14105
  },
14060
14106
  "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-musl": {
14061
- "version": "4.56.0",
14062
- "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.56.0.tgz",
14063
- "integrity": "sha512-ZhGH1eA4Qv0lxaV00azCIS1ChedK0V32952Md3FtnxSqZTBTd6tgil4nZT5cU8B+SIw3PFYkvyR4FKo2oyZIHA==",
14107
+ "version": "4.55.3",
14108
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.55.3.tgz",
14109
+ "integrity": "sha512-tMD7NnbAolWPzQlJQJjVFh/fNH3K/KnA7K8gv2dJWCwwnaK6DFCYST1QXYWfu5V0cDwarWC8Sf/cfMHniNq21A==",
14064
14110
  "cpu": [
14065
14111
  "x64"
14066
14112
  ],
@@ -14071,9 +14117,9 @@
14071
14117
  ]
14072
14118
  },
14073
14119
  "node_modules/rollup/node_modules/@rollup/rollup-win32-arm64-msvc": {
14074
- "version": "4.56.0",
14075
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.56.0.tgz",
14076
- "integrity": "sha512-kbFsOObXp3LBULg1d3JIUQMa9Kv4UitDmpS+k0tinPBz3watcUiV2/LUDMMucA6pZO3WGE27P7DsfaN54l9ing==",
14120
+ "version": "4.55.3",
14121
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.55.3.tgz",
14122
+ "integrity": "sha512-HI+PIVZ+m+9AgpnY3pt6rinUdRYrGHvmVdsNQ4odNqQ/eRF78DVpMR7mOq7nW06QxpczibwBmeQzB68wJ+4W4A==",
14077
14123
  "cpu": [
14078
14124
  "arm64"
14079
14125
  ],
@@ -14084,9 +14130,9 @@
14084
14130
  ]
14085
14131
  },
14086
14132
  "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-msvc": {
14087
- "version": "4.56.0",
14088
- "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.56.0.tgz",
14089
- "integrity": "sha512-H8AE9Ur/t0+1VXujj90w0HrSOuv0Nq9r1vSZF2t5km20NTfosQsGGUXDaKdQZzwuLts7IyL1fYT4hM95TI9c4g==",
14133
+ "version": "4.55.3",
14134
+ "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.55.3.tgz",
14135
+ "integrity": "sha512-aPFONczE4fUFKNXszdvnd2GqKEYQdV5oEsIbKPujJmWlCI9zEsv1Otig8RKK+X9bed9gFUN6LAeN4ZcNuu4zjg==",
14090
14136
  "cpu": [
14091
14137
  "x64"
14092
14138
  ],
@@ -14379,25 +14425,21 @@
14379
14425
  }
14380
14426
  },
14381
14427
  "node_modules/serve-index": {
14382
- "version": "1.9.2",
14383
- "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.2.tgz",
14384
- "integrity": "sha512-KDj11HScOaLmrPxl70KYNW1PksP4Nb/CLL2yvC+Qd2kHMPEEpfc4Re2e4FOay+bC/+XQl/7zAcWON3JVo5v3KQ==",
14428
+ "version": "1.9.1",
14429
+ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
14430
+ "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
14385
14431
  "license": "MIT",
14386
14432
  "dependencies": {
14387
- "accepts": "~1.3.8",
14433
+ "accepts": "~1.3.4",
14388
14434
  "batch": "0.6.1",
14389
14435
  "debug": "2.6.9",
14390
14436
  "escape-html": "~1.0.3",
14391
- "http-errors": "~1.8.0",
14392
- "mime-types": "~2.1.35",
14393
- "parseurl": "~1.3.3"
14437
+ "http-errors": "~1.6.2",
14438
+ "mime-types": "~2.1.17",
14439
+ "parseurl": "~1.3.2"
14394
14440
  },
14395
14441
  "engines": {
14396
14442
  "node": ">= 0.8.0"
14397
- },
14398
- "funding": {
14399
- "type": "opencollective",
14400
- "url": "https://opencollective.com/express"
14401
14443
  }
14402
14444
  },
14403
14445
  "node_modules/serve-index/node_modules/accepts": {
@@ -14432,21 +14474,26 @@
14432
14474
  }
14433
14475
  },
14434
14476
  "node_modules/serve-index/node_modules/http-errors": {
14435
- "version": "1.8.1",
14436
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.8.1.tgz",
14437
- "integrity": "sha512-Kpk9Sm7NmI+RHhnj6OIWDI1d6fIoFAtFt9RLaTMRlg/8w49juAStsrBgp0Dp4OdxdVbRIeKhtCUvoi/RuAhO4g==",
14477
+ "version": "1.6.3",
14478
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
14479
+ "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
14438
14480
  "license": "MIT",
14439
14481
  "dependencies": {
14440
14482
  "depd": "~1.1.2",
14441
- "inherits": "2.0.4",
14442
- "setprototypeof": "1.2.0",
14443
- "statuses": ">= 1.5.0 < 2",
14444
- "toidentifier": "1.0.1"
14483
+ "inherits": "2.0.3",
14484
+ "setprototypeof": "1.1.0",
14485
+ "statuses": ">= 1.4.0 < 2"
14445
14486
  },
14446
14487
  "engines": {
14447
14488
  "node": ">= 0.6"
14448
14489
  }
14449
14490
  },
14491
+ "node_modules/serve-index/node_modules/inherits": {
14492
+ "version": "2.0.3",
14493
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz",
14494
+ "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==",
14495
+ "license": "ISC"
14496
+ },
14450
14497
  "node_modules/serve-index/node_modules/mime-db": {
14451
14498
  "version": "1.52.0",
14452
14499
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
@@ -14483,6 +14530,12 @@
14483
14530
  "node": ">= 0.6"
14484
14531
  }
14485
14532
  },
14533
+ "node_modules/serve-index/node_modules/setprototypeof": {
14534
+ "version": "1.1.0",
14535
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
14536
+ "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
14537
+ "license": "ISC"
14538
+ },
14486
14539
  "node_modules/serve-index/node_modules/statuses": {
14487
14540
  "version": "1.5.0",
14488
14541
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
@@ -15327,9 +15380,9 @@
15327
15380
  }
15328
15381
  },
15329
15382
  "node_modules/undici": {
15330
- "version": "7.18.2",
15331
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz",
15332
- "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==",
15383
+ "version": "7.18.0",
15384
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.0.tgz",
15385
+ "integrity": "sha512-CfPufgPFHCYu0W4h1NiKW9+tNJ39o3kWm7Cm29ET1enSJx+AERfz7A2wAr26aY0SZbYzZlTBQtcHy15o60VZfQ==",
15333
15386
  "license": "MIT",
15334
15387
  "engines": {
15335
15388
  "node": ">=20.18.1"