@regulaforensics/document-reader 9.2.548-nightly → 9.2.553-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 (32) 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 +436 -489
  7. package/examples/ionic/package.json +1 -1
  8. package/examples/react_native/package.json +1 -1
  9. package/ios/RGLWJSONConstructor.m +6 -3
  10. package/ios/RGLWMain.m +16 -22
  11. package/package.json +1 -1
  12. package/plugin.xml +2 -2
  13. package/test/package-lock.json +1 -1
  14. package/www/capacitor/index.js +5 -5
  15. package/www/cordova.js +1214 -1214
  16. package/www/react-native/index.js +5 -5
  17. package/www/types/index.d.ts +5 -5
  18. /package/www/capacitor/{engagement → mdl}/DataRetrieval.js +0 -0
  19. /package/www/capacitor/{engagement → mdl}/DeviceEngagement.js +0 -0
  20. /package/www/capacitor/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
  21. /package/www/capacitor/{engagement → mdl}/DocumentRequestMDL.js +0 -0
  22. /package/www/capacitor/{engagement → mdl}/NameSpaceMDL.js +0 -0
  23. /package/www/react-native/{engagement → mdl}/DataRetrieval.js +0 -0
  24. /package/www/react-native/{engagement → mdl}/DeviceEngagement.js +0 -0
  25. /package/www/react-native/{engagement → mdl}/DeviceRetrievalMethod.js +0 -0
  26. /package/www/react-native/{engagement → mdl}/DocumentRequestMDL.js +0 -0
  27. /package/www/react-native/{engagement → mdl}/NameSpaceMDL.js +0 -0
  28. /package/www/types/{engagement → mdl}/DataRetrieval.d.ts +0 -0
  29. /package/www/types/{engagement → mdl}/DeviceEngagement.d.ts +0 -0
  30. /package/www/types/{engagement → mdl}/DeviceRetrievalMethod.d.ts +0 -0
  31. /package/www/types/{engagement → mdl}/DocumentRequestMDL.d.ts +0 -0
  32. /package/www/types/{engagement → mdl}/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.1.505",
22
- "@regulaforensics/document-reader-btdevice": "8.4.31",
21
+ "@regulaforensics/document-reader": "9.2.544-beta",
22
+ "@regulaforensics/document-reader-btdevice": "9.1.35",
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.0",
241
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2101.0.tgz",
242
- "integrity": "sha512-vnNAzWXwSRGTHk2K7woIQsj7WDYZp69Z3DBdlxkK0H08ymkJ/ELbhN0/AnIJNNtYCqEb57AH7Ro98n422beDuw==",
240
+ "version": "0.2101.1",
241
+ "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2101.1.tgz",
242
+ "integrity": "sha512-8x7hKcFs3hnpDaIj9fyzinh4X74oQaMxMsZzBf4dBL7EwokjPIf2fadQsZd8a5M+Ja4tIgTnXH9ySyaRFWGNXA==",
243
243
  "license": "MIT",
244
244
  "dependencies": {
245
- "@angular-devkit/core": "21.1.0",
245
+ "@angular-devkit/core": "21.1.1",
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.0",
259
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-21.1.0.tgz",
260
- "integrity": "sha512-LOXMvIxOXpdYcudkGONSyXt4a0cErOxbrA50B5v6QnjcJ1H2XgzHPNP0Ni6LCaIiTfmxYpi1H/rpm5SAcKPWUg==",
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==",
261
261
  "license": "MIT",
262
262
  "dependencies": {
263
263
  "@ampproject/remapping": "2.3.0",
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",
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",
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.0",
278
+ "@ngtools/webpack": "21.1.1",
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.0",
333
+ "@angular/ssr": "^21.1.1",
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.0",
391
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2101.0.tgz",
392
- "integrity": "sha512-UhR57f3IhTwFYqfNCm52czsRy6kjtgNLgVX52K+9p6fN66HmiHdxSambeh7hP7RqhwLvSzIoR7VSnNgkVCzhww==",
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==",
393
393
  "license": "MIT",
394
394
  "dependencies": {
395
- "@angular-devkit/architect": "0.2101.0",
395
+ "@angular-devkit/architect": "0.2101.1",
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.0",
410
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.0.tgz",
411
- "integrity": "sha512-dPfVy0CictDjWffRv4pGTPOFjdlJL3ZkGUqxzaosUjMbJW+Ai9cNn1VNr7zxYZ4kem3BxLBh1thzDsCPrkXlZA==",
409
+ "version": "21.1.1",
410
+ "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-21.1.1.tgz",
411
+ "integrity": "sha512-rCwfBUemyRoAfrO4c85b49lkPiD5WljWE+IK7vjUNIFFf4TXOS4tg4zxqopUDVE4zEjXORa5oHCEc5HCerjn1g==",
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.0",
437
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.0.tgz",
438
- "integrity": "sha512-sVgTntCZCOV7mOpHzj6V14KOAoy4B9Ur9yHNRFZVgL2yD77TYRrJ0qwq+l7Im9fSjMCar6csjboqCvyAEpfV1g==",
436
+ "version": "21.1.1",
437
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-21.1.1.tgz",
438
+ "integrity": "sha512-3ptEOuALghEYEPVbhRa7g8a+YmvmHqHVNqF9XqCbG22nPGWkE58qfNNbXi3tF9iQxzKSGw5Iy5gYUvSvpsdcfw==",
439
439
  "license": "MIT",
440
440
  "dependencies": {
441
- "@angular-devkit/core": "21.1.0",
441
+ "@angular-devkit/core": "21.1.1",
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.0",
455
- "resolved": "https://registry.npmjs.org/@angular/build/-/build-21.1.0.tgz",
456
- "integrity": "sha512-ftms4F/TlkRNhf/4ykFO12zTG0f9sIRZ4fGFnaOVGmnKYkPKZklWvMCPoaoIligHS2pqKye1a5JSiTgTeUDp9w==",
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==",
457
457
  "license": "MIT",
458
458
  "dependencies": {
459
459
  "@ampproject/remapping": "2.3.0",
460
- "@angular-devkit/architect": "0.2101.0",
460
+ "@angular-devkit/architect": "0.2101.1",
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.0",
483
+ "undici": "7.18.2",
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.0",
503
+ "@angular/ssr": "^21.1.1",
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.0",
554
- "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.0.tgz",
555
- "integrity": "sha512-kzk8du388x6EBybJeq5AB27qGm8oGC9HhvBJDbu8o+aBIOY+JwVON9m4SYLCzeT+EVK8sKA1NMVYi2CDerk6hA==",
553
+ "version": "21.1.1",
554
+ "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-21.1.1.tgz",
555
+ "integrity": "sha512-eXhHuYvruWHBn7lX3GuAyLq29+ELwPADOW8ShzZkWRPNlIDiFDsS5pXrxkM9ez+8f86kfDHh88Twevn4UBUqQg==",
556
556
  "license": "MIT",
557
557
  "dependencies": {
558
- "@angular-devkit/architect": "0.2101.0",
559
- "@angular-devkit/core": "21.1.0",
560
- "@angular-devkit/schematics": "21.1.0",
558
+ "@angular-devkit/architect": "0.2101.1",
559
+ "@angular-devkit/core": "21.1.1",
560
+ "@angular-devkit/schematics": "21.1.1",
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.0",
564
+ "@schematics/angular": "21.1.1",
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.0",
589
- "resolved": "https://registry.npmjs.org/@angular/common/-/common-21.1.0.tgz",
590
- "integrity": "sha512-hL3Chp51TU9iBcIfkNtoBS1wuseP1gsyDW2IFtK5HUpAVhbso9B3fdCaDTFkU98A2unluo2YgzI6D/6IS6N+1g==",
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==",
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.0",
599
+ "@angular/core": "21.1.1",
600
600
  "rxjs": "^6.5.3 || ^7.4.0"
601
601
  }
602
602
  },
603
603
  "node_modules/@angular/compiler": {
604
- "version": "21.1.0",
605
- "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-21.1.0.tgz",
606
- "integrity": "sha512-UprCiJwEU1Ilw1dVk+yLgNiHlbH81obAuh92lRKozUQRgtSCpOfCQUM79q5r+VdmCPxDshr79U2Ke0fRaiJfAQ==",
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==",
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.0",
618
- "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-21.1.0.tgz",
619
- "integrity": "sha512-//BTtxJovsF0LaOWQkOVxWX4EVyNJaPus+IlwWxzmdRHpojIl1Zdyy9BJMVJOifvj3XQ16sZwR1PDWDI5DIWrg==",
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==",
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.0",
639
+ "@angular/compiler": "21.1.1",
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.0",
650
- "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.0.tgz",
651
- "integrity": "sha512-QTl9s8GYNN0pt1k3GE6UVlfe6zWtfdykhfchinKq2YJywQ6LBM4UcZgoc56YkgscmyrRFYrr4JYUJjlzTF57+A==",
649
+ "version": "21.1.1",
650
+ "resolved": "https://registry.npmjs.org/@angular/core/-/core-21.1.1.tgz",
651
+ "integrity": "sha512-KFRCEhsi02pY1EqJ5rnze4mzSaacqh14D8goDhtmARiUH0tefaHR+uKyu4bKSrWga2T/ExG0DJX52LhHRs2qSw==",
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.0",
660
+ "@angular/compiler": "21.1.1",
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.0",
675
- "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-21.1.0.tgz",
676
- "integrity": "sha512-1Qxsu2cQhraKe2dKzIVm7no1qWi76QsXVwY7+VGKRYG7p+fKaFmnr7oU5EbJL66TsFzCb8mDGxLGikS+YE+X/g==",
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==",
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.0",
687
- "@angular/core": "21.1.0",
688
- "@angular/platform-browser": "21.1.0",
686
+ "@angular/common": "21.1.1",
687
+ "@angular/core": "21.1.1",
688
+ "@angular/platform-browser": "21.1.1",
689
689
  "rxjs": "^6.5.3 || ^7.4.0"
690
690
  }
691
691
  },
692
692
  "node_modules/@angular/platform-browser": {
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==",
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==",
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.0",
706
- "@angular/common": "21.1.0",
707
- "@angular/core": "21.1.0"
705
+ "@angular/animations": "21.1.1",
706
+ "@angular/common": "21.1.1",
707
+ "@angular/core": "21.1.1"
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.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==",
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==",
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.0",
728
- "@angular/compiler": "21.1.0",
729
- "@angular/core": "21.1.0",
730
- "@angular/platform-browser": "21.1.0"
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"
731
731
  }
732
732
  },
733
733
  "node_modules/@angular/router": {
734
- "version": "21.1.0",
735
- "resolved": "https://registry.npmjs.org/@angular/router/-/router-21.1.0.tgz",
736
- "integrity": "sha512-Sneu0ePuH+bf8ZslRX3iQk1iLziindLskdTeHV1ZCrXdT0ZScsZyI/gjxQKBtsIU9692D2DnFQRLGnzTBYVGVw==",
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==",
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.0",
746
- "@angular/core": "21.1.0",
747
- "@angular/platform-browser": "21.1.0",
745
+ "@angular/common": "21.1.1",
746
+ "@angular/core": "21.1.1",
747
+ "@angular/platform-browser": "21.1.1",
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.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==",
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==",
971
971
  "license": "MIT",
972
972
  "dependencies": {
973
- "@babel/helper-compilation-targets": "^7.27.2",
974
- "@babel/helper-plugin-utils": "^7.27.1",
975
- "debug": "^4.4.1",
973
+ "@babel/helper-compilation-targets": "^7.28.6",
974
+ "@babel/helper-plugin-utils": "^7.28.6",
975
+ "debug": "^4.4.3",
976
976
  "lodash.debounce": "^4.0.8",
977
- "resolve": "^1.22.10"
977
+ "resolve": "^1.22.11"
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.14",
3235
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.3.14.tgz",
3236
- "integrity": "sha512-L3saxbGXUgSSXfCrWHTl9eBAxzcA1oSrb0ojL+NBiJ82Zhx1a3XIGSTNg7YkCrXHaLx+fvuoeyT7xyBH18zYZw==",
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==",
3237
3237
  "license": "MIT",
3238
3238
  "dependencies": {
3239
3239
  "@ampproject/remapping": "2.3.0",
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",
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",
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.14",
3254
+ "@ngtools/webpack": "20.3.15",
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.101.2",
3288
+ "webpack": "5.104.1",
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.14",
3309
+ "@angular/ssr": "^20.3.15",
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.14",
3367
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3368
- "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
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==",
3369
3369
  "license": "MIT",
3370
3370
  "dependencies": {
3371
- "@angular-devkit/core": "20.3.14",
3371
+ "@angular-devkit/core": "20.3.15",
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.14",
3405
- "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2003.14.tgz",
3406
- "integrity": "sha512-kE5bCHnmkWRhCxTlZj1E75UECArc1tq3RC1LMMeJL0Wj6tFO5Y33u16zucXbGqYHZETuz4svR0/u800bjMaQyg==",
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==",
3407
3407
  "license": "MIT",
3408
3408
  "dependencies": {
3409
- "@angular-devkit/architect": "0.2003.14",
3409
+ "@angular-devkit/architect": "0.2003.15",
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.14",
3424
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3425
- "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
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==",
3426
3426
  "license": "MIT",
3427
3427
  "dependencies": {
3428
- "@angular-devkit/core": "20.3.14",
3428
+ "@angular-devkit/core": "20.3.15",
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.14",
3439
- "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.3.14.tgz",
3440
- "integrity": "sha512-hWQVi73aGdIRInJqNia79Yi6SzqEThkfLug3AdZiNuNvYMaxAI347yPQz4f3Dr/i0QuiqRq/T8zfqbr46tfCqg==",
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==",
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.14",
3466
- "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.14.tgz",
3467
- "integrity": "sha512-+Al9QojzTucccSUnJI+9x64Nnuev82eIgIlb1Ov9hLR572SNtjhV7zIXIalphFghEy+SPvynRuvOSc69Otp3Fg==",
3465
+ "version": "20.3.15",
3466
+ "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.15.tgz",
3467
+ "integrity": "sha512-xMN1fyuhhP8Y5sNlmQvl4nMiOouHTKPkLR0zlhu5z6fHuwxxlverh31Gpq3eFzPHqmOzzb2TkgYCptCFXsXcrg==",
3468
3468
  "license": "MIT",
3469
3469
  "dependencies": {
3470
- "@angular-devkit/core": "20.3.14",
3470
+ "@angular-devkit/core": "20.3.15",
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.14",
3484
- "resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.14.tgz",
3485
- "integrity": "sha512-ajFJqTqyI2N9PYcWVxUfb6YEUQsZ13jsBzI/kDpeEZZCGadLJGSMZVNwkX7n9Csw7gzertpenGBXsSTxUjd8TA==",
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==",
3486
3486
  "license": "MIT",
3487
3487
  "dependencies": {
3488
3488
  "@ampproject/remapping": "2.3.0",
3489
- "@angular-devkit/architect": "0.2003.14",
3489
+ "@angular-devkit/architect": "0.2003.15",
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.14",
3531
+ "@angular/ssr": "^20.3.15",
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.14",
3582
- "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.14.tgz",
3583
- "integrity": "sha512-dVlWqaYu0PIgHTBu16uYUS6lJOIpXCpOYhPWuYwqdo7a4x2HcagPQ+omUZJTA6kukh7ROpKcRoiy/DsO/DgvUA==",
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==",
3584
3584
  "license": "MIT",
3585
3585
  "dependencies": {
3586
- "@angular-devkit/core": "20.3.14",
3586
+ "@angular-devkit/core": "20.3.15",
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.14",
4432
- "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.3.14.tgz",
4433
- "integrity": "sha512-2rI9naKQBtoyQmddCnPp94o0lQVl5VPsCefntMg2T0XCCdyNj2OK4X4QCVRrtAcTwlYMysDSTpPKE/VkPcjIQA==",
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==",
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.14",
4734
- "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.14.tgz",
4735
- "integrity": "sha512-JO37puMXFWN8YWqZZJ/URs8vPJNszZXcIyBnYdKDWTGaAnbOZMu0nzQlOC+h5NM7R5cPQtOpJv0wxEnY6EYI4A==",
4733
+ "version": "20.3.15",
4734
+ "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.15.tgz",
4735
+ "integrity": "sha512-WkhW1HO8pA8JT8e27tvjQHQg8eO5KaOz+WsGkN00RyL5DwHgPSzu4a3eYug+b3rW7OGFub7jadXBuGSrzqgonA==",
4736
4736
  "license": "MIT",
4737
4737
  "dependencies": {
4738
- "@angular-devkit/core": "20.3.14",
4739
- "@angular-devkit/schematics": "20.3.14",
4738
+ "@angular-devkit/core": "20.3.15",
4739
+ "@angular-devkit/schematics": "20.3.15",
4740
4740
  "jsonc-parser": "3.3.1"
4741
4741
  },
4742
4742
  "engines": {
@@ -4849,12 +4849,6 @@
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
- },
4858
4852
  "node_modules/@ionic/cordova-builders/node_modules/esbuild": {
4859
4853
  "version": "0.25.9",
4860
4854
  "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.9.tgz",
@@ -4948,12 +4942,6 @@
4948
4942
  "jiti": "bin/jiti.js"
4949
4943
  }
4950
4944
  },
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
- },
4957
4945
  "node_modules/@ionic/cordova-builders/node_modules/less": {
4958
4946
  "version": "4.4.0",
4959
4947
  "resolved": "https://registry.npmjs.org/less/-/less-4.4.0.tgz",
@@ -5472,54 +5460,6 @@
5472
5460
  "node": ">=10.13.0"
5473
5461
  }
5474
5462
  },
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
- },
5523
5463
  "node_modules/@ionic/cordova-builders/node_modules/webpack-dev-middleware": {
5524
5464
  "version": "7.4.2",
5525
5465
  "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz",
@@ -5741,13 +5681,13 @@
5741
5681
  }
5742
5682
  },
5743
5683
  "node_modules/@jsonjoy.com/fs-core": {
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==",
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==",
5747
5687
  "license": "Apache-2.0",
5748
5688
  "dependencies": {
5749
- "@jsonjoy.com/fs-node-builtins": "4.56.4",
5750
- "@jsonjoy.com/fs-node-utils": "4.56.4",
5689
+ "@jsonjoy.com/fs-node-builtins": "4.56.10",
5690
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
5751
5691
  "thingies": "^2.5.0"
5752
5692
  },
5753
5693
  "engines": {
@@ -5762,14 +5702,14 @@
5762
5702
  }
5763
5703
  },
5764
5704
  "node_modules/@jsonjoy.com/fs-fsa": {
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==",
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==",
5768
5708
  "license": "Apache-2.0",
5769
5709
  "dependencies": {
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",
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",
5773
5713
  "thingies": "^2.5.0"
5774
5714
  },
5775
5715
  "engines": {
@@ -5784,15 +5724,16 @@
5784
5724
  }
5785
5725
  },
5786
5726
  "node_modules/@jsonjoy.com/fs-node": {
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==",
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==",
5790
5730
  "license": "Apache-2.0",
5791
5731
  "dependencies": {
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",
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",
5796
5737
  "glob-to-regex.js": "^1.0.0",
5797
5738
  "thingies": "^2.5.0"
5798
5739
  },
@@ -5808,9 +5749,9 @@
5808
5749
  }
5809
5750
  },
5810
5751
  "node_modules/@jsonjoy.com/fs-node-builtins": {
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==",
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==",
5814
5755
  "license": "Apache-2.0",
5815
5756
  "engines": {
5816
5757
  "node": ">=10.0"
@@ -5824,14 +5765,14 @@
5824
5765
  }
5825
5766
  },
5826
5767
  "node_modules/@jsonjoy.com/fs-node-to-fsa": {
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==",
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==",
5830
5771
  "license": "Apache-2.0",
5831
5772
  "dependencies": {
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"
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"
5835
5776
  },
5836
5777
  "engines": {
5837
5778
  "node": ">=10.0"
@@ -5845,12 +5786,12 @@
5845
5786
  }
5846
5787
  },
5847
5788
  "node_modules/@jsonjoy.com/fs-node-utils": {
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==",
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==",
5851
5792
  "license": "Apache-2.0",
5852
5793
  "dependencies": {
5853
- "@jsonjoy.com/fs-node-builtins": "4.56.4"
5794
+ "@jsonjoy.com/fs-node-builtins": "4.56.10"
5854
5795
  },
5855
5796
  "engines": {
5856
5797
  "node": ">=10.0"
@@ -5864,12 +5805,12 @@
5864
5805
  }
5865
5806
  },
5866
5807
  "node_modules/@jsonjoy.com/fs-print": {
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==",
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==",
5870
5811
  "license": "Apache-2.0",
5871
5812
  "dependencies": {
5872
- "@jsonjoy.com/fs-node-utils": "4.56.4",
5813
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
5873
5814
  "tree-dump": "^1.1.0"
5874
5815
  },
5875
5816
  "engines": {
@@ -5884,13 +5825,13 @@
5884
5825
  }
5885
5826
  },
5886
5827
  "node_modules/@jsonjoy.com/fs-snapshot": {
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==",
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==",
5890
5831
  "license": "Apache-2.0",
5891
5832
  "dependencies": {
5892
5833
  "@jsonjoy.com/buffers": "^17.65.0",
5893
- "@jsonjoy.com/fs-node-utils": "4.56.4",
5834
+ "@jsonjoy.com/fs-node-utils": "4.56.10",
5894
5835
  "@jsonjoy.com/json-pack": "^17.65.0",
5895
5836
  "@jsonjoy.com/util": "^17.65.0"
5896
5837
  },
@@ -6663,9 +6604,9 @@
6663
6604
  }
6664
6605
  },
6665
6606
  "node_modules/@ngtools/webpack": {
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==",
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==",
6669
6610
  "license": "MIT",
6670
6611
  "engines": {
6671
6612
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
@@ -6914,9 +6855,9 @@
6914
6855
  }
6915
6856
  },
6916
6857
  "node_modules/@parcel/watcher": {
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==",
6858
+ "version": "2.5.6",
6859
+ "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.6.tgz",
6860
+ "integrity": "sha512-tmmZ3lQxAe/k/+rNnXQRawJ4NjxO2hqiOLTHvWchtGZULp4RyFeh6aU4XdOYBFe2KE1oShQTv4AblOs2iOrNnQ==",
6920
6861
  "hasInstallScript": true,
6921
6862
  "license": "MIT",
6922
6863
  "optional": true,
@@ -6934,25 +6875,25 @@
6934
6875
  "url": "https://opencollective.com/parcel"
6935
6876
  },
6936
6877
  "optionalDependencies": {
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"
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"
6950
6891
  }
6951
6892
  },
6952
6893
  "node_modules/@parcel/watcher-android-arm64": {
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==",
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==",
6956
6897
  "cpu": [
6957
6898
  "arm64"
6958
6899
  ],
@@ -6970,9 +6911,9 @@
6970
6911
  }
6971
6912
  },
6972
6913
  "node_modules/@parcel/watcher-darwin-arm64": {
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==",
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==",
6976
6917
  "cpu": [
6977
6918
  "arm64"
6978
6919
  ],
@@ -6990,9 +6931,9 @@
6990
6931
  }
6991
6932
  },
6992
6933
  "node_modules/@parcel/watcher-darwin-x64": {
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==",
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==",
6996
6937
  "cpu": [
6997
6938
  "x64"
6998
6939
  ],
@@ -7010,9 +6951,9 @@
7010
6951
  }
7011
6952
  },
7012
6953
  "node_modules/@parcel/watcher-freebsd-x64": {
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==",
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==",
7016
6957
  "cpu": [
7017
6958
  "x64"
7018
6959
  ],
@@ -7030,9 +6971,9 @@
7030
6971
  }
7031
6972
  },
7032
6973
  "node_modules/@parcel/watcher-linux-arm-glibc": {
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==",
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==",
7036
6977
  "cpu": [
7037
6978
  "arm"
7038
6979
  ],
@@ -7050,9 +6991,9 @@
7050
6991
  }
7051
6992
  },
7052
6993
  "node_modules/@parcel/watcher-linux-arm-musl": {
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==",
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==",
7056
6997
  "cpu": [
7057
6998
  "arm"
7058
6999
  ],
@@ -7070,9 +7011,9 @@
7070
7011
  }
7071
7012
  },
7072
7013
  "node_modules/@parcel/watcher-linux-arm64-glibc": {
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==",
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==",
7076
7017
  "cpu": [
7077
7018
  "arm64"
7078
7019
  ],
@@ -7090,9 +7031,9 @@
7090
7031
  }
7091
7032
  },
7092
7033
  "node_modules/@parcel/watcher-linux-arm64-musl": {
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==",
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==",
7096
7037
  "cpu": [
7097
7038
  "arm64"
7098
7039
  ],
@@ -7110,9 +7051,9 @@
7110
7051
  }
7111
7052
  },
7112
7053
  "node_modules/@parcel/watcher-linux-x64-glibc": {
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==",
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==",
7116
7057
  "cpu": [
7117
7058
  "x64"
7118
7059
  ],
@@ -7130,9 +7071,9 @@
7130
7071
  }
7131
7072
  },
7132
7073
  "node_modules/@parcel/watcher-linux-x64-musl": {
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==",
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==",
7136
7077
  "cpu": [
7137
7078
  "x64"
7138
7079
  ],
@@ -7150,9 +7091,9 @@
7150
7091
  }
7151
7092
  },
7152
7093
  "node_modules/@parcel/watcher-win32-arm64": {
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==",
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==",
7156
7097
  "cpu": [
7157
7098
  "arm64"
7158
7099
  ],
@@ -7170,9 +7111,9 @@
7170
7111
  }
7171
7112
  },
7172
7113
  "node_modules/@parcel/watcher-win32-ia32": {
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==",
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==",
7176
7117
  "cpu": [
7177
7118
  "ia32"
7178
7119
  ],
@@ -7190,9 +7131,9 @@
7190
7131
  }
7191
7132
  },
7192
7133
  "node_modules/@parcel/watcher-win32-x64": {
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==",
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==",
7196
7137
  "cpu": [
7197
7138
  "x64"
7198
7139
  ],
@@ -7217,15 +7158,15 @@
7217
7158
  "optional": true
7218
7159
  },
7219
7160
  "node_modules/@regulaforensics/document-reader": {
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==",
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==",
7223
7164
  "license": "commercial"
7224
7165
  },
7225
7166
  "node_modules/@regulaforensics/document-reader-btdevice": {
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==",
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==",
7229
7170
  "license": "commercial"
7230
7171
  },
7231
7172
  "node_modules/@regulaforensics/document-reader-core-fullauthrfid": {
@@ -7449,9 +7390,9 @@
7449
7390
  "license": "MIT"
7450
7391
  },
7451
7392
  "node_modules/@rollup/rollup-android-arm-eabi": {
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==",
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==",
7455
7396
  "cpu": [
7456
7397
  "arm"
7457
7398
  ],
@@ -7462,9 +7403,9 @@
7462
7403
  ]
7463
7404
  },
7464
7405
  "node_modules/@rollup/rollup-android-arm64": {
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==",
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==",
7468
7409
  "cpu": [
7469
7410
  "arm64"
7470
7411
  ],
@@ -7501,9 +7442,9 @@
7501
7442
  ]
7502
7443
  },
7503
7444
  "node_modules/@rollup/rollup-freebsd-arm64": {
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==",
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==",
7507
7448
  "cpu": [
7508
7449
  "arm64"
7509
7450
  ],
@@ -7514,9 +7455,9 @@
7514
7455
  ]
7515
7456
  },
7516
7457
  "node_modules/@rollup/rollup-freebsd-x64": {
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==",
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==",
7520
7461
  "cpu": [
7521
7462
  "x64"
7522
7463
  ],
@@ -7527,9 +7468,9 @@
7527
7468
  ]
7528
7469
  },
7529
7470
  "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
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==",
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==",
7533
7474
  "cpu": [
7534
7475
  "arm"
7535
7476
  ],
@@ -7540,9 +7481,9 @@
7540
7481
  ]
7541
7482
  },
7542
7483
  "node_modules/@rollup/rollup-linux-arm-musleabihf": {
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==",
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==",
7546
7487
  "cpu": [
7547
7488
  "arm"
7548
7489
  ],
@@ -7579,9 +7520,9 @@
7579
7520
  ]
7580
7521
  },
7581
7522
  "node_modules/@rollup/rollup-linux-loong64-gnu": {
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==",
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==",
7585
7526
  "cpu": [
7586
7527
  "loong64"
7587
7528
  ],
@@ -7592,9 +7533,9 @@
7592
7533
  ]
7593
7534
  },
7594
7535
  "node_modules/@rollup/rollup-linux-loong64-musl": {
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==",
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==",
7598
7539
  "cpu": [
7599
7540
  "loong64"
7600
7541
  ],
@@ -7605,9 +7546,9 @@
7605
7546
  ]
7606
7547
  },
7607
7548
  "node_modules/@rollup/rollup-linux-ppc64-gnu": {
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==",
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==",
7611
7552
  "cpu": [
7612
7553
  "ppc64"
7613
7554
  ],
@@ -7618,9 +7559,9 @@
7618
7559
  ]
7619
7560
  },
7620
7561
  "node_modules/@rollup/rollup-linux-ppc64-musl": {
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==",
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==",
7624
7565
  "cpu": [
7625
7566
  "ppc64"
7626
7567
  ],
@@ -7631,9 +7572,9 @@
7631
7572
  ]
7632
7573
  },
7633
7574
  "node_modules/@rollup/rollup-linux-riscv64-gnu": {
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==",
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==",
7637
7578
  "cpu": [
7638
7579
  "riscv64"
7639
7580
  ],
@@ -7644,9 +7585,9 @@
7644
7585
  ]
7645
7586
  },
7646
7587
  "node_modules/@rollup/rollup-linux-riscv64-musl": {
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==",
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==",
7650
7591
  "cpu": [
7651
7592
  "riscv64"
7652
7593
  ],
@@ -7657,9 +7598,9 @@
7657
7598
  ]
7658
7599
  },
7659
7600
  "node_modules/@rollup/rollup-linux-s390x-gnu": {
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==",
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==",
7663
7604
  "cpu": [
7664
7605
  "s390x"
7665
7606
  ],
@@ -7696,9 +7637,9 @@
7696
7637
  ]
7697
7638
  },
7698
7639
  "node_modules/@rollup/rollup-openbsd-x64": {
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==",
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==",
7702
7643
  "cpu": [
7703
7644
  "x64"
7704
7645
  ],
@@ -7709,9 +7650,9 @@
7709
7650
  ]
7710
7651
  },
7711
7652
  "node_modules/@rollup/rollup-openharmony-arm64": {
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==",
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==",
7715
7656
  "cpu": [
7716
7657
  "arm64"
7717
7658
  ],
@@ -7735,9 +7676,9 @@
7735
7676
  ]
7736
7677
  },
7737
7678
  "node_modules/@rollup/rollup-win32-ia32-msvc": {
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==",
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==",
7741
7682
  "cpu": [
7742
7683
  "ia32"
7743
7684
  ],
@@ -7748,9 +7689,9 @@
7748
7689
  ]
7749
7690
  },
7750
7691
  "node_modules/@rollup/rollup-win32-x64-gnu": {
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==",
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==",
7754
7695
  "cpu": [
7755
7696
  "x64"
7756
7697
  ],
@@ -7774,13 +7715,13 @@
7774
7715
  ]
7775
7716
  },
7776
7717
  "node_modules/@schematics/angular": {
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==",
7718
+ "version": "21.1.1",
7719
+ "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-21.1.1.tgz",
7720
+ "integrity": "sha512-WijqITteakpFOplx7IGHIdBOdTU04Ul4qweilY1CRK3KdzQRuAf31KiKUFrJiGW076cyokmAQmBoZcngh9rCNw==",
7780
7721
  "license": "MIT",
7781
7722
  "dependencies": {
7782
- "@angular-devkit/core": "21.1.0",
7783
- "@angular-devkit/schematics": "21.1.0",
7723
+ "@angular-devkit/core": "21.1.1",
7724
+ "@angular-devkit/schematics": "21.1.1",
7784
7725
  "jsonc-parser": "3.3.1"
7785
7726
  },
7786
7727
  "engines": {
@@ -8058,9 +7999,9 @@
8058
7999
  "license": "MIT"
8059
8000
  },
8060
8001
  "node_modules/@types/node": {
8061
- "version": "25.0.9",
8062
- "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz",
8063
- "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==",
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==",
8064
8005
  "license": "MIT",
8065
8006
  "dependencies": {
8066
8007
  "undici-types": "~7.16.0"
@@ -8661,13 +8602,13 @@
8661
8602
  }
8662
8603
  },
8663
8604
  "node_modules/babel-plugin-polyfill-corejs2": {
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==",
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==",
8667
8608
  "license": "MIT",
8668
8609
  "dependencies": {
8669
- "@babel/compat-data": "^7.27.7",
8670
- "@babel/helper-define-polyfill-provider": "^0.6.5",
8610
+ "@babel/compat-data": "^7.28.6",
8611
+ "@babel/helper-define-polyfill-provider": "^0.6.6",
8671
8612
  "semver": "^6.3.1"
8672
8613
  },
8673
8614
  "peerDependencies": {
@@ -8697,12 +8638,12 @@
8697
8638
  }
8698
8639
  },
8699
8640
  "node_modules/babel-plugin-polyfill-regenerator": {
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==",
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==",
8703
8644
  "license": "MIT",
8704
8645
  "dependencies": {
8705
- "@babel/helper-define-polyfill-provider": "^0.6.5"
8646
+ "@babel/helper-define-polyfill-provider": "^0.6.6"
8706
8647
  },
8707
8648
  "peerDependencies": {
8708
8649
  "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
@@ -8735,9 +8676,9 @@
8735
8676
  "license": "MIT"
8736
8677
  },
8737
8678
  "node_modules/baseline-browser-mapping": {
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==",
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==",
8741
8682
  "license": "Apache-2.0",
8742
8683
  "bin": {
8743
8684
  "baseline-browser-mapping": "dist/cli.js"
@@ -9014,9 +8955,9 @@
9014
8955
  }
9015
8956
  },
9016
8957
  "node_modules/caniuse-lite": {
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==",
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==",
9020
8961
  "funding": [
9021
8962
  {
9022
8963
  "type": "opencollective",
@@ -9052,9 +8993,9 @@
9052
8993
  "license": "MIT"
9053
8994
  },
9054
8995
  "node_modules/cheerio": {
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==",
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==",
9058
8999
  "license": "MIT",
9059
9000
  "dependencies": {
9060
9001
  "cheerio-select": "^2.1.0",
@@ -9062,11 +9003,11 @@
9062
9003
  "domhandler": "^5.0.3",
9063
9004
  "domutils": "^3.2.2",
9064
9005
  "encoding-sniffer": "^0.2.1",
9065
- "htmlparser2": "^10.0.0",
9006
+ "htmlparser2": "^10.1.0",
9066
9007
  "parse5": "^7.3.0",
9067
9008
  "parse5-htmlparser2-tree-adapter": "^7.1.0",
9068
9009
  "parse5-parser-stream": "^7.1.2",
9069
- "undici": "^7.12.0",
9010
+ "undici": "^7.19.0",
9070
9011
  "whatwg-mimetype": "^4.0.0"
9071
9012
  },
9072
9013
  "engines": {
@@ -9121,6 +9062,15 @@
9121
9062
  "url": "https://github.com/sponsors/fb55"
9122
9063
  }
9123
9064
  },
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
+ },
9124
9074
  "node_modules/chokidar": {
9125
9075
  "version": "5.0.0",
9126
9076
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
@@ -9628,12 +9578,12 @@
9628
9578
  }
9629
9579
  },
9630
9580
  "node_modules/core-js-compat": {
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==",
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==",
9634
9584
  "license": "MIT",
9635
9585
  "dependencies": {
9636
- "browserslist": "^4.28.0"
9586
+ "browserslist": "^4.28.1"
9637
9587
  },
9638
9588
  "funding": {
9639
9589
  "type": "opencollective",
@@ -9647,9 +9597,9 @@
9647
9597
  "license": "MIT"
9648
9598
  },
9649
9599
  "node_modules/cors": {
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==",
9600
+ "version": "2.8.6",
9601
+ "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
9602
+ "integrity": "sha512-tJtZBBHA6vjIAaF6EnIaq6laBBP9aq/Y3ouVJjEfoHbRBcHBAHYcMh/w8LDrk2PvIMMq8gmopa5D4V8RmbrxGw==",
9653
9603
  "license": "MIT",
9654
9604
  "dependencies": {
9655
9605
  "object-assign": "^4",
@@ -9657,6 +9607,10 @@
9657
9607
  },
9658
9608
  "engines": {
9659
9609
  "node": ">= 0.10"
9610
+ },
9611
+ "funding": {
9612
+ "type": "opencollective",
9613
+ "url": "https://opencollective.com/express"
9660
9614
  }
9661
9615
  },
9662
9616
  "node_modules/cosmiconfig": {
@@ -9989,9 +9943,9 @@
9989
9943
  "license": "MIT"
9990
9944
  },
9991
9945
  "node_modules/electron-to-chromium": {
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==",
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==",
9995
9949
  "license": "ISC"
9996
9950
  },
9997
9951
  "node_modules/elementtree": {
@@ -10924,9 +10878,9 @@
10924
10878
  }
10925
10879
  },
10926
10880
  "node_modules/hono": {
10927
- "version": "4.11.4",
10928
- "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz",
10929
- "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==",
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==",
10930
10884
  "license": "MIT",
10931
10885
  "peer": true,
10932
10886
  "engines": {
@@ -10997,9 +10951,9 @@
10997
10951
  }
10998
10952
  },
10999
10953
  "node_modules/htmlparser2": {
11000
- "version": "10.0.0",
11001
- "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
11002
- "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
10954
+ "version": "10.1.0",
10955
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.1.0.tgz",
10956
+ "integrity": "sha512-VTZkM9GWRAtEpveh7MSF6SjjrpNVNNVJfFup7xTY3UpFtm67foy9HDVXneLtFVt4pMz5kZtgNcvCniNFb1hlEQ==",
11003
10957
  "funding": [
11004
10958
  "https://github.com/fb55/htmlparser2?sponsor=1",
11005
10959
  {
@@ -11011,14 +10965,14 @@
11011
10965
  "dependencies": {
11012
10966
  "domelementtype": "^2.3.0",
11013
10967
  "domhandler": "^5.0.3",
11014
- "domutils": "^3.2.1",
11015
- "entities": "^6.0.0"
10968
+ "domutils": "^3.2.2",
10969
+ "entities": "^7.0.1"
11016
10970
  }
11017
10971
  },
11018
10972
  "node_modules/htmlparser2/node_modules/entities": {
11019
- "version": "6.0.1",
11020
- "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.1.tgz",
11021
- "integrity": "sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==",
10973
+ "version": "7.0.1",
10974
+ "resolved": "https://registry.npmjs.org/entities/-/entities-7.0.1.tgz",
10975
+ "integrity": "sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==",
11022
10976
  "license": "BSD-2-Clause",
11023
10977
  "engines": {
11024
10978
  "node": ">=0.12"
@@ -11962,9 +11916,9 @@
11962
11916
  }
11963
11917
  },
11964
11918
  "node_modules/lodash": {
11965
- "version": "4.17.21",
11966
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
11967
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
11919
+ "version": "4.17.23",
11920
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
11921
+ "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
11968
11922
  "license": "MIT"
11969
11923
  },
11970
11924
  "node_modules/lodash.debounce": {
@@ -12131,19 +12085,19 @@
12131
12085
  }
12132
12086
  },
12133
12087
  "node_modules/memfs": {
12134
- "version": "4.56.4",
12135
- "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.4.tgz",
12136
- "integrity": "sha512-GKqmHEFyFwccco9NmTEY38AemzpNLs5tKKxGfNpnLI/5D92NAr7STItdzTMeUlKdd3FjkE5w18TPLyKTb6MDVA==",
12088
+ "version": "4.56.10",
12089
+ "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.56.10.tgz",
12090
+ "integrity": "sha512-eLvzyrwqLHnLYalJP7YZ3wBe79MXktMdfQbvMrVD80K+NhrIukCVBvgP30zTJYEEDh9hZ/ep9z0KOdD7FSHo7w==",
12137
12091
  "license": "Apache-2.0",
12138
12092
  "dependencies": {
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",
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",
12147
12101
  "@jsonjoy.com/json-pack": "^1.11.0",
12148
12102
  "@jsonjoy.com/util": "^1.9.0",
12149
12103
  "glob-to-regex.js": "^1.0.1",
@@ -13995,9 +13949,9 @@
13995
13949
  }
13996
13950
  },
13997
13951
  "node_modules/rollup": {
13998
- "version": "4.55.3",
13999
- "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.55.3.tgz",
14000
- "integrity": "sha512-y9yUpfQvetAjiDLtNMf1hL9NXchIJgWt6zIKeoB+tCd3npX08Eqfzg60V9DhIGVMtQ0AlMkFw5xa+AQ37zxnAA==",
13952
+ "version": "4.56.0",
13953
+ "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.56.0.tgz",
13954
+ "integrity": "sha512-9FwVqlgUHzbXtDg9RCMgodF3Ua4Na6Gau+Sdt9vyCN4RhHfVKX2DCHy3BjMLTDd47ITDhYAnTwGulWTblJSDLg==",
14001
13955
  "license": "MIT",
14002
13956
  "dependencies": {
14003
13957
  "@types/estree": "1.0.8"
@@ -14010,38 +13964,38 @@
14010
13964
  "npm": ">=8.0.0"
14011
13965
  },
14012
13966
  "optionalDependencies": {
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",
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",
14038
13992
  "fsevents": "~2.3.2"
14039
13993
  }
14040
13994
  },
14041
13995
  "node_modules/rollup/node_modules/@rollup/rollup-darwin-arm64": {
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==",
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==",
14045
13999
  "cpu": [
14046
14000
  "arm64"
14047
14001
  ],
@@ -14052,9 +14006,9 @@
14052
14006
  ]
14053
14007
  },
14054
14008
  "node_modules/rollup/node_modules/@rollup/rollup-darwin-x64": {
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==",
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==",
14058
14012
  "cpu": [
14059
14013
  "x64"
14060
14014
  ],
@@ -14065,9 +14019,9 @@
14065
14019
  ]
14066
14020
  },
14067
14021
  "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-gnu": {
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==",
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==",
14071
14025
  "cpu": [
14072
14026
  "arm64"
14073
14027
  ],
@@ -14078,9 +14032,9 @@
14078
14032
  ]
14079
14033
  },
14080
14034
  "node_modules/rollup/node_modules/@rollup/rollup-linux-arm64-musl": {
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==",
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==",
14084
14038
  "cpu": [
14085
14039
  "arm64"
14086
14040
  ],
@@ -14091,9 +14045,9 @@
14091
14045
  ]
14092
14046
  },
14093
14047
  "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-gnu": {
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==",
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==",
14097
14051
  "cpu": [
14098
14052
  "x64"
14099
14053
  ],
@@ -14104,9 +14058,9 @@
14104
14058
  ]
14105
14059
  },
14106
14060
  "node_modules/rollup/node_modules/@rollup/rollup-linux-x64-musl": {
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==",
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==",
14110
14064
  "cpu": [
14111
14065
  "x64"
14112
14066
  ],
@@ -14117,9 +14071,9 @@
14117
14071
  ]
14118
14072
  },
14119
14073
  "node_modules/rollup/node_modules/@rollup/rollup-win32-arm64-msvc": {
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==",
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==",
14123
14077
  "cpu": [
14124
14078
  "arm64"
14125
14079
  ],
@@ -14130,9 +14084,9 @@
14130
14084
  ]
14131
14085
  },
14132
14086
  "node_modules/rollup/node_modules/@rollup/rollup-win32-x64-msvc": {
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==",
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==",
14136
14090
  "cpu": [
14137
14091
  "x64"
14138
14092
  ],
@@ -14425,21 +14379,25 @@
14425
14379
  }
14426
14380
  },
14427
14381
  "node_modules/serve-index": {
14428
- "version": "1.9.1",
14429
- "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz",
14430
- "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==",
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==",
14431
14385
  "license": "MIT",
14432
14386
  "dependencies": {
14433
- "accepts": "~1.3.4",
14387
+ "accepts": "~1.3.8",
14434
14388
  "batch": "0.6.1",
14435
14389
  "debug": "2.6.9",
14436
14390
  "escape-html": "~1.0.3",
14437
- "http-errors": "~1.6.2",
14438
- "mime-types": "~2.1.17",
14439
- "parseurl": "~1.3.2"
14391
+ "http-errors": "~1.8.0",
14392
+ "mime-types": "~2.1.35",
14393
+ "parseurl": "~1.3.3"
14440
14394
  },
14441
14395
  "engines": {
14442
14396
  "node": ">= 0.8.0"
14397
+ },
14398
+ "funding": {
14399
+ "type": "opencollective",
14400
+ "url": "https://opencollective.com/express"
14443
14401
  }
14444
14402
  },
14445
14403
  "node_modules/serve-index/node_modules/accepts": {
@@ -14474,26 +14432,21 @@
14474
14432
  }
14475
14433
  },
14476
14434
  "node_modules/serve-index/node_modules/http-errors": {
14477
- "version": "1.6.3",
14478
- "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz",
14479
- "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==",
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==",
14480
14438
  "license": "MIT",
14481
14439
  "dependencies": {
14482
14440
  "depd": "~1.1.2",
14483
- "inherits": "2.0.3",
14484
- "setprototypeof": "1.1.0",
14485
- "statuses": ">= 1.4.0 < 2"
14441
+ "inherits": "2.0.4",
14442
+ "setprototypeof": "1.2.0",
14443
+ "statuses": ">= 1.5.0 < 2",
14444
+ "toidentifier": "1.0.1"
14486
14445
  },
14487
14446
  "engines": {
14488
14447
  "node": ">= 0.6"
14489
14448
  }
14490
14449
  },
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
- },
14497
14450
  "node_modules/serve-index/node_modules/mime-db": {
14498
14451
  "version": "1.52.0",
14499
14452
  "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
@@ -14530,12 +14483,6 @@
14530
14483
  "node": ">= 0.6"
14531
14484
  }
14532
14485
  },
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
- },
14539
14486
  "node_modules/serve-index/node_modules/statuses": {
14540
14487
  "version": "1.5.0",
14541
14488
  "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz",
@@ -15380,9 +15327,9 @@
15380
15327
  }
15381
15328
  },
15382
15329
  "node_modules/undici": {
15383
- "version": "7.18.0",
15384
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.0.tgz",
15385
- "integrity": "sha512-CfPufgPFHCYu0W4h1NiKW9+tNJ39o3kWm7Cm29ET1enSJx+AERfz7A2wAr26aY0SZbYzZlTBQtcHy15o60VZfQ==",
15330
+ "version": "7.18.2",
15331
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.18.2.tgz",
15332
+ "integrity": "sha512-y+8YjDFzWdQlSE9N5nzKMT3g4a5UBX1HKowfdXh0uvAnTaqqwqB92Jt4UXBAeKekDs5IaDKyJFR4X1gYVCgXcw==",
15386
15333
  "license": "MIT",
15387
15334
  "engines": {
15388
15335
  "node": ">=20.18.1"