@regulaforensics/face-sdk 8.3.1237-nightly → 8.3.1243
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RNFaceSDK.podspec +2 -2
- package/android/build.gradle +2 -2
- package/android/cordova.gradle +2 -2
- package/android/src/main/java/com/regula/plugin/facesdk/Config.kt +90 -90
- package/android/src/main/java/com/regula/plugin/facesdk/JSONConstructor.kt +98 -98
- package/android/src/main/java/com/regula/plugin/facesdk/Main.kt +35 -35
- package/examples/capacitor/package-lock.json +14 -14
- package/examples/capacitor/package.json +2 -2
- package/examples/ionic/package-lock.json +577 -868
- package/examples/ionic/package.json +9 -3
- package/examples/ionic/scripts/android.sh +1 -1
- package/examples/react_native/package-lock.json +2140 -1225
- package/examples/react_native/package.json +7 -3
- package/ios/Config.swift +105 -105
- package/ios/Decoder.swift +67 -67
- package/ios/Main.swift +22 -22
- package/package.json +1 -1
- package/plugin.xml +2 -2
- package/test/package-lock.json +5 -2
- package/test/test.tsx +15 -15
- package/www/types/index.d.ts +24 -24
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"@awesome-cordova-plugins/file": "^9.2.0",
|
|
21
21
|
"@ionic/angular": "^8.8.13",
|
|
22
22
|
"@ionic/cordova-builders": "^12.3.0",
|
|
23
|
-
"@regulaforensics/face-core-basic": "8.
|
|
24
|
-
"@regulaforensics/face-sdk": "8.
|
|
23
|
+
"@regulaforensics/face-core-basic": "8.3.667-rc",
|
|
24
|
+
"@regulaforensics/face-sdk": "8.3.1220-rc",
|
|
25
25
|
"cordova-android": "^15.0.0",
|
|
26
26
|
"cordova-ios": "^8.1.1",
|
|
27
27
|
"cordova-plugin-camera": "^8.0.0",
|
|
@@ -240,12 +240,12 @@
|
|
|
240
240
|
}
|
|
241
241
|
},
|
|
242
242
|
"node_modules/@angular-devkit/architect": {
|
|
243
|
-
"version": "0.2200.
|
|
244
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2200.
|
|
245
|
-
"integrity": "sha512-
|
|
243
|
+
"version": "0.2200.9",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2200.9.tgz",
|
|
245
|
+
"integrity": "sha512-kwiyEFfJsnJ4o7ondW8KswwJbp+qri5yWLS0wMMG+uBwOolZfrQReorqsQNCALhwmojhDNZc0wEWXEHEhKnotw==",
|
|
246
246
|
"license": "MIT",
|
|
247
247
|
"dependencies": {
|
|
248
|
-
"@angular-devkit/core": "22.0.
|
|
248
|
+
"@angular-devkit/core": "22.0.9",
|
|
249
249
|
"rxjs": "7.8.2"
|
|
250
250
|
},
|
|
251
251
|
"bin": {
|
|
@@ -258,28 +258,28 @@
|
|
|
258
258
|
}
|
|
259
259
|
},
|
|
260
260
|
"node_modules/@angular-devkit/build-angular": {
|
|
261
|
-
"version": "22.0.
|
|
262
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-22.0.
|
|
263
|
-
"integrity": "sha512
|
|
261
|
+
"version": "22.0.9",
|
|
262
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-22.0.9.tgz",
|
|
263
|
+
"integrity": "sha512-WwWi/lS3h3XYoUBuTrxhqRU5KItWFdEcXYcUfhGYBUTcLXh3LAMs4jh22W3ugFFT5EO02kmxk7ww5L/Si8g4uw==",
|
|
264
264
|
"deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.",
|
|
265
265
|
"license": "MIT",
|
|
266
266
|
"dependencies": {
|
|
267
267
|
"@ampproject/remapping": "2.3.0",
|
|
268
|
-
"@angular-devkit/architect": "0.2200.
|
|
269
|
-
"@angular-devkit/build-webpack": "0.2200.
|
|
270
|
-
"@angular-devkit/core": "22.0.
|
|
271
|
-
"@angular/build": "22.0.
|
|
272
|
-
"@babel/core": "7.29.
|
|
273
|
-
"@babel/generator": "7.29.
|
|
274
|
-
"@babel/helper-annotate-as-pure": "7.
|
|
268
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
269
|
+
"@angular-devkit/build-webpack": "0.2200.9",
|
|
270
|
+
"@angular-devkit/core": "22.0.9",
|
|
271
|
+
"@angular/build": "22.0.9",
|
|
272
|
+
"@babel/core": "7.29.7",
|
|
273
|
+
"@babel/generator": "7.29.7",
|
|
274
|
+
"@babel/helper-annotate-as-pure": "7.29.7",
|
|
275
275
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
276
|
-
"@babel/plugin-transform-async-generator-functions": "7.29.
|
|
277
|
-
"@babel/plugin-transform-async-to-generator": "7.
|
|
278
|
-
"@babel/plugin-transform-runtime": "7.29.
|
|
279
|
-
"@babel/preset-env": "7.29.
|
|
280
|
-
"@babel/runtime": "7.29.
|
|
276
|
+
"@babel/plugin-transform-async-generator-functions": "7.29.7",
|
|
277
|
+
"@babel/plugin-transform-async-to-generator": "7.29.7",
|
|
278
|
+
"@babel/plugin-transform-runtime": "7.29.7",
|
|
279
|
+
"@babel/preset-env": "7.29.7",
|
|
280
|
+
"@babel/runtime": "7.29.7",
|
|
281
281
|
"@discoveryjs/json-ext": "1.1.0",
|
|
282
|
-
"@ngtools/webpack": "22.0.
|
|
282
|
+
"@ngtools/webpack": "22.0.9",
|
|
283
283
|
"ansi-colors": "4.1.3",
|
|
284
284
|
"autoprefixer": "10.5.0",
|
|
285
285
|
"babel-loader": "10.1.1",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"copy-webpack-plugin": "14.0.0",
|
|
288
288
|
"css-loader": "7.1.4",
|
|
289
289
|
"esbuild-wasm": "0.28.1",
|
|
290
|
-
"http-proxy-middleware": "3.0.
|
|
290
|
+
"http-proxy-middleware": "3.0.7",
|
|
291
291
|
"istanbul-lib-instrument": "6.0.3",
|
|
292
292
|
"jsonc-parser": "3.3.1",
|
|
293
293
|
"karma-source-map-support": "1.4.0",
|
|
@@ -333,7 +333,7 @@
|
|
|
333
333
|
"@angular/platform-browser": "^22.0.0",
|
|
334
334
|
"@angular/platform-server": "^22.0.0",
|
|
335
335
|
"@angular/service-worker": "^22.0.0",
|
|
336
|
-
"@angular/ssr": "^22.0.
|
|
336
|
+
"@angular/ssr": "^22.0.9",
|
|
337
337
|
"browser-sync": "^3.0.2",
|
|
338
338
|
"karma": "^6.3.0",
|
|
339
339
|
"ng-packagr": "^22.0.0",
|
|
@@ -374,12 +374,12 @@
|
|
|
374
374
|
}
|
|
375
375
|
},
|
|
376
376
|
"node_modules/@angular-devkit/build-webpack": {
|
|
377
|
-
"version": "0.2200.
|
|
378
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2200.
|
|
379
|
-
"integrity": "sha512-
|
|
377
|
+
"version": "0.2200.9",
|
|
378
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2200.9.tgz",
|
|
379
|
+
"integrity": "sha512-1/NV1agI7eAi+uKcYo0i2Y/BwIn5gO7XorAvE+TZx/ux0XAdcj+uxnpR2e5+blBwRLynn0DIe8SkA/W6V58Xhg==",
|
|
380
380
|
"license": "MIT",
|
|
381
381
|
"dependencies": {
|
|
382
|
-
"@angular-devkit/architect": "0.2200.
|
|
382
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
383
383
|
"rxjs": "7.8.2"
|
|
384
384
|
},
|
|
385
385
|
"engines": {
|
|
@@ -393,9 +393,9 @@
|
|
|
393
393
|
}
|
|
394
394
|
},
|
|
395
395
|
"node_modules/@angular-devkit/core": {
|
|
396
|
-
"version": "22.0.
|
|
397
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.0.
|
|
398
|
-
"integrity": "sha512-
|
|
396
|
+
"version": "22.0.9",
|
|
397
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-22.0.9.tgz",
|
|
398
|
+
"integrity": "sha512-u53kltrh1ZKHSqGfEDbPW2RzSC1WBPpan3LN61TuzjAkiHqqaQXrN6EmUvYkX3CIT5PKhO6RPRsptMH9y7hs0w==",
|
|
399
399
|
"license": "MIT",
|
|
400
400
|
"dependencies": {
|
|
401
401
|
"ajv": "8.20.0",
|
|
@@ -420,12 +420,12 @@
|
|
|
420
420
|
}
|
|
421
421
|
},
|
|
422
422
|
"node_modules/@angular-devkit/schematics": {
|
|
423
|
-
"version": "22.0.
|
|
424
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.0.
|
|
425
|
-
"integrity": "sha512-
|
|
423
|
+
"version": "22.0.9",
|
|
424
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-22.0.9.tgz",
|
|
425
|
+
"integrity": "sha512-r7tPuiXI7pnwcaLQY4hQLOM9R5rkKRc1mKhQQb074Shh8XzTcTaw2ktDXLeiJm/SUUWQPhaxClnjjO3qU8AJRw==",
|
|
426
426
|
"license": "MIT",
|
|
427
427
|
"dependencies": {
|
|
428
|
-
"@angular-devkit/core": "22.0.
|
|
428
|
+
"@angular-devkit/core": "22.0.9",
|
|
429
429
|
"jsonc-parser": "3.3.1",
|
|
430
430
|
"magic-string": "0.30.21",
|
|
431
431
|
"ora": "9.4.0",
|
|
@@ -438,15 +438,15 @@
|
|
|
438
438
|
}
|
|
439
439
|
},
|
|
440
440
|
"node_modules/@angular/build": {
|
|
441
|
-
"version": "22.0.
|
|
442
|
-
"resolved": "https://registry.npmjs.org/@angular/build/-/build-22.0.
|
|
443
|
-
"integrity": "sha512-
|
|
441
|
+
"version": "22.0.9",
|
|
442
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-22.0.9.tgz",
|
|
443
|
+
"integrity": "sha512-j5eYaMTGFXdPVSX0xtWRRWHE2Ezz2CFiBPsAKrWHitvzccv95nURQYk5jbB+FHCYuN60zJNoTZMIlT7rXYAvag==",
|
|
444
444
|
"license": "MIT",
|
|
445
445
|
"dependencies": {
|
|
446
446
|
"@ampproject/remapping": "2.3.0",
|
|
447
|
-
"@angular-devkit/architect": "0.2200.
|
|
448
|
-
"@babel/core": "7.29.
|
|
449
|
-
"@babel/helper-annotate-as-pure": "7.
|
|
447
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
448
|
+
"@babel/core": "7.29.7",
|
|
449
|
+
"@babel/helper-annotate-as-pure": "7.29.7",
|
|
450
450
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
451
451
|
"@inquirer/confirm": "6.0.12",
|
|
452
452
|
"@vitejs/plugin-basic-ssl": "2.3.0",
|
|
@@ -466,7 +466,7 @@
|
|
|
466
466
|
"semver": "7.7.4",
|
|
467
467
|
"source-map-support": "0.5.21",
|
|
468
468
|
"tinyglobby": "0.2.16",
|
|
469
|
-
"vite": "7.3.
|
|
469
|
+
"vite": "7.3.6",
|
|
470
470
|
"watchpack": "2.5.1"
|
|
471
471
|
},
|
|
472
472
|
"engines": {
|
|
@@ -485,7 +485,7 @@
|
|
|
485
485
|
"@angular/platform-browser": "^22.0.0",
|
|
486
486
|
"@angular/platform-server": "^22.0.0",
|
|
487
487
|
"@angular/service-worker": "^22.0.0",
|
|
488
|
-
"@angular/ssr": "^22.0.
|
|
488
|
+
"@angular/ssr": "^22.0.9",
|
|
489
489
|
"istanbul-lib-instrument": "^6.0.0",
|
|
490
490
|
"karma": "^6.4.0",
|
|
491
491
|
"less": "^4.2.0",
|
|
@@ -539,18 +539,18 @@
|
|
|
539
539
|
}
|
|
540
540
|
},
|
|
541
541
|
"node_modules/@angular/cli": {
|
|
542
|
-
"version": "22.0.
|
|
543
|
-
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-22.0.
|
|
544
|
-
"integrity": "sha512-
|
|
542
|
+
"version": "22.0.9",
|
|
543
|
+
"resolved": "https://registry.npmjs.org/@angular/cli/-/cli-22.0.9.tgz",
|
|
544
|
+
"integrity": "sha512-nkdz9sc9OjTLBG2QwPH8HuFc4fOl489AzrKInM2y+Q0u1+/HFt9QpSeupPnDJeOYGImDIP0B2VJJ3teDRM1DGg==",
|
|
545
545
|
"license": "MIT",
|
|
546
546
|
"dependencies": {
|
|
547
|
-
"@angular-devkit/architect": "0.2200.
|
|
548
|
-
"@angular-devkit/core": "22.0.
|
|
549
|
-
"@angular-devkit/schematics": "22.0.
|
|
547
|
+
"@angular-devkit/architect": "0.2200.9",
|
|
548
|
+
"@angular-devkit/core": "22.0.9",
|
|
549
|
+
"@angular-devkit/schematics": "22.0.9",
|
|
550
550
|
"@inquirer/prompts": "8.4.2",
|
|
551
551
|
"@listr2/prompt-adapter-inquirer": "4.2.3",
|
|
552
552
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
553
|
-
"@schematics/angular": "22.0.
|
|
553
|
+
"@schematics/angular": "22.0.9",
|
|
554
554
|
"@yarnpkg/lockfile": "1.1.0",
|
|
555
555
|
"algoliasearch": "5.52.0",
|
|
556
556
|
"ini": "6.0.0",
|
|
@@ -573,9 +573,9 @@
|
|
|
573
573
|
}
|
|
574
574
|
},
|
|
575
575
|
"node_modules/@angular/common": {
|
|
576
|
-
"version": "22.0.
|
|
577
|
-
"resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.
|
|
578
|
-
"integrity": "sha512-
|
|
576
|
+
"version": "22.0.8",
|
|
577
|
+
"resolved": "https://registry.npmjs.org/@angular/common/-/common-22.0.8.tgz",
|
|
578
|
+
"integrity": "sha512-FnwkXndUgAyWk1/p5flMfocIUtuuneJ01mxC1FxRc5/bdWTyNVeQDsM9Lw4PEAPc0AHu//EnblegRq8o6LGdUQ==",
|
|
579
579
|
"license": "MIT",
|
|
580
580
|
"dependencies": {
|
|
581
581
|
"tslib": "^2.3.0"
|
|
@@ -584,14 +584,14 @@
|
|
|
584
584
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
585
585
|
},
|
|
586
586
|
"peerDependencies": {
|
|
587
|
-
"@angular/core": "22.0.
|
|
587
|
+
"@angular/core": "22.0.8",
|
|
588
588
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
589
589
|
}
|
|
590
590
|
},
|
|
591
591
|
"node_modules/@angular/compiler": {
|
|
592
|
-
"version": "22.0.
|
|
593
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.
|
|
594
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "22.0.8",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-22.0.8.tgz",
|
|
594
|
+
"integrity": "sha512-ot7rvntfkZsPHmp8yl6PWUj/yG4e50X0+YeR7QYy/rEYKBiIg91w8GwjxSzaF4g5+bzJGDv7l/XnachKm0IySg==",
|
|
595
595
|
"license": "MIT",
|
|
596
596
|
"peer": true,
|
|
597
597
|
"dependencies": {
|
|
@@ -602,9 +602,9 @@
|
|
|
602
602
|
}
|
|
603
603
|
},
|
|
604
604
|
"node_modules/@angular/compiler-cli": {
|
|
605
|
-
"version": "22.0.
|
|
606
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-22.0.
|
|
607
|
-
"integrity": "sha512-
|
|
605
|
+
"version": "22.0.8",
|
|
606
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-22.0.8.tgz",
|
|
607
|
+
"integrity": "sha512-shBqaUxMtqriv4UG2MHmYT8GSvDizI40mUFkOfeQ1yRJ2C9dk0TnWKPwjSO7o6bs6UiU6V8Y3uSWdmfCGVVZAA==",
|
|
608
608
|
"license": "MIT",
|
|
609
609
|
"dependencies": {
|
|
610
610
|
"@babel/core": "7.29.7",
|
|
@@ -624,7 +624,7 @@
|
|
|
624
624
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
625
625
|
},
|
|
626
626
|
"peerDependencies": {
|
|
627
|
-
"@angular/compiler": "22.0.
|
|
627
|
+
"@angular/compiler": "22.0.8",
|
|
628
628
|
"typescript": ">=6.0 <6.1"
|
|
629
629
|
},
|
|
630
630
|
"peerDependenciesMeta": {
|
|
@@ -634,9 +634,9 @@
|
|
|
634
634
|
}
|
|
635
635
|
},
|
|
636
636
|
"node_modules/@angular/core": {
|
|
637
|
-
"version": "22.0.
|
|
638
|
-
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.
|
|
639
|
-
"integrity": "sha512-
|
|
637
|
+
"version": "22.0.8",
|
|
638
|
+
"resolved": "https://registry.npmjs.org/@angular/core/-/core-22.0.8.tgz",
|
|
639
|
+
"integrity": "sha512-HagZZVzbtXd+ZhMb++k/HOtr/UTiBROHHH7xutgYgnSnPRXX0kCca5EQ02OZ/OCWfsMP5liSJDfwiePFULKA6Q==",
|
|
640
640
|
"license": "MIT",
|
|
641
641
|
"dependencies": {
|
|
642
642
|
"tslib": "^2.3.0"
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
646
646
|
},
|
|
647
647
|
"peerDependencies": {
|
|
648
|
-
"@angular/compiler": "22.0.
|
|
648
|
+
"@angular/compiler": "22.0.8",
|
|
649
649
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
650
650
|
"zone.js": "~0.15.0 || ~0.16.0"
|
|
651
651
|
},
|
|
@@ -659,9 +659,9 @@
|
|
|
659
659
|
}
|
|
660
660
|
},
|
|
661
661
|
"node_modules/@angular/forms": {
|
|
662
|
-
"version": "22.0.
|
|
663
|
-
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-22.0.
|
|
664
|
-
"integrity": "sha512-
|
|
662
|
+
"version": "22.0.8",
|
|
663
|
+
"resolved": "https://registry.npmjs.org/@angular/forms/-/forms-22.0.8.tgz",
|
|
664
|
+
"integrity": "sha512-KlLJE8rgziSBqCQy+cqCHPEQPGjJEY53i1vZbpnBoLXhnwswLJ3O0c76RHNpIrlrvr9v4p3b2/LxSE8wQmdStg==",
|
|
665
665
|
"license": "MIT",
|
|
666
666
|
"dependencies": {
|
|
667
667
|
"@standard-schema/spec": "^1.0.0",
|
|
@@ -672,16 +672,16 @@
|
|
|
672
672
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
673
673
|
},
|
|
674
674
|
"peerDependencies": {
|
|
675
|
-
"@angular/common": "22.0.
|
|
676
|
-
"@angular/core": "22.0.
|
|
677
|
-
"@angular/platform-browser": "22.0.
|
|
675
|
+
"@angular/common": "22.0.8",
|
|
676
|
+
"@angular/core": "22.0.8",
|
|
677
|
+
"@angular/platform-browser": "22.0.8",
|
|
678
678
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
"node_modules/@angular/platform-browser": {
|
|
682
|
-
"version": "22.0.
|
|
683
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.0.
|
|
684
|
-
"integrity": "sha512-
|
|
682
|
+
"version": "22.0.8",
|
|
683
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-22.0.8.tgz",
|
|
684
|
+
"integrity": "sha512-FllGHCayu5Dv82HAA9ORL04Xf+In9JGMbQ1Vn4QnhrAVxBz182vm+ZwszLzRDSAwmfeIjZDeK49tKAcqHR9XNg==",
|
|
685
685
|
"license": "MIT",
|
|
686
686
|
"peer": true,
|
|
687
687
|
"dependencies": {
|
|
@@ -691,9 +691,9 @@
|
|
|
691
691
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
692
692
|
},
|
|
693
693
|
"peerDependencies": {
|
|
694
|
-
"@angular/animations": "22.0.
|
|
695
|
-
"@angular/common": "22.0.
|
|
696
|
-
"@angular/core": "22.0.
|
|
694
|
+
"@angular/animations": "22.0.8",
|
|
695
|
+
"@angular/common": "22.0.8",
|
|
696
|
+
"@angular/core": "22.0.8"
|
|
697
697
|
},
|
|
698
698
|
"peerDependenciesMeta": {
|
|
699
699
|
"@angular/animations": {
|
|
@@ -702,9 +702,9 @@
|
|
|
702
702
|
}
|
|
703
703
|
},
|
|
704
704
|
"node_modules/@angular/platform-browser-dynamic": {
|
|
705
|
-
"version": "22.0.
|
|
706
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.0.
|
|
707
|
-
"integrity": "sha512-
|
|
705
|
+
"version": "22.0.8",
|
|
706
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-22.0.8.tgz",
|
|
707
|
+
"integrity": "sha512-HQ5GeMoKqd2eMy9hHga1F0yumhrt4gVlhoP8YfmQnZWluVagdyinUpGdd3dNiuYjLcbHB+KXdW9c6LnqEmU+dg==",
|
|
708
708
|
"deprecated": "@angular/platform-browser-dynamic is deprecated. Use `@angular/platform-browser` instead.",
|
|
709
709
|
"license": "MIT",
|
|
710
710
|
"dependencies": {
|
|
@@ -714,16 +714,16 @@
|
|
|
714
714
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
715
715
|
},
|
|
716
716
|
"peerDependencies": {
|
|
717
|
-
"@angular/common": "22.0.
|
|
718
|
-
"@angular/compiler": "22.0.
|
|
719
|
-
"@angular/core": "22.0.
|
|
720
|
-
"@angular/platform-browser": "22.0.
|
|
717
|
+
"@angular/common": "22.0.8",
|
|
718
|
+
"@angular/compiler": "22.0.8",
|
|
719
|
+
"@angular/core": "22.0.8",
|
|
720
|
+
"@angular/platform-browser": "22.0.8"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
723
723
|
"node_modules/@angular/router": {
|
|
724
|
-
"version": "22.0.
|
|
725
|
-
"resolved": "https://registry.npmjs.org/@angular/router/-/router-22.0.
|
|
726
|
-
"integrity": "sha512-
|
|
724
|
+
"version": "22.0.8",
|
|
725
|
+
"resolved": "https://registry.npmjs.org/@angular/router/-/router-22.0.8.tgz",
|
|
726
|
+
"integrity": "sha512-9NO5K03QqfWMWWZ+Uu4WqBSLw/YAot918cBUFdgl6mTUOfoHi/xWO5pAt0SEpbXMHmWafJBdb99GRlAGybGSTg==",
|
|
727
727
|
"license": "MIT",
|
|
728
728
|
"dependencies": {
|
|
729
729
|
"tslib": "^2.3.0"
|
|
@@ -732,26 +732,26 @@
|
|
|
732
732
|
"node": "^22.22.3 || ^24.15.0 || >=26.0.0"
|
|
733
733
|
},
|
|
734
734
|
"peerDependencies": {
|
|
735
|
-
"@angular/common": "22.0.
|
|
736
|
-
"@angular/core": "22.0.
|
|
737
|
-
"@angular/platform-browser": "22.0.
|
|
735
|
+
"@angular/common": "22.0.8",
|
|
736
|
+
"@angular/core": "22.0.8",
|
|
737
|
+
"@angular/platform-browser": "22.0.8",
|
|
738
738
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
739
739
|
}
|
|
740
740
|
},
|
|
741
741
|
"node_modules/@awesome-cordova-plugins/camera": {
|
|
742
|
-
"version": "9.
|
|
743
|
-
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/camera/-/camera-9.
|
|
744
|
-
"integrity": "sha512-
|
|
742
|
+
"version": "9.4.0",
|
|
743
|
+
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/camera/-/camera-9.4.0.tgz",
|
|
744
|
+
"integrity": "sha512-UFH/t/LthsA941oPvjKOsZNs40HZqhwD8s13IUZIYSUhkF26r6e+89khp44dAUvzJY3VFqNRO2ZSJgABnR0GTA==",
|
|
745
745
|
"license": "MIT",
|
|
746
746
|
"peerDependencies": {
|
|
747
|
-
"@awesome-cordova-plugins/core": "^9.
|
|
747
|
+
"@awesome-cordova-plugins/core": "^9.4.0",
|
|
748
748
|
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
749
749
|
}
|
|
750
750
|
},
|
|
751
751
|
"node_modules/@awesome-cordova-plugins/core": {
|
|
752
|
-
"version": "9.
|
|
753
|
-
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/core/-/core-9.
|
|
754
|
-
"integrity": "sha512-
|
|
752
|
+
"version": "9.4.0",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/core/-/core-9.4.0.tgz",
|
|
754
|
+
"integrity": "sha512-NyD9hHxovL9+fqjmSJ5wfgWB+QripHQ8ahg1+m5PrkTM9NcchvjYd3sTeK7Fatyih8D63ZsOwJZxn7g+0TgoEA==",
|
|
755
755
|
"license": "MIT",
|
|
756
756
|
"peer": true,
|
|
757
757
|
"dependencies": {
|
|
@@ -762,22 +762,22 @@
|
|
|
762
762
|
}
|
|
763
763
|
},
|
|
764
764
|
"node_modules/@awesome-cordova-plugins/dialogs": {
|
|
765
|
-
"version": "9.
|
|
766
|
-
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/dialogs/-/dialogs-9.
|
|
767
|
-
"integrity": "sha512-
|
|
765
|
+
"version": "9.4.0",
|
|
766
|
+
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/dialogs/-/dialogs-9.4.0.tgz",
|
|
767
|
+
"integrity": "sha512-ox/yfDiiqDoouGs5SaqVjuidaGp2FbdyuAlOs/ZDAbhlanKy1tD9fyoIHtXWjwNy2A81wXR4Hj7x+HR7zqhr0Q==",
|
|
768
768
|
"license": "MIT",
|
|
769
769
|
"peerDependencies": {
|
|
770
|
-
"@awesome-cordova-plugins/core": "^9.
|
|
770
|
+
"@awesome-cordova-plugins/core": "^9.4.0",
|
|
771
771
|
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
772
772
|
}
|
|
773
773
|
},
|
|
774
774
|
"node_modules/@awesome-cordova-plugins/file": {
|
|
775
|
-
"version": "9.
|
|
776
|
-
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/file/-/file-9.
|
|
777
|
-
"integrity": "sha512-
|
|
775
|
+
"version": "9.4.0",
|
|
776
|
+
"resolved": "https://registry.npmjs.org/@awesome-cordova-plugins/file/-/file-9.4.0.tgz",
|
|
777
|
+
"integrity": "sha512-EEZZ5dGJpr16Az690moN1Rq2ZhOJsciWKBWmlji6wyTmqKxWK5M6LrMsidumbqKiOiFR7eFJaSxLvZKxACK3/A==",
|
|
778
778
|
"license": "MIT",
|
|
779
779
|
"peerDependencies": {
|
|
780
|
-
"@awesome-cordova-plugins/core": "^9.
|
|
780
|
+
"@awesome-cordova-plugins/core": "^9.4.0",
|
|
781
781
|
"rxjs": "^5.5.0 || ^6.5.0 || ^7.3.0"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
@@ -834,22 +834,6 @@
|
|
|
834
834
|
"url": "https://opencollective.com/babel"
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
|
-
"node_modules/@babel/core/node_modules/@babel/generator": {
|
|
838
|
-
"version": "7.29.7",
|
|
839
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
840
|
-
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
841
|
-
"license": "MIT",
|
|
842
|
-
"dependencies": {
|
|
843
|
-
"@babel/parser": "^7.29.7",
|
|
844
|
-
"@babel/types": "^7.29.7",
|
|
845
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
846
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
847
|
-
"jsesc": "^3.0.2"
|
|
848
|
-
},
|
|
849
|
-
"engines": {
|
|
850
|
-
"node": ">=6.9.0"
|
|
851
|
-
}
|
|
852
|
-
},
|
|
853
837
|
"node_modules/@babel/core/node_modules/convert-source-map": {
|
|
854
838
|
"version": "2.0.0",
|
|
855
839
|
"resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz",
|
|
@@ -866,13 +850,13 @@
|
|
|
866
850
|
}
|
|
867
851
|
},
|
|
868
852
|
"node_modules/@babel/generator": {
|
|
869
|
-
"version": "7.29.
|
|
870
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.
|
|
871
|
-
"integrity": "sha512-
|
|
853
|
+
"version": "7.29.7",
|
|
854
|
+
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
855
|
+
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
872
856
|
"license": "MIT",
|
|
873
857
|
"dependencies": {
|
|
874
|
-
"@babel/parser": "^7.29.
|
|
875
|
-
"@babel/types": "^7.29.
|
|
858
|
+
"@babel/parser": "^7.29.7",
|
|
859
|
+
"@babel/types": "^7.29.7",
|
|
876
860
|
"@jridgewell/gen-mapping": "^0.3.12",
|
|
877
861
|
"@jridgewell/trace-mapping": "^0.3.28",
|
|
878
862
|
"jsesc": "^3.0.2"
|
|
@@ -882,12 +866,12 @@
|
|
|
882
866
|
}
|
|
883
867
|
},
|
|
884
868
|
"node_modules/@babel/helper-annotate-as-pure": {
|
|
885
|
-
"version": "7.
|
|
886
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
|
887
|
-
"integrity": "sha512-
|
|
869
|
+
"version": "7.29.7",
|
|
870
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
871
|
+
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
888
872
|
"license": "MIT",
|
|
889
873
|
"dependencies": {
|
|
890
|
-
"@babel/types": "^7.
|
|
874
|
+
"@babel/types": "^7.29.7"
|
|
891
875
|
},
|
|
892
876
|
"engines": {
|
|
893
877
|
"node": ">=6.9.0"
|
|
@@ -939,18 +923,6 @@
|
|
|
939
923
|
"@babel/core": "^7.0.0"
|
|
940
924
|
}
|
|
941
925
|
},
|
|
942
|
-
"node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": {
|
|
943
|
-
"version": "7.29.7",
|
|
944
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
945
|
-
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
946
|
-
"license": "MIT",
|
|
947
|
-
"dependencies": {
|
|
948
|
-
"@babel/types": "^7.29.7"
|
|
949
|
-
},
|
|
950
|
-
"engines": {
|
|
951
|
-
"node": ">=6.9.0"
|
|
952
|
-
}
|
|
953
|
-
},
|
|
954
926
|
"node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": {
|
|
955
927
|
"version": "6.3.1",
|
|
956
928
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -977,18 +949,6 @@
|
|
|
977
949
|
"@babel/core": "^7.0.0"
|
|
978
950
|
}
|
|
979
951
|
},
|
|
980
|
-
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": {
|
|
981
|
-
"version": "7.29.7",
|
|
982
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
983
|
-
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
984
|
-
"license": "MIT",
|
|
985
|
-
"dependencies": {
|
|
986
|
-
"@babel/types": "^7.29.7"
|
|
987
|
-
},
|
|
988
|
-
"engines": {
|
|
989
|
-
"node": ">=6.9.0"
|
|
990
|
-
}
|
|
991
|
-
},
|
|
992
952
|
"node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": {
|
|
993
953
|
"version": "6.3.1",
|
|
994
954
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -1104,18 +1064,6 @@
|
|
|
1104
1064
|
"@babel/core": "^7.0.0"
|
|
1105
1065
|
}
|
|
1106
1066
|
},
|
|
1107
|
-
"node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": {
|
|
1108
|
-
"version": "7.29.7",
|
|
1109
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
1110
|
-
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
1111
|
-
"license": "MIT",
|
|
1112
|
-
"dependencies": {
|
|
1113
|
-
"@babel/types": "^7.29.7"
|
|
1114
|
-
},
|
|
1115
|
-
"engines": {
|
|
1116
|
-
"node": ">=6.9.0"
|
|
1117
|
-
}
|
|
1118
|
-
},
|
|
1119
1067
|
"node_modules/@babel/helper-replace-supers": {
|
|
1120
1068
|
"version": "7.29.7",
|
|
1121
1069
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.29.7.tgz",
|
|
@@ -1473,14 +1421,14 @@
|
|
|
1473
1421
|
}
|
|
1474
1422
|
},
|
|
1475
1423
|
"node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
1476
|
-
"version": "7.29.
|
|
1477
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.
|
|
1478
|
-
"integrity": "sha512-
|
|
1424
|
+
"version": "7.29.7",
|
|
1425
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.7.tgz",
|
|
1426
|
+
"integrity": "sha512-d98gXZkgswvkyohMBABkhm3GeXhYj8psWfwQ2C7gtfrKGTykQa/iOIi+JJhwMjPlZ6Vm2XN+DCf3Es1EoG4ZLA==",
|
|
1479
1427
|
"license": "MIT",
|
|
1480
1428
|
"dependencies": {
|
|
1481
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1482
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
1483
|
-
"@babel/traverse": "^7.29.
|
|
1429
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1430
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7",
|
|
1431
|
+
"@babel/traverse": "^7.29.7"
|
|
1484
1432
|
},
|
|
1485
1433
|
"engines": {
|
|
1486
1434
|
"node": ">=6.9.0"
|
|
@@ -1490,14 +1438,14 @@
|
|
|
1490
1438
|
}
|
|
1491
1439
|
},
|
|
1492
1440
|
"node_modules/@babel/plugin-transform-async-to-generator": {
|
|
1493
|
-
"version": "7.
|
|
1494
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.
|
|
1495
|
-
"integrity": "sha512-
|
|
1441
|
+
"version": "7.29.7",
|
|
1442
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.29.7.tgz",
|
|
1443
|
+
"integrity": "sha512-pcUb2SS+RMo9TWVBwKGI5ShtoG7R+zBsFmCKDa6fe8c+hPr3XJlZgoE5j6i8W7gDjhyvy+85vmYexanvXh3d1w==",
|
|
1496
1444
|
"license": "MIT",
|
|
1497
1445
|
"dependencies": {
|
|
1498
|
-
"@babel/helper-module-imports": "^7.
|
|
1499
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1500
|
-
"@babel/helper-remap-async-to-generator": "^7.
|
|
1446
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
1447
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
1448
|
+
"@babel/helper-remap-async-to-generator": "^7.29.7"
|
|
1501
1449
|
},
|
|
1502
1450
|
"engines": {
|
|
1503
1451
|
"node": ">=6.9.0"
|
|
@@ -1588,18 +1536,6 @@
|
|
|
1588
1536
|
"@babel/core": "^7.0.0-0"
|
|
1589
1537
|
}
|
|
1590
1538
|
},
|
|
1591
|
-
"node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": {
|
|
1592
|
-
"version": "7.29.7",
|
|
1593
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
1594
|
-
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
1595
|
-
"license": "MIT",
|
|
1596
|
-
"dependencies": {
|
|
1597
|
-
"@babel/types": "^7.29.7"
|
|
1598
|
-
},
|
|
1599
|
-
"engines": {
|
|
1600
|
-
"node": ">=6.9.0"
|
|
1601
|
-
}
|
|
1602
|
-
},
|
|
1603
1539
|
"node_modules/@babel/plugin-transform-computed-properties": {
|
|
1604
1540
|
"version": "7.29.7",
|
|
1605
1541
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.29.7.tgz",
|
|
@@ -2074,18 +2010,6 @@
|
|
|
2074
2010
|
"@babel/core": "^7.0.0-0"
|
|
2075
2011
|
}
|
|
2076
2012
|
},
|
|
2077
|
-
"node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": {
|
|
2078
|
-
"version": "7.29.7",
|
|
2079
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.29.7.tgz",
|
|
2080
|
-
"integrity": "sha512-OoK6239jHPuSQOoS0kfTVKn0b/rVTk0seKq4Gd2UMLtmOVLjDC0ki3e+c90Trqv2gMfvJFqkiljrr568+qddiw==",
|
|
2081
|
-
"license": "MIT",
|
|
2082
|
-
"dependencies": {
|
|
2083
|
-
"@babel/types": "^7.29.7"
|
|
2084
|
-
},
|
|
2085
|
-
"engines": {
|
|
2086
|
-
"node": ">=6.9.0"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2089
2013
|
"node_modules/@babel/plugin-transform-property-literals": {
|
|
2090
2014
|
"version": "7.29.7",
|
|
2091
2015
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.29.7.tgz",
|
|
@@ -2148,13 +2072,13 @@
|
|
|
2148
2072
|
}
|
|
2149
2073
|
},
|
|
2150
2074
|
"node_modules/@babel/plugin-transform-runtime": {
|
|
2151
|
-
"version": "7.29.
|
|
2152
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.
|
|
2153
|
-
"integrity": "sha512-
|
|
2075
|
+
"version": "7.29.7",
|
|
2076
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.29.7.tgz",
|
|
2077
|
+
"integrity": "sha512-xmAscdE/AsqRW7vutbPNoUmu/nF5SrLKPs7aoJgEjo35lLKA/Bc0i2rMv/hr1+Y0o1bQCiVtith3u2vdgRL39Q==",
|
|
2154
2078
|
"license": "MIT",
|
|
2155
2079
|
"dependencies": {
|
|
2156
|
-
"@babel/helper-module-imports": "^7.
|
|
2157
|
-
"@babel/helper-plugin-utils": "^7.
|
|
2080
|
+
"@babel/helper-module-imports": "^7.29.7",
|
|
2081
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
2158
2082
|
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
2159
2083
|
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
2160
2084
|
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
@@ -2316,76 +2240,76 @@
|
|
|
2316
2240
|
}
|
|
2317
2241
|
},
|
|
2318
2242
|
"node_modules/@babel/preset-env": {
|
|
2319
|
-
"version": "7.29.
|
|
2320
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.
|
|
2321
|
-
"integrity": "sha512-
|
|
2243
|
+
"version": "7.29.7",
|
|
2244
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.29.7.tgz",
|
|
2245
|
+
"integrity": "sha512-GYzX36n1nsciIb0uyH0GHwxwtNwPQIcpxSeiVLDtG/B7jB5xXgchnmL1f/jCX5o+pwnaDBtO60ONSJhEBJfxYA==",
|
|
2322
2246
|
"license": "MIT",
|
|
2323
2247
|
"dependencies": {
|
|
2324
|
-
"@babel/compat-data": "^7.29.
|
|
2325
|
-
"@babel/helper-compilation-targets": "^7.
|
|
2326
|
-
"@babel/helper-plugin-utils": "^7.
|
|
2327
|
-
"@babel/helper-validator-option": "^7.
|
|
2328
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.
|
|
2329
|
-
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.
|
|
2330
|
-
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.
|
|
2331
|
-
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.
|
|
2332
|
-
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.
|
|
2333
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.
|
|
2248
|
+
"@babel/compat-data": "^7.29.7",
|
|
2249
|
+
"@babel/helper-compilation-targets": "^7.29.7",
|
|
2250
|
+
"@babel/helper-plugin-utils": "^7.29.7",
|
|
2251
|
+
"@babel/helper-validator-option": "^7.29.7",
|
|
2252
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.29.7",
|
|
2253
|
+
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.29.7",
|
|
2254
|
+
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.29.7",
|
|
2255
|
+
"@babel/plugin-bugfix-safari-rest-destructuring-rhs-array": "^7.29.7",
|
|
2256
|
+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.29.7",
|
|
2257
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.29.7",
|
|
2334
2258
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
2335
|
-
"@babel/plugin-syntax-import-assertions": "^7.
|
|
2336
|
-
"@babel/plugin-syntax-import-attributes": "^7.
|
|
2259
|
+
"@babel/plugin-syntax-import-assertions": "^7.29.7",
|
|
2260
|
+
"@babel/plugin-syntax-import-attributes": "^7.29.7",
|
|
2337
2261
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
2338
|
-
"@babel/plugin-transform-arrow-functions": "^7.
|
|
2339
|
-
"@babel/plugin-transform-async-generator-functions": "^7.29.
|
|
2340
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
2341
|
-
"@babel/plugin-transform-block-scoped-functions": "^7.
|
|
2342
|
-
"@babel/plugin-transform-block-scoping": "^7.
|
|
2343
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
2344
|
-
"@babel/plugin-transform-class-static-block": "^7.
|
|
2345
|
-
"@babel/plugin-transform-classes": "^7.
|
|
2346
|
-
"@babel/plugin-transform-computed-properties": "^7.
|
|
2347
|
-
"@babel/plugin-transform-destructuring": "^7.
|
|
2348
|
-
"@babel/plugin-transform-dotall-regex": "^7.
|
|
2349
|
-
"@babel/plugin-transform-duplicate-keys": "^7.
|
|
2350
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.
|
|
2351
|
-
"@babel/plugin-transform-dynamic-import": "^7.
|
|
2352
|
-
"@babel/plugin-transform-explicit-resource-management": "^7.
|
|
2353
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
2354
|
-
"@babel/plugin-transform-export-namespace-from": "^7.
|
|
2355
|
-
"@babel/plugin-transform-for-of": "^7.
|
|
2356
|
-
"@babel/plugin-transform-function-name": "^7.
|
|
2357
|
-
"@babel/plugin-transform-json-strings": "^7.
|
|
2358
|
-
"@babel/plugin-transform-literals": "^7.
|
|
2359
|
-
"@babel/plugin-transform-logical-assignment-operators": "^7.
|
|
2360
|
-
"@babel/plugin-transform-member-expression-literals": "^7.
|
|
2361
|
-
"@babel/plugin-transform-modules-amd": "^7.
|
|
2362
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
2363
|
-
"@babel/plugin-transform-modules-systemjs": "^7.29.
|
|
2364
|
-
"@babel/plugin-transform-modules-umd": "^7.
|
|
2365
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.
|
|
2366
|
-
"@babel/plugin-transform-new-target": "^7.
|
|
2367
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.
|
|
2368
|
-
"@babel/plugin-transform-numeric-separator": "^7.
|
|
2369
|
-
"@babel/plugin-transform-object-rest-spread": "^7.
|
|
2370
|
-
"@babel/plugin-transform-object-super": "^7.
|
|
2371
|
-
"@babel/plugin-transform-optional-catch-binding": "^7.
|
|
2372
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
2373
|
-
"@babel/plugin-transform-parameters": "^7.
|
|
2374
|
-
"@babel/plugin-transform-private-methods": "^7.
|
|
2375
|
-
"@babel/plugin-transform-private-property-in-object": "^7.
|
|
2376
|
-
"@babel/plugin-transform-property-literals": "^7.
|
|
2377
|
-
"@babel/plugin-transform-regenerator": "^7.29.
|
|
2378
|
-
"@babel/plugin-transform-regexp-modifiers": "^7.
|
|
2379
|
-
"@babel/plugin-transform-reserved-words": "^7.
|
|
2380
|
-
"@babel/plugin-transform-shorthand-properties": "^7.
|
|
2381
|
-
"@babel/plugin-transform-spread": "^7.
|
|
2382
|
-
"@babel/plugin-transform-sticky-regex": "^7.
|
|
2383
|
-
"@babel/plugin-transform-template-literals": "^7.
|
|
2384
|
-
"@babel/plugin-transform-typeof-symbol": "^7.
|
|
2385
|
-
"@babel/plugin-transform-unicode-escapes": "^7.
|
|
2386
|
-
"@babel/plugin-transform-unicode-property-regex": "^7.
|
|
2387
|
-
"@babel/plugin-transform-unicode-regex": "^7.
|
|
2388
|
-
"@babel/plugin-transform-unicode-sets-regex": "^7.
|
|
2262
|
+
"@babel/plugin-transform-arrow-functions": "^7.29.7",
|
|
2263
|
+
"@babel/plugin-transform-async-generator-functions": "^7.29.7",
|
|
2264
|
+
"@babel/plugin-transform-async-to-generator": "^7.29.7",
|
|
2265
|
+
"@babel/plugin-transform-block-scoped-functions": "^7.29.7",
|
|
2266
|
+
"@babel/plugin-transform-block-scoping": "^7.29.7",
|
|
2267
|
+
"@babel/plugin-transform-class-properties": "^7.29.7",
|
|
2268
|
+
"@babel/plugin-transform-class-static-block": "^7.29.7",
|
|
2269
|
+
"@babel/plugin-transform-classes": "^7.29.7",
|
|
2270
|
+
"@babel/plugin-transform-computed-properties": "^7.29.7",
|
|
2271
|
+
"@babel/plugin-transform-destructuring": "^7.29.7",
|
|
2272
|
+
"@babel/plugin-transform-dotall-regex": "^7.29.7",
|
|
2273
|
+
"@babel/plugin-transform-duplicate-keys": "^7.29.7",
|
|
2274
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.29.7",
|
|
2275
|
+
"@babel/plugin-transform-dynamic-import": "^7.29.7",
|
|
2276
|
+
"@babel/plugin-transform-explicit-resource-management": "^7.29.7",
|
|
2277
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.29.7",
|
|
2278
|
+
"@babel/plugin-transform-export-namespace-from": "^7.29.7",
|
|
2279
|
+
"@babel/plugin-transform-for-of": "^7.29.7",
|
|
2280
|
+
"@babel/plugin-transform-function-name": "^7.29.7",
|
|
2281
|
+
"@babel/plugin-transform-json-strings": "^7.29.7",
|
|
2282
|
+
"@babel/plugin-transform-literals": "^7.29.7",
|
|
2283
|
+
"@babel/plugin-transform-logical-assignment-operators": "^7.29.7",
|
|
2284
|
+
"@babel/plugin-transform-member-expression-literals": "^7.29.7",
|
|
2285
|
+
"@babel/plugin-transform-modules-amd": "^7.29.7",
|
|
2286
|
+
"@babel/plugin-transform-modules-commonjs": "^7.29.7",
|
|
2287
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.7",
|
|
2288
|
+
"@babel/plugin-transform-modules-umd": "^7.29.7",
|
|
2289
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.29.7",
|
|
2290
|
+
"@babel/plugin-transform-new-target": "^7.29.7",
|
|
2291
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.29.7",
|
|
2292
|
+
"@babel/plugin-transform-numeric-separator": "^7.29.7",
|
|
2293
|
+
"@babel/plugin-transform-object-rest-spread": "^7.29.7",
|
|
2294
|
+
"@babel/plugin-transform-object-super": "^7.29.7",
|
|
2295
|
+
"@babel/plugin-transform-optional-catch-binding": "^7.29.7",
|
|
2296
|
+
"@babel/plugin-transform-optional-chaining": "^7.29.7",
|
|
2297
|
+
"@babel/plugin-transform-parameters": "^7.29.7",
|
|
2298
|
+
"@babel/plugin-transform-private-methods": "^7.29.7",
|
|
2299
|
+
"@babel/plugin-transform-private-property-in-object": "^7.29.7",
|
|
2300
|
+
"@babel/plugin-transform-property-literals": "^7.29.7",
|
|
2301
|
+
"@babel/plugin-transform-regenerator": "^7.29.7",
|
|
2302
|
+
"@babel/plugin-transform-regexp-modifiers": "^7.29.7",
|
|
2303
|
+
"@babel/plugin-transform-reserved-words": "^7.29.7",
|
|
2304
|
+
"@babel/plugin-transform-shorthand-properties": "^7.29.7",
|
|
2305
|
+
"@babel/plugin-transform-spread": "^7.29.7",
|
|
2306
|
+
"@babel/plugin-transform-sticky-regex": "^7.29.7",
|
|
2307
|
+
"@babel/plugin-transform-template-literals": "^7.29.7",
|
|
2308
|
+
"@babel/plugin-transform-typeof-symbol": "^7.29.7",
|
|
2309
|
+
"@babel/plugin-transform-unicode-escapes": "^7.29.7",
|
|
2310
|
+
"@babel/plugin-transform-unicode-property-regex": "^7.29.7",
|
|
2311
|
+
"@babel/plugin-transform-unicode-regex": "^7.29.7",
|
|
2312
|
+
"@babel/plugin-transform-unicode-sets-regex": "^7.29.7",
|
|
2389
2313
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
2390
2314
|
"babel-plugin-polyfill-corejs2": "^0.4.15",
|
|
2391
2315
|
"babel-plugin-polyfill-corejs3": "^0.14.0",
|
|
@@ -2437,9 +2361,9 @@
|
|
|
2437
2361
|
}
|
|
2438
2362
|
},
|
|
2439
2363
|
"node_modules/@babel/runtime": {
|
|
2440
|
-
"version": "7.29.
|
|
2441
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.
|
|
2442
|
-
"integrity": "sha512-
|
|
2364
|
+
"version": "7.29.7",
|
|
2365
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
2366
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
2443
2367
|
"license": "MIT",
|
|
2444
2368
|
"engines": {
|
|
2445
2369
|
"node": ">=6.9.0"
|
|
@@ -2477,22 +2401,6 @@
|
|
|
2477
2401
|
"node": ">=6.9.0"
|
|
2478
2402
|
}
|
|
2479
2403
|
},
|
|
2480
|
-
"node_modules/@babel/traverse/node_modules/@babel/generator": {
|
|
2481
|
-
"version": "7.29.7",
|
|
2482
|
-
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.7.tgz",
|
|
2483
|
-
"integrity": "sha512-DkXD5OJQaAQIdZ1bt3UZdEnHAn9Imd3IVBdX03UFe+ony9Ojw5pzr9YVKGDY1jt+Gcn/FnGkNf8r+Vj5NOJWtQ==",
|
|
2484
|
-
"license": "MIT",
|
|
2485
|
-
"dependencies": {
|
|
2486
|
-
"@babel/parser": "^7.29.7",
|
|
2487
|
-
"@babel/types": "^7.29.7",
|
|
2488
|
-
"@jridgewell/gen-mapping": "^0.3.12",
|
|
2489
|
-
"@jridgewell/trace-mapping": "^0.3.28",
|
|
2490
|
-
"jsesc": "^3.0.2"
|
|
2491
|
-
},
|
|
2492
|
-
"engines": {
|
|
2493
|
-
"node": ">=6.9.0"
|
|
2494
|
-
}
|
|
2495
|
-
},
|
|
2496
2404
|
"node_modules/@babel/types": {
|
|
2497
2405
|
"version": "7.29.7",
|
|
2498
2406
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.29.7.tgz",
|
|
@@ -3012,12 +2920,12 @@
|
|
|
3012
2920
|
"optional": true
|
|
3013
2921
|
},
|
|
3014
2922
|
"node_modules/@hono/node-server": {
|
|
3015
|
-
"version": "
|
|
3016
|
-
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-
|
|
3017
|
-
"integrity": "sha512-
|
|
2923
|
+
"version": "2.0.12",
|
|
2924
|
+
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-2.0.12.tgz",
|
|
2925
|
+
"integrity": "sha512-eWpQYr67tqJLeaSUl0Q+TquuYfUdTibpOJlUMV2FfUP7+KqCC5TufnwnlXL6mobZBJbGAYRd7ZvEBDCbLInjhg==",
|
|
3018
2926
|
"license": "MIT",
|
|
3019
2927
|
"engines": {
|
|
3020
|
-
"node": ">=
|
|
2928
|
+
"node": ">=20"
|
|
3021
2929
|
},
|
|
3022
2930
|
"peerDependencies": {
|
|
3023
2931
|
"hono": "^4"
|
|
@@ -3352,12 +3260,12 @@
|
|
|
3352
3260
|
}
|
|
3353
3261
|
},
|
|
3354
3262
|
"node_modules/@ionic/angular": {
|
|
3355
|
-
"version": "8.8.
|
|
3356
|
-
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.
|
|
3357
|
-
"integrity": "sha512-
|
|
3263
|
+
"version": "8.8.15",
|
|
3264
|
+
"resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-8.8.15.tgz",
|
|
3265
|
+
"integrity": "sha512-a6kx8cwOiHPVH6VGOkxPqJRTbQ6QMVUgIT6094O/8pOm/4qPT3qu1UYiP6GoiappG7l0mIBjrBGcMPjbvKOJJg==",
|
|
3358
3266
|
"license": "MIT",
|
|
3359
3267
|
"dependencies": {
|
|
3360
|
-
"@ionic/core": "8.8.
|
|
3268
|
+
"@ionic/core": "8.8.15",
|
|
3361
3269
|
"ionicons": "^8.0.13",
|
|
3362
3270
|
"jsonc-parser": "^3.0.0",
|
|
3363
3271
|
"tslib": "^2.3.0"
|
|
@@ -3439,16 +3347,16 @@
|
|
|
3439
3347
|
}
|
|
3440
3348
|
},
|
|
3441
3349
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-angular": {
|
|
3442
|
-
"version": "20.3.
|
|
3443
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.3.
|
|
3444
|
-
"integrity": "sha512-
|
|
3350
|
+
"version": "20.3.32",
|
|
3351
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-20.3.32.tgz",
|
|
3352
|
+
"integrity": "sha512-1prN/HmTkL2TTd4zoNz/fFOds9eUc78winkjvBRxTL+OuUQMIeWIjpUui53mk2qdeW9ImiITcqCQVpZL95fLvQ==",
|
|
3445
3353
|
"license": "MIT",
|
|
3446
3354
|
"dependencies": {
|
|
3447
3355
|
"@ampproject/remapping": "2.3.0",
|
|
3448
|
-
"@angular-devkit/architect": "0.2003.
|
|
3449
|
-
"@angular-devkit/build-webpack": "0.2003.
|
|
3450
|
-
"@angular-devkit/core": "20.3.
|
|
3451
|
-
"@angular/build": "20.3.
|
|
3356
|
+
"@angular-devkit/architect": "0.2003.32",
|
|
3357
|
+
"@angular-devkit/build-webpack": "0.2003.32",
|
|
3358
|
+
"@angular-devkit/core": "20.3.32",
|
|
3359
|
+
"@angular/build": "20.3.32",
|
|
3452
3360
|
"@babel/core": "7.29.7",
|
|
3453
3361
|
"@babel/generator": "7.28.3",
|
|
3454
3362
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
@@ -3459,7 +3367,7 @@
|
|
|
3459
3367
|
"@babel/preset-env": "7.28.3",
|
|
3460
3368
|
"@babel/runtime": "7.28.3",
|
|
3461
3369
|
"@discoveryjs/json-ext": "0.6.3",
|
|
3462
|
-
"@ngtools/webpack": "20.3.
|
|
3370
|
+
"@ngtools/webpack": "20.3.32",
|
|
3463
3371
|
"ansi-colors": "4.1.3",
|
|
3464
3372
|
"autoprefixer": "10.4.21",
|
|
3465
3373
|
"babel-loader": "10.0.0",
|
|
@@ -3468,7 +3376,7 @@
|
|
|
3468
3376
|
"css-loader": "7.1.2",
|
|
3469
3377
|
"esbuild-wasm": "0.28.1",
|
|
3470
3378
|
"fast-glob": "3.3.3",
|
|
3471
|
-
"http-proxy-middleware": "3.0.
|
|
3379
|
+
"http-proxy-middleware": "3.0.7",
|
|
3472
3380
|
"istanbul-lib-instrument": "6.0.3",
|
|
3473
3381
|
"jsonc-parser": "3.3.1",
|
|
3474
3382
|
"karma-source-map-support": "1.4.0",
|
|
@@ -3514,7 +3422,7 @@
|
|
|
3514
3422
|
"@angular/platform-browser": "^20.0.0",
|
|
3515
3423
|
"@angular/platform-server": "^20.0.0",
|
|
3516
3424
|
"@angular/service-worker": "^20.0.0",
|
|
3517
|
-
"@angular/ssr": "^20.3.
|
|
3425
|
+
"@angular/ssr": "^20.3.32",
|
|
3518
3426
|
"@web/test-runner": "^0.20.0",
|
|
3519
3427
|
"browser-sync": "^3.0.2",
|
|
3520
3428
|
"jest": "^29.5.0 || ^30.2.0",
|
|
@@ -3571,12 +3479,12 @@
|
|
|
3571
3479
|
}
|
|
3572
3480
|
},
|
|
3573
3481
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-angular/node_modules/@angular-devkit/architect": {
|
|
3574
|
-
"version": "0.2003.
|
|
3575
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.
|
|
3576
|
-
"integrity": "sha512-
|
|
3482
|
+
"version": "0.2003.32",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.32.tgz",
|
|
3484
|
+
"integrity": "sha512-V5d531w97LENARKdYk5Km0F2rt8NPEL3rXUQk7+gbo9r/jgLWn9GU3VHQ30oBWXnU7Vu00Hdp/8yFeYgpWqSow==",
|
|
3577
3485
|
"license": "MIT",
|
|
3578
3486
|
"dependencies": {
|
|
3579
|
-
"@angular-devkit/core": "20.3.
|
|
3487
|
+
"@angular-devkit/core": "20.3.32",
|
|
3580
3488
|
"rxjs": "7.8.2"
|
|
3581
3489
|
},
|
|
3582
3490
|
"engines": {
|
|
@@ -3609,12 +3517,12 @@
|
|
|
3609
3517
|
}
|
|
3610
3518
|
},
|
|
3611
3519
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-webpack": {
|
|
3612
|
-
"version": "0.2003.
|
|
3613
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2003.
|
|
3614
|
-
"integrity": "sha512-
|
|
3520
|
+
"version": "0.2003.32",
|
|
3521
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.2003.32.tgz",
|
|
3522
|
+
"integrity": "sha512-dFyM5Qkgl6wgSb8EJF8uZCt9K+VUsDP8APS5siCNHyhjzjACqDevk5RwqWCfPU/QjzlgCp11MbkKr/Y2sgaDcw==",
|
|
3615
3523
|
"license": "MIT",
|
|
3616
3524
|
"dependencies": {
|
|
3617
|
-
"@angular-devkit/architect": "0.2003.
|
|
3525
|
+
"@angular-devkit/architect": "0.2003.32",
|
|
3618
3526
|
"rxjs": "7.8.2"
|
|
3619
3527
|
},
|
|
3620
3528
|
"engines": {
|
|
@@ -3628,12 +3536,12 @@
|
|
|
3628
3536
|
}
|
|
3629
3537
|
},
|
|
3630
3538
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/build-webpack/node_modules/@angular-devkit/architect": {
|
|
3631
|
-
"version": "0.2003.
|
|
3632
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.
|
|
3633
|
-
"integrity": "sha512-
|
|
3539
|
+
"version": "0.2003.32",
|
|
3540
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.32.tgz",
|
|
3541
|
+
"integrity": "sha512-V5d531w97LENARKdYk5Km0F2rt8NPEL3rXUQk7+gbo9r/jgLWn9GU3VHQ30oBWXnU7Vu00Hdp/8yFeYgpWqSow==",
|
|
3634
3542
|
"license": "MIT",
|
|
3635
3543
|
"dependencies": {
|
|
3636
|
-
"@angular-devkit/core": "20.3.
|
|
3544
|
+
"@angular-devkit/core": "20.3.32",
|
|
3637
3545
|
"rxjs": "7.8.2"
|
|
3638
3546
|
},
|
|
3639
3547
|
"engines": {
|
|
@@ -3643,9 +3551,9 @@
|
|
|
3643
3551
|
}
|
|
3644
3552
|
},
|
|
3645
3553
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/core": {
|
|
3646
|
-
"version": "20.3.
|
|
3647
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.3.
|
|
3648
|
-
"integrity": "sha512-
|
|
3554
|
+
"version": "20.3.32",
|
|
3555
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-20.3.32.tgz",
|
|
3556
|
+
"integrity": "sha512-pXipSsYP/XTEAljmwqgy1u3GR/ZzSMg1FERINekGT61Th1pGhzjs02rPgbyftqz2e5/tfQ6XgTP7xYzm3+S35Q==",
|
|
3649
3557
|
"license": "MIT",
|
|
3650
3558
|
"dependencies": {
|
|
3651
3559
|
"ajv": "8.18.0",
|
|
@@ -3670,12 +3578,12 @@
|
|
|
3670
3578
|
}
|
|
3671
3579
|
},
|
|
3672
3580
|
"node_modules/@ionic/cordova-builders/node_modules/@angular-devkit/schematics": {
|
|
3673
|
-
"version": "20.3.
|
|
3674
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.
|
|
3675
|
-
"integrity": "sha512-
|
|
3581
|
+
"version": "20.3.32",
|
|
3582
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-20.3.32.tgz",
|
|
3583
|
+
"integrity": "sha512-UxWncmJTcYMDEaAKRi3QHU3qXivIcIOulFOKozW8svfs/A43Oq1GG4kvDZ+WVf/w2UWTmMaSlfFa4KIQciSIDA==",
|
|
3676
3584
|
"license": "MIT",
|
|
3677
3585
|
"dependencies": {
|
|
3678
|
-
"@angular-devkit/core": "20.3.
|
|
3586
|
+
"@angular-devkit/core": "20.3.32",
|
|
3679
3587
|
"jsonc-parser": "3.3.1",
|
|
3680
3588
|
"magic-string": "0.30.17",
|
|
3681
3589
|
"ora": "8.2.0",
|
|
@@ -3688,13 +3596,13 @@
|
|
|
3688
3596
|
}
|
|
3689
3597
|
},
|
|
3690
3598
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/build": {
|
|
3691
|
-
"version": "20.3.
|
|
3692
|
-
"resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.
|
|
3693
|
-
"integrity": "sha512-
|
|
3599
|
+
"version": "20.3.32",
|
|
3600
|
+
"resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.32.tgz",
|
|
3601
|
+
"integrity": "sha512-ph/qcT6C7RYriU5dxXfNrYBEvCwU4acxTNoxkdGQHYxM7iOKT0K1YO6v5JBNRZ1S4LOJhWmGaWzJ+sRei0iGsQ==",
|
|
3694
3602
|
"license": "MIT",
|
|
3695
3603
|
"dependencies": {
|
|
3696
3604
|
"@ampproject/remapping": "2.3.0",
|
|
3697
|
-
"@angular-devkit/architect": "0.2003.
|
|
3605
|
+
"@angular-devkit/architect": "0.2003.32",
|
|
3698
3606
|
"@babel/core": "7.29.7",
|
|
3699
3607
|
"@babel/helper-annotate-as-pure": "7.27.3",
|
|
3700
3608
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
@@ -3736,7 +3644,7 @@
|
|
|
3736
3644
|
"@angular/platform-browser": "^20.0.0",
|
|
3737
3645
|
"@angular/platform-server": "^20.0.0",
|
|
3738
3646
|
"@angular/service-worker": "^20.0.0",
|
|
3739
|
-
"@angular/ssr": "^20.3.
|
|
3647
|
+
"@angular/ssr": "^20.3.32",
|
|
3740
3648
|
"karma": "^6.4.0",
|
|
3741
3649
|
"less": "^4.2.0",
|
|
3742
3650
|
"ng-packagr": "^20.0.0",
|
|
@@ -3786,12 +3694,12 @@
|
|
|
3786
3694
|
}
|
|
3787
3695
|
},
|
|
3788
3696
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/build/node_modules/@angular-devkit/architect": {
|
|
3789
|
-
"version": "0.2003.
|
|
3790
|
-
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.
|
|
3791
|
-
"integrity": "sha512-
|
|
3697
|
+
"version": "0.2003.32",
|
|
3698
|
+
"resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.2003.32.tgz",
|
|
3699
|
+
"integrity": "sha512-V5d531w97LENARKdYk5Km0F2rt8NPEL3rXUQk7+gbo9r/jgLWn9GU3VHQ30oBWXnU7Vu00Hdp/8yFeYgpWqSow==",
|
|
3792
3700
|
"license": "MIT",
|
|
3793
3701
|
"dependencies": {
|
|
3794
|
-
"@angular-devkit/core": "20.3.
|
|
3702
|
+
"@angular-devkit/core": "20.3.32",
|
|
3795
3703
|
"rxjs": "7.8.2"
|
|
3796
3704
|
},
|
|
3797
3705
|
"engines": {
|
|
@@ -3814,9 +3722,9 @@
|
|
|
3814
3722
|
}
|
|
3815
3723
|
},
|
|
3816
3724
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/common": {
|
|
3817
|
-
"version": "20.3.
|
|
3818
|
-
"resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.
|
|
3819
|
-
"integrity": "sha512-
|
|
3725
|
+
"version": "20.3.26",
|
|
3726
|
+
"resolved": "https://registry.npmjs.org/@angular/common/-/common-20.3.26.tgz",
|
|
3727
|
+
"integrity": "sha512-35+aHaCmldFZ2qFiH83+cHcDXwUqSEuUR5DVApcd+Ku8PfIIGo8uMiD5++Qq7QIUTbZCD2glAiE9jLroGrf1Cw==",
|
|
3820
3728
|
"extraneous": true,
|
|
3821
3729
|
"license": "MIT",
|
|
3822
3730
|
"dependencies": {
|
|
@@ -3826,14 +3734,14 @@
|
|
|
3826
3734
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
3827
3735
|
},
|
|
3828
3736
|
"peerDependencies": {
|
|
3829
|
-
"@angular/core": "20.3.
|
|
3737
|
+
"@angular/core": "20.3.26",
|
|
3830
3738
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
3831
3739
|
}
|
|
3832
3740
|
},
|
|
3833
3741
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/compiler": {
|
|
3834
|
-
"version": "20.3.
|
|
3835
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.
|
|
3836
|
-
"integrity": "sha512-
|
|
3742
|
+
"version": "20.3.26",
|
|
3743
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-20.3.26.tgz",
|
|
3744
|
+
"integrity": "sha512-H4DVTBCiyM4dGytFi2C8sMGflxXzPnoQ6Ajfs4hJ/Dekg6ypfvW5Ze7BDh4TaMQvaX2joM5LhBYW5jTxBx66hA==",
|
|
3837
3745
|
"license": "MIT",
|
|
3838
3746
|
"peer": true,
|
|
3839
3747
|
"dependencies": {
|
|
@@ -3844,13 +3752,13 @@
|
|
|
3844
3752
|
}
|
|
3845
3753
|
},
|
|
3846
3754
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/compiler-cli": {
|
|
3847
|
-
"version": "20.3.
|
|
3848
|
-
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-20.3.
|
|
3849
|
-
"integrity": "sha512-
|
|
3755
|
+
"version": "20.3.26",
|
|
3756
|
+
"resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-20.3.26.tgz",
|
|
3757
|
+
"integrity": "sha512-3rHtC87ecldvaiFHwQEZ6Wx3QaZ/Q7b0Gb7XORDOjn/M+5CYZ4rQsvbxE5TUjwreg07oQ4Y2h8ADESXTJEUYOQ==",
|
|
3850
3758
|
"license": "MIT",
|
|
3851
3759
|
"peer": true,
|
|
3852
3760
|
"dependencies": {
|
|
3853
|
-
"@babel/core": "7.
|
|
3761
|
+
"@babel/core": "7.29.7",
|
|
3854
3762
|
"@jridgewell/sourcemap-codec": "^1.4.14",
|
|
3855
3763
|
"chokidar": "^4.0.0",
|
|
3856
3764
|
"convert-source-map": "^1.5.1",
|
|
@@ -3867,7 +3775,7 @@
|
|
|
3867
3775
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
3868
3776
|
},
|
|
3869
3777
|
"peerDependencies": {
|
|
3870
|
-
"@angular/compiler": "20.3.
|
|
3778
|
+
"@angular/compiler": "20.3.26",
|
|
3871
3779
|
"typescript": ">=5.8 <6.0"
|
|
3872
3780
|
},
|
|
3873
3781
|
"peerDependenciesMeta": {
|
|
@@ -3877,9 +3785,9 @@
|
|
|
3877
3785
|
}
|
|
3878
3786
|
},
|
|
3879
3787
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/core": {
|
|
3880
|
-
"version": "20.3.
|
|
3881
|
-
"resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.
|
|
3882
|
-
"integrity": "sha512-
|
|
3788
|
+
"version": "20.3.26",
|
|
3789
|
+
"resolved": "https://registry.npmjs.org/@angular/core/-/core-20.3.26.tgz",
|
|
3790
|
+
"integrity": "sha512-v+YtZ9eQVDb6v3V1TbUUBHU63FEp8Hqqqb3UhM4MLAOm0chyyh9jah7FiHr3HbCKrV1f4long1coftFK/KThog==",
|
|
3883
3791
|
"extraneous": true,
|
|
3884
3792
|
"license": "MIT",
|
|
3885
3793
|
"dependencies": {
|
|
@@ -3889,7 +3797,7 @@
|
|
|
3889
3797
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
3890
3798
|
},
|
|
3891
3799
|
"peerDependencies": {
|
|
3892
|
-
"@angular/compiler": "20.3.
|
|
3800
|
+
"@angular/compiler": "20.3.26",
|
|
3893
3801
|
"rxjs": "^6.5.3 || ^7.4.0",
|
|
3894
3802
|
"zone.js": "~0.15.0"
|
|
3895
3803
|
},
|
|
@@ -3903,9 +3811,9 @@
|
|
|
3903
3811
|
}
|
|
3904
3812
|
},
|
|
3905
3813
|
"node_modules/@ionic/cordova-builders/node_modules/@angular/platform-browser": {
|
|
3906
|
-
"version": "20.3.
|
|
3907
|
-
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.
|
|
3908
|
-
"integrity": "sha512-
|
|
3814
|
+
"version": "20.3.26",
|
|
3815
|
+
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-20.3.26.tgz",
|
|
3816
|
+
"integrity": "sha512-In4wUiLUUT9LqyV9Rjz78k/dsnKAwec4AtDmwZoX8/ZmeJOSH7g5X1gTM+hxTxmifmZkrapQjXR299IcfIkzrw==",
|
|
3909
3817
|
"extraneous": true,
|
|
3910
3818
|
"license": "MIT",
|
|
3911
3819
|
"dependencies": {
|
|
@@ -3915,9 +3823,9 @@
|
|
|
3915
3823
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
3916
3824
|
},
|
|
3917
3825
|
"peerDependencies": {
|
|
3918
|
-
"@angular/animations": "20.3.
|
|
3919
|
-
"@angular/common": "20.3.
|
|
3920
|
-
"@angular/core": "20.3.
|
|
3826
|
+
"@angular/animations": "20.3.26",
|
|
3827
|
+
"@angular/common": "20.3.26",
|
|
3828
|
+
"@angular/core": "20.3.26"
|
|
3921
3829
|
},
|
|
3922
3830
|
"peerDependenciesMeta": {
|
|
3923
3831
|
"@angular/animations": {
|
|
@@ -3941,6 +3849,18 @@
|
|
|
3941
3849
|
"node": ">=6.9.0"
|
|
3942
3850
|
}
|
|
3943
3851
|
},
|
|
3852
|
+
"node_modules/@ionic/cordova-builders/node_modules/@babel/helper-annotate-as-pure": {
|
|
3853
|
+
"version": "7.27.3",
|
|
3854
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
|
|
3855
|
+
"integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
|
|
3856
|
+
"license": "MIT",
|
|
3857
|
+
"dependencies": {
|
|
3858
|
+
"@babel/types": "^7.27.3"
|
|
3859
|
+
},
|
|
3860
|
+
"engines": {
|
|
3861
|
+
"node": ">=6.9.0"
|
|
3862
|
+
}
|
|
3863
|
+
},
|
|
3944
3864
|
"node_modules/@ionic/cordova-builders/node_modules/@babel/plugin-transform-async-generator-functions": {
|
|
3945
3865
|
"version": "7.28.0",
|
|
3946
3866
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz",
|
|
@@ -4290,9 +4210,9 @@
|
|
|
4290
4210
|
]
|
|
4291
4211
|
},
|
|
4292
4212
|
"node_modules/@ionic/cordova-builders/node_modules/@ngtools/webpack": {
|
|
4293
|
-
"version": "20.3.
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.3.
|
|
4295
|
-
"integrity": "sha512-
|
|
4213
|
+
"version": "20.3.32",
|
|
4214
|
+
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-20.3.32.tgz",
|
|
4215
|
+
"integrity": "sha512-a3KWNfv3NEyNHdGusIP/+lfLtjH7L5rcqgouBm6v3t1vHQ4zg2sNgoYIQIJCAJnFI2b080YrP9jh2FqKTCJlug==",
|
|
4296
4216
|
"license": "MIT",
|
|
4297
4217
|
"engines": {
|
|
4298
4218
|
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
@@ -4670,13 +4590,13 @@
|
|
|
4670
4590
|
]
|
|
4671
4591
|
},
|
|
4672
4592
|
"node_modules/@ionic/cordova-builders/node_modules/@schematics/angular": {
|
|
4673
|
-
"version": "20.3.
|
|
4674
|
-
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.
|
|
4675
|
-
"integrity": "sha512-
|
|
4593
|
+
"version": "20.3.32",
|
|
4594
|
+
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-20.3.32.tgz",
|
|
4595
|
+
"integrity": "sha512-asporFGNP/U4p/A6jHqRmC8zGBxsSbjA/17I0p1tIW4HLbDTwJ0Z1gTSGpkHGRGTeowPZZSCj7s0IWVoaBCjnA==",
|
|
4676
4596
|
"license": "MIT",
|
|
4677
4597
|
"dependencies": {
|
|
4678
|
-
"@angular-devkit/core": "20.3.
|
|
4679
|
-
"@angular-devkit/schematics": "20.3.
|
|
4598
|
+
"@angular-devkit/core": "20.3.32",
|
|
4599
|
+
"@angular-devkit/schematics": "20.3.32",
|
|
4680
4600
|
"jsonc-parser": "3.3.1"
|
|
4681
4601
|
},
|
|
4682
4602
|
"engines": {
|
|
@@ -5297,34 +5217,6 @@
|
|
|
5297
5217
|
"url": "https://github.com/fb55/entities?sponsor=1"
|
|
5298
5218
|
}
|
|
5299
5219
|
},
|
|
5300
|
-
"node_modules/@ionic/cordova-builders/node_modules/postcss": {
|
|
5301
|
-
"version": "8.5.12",
|
|
5302
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.12.tgz",
|
|
5303
|
-
"integrity": "sha512-W62t/Se6rA0Az3DfCL0AqJwXuKwBeYg6nOaIgzP+xZ7N5BFCI7DYi1qs6ygUYT6rvfi6t9k65UMLJC+PHZpDAA==",
|
|
5304
|
-
"funding": [
|
|
5305
|
-
{
|
|
5306
|
-
"type": "opencollective",
|
|
5307
|
-
"url": "https://opencollective.com/postcss/"
|
|
5308
|
-
},
|
|
5309
|
-
{
|
|
5310
|
-
"type": "tidelift",
|
|
5311
|
-
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
5312
|
-
},
|
|
5313
|
-
{
|
|
5314
|
-
"type": "github",
|
|
5315
|
-
"url": "https://github.com/sponsors/ai"
|
|
5316
|
-
}
|
|
5317
|
-
],
|
|
5318
|
-
"license": "MIT",
|
|
5319
|
-
"dependencies": {
|
|
5320
|
-
"nanoid": "^3.3.11",
|
|
5321
|
-
"picocolors": "^1.1.1",
|
|
5322
|
-
"source-map-js": "^1.2.1"
|
|
5323
|
-
},
|
|
5324
|
-
"engines": {
|
|
5325
|
-
"node": "^10 || ^12 || >=14"
|
|
5326
|
-
}
|
|
5327
|
-
},
|
|
5328
5220
|
"node_modules/@ionic/cordova-builders/node_modules/postcss-loader": {
|
|
5329
5221
|
"version": "8.1.1",
|
|
5330
5222
|
"resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz",
|
|
@@ -5590,96 +5482,6 @@
|
|
|
5590
5482
|
"node": ">=14.17"
|
|
5591
5483
|
}
|
|
5592
5484
|
},
|
|
5593
|
-
"node_modules/@ionic/cordova-builders/node_modules/vite": {
|
|
5594
|
-
"version": "7.3.6",
|
|
5595
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz",
|
|
5596
|
-
"integrity": "sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==",
|
|
5597
|
-
"license": "MIT",
|
|
5598
|
-
"dependencies": {
|
|
5599
|
-
"esbuild": "^0.27.0 || ^0.28.0",
|
|
5600
|
-
"fdir": "^6.5.0",
|
|
5601
|
-
"picomatch": "^4.0.3",
|
|
5602
|
-
"postcss": "^8.5.6",
|
|
5603
|
-
"rollup": "^4.43.0",
|
|
5604
|
-
"tinyglobby": "^0.2.15"
|
|
5605
|
-
},
|
|
5606
|
-
"bin": {
|
|
5607
|
-
"vite": "bin/vite.js"
|
|
5608
|
-
},
|
|
5609
|
-
"engines": {
|
|
5610
|
-
"node": "^20.19.0 || >=22.12.0"
|
|
5611
|
-
},
|
|
5612
|
-
"funding": {
|
|
5613
|
-
"url": "https://github.com/vitejs/vite?sponsor=1"
|
|
5614
|
-
},
|
|
5615
|
-
"optionalDependencies": {
|
|
5616
|
-
"fsevents": "~2.3.3"
|
|
5617
|
-
},
|
|
5618
|
-
"peerDependencies": {
|
|
5619
|
-
"@types/node": "^20.19.0 || >=22.12.0",
|
|
5620
|
-
"jiti": ">=1.21.0",
|
|
5621
|
-
"less": "^4.0.0",
|
|
5622
|
-
"lightningcss": "^1.21.0",
|
|
5623
|
-
"sass": "^1.70.0",
|
|
5624
|
-
"sass-embedded": "^1.70.0",
|
|
5625
|
-
"stylus": ">=0.54.8",
|
|
5626
|
-
"sugarss": "^5.0.0",
|
|
5627
|
-
"terser": "^5.16.0",
|
|
5628
|
-
"tsx": "^4.8.1",
|
|
5629
|
-
"yaml": "^2.4.2"
|
|
5630
|
-
},
|
|
5631
|
-
"peerDependenciesMeta": {
|
|
5632
|
-
"@types/node": {
|
|
5633
|
-
"optional": true
|
|
5634
|
-
},
|
|
5635
|
-
"jiti": {
|
|
5636
|
-
"optional": true
|
|
5637
|
-
},
|
|
5638
|
-
"less": {
|
|
5639
|
-
"optional": true
|
|
5640
|
-
},
|
|
5641
|
-
"lightningcss": {
|
|
5642
|
-
"optional": true
|
|
5643
|
-
},
|
|
5644
|
-
"sass": {
|
|
5645
|
-
"optional": true
|
|
5646
|
-
},
|
|
5647
|
-
"sass-embedded": {
|
|
5648
|
-
"optional": true
|
|
5649
|
-
},
|
|
5650
|
-
"stylus": {
|
|
5651
|
-
"optional": true
|
|
5652
|
-
},
|
|
5653
|
-
"sugarss": {
|
|
5654
|
-
"optional": true
|
|
5655
|
-
},
|
|
5656
|
-
"terser": {
|
|
5657
|
-
"optional": true
|
|
5658
|
-
},
|
|
5659
|
-
"tsx": {
|
|
5660
|
-
"optional": true
|
|
5661
|
-
},
|
|
5662
|
-
"yaml": {
|
|
5663
|
-
"optional": true
|
|
5664
|
-
}
|
|
5665
|
-
}
|
|
5666
|
-
},
|
|
5667
|
-
"node_modules/@ionic/cordova-builders/node_modules/vite/node_modules/tinyglobby": {
|
|
5668
|
-
"version": "0.2.17",
|
|
5669
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
5670
|
-
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
5671
|
-
"license": "MIT",
|
|
5672
|
-
"dependencies": {
|
|
5673
|
-
"fdir": "^6.5.0",
|
|
5674
|
-
"picomatch": "^4.0.4"
|
|
5675
|
-
},
|
|
5676
|
-
"engines": {
|
|
5677
|
-
"node": ">=12.0.0"
|
|
5678
|
-
},
|
|
5679
|
-
"funding": {
|
|
5680
|
-
"url": "https://github.com/sponsors/SuperchupuDev"
|
|
5681
|
-
}
|
|
5682
|
-
},
|
|
5683
5485
|
"node_modules/@ionic/cordova-builders/node_modules/webpack": {
|
|
5684
5486
|
"version": "5.105.0",
|
|
5685
5487
|
"resolved": "https://registry.npmjs.org/webpack/-/webpack-5.105.0.tgz",
|
|
@@ -5828,9 +5630,9 @@
|
|
|
5828
5630
|
}
|
|
5829
5631
|
},
|
|
5830
5632
|
"node_modules/@ionic/core": {
|
|
5831
|
-
"version": "8.8.
|
|
5832
|
-
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.
|
|
5833
|
-
"integrity": "sha512-
|
|
5633
|
+
"version": "8.8.15",
|
|
5634
|
+
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-8.8.15.tgz",
|
|
5635
|
+
"integrity": "sha512-iEREpxWYEakK3ZVGdFVi6Vm+MIpVhNlfy5qds5IjVnZqUPKaD8ynN/2LPfgQiLO/e8eEo40KJj+QuW97uMW53Q==",
|
|
5834
5636
|
"license": "MIT",
|
|
5835
5637
|
"dependencies": {
|
|
5836
5638
|
"@stencil/core": "4.43.5",
|
|
@@ -5983,13 +5785,13 @@
|
|
|
5983
5785
|
}
|
|
5984
5786
|
},
|
|
5985
5787
|
"node_modules/@jsonjoy.com/fs-core": {
|
|
5986
|
-
"version": "4.
|
|
5987
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.
|
|
5988
|
-
"integrity": "sha512-
|
|
5788
|
+
"version": "4.64.0",
|
|
5789
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-core/-/fs-core-4.64.0.tgz",
|
|
5790
|
+
"integrity": "sha512-zs2TAq7Six5jgMuoMNjpspAvOP3mhtgq/k1UyQodEzCtQi/N83y2/y+zcvnZSGp/Rxq96DBN+bValOBQAyn/ew==",
|
|
5989
5791
|
"license": "Apache-2.0",
|
|
5990
5792
|
"dependencies": {
|
|
5991
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
5992
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5793
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5794
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
5993
5795
|
"thingies": "^2.5.0"
|
|
5994
5796
|
},
|
|
5995
5797
|
"engines": {
|
|
@@ -6004,14 +5806,14 @@
|
|
|
6004
5806
|
}
|
|
6005
5807
|
},
|
|
6006
5808
|
"node_modules/@jsonjoy.com/fs-fsa": {
|
|
6007
|
-
"version": "4.
|
|
6008
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.
|
|
6009
|
-
"integrity": "sha512-
|
|
5809
|
+
"version": "4.64.0",
|
|
5810
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-fsa/-/fs-fsa-4.64.0.tgz",
|
|
5811
|
+
"integrity": "sha512-nMWOVbkLFyEgmXZih3wyvxA9XpgyyqyfrINMHvEFqhi7uqfRl7c9ERJt6yX7vgMPrB9Uo+OJO+Spa0cFzPD01w==",
|
|
6010
5812
|
"license": "Apache-2.0",
|
|
6011
5813
|
"dependencies": {
|
|
6012
|
-
"@jsonjoy.com/fs-core": "4.
|
|
6013
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
6014
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5814
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
5815
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5816
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
6015
5817
|
"thingies": "^2.5.0"
|
|
6016
5818
|
},
|
|
6017
5819
|
"engines": {
|
|
@@ -6026,16 +5828,16 @@
|
|
|
6026
5828
|
}
|
|
6027
5829
|
},
|
|
6028
5830
|
"node_modules/@jsonjoy.com/fs-node": {
|
|
6029
|
-
"version": "4.
|
|
6030
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.
|
|
6031
|
-
"integrity": "sha512-
|
|
5831
|
+
"version": "4.64.0",
|
|
5832
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node/-/fs-node-4.64.0.tgz",
|
|
5833
|
+
"integrity": "sha512-dO+NNkODbUli4uV42bcNrrLvq5rE7SNpdZ5TNd0dtbLsAaNK3MDiIC9lUi+brboGoIjW6vd2fB1qao60nrk5xA==",
|
|
6032
5834
|
"license": "Apache-2.0",
|
|
6033
5835
|
"dependencies": {
|
|
6034
|
-
"@jsonjoy.com/fs-core": "4.
|
|
6035
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
6036
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
6037
|
-
"@jsonjoy.com/fs-print": "4.
|
|
6038
|
-
"@jsonjoy.com/fs-snapshot": "4.
|
|
5836
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
5837
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5838
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
5839
|
+
"@jsonjoy.com/fs-print": "4.64.0",
|
|
5840
|
+
"@jsonjoy.com/fs-snapshot": "4.64.0",
|
|
6039
5841
|
"glob-to-regex.js": "^1.0.0",
|
|
6040
5842
|
"thingies": "^2.5.0"
|
|
6041
5843
|
},
|
|
@@ -6051,9 +5853,9 @@
|
|
|
6051
5853
|
}
|
|
6052
5854
|
},
|
|
6053
5855
|
"node_modules/@jsonjoy.com/fs-node-builtins": {
|
|
6054
|
-
"version": "4.
|
|
6055
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.
|
|
6056
|
-
"integrity": "sha512
|
|
5856
|
+
"version": "4.64.0",
|
|
5857
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-builtins/-/fs-node-builtins-4.64.0.tgz",
|
|
5858
|
+
"integrity": "sha512-/o7WRFhUWaM/fOrslwLZGnzn4RmRILykn+lAL+mNObqqRNw+CQSiij6hpCeZ+C7buhdoVo7go/OYqzaSUfDYmA==",
|
|
6057
5859
|
"license": "Apache-2.0",
|
|
6058
5860
|
"engines": {
|
|
6059
5861
|
"node": ">=10.0"
|
|
@@ -6067,14 +5869,14 @@
|
|
|
6067
5869
|
}
|
|
6068
5870
|
},
|
|
6069
5871
|
"node_modules/@jsonjoy.com/fs-node-to-fsa": {
|
|
6070
|
-
"version": "4.
|
|
6071
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.
|
|
6072
|
-
"integrity": "sha512-
|
|
5872
|
+
"version": "4.64.0",
|
|
5873
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-to-fsa/-/fs-node-to-fsa-4.64.0.tgz",
|
|
5874
|
+
"integrity": "sha512-WDD9WVs0hb7UAEKTgZW2f66WDrbj7gIIWwpP3spbLyXa0rghtUaFTB8L4gdR3ZCWwiKIsj38/CNijpVmpnuPUw==",
|
|
6073
5875
|
"license": "Apache-2.0",
|
|
6074
5876
|
"dependencies": {
|
|
6075
|
-
"@jsonjoy.com/fs-fsa": "4.
|
|
6076
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
6077
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5877
|
+
"@jsonjoy.com/fs-fsa": "4.64.0",
|
|
5878
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5879
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0"
|
|
6078
5880
|
},
|
|
6079
5881
|
"engines": {
|
|
6080
5882
|
"node": ">=10.0"
|
|
@@ -6088,12 +5890,13 @@
|
|
|
6088
5890
|
}
|
|
6089
5891
|
},
|
|
6090
5892
|
"node_modules/@jsonjoy.com/fs-node-utils": {
|
|
6091
|
-
"version": "4.
|
|
6092
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.
|
|
6093
|
-
"integrity": "sha512-
|
|
5893
|
+
"version": "4.64.0",
|
|
5894
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-node-utils/-/fs-node-utils-4.64.0.tgz",
|
|
5895
|
+
"integrity": "sha512-k5Indsx9hWW9xSF7Y6oSKKwtCUNhzZxadub3owhIlitc+iMRVlPPdX2duTKQWBL3qNWpXya8jykgaaWpheeS4w==",
|
|
6094
5896
|
"license": "Apache-2.0",
|
|
6095
5897
|
"dependencies": {
|
|
6096
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
5898
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
5899
|
+
"glob-to-regex.js": "^1.0.1"
|
|
6097
5900
|
},
|
|
6098
5901
|
"engines": {
|
|
6099
5902
|
"node": ">=10.0"
|
|
@@ -6107,12 +5910,12 @@
|
|
|
6107
5910
|
}
|
|
6108
5911
|
},
|
|
6109
5912
|
"node_modules/@jsonjoy.com/fs-print": {
|
|
6110
|
-
"version": "4.
|
|
6111
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.
|
|
6112
|
-
"integrity": "sha512-
|
|
5913
|
+
"version": "4.64.0",
|
|
5914
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-print/-/fs-print-4.64.0.tgz",
|
|
5915
|
+
"integrity": "sha512-PHZFccchvkhWrwPWHjmVAhbC3vSHCtyZvlZfJJ3ho2bnzl450hXri6/8e6pbkWdH+SkmLXNml0sV8e5HDAfxKw==",
|
|
6113
5916
|
"license": "Apache-2.0",
|
|
6114
5917
|
"dependencies": {
|
|
6115
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5918
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
6116
5919
|
"tree-dump": "^1.1.0"
|
|
6117
5920
|
},
|
|
6118
5921
|
"engines": {
|
|
@@ -6127,13 +5930,13 @@
|
|
|
6127
5930
|
}
|
|
6128
5931
|
},
|
|
6129
5932
|
"node_modules/@jsonjoy.com/fs-snapshot": {
|
|
6130
|
-
"version": "4.
|
|
6131
|
-
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.
|
|
6132
|
-
"integrity": "sha512-
|
|
5933
|
+
"version": "4.64.0",
|
|
5934
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/fs-snapshot/-/fs-snapshot-4.64.0.tgz",
|
|
5935
|
+
"integrity": "sha512-oM7UDeL83q6NBzzsfKAsYKXKVXlykKFqqOLh4xZZKAzzROTlInkPbc6LTDGThEOnPiFiUzA7tYziHG9xavd76Q==",
|
|
6133
5936
|
"license": "Apache-2.0",
|
|
6134
5937
|
"dependencies": {
|
|
6135
5938
|
"@jsonjoy.com/buffers": "^17.65.0",
|
|
6136
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
5939
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
6137
5940
|
"@jsonjoy.com/json-pack": "^17.65.0",
|
|
6138
5941
|
"@jsonjoy.com/util": "^17.65.0"
|
|
6139
5942
|
},
|
|
@@ -6912,9 +6715,9 @@
|
|
|
6912
6715
|
}
|
|
6913
6716
|
},
|
|
6914
6717
|
"node_modules/@ngtools/webpack": {
|
|
6915
|
-
"version": "22.0.
|
|
6916
|
-
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.0.
|
|
6917
|
-
"integrity": "sha512-
|
|
6718
|
+
"version": "22.0.9",
|
|
6719
|
+
"resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-22.0.9.tgz",
|
|
6720
|
+
"integrity": "sha512-FCzOHY9Pwk23ET1vFziYduR+/9siNw1iNX9K1oxSQPM94DSwsoCpmbCsC/HCw6KXBNjfxU3LRhIawwVIcj2oOQ==",
|
|
6918
6721
|
"deprecated": "Angular's Webpack support is deprecated. Use the esbuild and Vite-based \"@angular/build\" package instead.",
|
|
6919
6722
|
"license": "MIT",
|
|
6920
6723
|
"engines": {
|
|
@@ -7014,9 +6817,9 @@
|
|
|
7014
6817
|
}
|
|
7015
6818
|
},
|
|
7016
6819
|
"node_modules/@npmcli/agent/node_modules/lru-cache": {
|
|
7017
|
-
"version": "11.5.
|
|
7018
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
7019
|
-
"integrity": "sha512-
|
|
6820
|
+
"version": "11.5.2",
|
|
6821
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
6822
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
7020
6823
|
"license": "BlueOak-1.0.0",
|
|
7021
6824
|
"engines": {
|
|
7022
6825
|
"node": "20 || >=22"
|
|
@@ -7054,9 +6857,9 @@
|
|
|
7054
6857
|
}
|
|
7055
6858
|
},
|
|
7056
6859
|
"node_modules/@npmcli/git/node_modules/lru-cache": {
|
|
7057
|
-
"version": "11.5.
|
|
7058
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
7059
|
-
"integrity": "sha512-
|
|
6860
|
+
"version": "11.5.2",
|
|
6861
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
6862
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
7060
6863
|
"license": "BlueOak-1.0.0",
|
|
7061
6864
|
"engines": {
|
|
7062
6865
|
"node": "20 || >=22"
|
|
@@ -7105,27 +6908,6 @@
|
|
|
7105
6908
|
"node": "^20.17.0 || >=22.9.0"
|
|
7106
6909
|
}
|
|
7107
6910
|
},
|
|
7108
|
-
"node_modules/@npmcli/package-json/node_modules/balanced-match": {
|
|
7109
|
-
"version": "4.0.4",
|
|
7110
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
7111
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
7112
|
-
"license": "MIT",
|
|
7113
|
-
"engines": {
|
|
7114
|
-
"node": "18 || 20 || >=22"
|
|
7115
|
-
}
|
|
7116
|
-
},
|
|
7117
|
-
"node_modules/@npmcli/package-json/node_modules/brace-expansion": {
|
|
7118
|
-
"version": "5.0.7",
|
|
7119
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
7120
|
-
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
7121
|
-
"license": "MIT",
|
|
7122
|
-
"dependencies": {
|
|
7123
|
-
"balanced-match": "^4.0.2"
|
|
7124
|
-
},
|
|
7125
|
-
"engines": {
|
|
7126
|
-
"node": "18 || 20 || >=22"
|
|
7127
|
-
}
|
|
7128
|
-
},
|
|
7129
6911
|
"node_modules/@npmcli/package-json/node_modules/glob": {
|
|
7130
6912
|
"version": "13.0.6",
|
|
7131
6913
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -7144,21 +6926,21 @@
|
|
|
7144
6926
|
}
|
|
7145
6927
|
},
|
|
7146
6928
|
"node_modules/@npmcli/package-json/node_modules/lru-cache": {
|
|
7147
|
-
"version": "11.5.
|
|
7148
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
7149
|
-
"integrity": "sha512-
|
|
6929
|
+
"version": "11.5.2",
|
|
6930
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
6931
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
7150
6932
|
"license": "BlueOak-1.0.0",
|
|
7151
6933
|
"engines": {
|
|
7152
6934
|
"node": "20 || >=22"
|
|
7153
6935
|
}
|
|
7154
6936
|
},
|
|
7155
6937
|
"node_modules/@npmcli/package-json/node_modules/minimatch": {
|
|
7156
|
-
"version": "10.2.
|
|
7157
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
7158
|
-
"integrity": "sha512-
|
|
6938
|
+
"version": "10.2.6",
|
|
6939
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
6940
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
7159
6941
|
"license": "BlueOak-1.0.0",
|
|
7160
6942
|
"dependencies": {
|
|
7161
|
-
"brace-expansion": "^5.0.
|
|
6943
|
+
"brace-expansion": "^5.0.8"
|
|
7162
6944
|
},
|
|
7163
6945
|
"engines": {
|
|
7164
6946
|
"node": "18 || 20 || >=22"
|
|
@@ -7221,9 +7003,9 @@
|
|
|
7221
7003
|
}
|
|
7222
7004
|
},
|
|
7223
7005
|
"node_modules/@parcel/watcher": {
|
|
7224
|
-
"version": "2.
|
|
7225
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.
|
|
7226
|
-
"integrity": "sha512-
|
|
7006
|
+
"version": "2.6.0",
|
|
7007
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.6.0.tgz",
|
|
7008
|
+
"integrity": "sha512-7FNeNl8NCE7aINx7WXiKQrPYZWC/hvrTsmk6zmxbI7LTXE7hVek/n8AfVgpe2y82zl3w0HvCHN0bVKMBoJcC0w==",
|
|
7227
7009
|
"hasInstallScript": true,
|
|
7228
7010
|
"license": "MIT",
|
|
7229
7011
|
"optional": true,
|
|
@@ -7231,7 +7013,7 @@
|
|
|
7231
7013
|
"detect-libc": "^2.0.3",
|
|
7232
7014
|
"is-glob": "^4.0.3",
|
|
7233
7015
|
"node-addon-api": "^7.0.0",
|
|
7234
|
-
"picomatch": "^4.0.
|
|
7016
|
+
"picomatch": "^4.0.4"
|
|
7235
7017
|
},
|
|
7236
7018
|
"engines": {
|
|
7237
7019
|
"node": ">= 10.0.0"
|
|
@@ -7241,25 +7023,24 @@
|
|
|
7241
7023
|
"url": "https://opencollective.com/parcel"
|
|
7242
7024
|
},
|
|
7243
7025
|
"optionalDependencies": {
|
|
7244
|
-
"@parcel/watcher-android-arm64": "2.
|
|
7245
|
-
"@parcel/watcher-darwin-arm64": "2.
|
|
7246
|
-
"@parcel/watcher-darwin-x64": "2.
|
|
7247
|
-
"@parcel/watcher-freebsd-x64": "2.
|
|
7248
|
-
"@parcel/watcher-linux-arm-glibc": "2.
|
|
7249
|
-
"@parcel/watcher-linux-arm-musl": "2.
|
|
7250
|
-
"@parcel/watcher-linux-arm64-glibc": "2.
|
|
7251
|
-
"@parcel/watcher-linux-arm64-musl": "2.
|
|
7252
|
-
"@parcel/watcher-linux-x64-glibc": "2.
|
|
7253
|
-
"@parcel/watcher-linux-x64-musl": "2.
|
|
7254
|
-
"@parcel/watcher-win32-arm64": "2.
|
|
7255
|
-
"@parcel/watcher-win32-
|
|
7256
|
-
"@parcel/watcher-win32-x64": "2.5.6"
|
|
7026
|
+
"@parcel/watcher-android-arm64": "2.6.0",
|
|
7027
|
+
"@parcel/watcher-darwin-arm64": "2.6.0",
|
|
7028
|
+
"@parcel/watcher-darwin-x64": "2.6.0",
|
|
7029
|
+
"@parcel/watcher-freebsd-x64": "2.6.0",
|
|
7030
|
+
"@parcel/watcher-linux-arm-glibc": "2.6.0",
|
|
7031
|
+
"@parcel/watcher-linux-arm-musl": "2.6.0",
|
|
7032
|
+
"@parcel/watcher-linux-arm64-glibc": "2.6.0",
|
|
7033
|
+
"@parcel/watcher-linux-arm64-musl": "2.6.0",
|
|
7034
|
+
"@parcel/watcher-linux-x64-glibc": "2.6.0",
|
|
7035
|
+
"@parcel/watcher-linux-x64-musl": "2.6.0",
|
|
7036
|
+
"@parcel/watcher-win32-arm64": "2.6.0",
|
|
7037
|
+
"@parcel/watcher-win32-x64": "2.6.0"
|
|
7257
7038
|
}
|
|
7258
7039
|
},
|
|
7259
7040
|
"node_modules/@parcel/watcher-android-arm64": {
|
|
7260
|
-
"version": "2.
|
|
7261
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.
|
|
7262
|
-
"integrity": "sha512-
|
|
7041
|
+
"version": "2.6.0",
|
|
7042
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.6.0.tgz",
|
|
7043
|
+
"integrity": "sha512-trgpLSCKRC/huFjXX/Smh+0sWe4+YtKfktIToiMl59ghz7z+qkH6kMvNnUbLyRs9N11t8l4svSCs1+5B3rOAhA==",
|
|
7263
7044
|
"cpu": [
|
|
7264
7045
|
"arm64"
|
|
7265
7046
|
],
|
|
@@ -7277,9 +7058,9 @@
|
|
|
7277
7058
|
}
|
|
7278
7059
|
},
|
|
7279
7060
|
"node_modules/@parcel/watcher-darwin-arm64": {
|
|
7280
|
-
"version": "2.
|
|
7281
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.
|
|
7282
|
-
"integrity": "sha512-
|
|
7061
|
+
"version": "2.6.0",
|
|
7062
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.6.0.tgz",
|
|
7063
|
+
"integrity": "sha512-Y3QV0gl7Q1zbfueunkWIERICbEojQFCgpyG7YqOGNFLsckXyI1xu9mAIUpKY9QBYzBtSkN8dBPwd3yiAO9ovMw==",
|
|
7283
7064
|
"cpu": [
|
|
7284
7065
|
"arm64"
|
|
7285
7066
|
],
|
|
@@ -7297,9 +7078,9 @@
|
|
|
7297
7078
|
}
|
|
7298
7079
|
},
|
|
7299
7080
|
"node_modules/@parcel/watcher-darwin-x64": {
|
|
7300
|
-
"version": "2.
|
|
7301
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.
|
|
7302
|
-
"integrity": "sha512-
|
|
7081
|
+
"version": "2.6.0",
|
|
7082
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.6.0.tgz",
|
|
7083
|
+
"integrity": "sha512-Ohv6OpzhUfKYD7Beb8kDvG0jbIxORCYY1JRdZnaBtnjjkJxgD7ZVL0nw2sCYd0yTMKTvz3nnTnOF3cDifK+kvw==",
|
|
7303
7084
|
"cpu": [
|
|
7304
7085
|
"x64"
|
|
7305
7086
|
],
|
|
@@ -7317,9 +7098,9 @@
|
|
|
7317
7098
|
}
|
|
7318
7099
|
},
|
|
7319
7100
|
"node_modules/@parcel/watcher-freebsd-x64": {
|
|
7320
|
-
"version": "2.
|
|
7321
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.
|
|
7322
|
-
"integrity": "sha512-
|
|
7101
|
+
"version": "2.6.0",
|
|
7102
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.6.0.tgz",
|
|
7103
|
+
"integrity": "sha512-5HmXvDgs8VK+74jF9y9/2FE3/OnlcKmc56tjmSrEuZjpSZOGL+fvAu+HKJBdPs9uwoP2hE6TlSUpXZ/C5jUFmQ==",
|
|
7323
7104
|
"cpu": [
|
|
7324
7105
|
"x64"
|
|
7325
7106
|
],
|
|
@@ -7337,9 +7118,9 @@
|
|
|
7337
7118
|
}
|
|
7338
7119
|
},
|
|
7339
7120
|
"node_modules/@parcel/watcher-linux-arm-glibc": {
|
|
7340
|
-
"version": "2.
|
|
7341
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.
|
|
7342
|
-
"integrity": "sha512-
|
|
7121
|
+
"version": "2.6.0",
|
|
7122
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.6.0.tgz",
|
|
7123
|
+
"integrity": "sha512-Ps/hui3A+vMbjdqlqAowK2ZL8+BO8dBjxeWXj6npTBs3jx4wWmbPpaLuqwrQrSqIVMCnpWo238bJ1U37GhQOYg==",
|
|
7343
7124
|
"cpu": [
|
|
7344
7125
|
"arm"
|
|
7345
7126
|
],
|
|
@@ -7360,9 +7141,9 @@
|
|
|
7360
7141
|
}
|
|
7361
7142
|
},
|
|
7362
7143
|
"node_modules/@parcel/watcher-linux-arm-musl": {
|
|
7363
|
-
"version": "2.
|
|
7364
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.
|
|
7365
|
-
"integrity": "sha512-
|
|
7144
|
+
"version": "2.6.0",
|
|
7145
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.6.0.tgz",
|
|
7146
|
+
"integrity": "sha512-9c6AUHgHoG+IY88MRIHupztQiQnrbqHYQjkM2btA+Bf/wQnQMuiD0Wfk1EVv3TlNT3x41uU71rn6E4xh/+zvkw==",
|
|
7366
7147
|
"cpu": [
|
|
7367
7148
|
"arm"
|
|
7368
7149
|
],
|
|
@@ -7383,9 +7164,9 @@
|
|
|
7383
7164
|
}
|
|
7384
7165
|
},
|
|
7385
7166
|
"node_modules/@parcel/watcher-linux-arm64-glibc": {
|
|
7386
|
-
"version": "2.
|
|
7387
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.
|
|
7388
|
-
"integrity": "sha512-
|
|
7167
|
+
"version": "2.6.0",
|
|
7168
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.6.0.tgz",
|
|
7169
|
+
"integrity": "sha512-yHRqS2owEXe6Hic9z6Mh1ECsCd+ODVOGvZDyciqRd21+v+o+DnXMOrw50DSpIG2sb8GPEaPPmfeCAWKPJdq46g==",
|
|
7389
7170
|
"cpu": [
|
|
7390
7171
|
"arm64"
|
|
7391
7172
|
],
|
|
@@ -7406,9 +7187,9 @@
|
|
|
7406
7187
|
}
|
|
7407
7188
|
},
|
|
7408
7189
|
"node_modules/@parcel/watcher-linux-arm64-musl": {
|
|
7409
|
-
"version": "2.
|
|
7410
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.
|
|
7411
|
-
"integrity": "sha512-
|
|
7190
|
+
"version": "2.6.0",
|
|
7191
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.6.0.tgz",
|
|
7192
|
+
"integrity": "sha512-WhB2e/V7rqdHHWZusBSPuy5Ei8S6lSz6FE5TKKQz5h3a0O+C+mhY7vxU9b/stqvMb8beLnPY82ZrFTLKs+SrKA==",
|
|
7412
7193
|
"cpu": [
|
|
7413
7194
|
"arm64"
|
|
7414
7195
|
],
|
|
@@ -7429,9 +7210,9 @@
|
|
|
7429
7210
|
}
|
|
7430
7211
|
},
|
|
7431
7212
|
"node_modules/@parcel/watcher-linux-x64-glibc": {
|
|
7432
|
-
"version": "2.
|
|
7433
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.
|
|
7434
|
-
"integrity": "sha512-
|
|
7213
|
+
"version": "2.6.0",
|
|
7214
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.6.0.tgz",
|
|
7215
|
+
"integrity": "sha512-ulGE6x6Oz6iAwg75T8YQSoguBWasniIbX+QWpaYPcCnDOpdWX3k+4xbEYPZVLxOuoJI+svJJPD3sEj8G7lrQ3A==",
|
|
7435
7216
|
"cpu": [
|
|
7436
7217
|
"x64"
|
|
7437
7218
|
],
|
|
@@ -7452,9 +7233,9 @@
|
|
|
7452
7233
|
}
|
|
7453
7234
|
},
|
|
7454
7235
|
"node_modules/@parcel/watcher-linux-x64-musl": {
|
|
7455
|
-
"version": "2.
|
|
7456
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.
|
|
7457
|
-
"integrity": "sha512-
|
|
7236
|
+
"version": "2.6.0",
|
|
7237
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.6.0.tgz",
|
|
7238
|
+
"integrity": "sha512-tkBYKt7YQrjIJWYDnto2YgO8MRkjlMTSNoRHzsXinBqbLdeOM3L32wPZJvIZxqaLMfSlS/4sUjH/6STVP/XDLw==",
|
|
7458
7239
|
"cpu": [
|
|
7459
7240
|
"x64"
|
|
7460
7241
|
],
|
|
@@ -7475,9 +7256,9 @@
|
|
|
7475
7256
|
}
|
|
7476
7257
|
},
|
|
7477
7258
|
"node_modules/@parcel/watcher-win32-arm64": {
|
|
7478
|
-
"version": "2.
|
|
7479
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.
|
|
7480
|
-
"integrity": "sha512-
|
|
7259
|
+
"version": "2.6.0",
|
|
7260
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.6.0.tgz",
|
|
7261
|
+
"integrity": "sha512-gIZAP23jaHjGWasY/TY6yL7NHFClf0Ga7FN+iINvk+KN94rhm94lYZhFsbYFNcA04/onvGD9kKmiJLJB2HbNwQ==",
|
|
7481
7262
|
"cpu": [
|
|
7482
7263
|
"arm64"
|
|
7483
7264
|
],
|
|
@@ -7494,30 +7275,10 @@
|
|
|
7494
7275
|
"url": "https://opencollective.com/parcel"
|
|
7495
7276
|
}
|
|
7496
7277
|
},
|
|
7497
|
-
"node_modules/@parcel/watcher-win32-ia32": {
|
|
7498
|
-
"version": "2.5.6",
|
|
7499
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.6.tgz",
|
|
7500
|
-
"integrity": "sha512-k35yLp1ZMwwee3Ez/pxBi5cf4AoBKYXj00CZ80jUz5h8prpiaQsiRPKQMxoLstNuqe2vR4RNPEAEcjEFzhEz/g==",
|
|
7501
|
-
"cpu": [
|
|
7502
|
-
"ia32"
|
|
7503
|
-
],
|
|
7504
|
-
"license": "MIT",
|
|
7505
|
-
"optional": true,
|
|
7506
|
-
"os": [
|
|
7507
|
-
"win32"
|
|
7508
|
-
],
|
|
7509
|
-
"engines": {
|
|
7510
|
-
"node": ">= 10.0.0"
|
|
7511
|
-
},
|
|
7512
|
-
"funding": {
|
|
7513
|
-
"type": "opencollective",
|
|
7514
|
-
"url": "https://opencollective.com/parcel"
|
|
7515
|
-
}
|
|
7516
|
-
},
|
|
7517
7278
|
"node_modules/@parcel/watcher-win32-x64": {
|
|
7518
|
-
"version": "2.
|
|
7519
|
-
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.
|
|
7520
|
-
"integrity": "sha512-
|
|
7279
|
+
"version": "2.6.0",
|
|
7280
|
+
"resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.6.0.tgz",
|
|
7281
|
+
"integrity": "sha512-cA+/pXV2YkfxlIcXOQ5fSWqAzzPyD78/x5qbK/I0vUkrlYHA8TIz+MXjAbGouguKVSI4bOmkTSJ1/poVSsgt+A==",
|
|
7521
7282
|
"cpu": [
|
|
7522
7283
|
"x64"
|
|
7523
7284
|
],
|
|
@@ -7709,15 +7470,15 @@
|
|
|
7709
7470
|
}
|
|
7710
7471
|
},
|
|
7711
7472
|
"node_modules/@regulaforensics/face-core-basic": {
|
|
7712
|
-
"version": "8.
|
|
7713
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-8.
|
|
7714
|
-
"integrity": "sha512-
|
|
7473
|
+
"version": "8.3.667-rc",
|
|
7474
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/face-core-basic/-/face-core-basic-8.3.667-rc.tgz",
|
|
7475
|
+
"integrity": "sha512-EaZY5z+/R7HNhvX6p1834opHqPI3SW90/HVFkJYJsmERVC6pk9ZblgnRPssxQm/45tFqobzJPRppvhUlTj4Vtw==",
|
|
7715
7476
|
"license": "commercial"
|
|
7716
7477
|
},
|
|
7717
7478
|
"node_modules/@regulaforensics/face-sdk": {
|
|
7718
|
-
"version": "8.
|
|
7719
|
-
"resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-8.
|
|
7720
|
-
"integrity": "sha512-
|
|
7479
|
+
"version": "8.3.1220-rc",
|
|
7480
|
+
"resolved": "https://registry.npmjs.org/@regulaforensics/face-sdk/-/face-sdk-8.3.1220-rc.tgz",
|
|
7481
|
+
"integrity": "sha512-uHRTE4iT0/nJuonu03fJpy1GbsHNueSXnk8rHznEMYdoAQXffP7JEgo3ggo5oF+FySoK+qWd5HDqWj+SOtLSmQ==",
|
|
7721
7482
|
"license": "commercial",
|
|
7722
7483
|
"dependencies": {
|
|
7723
7484
|
"@expo/config-plugins": "^10.0.0"
|
|
@@ -8088,13 +7849,13 @@
|
|
|
8088
7849
|
]
|
|
8089
7850
|
},
|
|
8090
7851
|
"node_modules/@schematics/angular": {
|
|
8091
|
-
"version": "22.0.
|
|
8092
|
-
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.0.
|
|
8093
|
-
"integrity": "sha512-
|
|
7852
|
+
"version": "22.0.9",
|
|
7853
|
+
"resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-22.0.9.tgz",
|
|
7854
|
+
"integrity": "sha512-moQI3UnqUt6GZ81ykxJRUbf+IpM6SDFRyMMj6A2VNSiUGVpSAETNFIuTk/6YDzNG8yhMN9zOICeBwvvPH0ylbA==",
|
|
8094
7855
|
"license": "MIT",
|
|
8095
7856
|
"dependencies": {
|
|
8096
|
-
"@angular-devkit/core": "22.0.
|
|
8097
|
-
"@angular-devkit/schematics": "22.0.
|
|
7857
|
+
"@angular-devkit/core": "22.0.9",
|
|
7858
|
+
"@angular-devkit/schematics": "22.0.9",
|
|
8098
7859
|
"jsonc-parser": "3.3.1",
|
|
8099
7860
|
"typescript": "6.0.3"
|
|
8100
7861
|
},
|
|
@@ -8241,34 +8002,13 @@
|
|
|
8241
8002
|
"node": "^20.17.0 || >=22.9.0"
|
|
8242
8003
|
}
|
|
8243
8004
|
},
|
|
8244
|
-
"node_modules/@tufjs/models/node_modules/balanced-match": {
|
|
8245
|
-
"version": "4.0.4",
|
|
8246
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8247
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8248
|
-
"license": "MIT",
|
|
8249
|
-
"engines": {
|
|
8250
|
-
"node": "18 || 20 || >=22"
|
|
8251
|
-
}
|
|
8252
|
-
},
|
|
8253
|
-
"node_modules/@tufjs/models/node_modules/brace-expansion": {
|
|
8254
|
-
"version": "5.0.7",
|
|
8255
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
8256
|
-
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
8257
|
-
"license": "MIT",
|
|
8258
|
-
"dependencies": {
|
|
8259
|
-
"balanced-match": "^4.0.2"
|
|
8260
|
-
},
|
|
8261
|
-
"engines": {
|
|
8262
|
-
"node": "18 || 20 || >=22"
|
|
8263
|
-
}
|
|
8264
|
-
},
|
|
8265
8005
|
"node_modules/@tufjs/models/node_modules/minimatch": {
|
|
8266
|
-
"version": "10.2.
|
|
8267
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
8268
|
-
"integrity": "sha512-
|
|
8006
|
+
"version": "10.2.6",
|
|
8007
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
8008
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
8269
8009
|
"license": "BlueOak-1.0.0",
|
|
8270
8010
|
"dependencies": {
|
|
8271
|
-
"brace-expansion": "^5.0.
|
|
8011
|
+
"brace-expansion": "^5.0.8"
|
|
8272
8012
|
},
|
|
8273
8013
|
"engines": {
|
|
8274
8014
|
"node": "18 || 20 || >=22"
|
|
@@ -8361,9 +8101,9 @@
|
|
|
8361
8101
|
}
|
|
8362
8102
|
},
|
|
8363
8103
|
"node_modules/@types/express-serve-static-core": {
|
|
8364
|
-
"version": "4.19.
|
|
8365
|
-
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.
|
|
8366
|
-
"integrity": "sha512-
|
|
8104
|
+
"version": "4.19.9",
|
|
8105
|
+
"resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.9.tgz",
|
|
8106
|
+
"integrity": "sha512-QP2ESEe/ImWY0HDwNAnK9PvEffUyhLTnWkk7KXzHfyeWAnlrDe1fN77bXl6ia8KT3wPlmA7t9/VPRpnf4Ex9sg==",
|
|
8367
8107
|
"license": "MIT",
|
|
8368
8108
|
"dependencies": {
|
|
8369
8109
|
"@types/node": "*",
|
|
@@ -8400,9 +8140,9 @@
|
|
|
8400
8140
|
"license": "MIT"
|
|
8401
8141
|
},
|
|
8402
8142
|
"node_modules/@types/node": {
|
|
8403
|
-
"version": "26.1.
|
|
8404
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.
|
|
8405
|
-
"integrity": "sha512-
|
|
8143
|
+
"version": "26.1.2",
|
|
8144
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-26.1.2.tgz",
|
|
8145
|
+
"integrity": "sha512-Vu4a5UFA9rIIFJ7rB/Vaafh9lrCQszopTCx6KjFboXTGQbPNasehVR5TEiithSDGyd1DEiUByggTZsg8jukeIg==",
|
|
8406
8146
|
"license": "MIT",
|
|
8407
8147
|
"dependencies": {
|
|
8408
8148
|
"undici-types": "~8.3.0"
|
|
@@ -8691,9 +8431,9 @@
|
|
|
8691
8431
|
}
|
|
8692
8432
|
},
|
|
8693
8433
|
"node_modules/acorn": {
|
|
8694
|
-
"version": "8.
|
|
8695
|
-
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.
|
|
8696
|
-
"integrity": "sha512-
|
|
8434
|
+
"version": "8.18.0",
|
|
8435
|
+
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.18.0.tgz",
|
|
8436
|
+
"integrity": "sha512-lGq+9yr1/GuAWaVYIHRjvvySG5/4VfKIvC8EWxStPdcDh/Ka7FG3twP6v4d5BkravUilhIAsG4Qj83t02LWUPQ==",
|
|
8697
8437
|
"license": "MIT",
|
|
8698
8438
|
"bin": {
|
|
8699
8439
|
"acorn": "bin/acorn"
|
|
@@ -8821,9 +8561,9 @@
|
|
|
8821
8561
|
}
|
|
8822
8562
|
},
|
|
8823
8563
|
"node_modules/android-versions": {
|
|
8824
|
-
"version": "2.
|
|
8825
|
-
"resolved": "https://registry.npmjs.org/android-versions/-/android-versions-2.
|
|
8826
|
-
"integrity": "sha512-
|
|
8564
|
+
"version": "2.2.0",
|
|
8565
|
+
"resolved": "https://registry.npmjs.org/android-versions/-/android-versions-2.2.0.tgz",
|
|
8566
|
+
"integrity": "sha512-lrad0HHmy9406sSmBHYIetx4n3WMnVVD+HMv7C+YJrByLFGPYWvlM1WcYrYL+e2s1GErvRF85nWsRY7RpwIGLw==",
|
|
8827
8567
|
"license": "MIT",
|
|
8828
8568
|
"dependencies": {
|
|
8829
8569
|
"semver": "^7.5.2"
|
|
@@ -9056,10 +8796,13 @@
|
|
|
9056
8796
|
}
|
|
9057
8797
|
},
|
|
9058
8798
|
"node_modules/balanced-match": {
|
|
9059
|
-
"version": "
|
|
9060
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-
|
|
9061
|
-
"integrity": "sha512-
|
|
9062
|
-
"license": "MIT"
|
|
8799
|
+
"version": "4.0.4",
|
|
8800
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
8801
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
8802
|
+
"license": "MIT",
|
|
8803
|
+
"engines": {
|
|
8804
|
+
"node": "18 || 20 || >=22"
|
|
8805
|
+
}
|
|
9063
8806
|
},
|
|
9064
8807
|
"node_modules/base64-js": {
|
|
9065
8808
|
"version": "1.5.1",
|
|
@@ -9082,9 +8825,9 @@
|
|
|
9082
8825
|
"license": "MIT"
|
|
9083
8826
|
},
|
|
9084
8827
|
"node_modules/baseline-browser-mapping": {
|
|
9085
|
-
"version": "2.
|
|
9086
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.
|
|
9087
|
-
"integrity": "sha512-
|
|
8828
|
+
"version": "2.11.6",
|
|
8829
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.11.6.tgz",
|
|
8830
|
+
"integrity": "sha512-69D/imtToCsIcAl8WBS2YaRwA4jO/j0HhU+hELqMEu9f54MoUtI6+XH5mrKU8rEFNEk/Ui1I2MK4/JkWacclGw==",
|
|
9088
8831
|
"license": "Apache-2.0",
|
|
9089
8832
|
"bin": {
|
|
9090
8833
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -9187,9 +8930,9 @@
|
|
|
9187
8930
|
}
|
|
9188
8931
|
},
|
|
9189
8932
|
"node_modules/bonjour-service": {
|
|
9190
|
-
"version": "1.4.
|
|
9191
|
-
"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.4.
|
|
9192
|
-
"integrity": "sha512-
|
|
8933
|
+
"version": "1.4.4",
|
|
8934
|
+
"resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.4.4.tgz",
|
|
8935
|
+
"integrity": "sha512-jCZcVv7eoc4QesRscwEZtSROBen+6LpKAmBIsQYQrsAeVHLyMXWX/t6eIV5KiRZYNUBl8eVqImEEMQ8L5+c/Kw==",
|
|
9193
8936
|
"license": "MIT",
|
|
9194
8937
|
"dependencies": {
|
|
9195
8938
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -9224,12 +8967,15 @@
|
|
|
9224
8967
|
}
|
|
9225
8968
|
},
|
|
9226
8969
|
"node_modules/brace-expansion": {
|
|
9227
|
-
"version": "
|
|
9228
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-
|
|
9229
|
-
"integrity": "sha512-
|
|
8970
|
+
"version": "5.0.8",
|
|
8971
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.8.tgz",
|
|
8972
|
+
"integrity": "sha512-JZyDyq3D4AUifKTPOB7DELf6XsB3WdPuNxCtob1vFXPsSXhdAiHBWJ/tJ8HAc9aH84BK+5JFZLNkJKx3G9kzQg==",
|
|
9230
8973
|
"license": "MIT",
|
|
9231
8974
|
"dependencies": {
|
|
9232
|
-
"balanced-match": "^
|
|
8975
|
+
"balanced-match": "^4.0.2"
|
|
8976
|
+
},
|
|
8977
|
+
"engines": {
|
|
8978
|
+
"node": "20 || >=22"
|
|
9233
8979
|
}
|
|
9234
8980
|
},
|
|
9235
8981
|
"node_modules/braces": {
|
|
@@ -9245,9 +8991,9 @@
|
|
|
9245
8991
|
}
|
|
9246
8992
|
},
|
|
9247
8993
|
"node_modules/browserslist": {
|
|
9248
|
-
"version": "4.28.
|
|
9249
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.
|
|
9250
|
-
"integrity": "sha512-
|
|
8994
|
+
"version": "4.28.7",
|
|
8995
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.7.tgz",
|
|
8996
|
+
"integrity": "sha512-JxV13hNrFxqjOc8alRbq9dK1MM79NEXYpma2B2J4wAtpWS5zIEIKqWPGCl7N4o7Uc7B7itylh7SuDujATRyyTw==",
|
|
9251
8997
|
"funding": [
|
|
9252
8998
|
{
|
|
9253
8999
|
"type": "opencollective",
|
|
@@ -9264,10 +9010,10 @@
|
|
|
9264
9010
|
],
|
|
9265
9011
|
"license": "MIT",
|
|
9266
9012
|
"dependencies": {
|
|
9267
|
-
"baseline-browser-mapping": "^2.10.
|
|
9268
|
-
"caniuse-lite": "^1.0.
|
|
9269
|
-
"electron-to-chromium": "^1.5.
|
|
9270
|
-
"node-releases": "^2.0.
|
|
9013
|
+
"baseline-browser-mapping": "^2.10.44",
|
|
9014
|
+
"caniuse-lite": "^1.0.30001806",
|
|
9015
|
+
"electron-to-chromium": "^1.5.393",
|
|
9016
|
+
"node-releases": "^2.0.51",
|
|
9271
9017
|
"update-browserslist-db": "^1.2.3"
|
|
9272
9018
|
},
|
|
9273
9019
|
"bin": {
|
|
@@ -9337,27 +9083,6 @@
|
|
|
9337
9083
|
"node": "^20.17.0 || >=22.9.0"
|
|
9338
9084
|
}
|
|
9339
9085
|
},
|
|
9340
|
-
"node_modules/cacache/node_modules/balanced-match": {
|
|
9341
|
-
"version": "4.0.4",
|
|
9342
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
9343
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
9344
|
-
"license": "MIT",
|
|
9345
|
-
"engines": {
|
|
9346
|
-
"node": "18 || 20 || >=22"
|
|
9347
|
-
}
|
|
9348
|
-
},
|
|
9349
|
-
"node_modules/cacache/node_modules/brace-expansion": {
|
|
9350
|
-
"version": "5.0.7",
|
|
9351
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
9352
|
-
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
9353
|
-
"license": "MIT",
|
|
9354
|
-
"dependencies": {
|
|
9355
|
-
"balanced-match": "^4.0.2"
|
|
9356
|
-
},
|
|
9357
|
-
"engines": {
|
|
9358
|
-
"node": "18 || 20 || >=22"
|
|
9359
|
-
}
|
|
9360
|
-
},
|
|
9361
9086
|
"node_modules/cacache/node_modules/glob": {
|
|
9362
9087
|
"version": "13.0.6",
|
|
9363
9088
|
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.6.tgz",
|
|
@@ -9376,21 +9101,21 @@
|
|
|
9376
9101
|
}
|
|
9377
9102
|
},
|
|
9378
9103
|
"node_modules/cacache/node_modules/lru-cache": {
|
|
9379
|
-
"version": "11.5.
|
|
9380
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
9381
|
-
"integrity": "sha512-
|
|
9104
|
+
"version": "11.5.2",
|
|
9105
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
9106
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
9382
9107
|
"license": "BlueOak-1.0.0",
|
|
9383
9108
|
"engines": {
|
|
9384
9109
|
"node": "20 || >=22"
|
|
9385
9110
|
}
|
|
9386
9111
|
},
|
|
9387
9112
|
"node_modules/cacache/node_modules/minimatch": {
|
|
9388
|
-
"version": "10.2.
|
|
9389
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
9390
|
-
"integrity": "sha512-
|
|
9113
|
+
"version": "10.2.6",
|
|
9114
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
9115
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
9391
9116
|
"license": "BlueOak-1.0.0",
|
|
9392
9117
|
"dependencies": {
|
|
9393
|
-
"brace-expansion": "^5.0.
|
|
9118
|
+
"brace-expansion": "^5.0.8"
|
|
9394
9119
|
},
|
|
9395
9120
|
"engines": {
|
|
9396
9121
|
"node": "18 || 20 || >=22"
|
|
@@ -9472,9 +9197,9 @@
|
|
|
9472
9197
|
}
|
|
9473
9198
|
},
|
|
9474
9199
|
"node_modules/caniuse-lite": {
|
|
9475
|
-
"version": "1.0.
|
|
9476
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
9477
|
-
"integrity": "sha512-
|
|
9200
|
+
"version": "1.0.30001806",
|
|
9201
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001806.tgz",
|
|
9202
|
+
"integrity": "sha512-72Cuvd95zbSYPKq6Fhg8eDJRlzgWDf7/mtoZv6Qe/DYNCEBdNxoA3+rZAU2ZhGCpZlns3EssFavaZomckT5Uuw==",
|
|
9478
9203
|
"funding": [
|
|
9479
9204
|
{
|
|
9480
9205
|
"type": "opencollective",
|
|
@@ -9675,9 +9400,9 @@
|
|
|
9675
9400
|
}
|
|
9676
9401
|
},
|
|
9677
9402
|
"node_modules/cli-truncate/node_modules/string-width": {
|
|
9678
|
-
"version": "8.2.
|
|
9679
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.
|
|
9680
|
-
"integrity": "sha512-
|
|
9403
|
+
"version": "8.2.2",
|
|
9404
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
|
|
9405
|
+
"integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
|
|
9681
9406
|
"license": "MIT",
|
|
9682
9407
|
"dependencies": {
|
|
9683
9408
|
"get-east-asian-width": "^1.5.0",
|
|
@@ -9969,9 +9694,9 @@
|
|
|
9969
9694
|
}
|
|
9970
9695
|
},
|
|
9971
9696
|
"node_modules/cordova-android": {
|
|
9972
|
-
"version": "15.
|
|
9973
|
-
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-15.
|
|
9974
|
-
"integrity": "sha512-
|
|
9697
|
+
"version": "15.1.0",
|
|
9698
|
+
"resolved": "https://registry.npmjs.org/cordova-android/-/cordova-android-15.1.0.tgz",
|
|
9699
|
+
"integrity": "sha512-mnOnOisYUVhyrLCPVlHJBKh4ro+X6nZA7nPqBrpVnyTpiiDiakNCfbBJjSs1MTBUJZ6dcmhhvNKZWPT9w6aGPA==",
|
|
9975
9700
|
"license": "Apache-2.0",
|
|
9976
9701
|
"dependencies": {
|
|
9977
9702
|
"android-versions": "^2.1.1",
|
|
@@ -10518,9 +10243,9 @@
|
|
|
10518
10243
|
"license": "MIT"
|
|
10519
10244
|
},
|
|
10520
10245
|
"node_modules/electron-to-chromium": {
|
|
10521
|
-
"version": "1.5.
|
|
10522
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
10523
|
-
"integrity": "sha512-
|
|
10246
|
+
"version": "1.5.398",
|
|
10247
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.398.tgz",
|
|
10248
|
+
"integrity": "sha512-AsvhAxopJGh6museTDMIjn6JpDYOfgu4RLlygomt87MUwBUqTfd/1EiPtx10/LZE8xpTvkP2E9Gafq7lkLtodQ==",
|
|
10524
10249
|
"license": "ISC"
|
|
10525
10250
|
},
|
|
10526
10251
|
"node_modules/elementtree": {
|
|
@@ -10602,9 +10327,9 @@
|
|
|
10602
10327
|
"license": "MIT"
|
|
10603
10328
|
},
|
|
10604
10329
|
"node_modules/enhanced-resolve": {
|
|
10605
|
-
"version": "5.24.
|
|
10606
|
-
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.
|
|
10607
|
-
"integrity": "sha512-
|
|
10330
|
+
"version": "5.24.4",
|
|
10331
|
+
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.24.4.tgz",
|
|
10332
|
+
"integrity": "sha512-GVoi+ICHocoOIU7qVVM48wOJziRsqrsyqlI0Ce0LdowRn6v3bcH2zUa9kp85ncx0nwIb9/HOCOLS3fdThDG/XQ==",
|
|
10608
10333
|
"license": "MIT",
|
|
10609
10334
|
"dependencies": {
|
|
10610
10335
|
"graceful-fs": "^4.2.4",
|
|
@@ -10688,9 +10413,9 @@
|
|
|
10688
10413
|
}
|
|
10689
10414
|
},
|
|
10690
10415
|
"node_modules/es-module-lexer": {
|
|
10691
|
-
"version": "2.3.
|
|
10692
|
-
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.
|
|
10693
|
-
"integrity": "sha512-
|
|
10416
|
+
"version": "2.3.1",
|
|
10417
|
+
"resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-2.3.1.tgz",
|
|
10418
|
+
"integrity": "sha512-shc1dbU90Yl/xq1QrC7QRtfcwURZuVRfPhZbDoldJ1cn1gzDvBaBWlv0eFolj5+0znnPJz5TXLxsN77X/12KTA==",
|
|
10694
10419
|
"license": "MIT"
|
|
10695
10420
|
},
|
|
10696
10421
|
"node_modules/es-object-atoms": {
|
|
@@ -10958,11 +10683,12 @@
|
|
|
10958
10683
|
}
|
|
10959
10684
|
},
|
|
10960
10685
|
"node_modules/express-rate-limit": {
|
|
10961
|
-
"version": "8.
|
|
10962
|
-
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.
|
|
10963
|
-
"integrity": "sha512-
|
|
10686
|
+
"version": "8.6.1",
|
|
10687
|
+
"resolved": "https://registry.npmjs.org/express-rate-limit/-/express-rate-limit-8.6.1.tgz",
|
|
10688
|
+
"integrity": "sha512-0D493aP61w0TJ2A0wy27riRsO7FMQ7FK+KUHOKCSfPvYo0R55aiC6emCVgFUeShH0fq0ICPVzNcgoS+BsbXQCA==",
|
|
10964
10689
|
"license": "MIT",
|
|
10965
10690
|
"dependencies": {
|
|
10691
|
+
"debug": "^4.4.3",
|
|
10966
10692
|
"ip-address": "^10.2.0"
|
|
10967
10693
|
},
|
|
10968
10694
|
"engines": {
|
|
@@ -11040,9 +10766,9 @@
|
|
|
11040
10766
|
}
|
|
11041
10767
|
},
|
|
11042
10768
|
"node_modules/fast-uri": {
|
|
11043
|
-
"version": "3.1.
|
|
11044
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.
|
|
11045
|
-
"integrity": "sha512-
|
|
10769
|
+
"version": "3.1.4",
|
|
10770
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.4.tgz",
|
|
10771
|
+
"integrity": "sha512-8JnbkQ4juDyvYs4mgFGQqg4yCYtFDtUtmp2QIQq11ZZe5CFQ5wcqm1rqDgAh/QdMySuBnPzMUiJUNZG5N/AiQw==",
|
|
11046
10772
|
"funding": [
|
|
11047
10773
|
{
|
|
11048
10774
|
"type": "github",
|
|
@@ -11530,9 +11256,9 @@
|
|
|
11530
11256
|
}
|
|
11531
11257
|
},
|
|
11532
11258
|
"node_modules/hono": {
|
|
11533
|
-
"version": "4.12.
|
|
11534
|
-
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.
|
|
11535
|
-
"integrity": "sha512-
|
|
11259
|
+
"version": "4.12.32",
|
|
11260
|
+
"resolved": "https://registry.npmjs.org/hono/-/hono-4.12.32.tgz",
|
|
11261
|
+
"integrity": "sha512-XcuyW9qE2kJn07PkecMOBd5Vq/hMy7mmGw+idz1yblbg9N17ijJODrvPkn7/dwL3Kulj8LcRJ69DLOWf91dRUg==",
|
|
11536
11262
|
"license": "MIT",
|
|
11537
11263
|
"engines": {
|
|
11538
11264
|
"node": ">=16.9.0"
|
|
@@ -11551,9 +11277,9 @@
|
|
|
11551
11277
|
}
|
|
11552
11278
|
},
|
|
11553
11279
|
"node_modules/hosted-git-info/node_modules/lru-cache": {
|
|
11554
|
-
"version": "11.5.
|
|
11555
|
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.
|
|
11556
|
-
"integrity": "sha512-
|
|
11280
|
+
"version": "11.5.2",
|
|
11281
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.5.2.tgz",
|
|
11282
|
+
"integrity": "sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==",
|
|
11557
11283
|
"license": "BlueOak-1.0.0",
|
|
11558
11284
|
"engines": {
|
|
11559
11285
|
"node": "20 || >=22"
|
|
@@ -11789,9 +11515,9 @@
|
|
|
11789
11515
|
}
|
|
11790
11516
|
},
|
|
11791
11517
|
"node_modules/ignore": {
|
|
11792
|
-
"version": "7.0.
|
|
11793
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.
|
|
11794
|
-
"integrity": "sha512-
|
|
11518
|
+
"version": "7.0.6",
|
|
11519
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-7.0.6.tgz",
|
|
11520
|
+
"integrity": "sha512-BAg6QkE8W+TuQLrrw0Ugr7HegXduRuuj8/ti2kSOc+jz1dmx8/WNcjr6XGnq5YpDWxFwwaavqD0+jIUOKelTsw==",
|
|
11795
11521
|
"license": "MIT",
|
|
11796
11522
|
"engines": {
|
|
11797
11523
|
"node": ">= 4"
|
|
@@ -11809,34 +11535,13 @@
|
|
|
11809
11535
|
"node": "^20.17.0 || >=22.9.0"
|
|
11810
11536
|
}
|
|
11811
11537
|
},
|
|
11812
|
-
"node_modules/ignore-walk/node_modules/balanced-match": {
|
|
11813
|
-
"version": "4.0.4",
|
|
11814
|
-
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
11815
|
-
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
11816
|
-
"license": "MIT",
|
|
11817
|
-
"engines": {
|
|
11818
|
-
"node": "18 || 20 || >=22"
|
|
11819
|
-
}
|
|
11820
|
-
},
|
|
11821
|
-
"node_modules/ignore-walk/node_modules/brace-expansion": {
|
|
11822
|
-
"version": "5.0.7",
|
|
11823
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.7.tgz",
|
|
11824
|
-
"integrity": "sha512-7oFy703dxfY3/NLxC1fh2SUCQ0H9rmAY+5EpDVfXjUTTs+HEwR2nYaqLv+GWcTsumwxPfiz6CzCNkwXwBUwqCA==",
|
|
11825
|
-
"license": "MIT",
|
|
11826
|
-
"dependencies": {
|
|
11827
|
-
"balanced-match": "^4.0.2"
|
|
11828
|
-
},
|
|
11829
|
-
"engines": {
|
|
11830
|
-
"node": "18 || 20 || >=22"
|
|
11831
|
-
}
|
|
11832
|
-
},
|
|
11833
11538
|
"node_modules/ignore-walk/node_modules/minimatch": {
|
|
11834
|
-
"version": "10.2.
|
|
11835
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
11836
|
-
"integrity": "sha512-
|
|
11539
|
+
"version": "10.2.6",
|
|
11540
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz",
|
|
11541
|
+
"integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==",
|
|
11837
11542
|
"license": "BlueOak-1.0.0",
|
|
11838
11543
|
"dependencies": {
|
|
11839
|
-
"brace-expansion": "^5.0.
|
|
11544
|
+
"brace-expansion": "^5.0.8"
|
|
11840
11545
|
},
|
|
11841
11546
|
"engines": {
|
|
11842
11547
|
"node": "18 || 20 || >=22"
|
|
@@ -11905,18 +11610,18 @@
|
|
|
11905
11610
|
}
|
|
11906
11611
|
},
|
|
11907
11612
|
"node_modules/ionicons": {
|
|
11908
|
-
"version": "8.0
|
|
11909
|
-
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-8.0.
|
|
11910
|
-
"integrity": "sha512-
|
|
11613
|
+
"version": "8.1.0",
|
|
11614
|
+
"resolved": "https://registry.npmjs.org/ionicons/-/ionicons-8.1.0.tgz",
|
|
11615
|
+
"integrity": "sha512-XSM2gYWTXxSYTwjmKWAoy4yR7AbAFDjpc5ZIivAiGXskM0fe5CdMPfs6InQRUcrYtVb2WZ/0HQ1/jeh3JW78SA==",
|
|
11911
11616
|
"license": "MIT",
|
|
11912
11617
|
"dependencies": {
|
|
11913
|
-
"@stencil/core": "^4.
|
|
11618
|
+
"@stencil/core": "^4.43.5"
|
|
11914
11619
|
}
|
|
11915
11620
|
},
|
|
11916
11621
|
"node_modules/ip-address": {
|
|
11917
|
-
"version": "10.
|
|
11918
|
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.
|
|
11919
|
-
"integrity": "sha512
|
|
11622
|
+
"version": "10.3.1",
|
|
11623
|
+
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.3.1.tgz",
|
|
11624
|
+
"integrity": "sha512-1e9d3kb97NHJTIJDZW9rKqW2h6+dFa50Dy0fpPSMQp2ADje5gvKsXmdiK6dwY5t76TaTt5+P5N1Y/LoToIxP6g==",
|
|
11920
11625
|
"license": "MIT",
|
|
11921
11626
|
"engines": {
|
|
11922
11627
|
"node": ">= 12"
|
|
@@ -12256,9 +11961,9 @@
|
|
|
12256
11961
|
}
|
|
12257
11962
|
},
|
|
12258
11963
|
"node_modules/jose": {
|
|
12259
|
-
"version": "6.2.
|
|
12260
|
-
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.
|
|
12261
|
-
"integrity": "sha512-
|
|
11964
|
+
"version": "6.2.4",
|
|
11965
|
+
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.4.tgz",
|
|
11966
|
+
"integrity": "sha512-N8acGzVsQy6M/fjFcxtysNc4Q379TcM5dM/qKkNtsHFji88yANnXTr7BLeP75iPnFwBfQzM/jg2BZ9+HZrHCZA==",
|
|
12262
11967
|
"license": "MIT",
|
|
12263
11968
|
"funding": {
|
|
12264
11969
|
"url": "https://github.com/sponsors/panva"
|
|
@@ -12548,9 +12253,9 @@
|
|
|
12548
12253
|
"license": "MIT"
|
|
12549
12254
|
},
|
|
12550
12255
|
"node_modules/listr2/node_modules/string-width": {
|
|
12551
|
-
"version": "8.2.
|
|
12552
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.
|
|
12553
|
-
"integrity": "sha512-
|
|
12256
|
+
"version": "8.2.2",
|
|
12257
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
|
|
12258
|
+
"integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
|
|
12554
12259
|
"license": "MIT",
|
|
12555
12260
|
"dependencies": {
|
|
12556
12261
|
"get-east-asian-width": "^1.5.0",
|
|
@@ -12835,28 +12540,32 @@
|
|
|
12835
12540
|
}
|
|
12836
12541
|
},
|
|
12837
12542
|
"node_modules/media-typer": {
|
|
12838
|
-
"version": "1.1.
|
|
12839
|
-
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.
|
|
12840
|
-
"integrity": "sha512-
|
|
12543
|
+
"version": "1.1.1",
|
|
12544
|
+
"resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.1.tgz",
|
|
12545
|
+
"integrity": "sha512-yz3xRaG20c6/BOzvYoDaGtPmGscs7YivItZEEqe6GbwNfHuxu9YNmvnEkMzKldAGY4/80pRcQRZSEnhquk9XuQ==",
|
|
12841
12546
|
"license": "MIT",
|
|
12842
12547
|
"engines": {
|
|
12843
12548
|
"node": ">= 0.8"
|
|
12549
|
+
},
|
|
12550
|
+
"funding": {
|
|
12551
|
+
"type": "opencollective",
|
|
12552
|
+
"url": "https://opencollective.com/express"
|
|
12844
12553
|
}
|
|
12845
12554
|
},
|
|
12846
12555
|
"node_modules/memfs": {
|
|
12847
|
-
"version": "4.
|
|
12848
|
-
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.
|
|
12849
|
-
"integrity": "sha512-
|
|
12556
|
+
"version": "4.64.0",
|
|
12557
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.64.0.tgz",
|
|
12558
|
+
"integrity": "sha512-Kw72fgY7Wn+sD8KmtNWSafl1dz0UvAsE/PHs3YVfLiaZuA3HxNm9sRLqAu0ATiBGJvME1PxZXbBZPv5GycDeAw==",
|
|
12850
12559
|
"license": "Apache-2.0",
|
|
12851
12560
|
"dependencies": {
|
|
12852
|
-
"@jsonjoy.com/fs-core": "4.
|
|
12853
|
-
"@jsonjoy.com/fs-fsa": "4.
|
|
12854
|
-
"@jsonjoy.com/fs-node": "4.
|
|
12855
|
-
"@jsonjoy.com/fs-node-builtins": "4.
|
|
12856
|
-
"@jsonjoy.com/fs-node-to-fsa": "4.
|
|
12857
|
-
"@jsonjoy.com/fs-node-utils": "4.
|
|
12858
|
-
"@jsonjoy.com/fs-print": "4.
|
|
12859
|
-
"@jsonjoy.com/fs-snapshot": "4.
|
|
12561
|
+
"@jsonjoy.com/fs-core": "4.64.0",
|
|
12562
|
+
"@jsonjoy.com/fs-fsa": "4.64.0",
|
|
12563
|
+
"@jsonjoy.com/fs-node": "4.64.0",
|
|
12564
|
+
"@jsonjoy.com/fs-node-builtins": "4.64.0",
|
|
12565
|
+
"@jsonjoy.com/fs-node-to-fsa": "4.64.0",
|
|
12566
|
+
"@jsonjoy.com/fs-node-utils": "4.64.0",
|
|
12567
|
+
"@jsonjoy.com/fs-print": "4.64.0",
|
|
12568
|
+
"@jsonjoy.com/fs-snapshot": "4.64.0",
|
|
12860
12569
|
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
12861
12570
|
"@jsonjoy.com/util": "^1.9.0",
|
|
12862
12571
|
"glob-to-regex.js": "^1.0.1",
|
|
@@ -13221,9 +12930,9 @@
|
|
|
13221
12930
|
}
|
|
13222
12931
|
},
|
|
13223
12932
|
"node_modules/nanoid": {
|
|
13224
|
-
"version": "3.3.
|
|
13225
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.
|
|
13226
|
-
"integrity": "sha512-
|
|
12933
|
+
"version": "3.3.16",
|
|
12934
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.16.tgz",
|
|
12935
|
+
"integrity": "sha512-bzlKTyNJ7+LdGIIwy8ijFpIqEQIvafahV7eYykJ8Cvh42EdJeODoJ6gUJXpQJvej1BddH8OqTXZNE/KfbWAu8Q==",
|
|
13227
12936
|
"funding": [
|
|
13228
12937
|
{
|
|
13229
12938
|
"type": "github",
|
|
@@ -13269,9 +12978,9 @@
|
|
|
13269
12978
|
}
|
|
13270
12979
|
},
|
|
13271
12980
|
"node_modules/needle/node_modules/sax": {
|
|
13272
|
-
"version": "1.6.
|
|
13273
|
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.
|
|
13274
|
-
"integrity": "sha512-
|
|
12981
|
+
"version": "1.6.1",
|
|
12982
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.1.tgz",
|
|
12983
|
+
"integrity": "sha512-42tBVwLWnaQvW5zc4HbZrTuWccECCZfBi92FDuwtqxasH+JbPB3/FOKb1m222K42R4WxuxzzMsTswfzgtSu64Q==",
|
|
13275
12984
|
"license": "BlueOak-1.0.0",
|
|
13276
12985
|
"optional": true,
|
|
13277
12986
|
"engines": {
|
|
@@ -13340,18 +13049,18 @@
|
|
|
13340
13049
|
}
|
|
13341
13050
|
},
|
|
13342
13051
|
"node_modules/node-gyp/node_modules/undici": {
|
|
13343
|
-
"version": "6.
|
|
13344
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
13345
|
-
"integrity": "sha512-
|
|
13052
|
+
"version": "6.28.0",
|
|
13053
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.28.0.tgz",
|
|
13054
|
+
"integrity": "sha512-LIY910g9TI13YS95lrMFrs8Rm/u/irgHeTWoKCoteeJ04CUJ92eEfj0rVn+7VKMPBpUPiUoBKfhNyLI23EE/KA==",
|
|
13346
13055
|
"license": "MIT",
|
|
13347
13056
|
"engines": {
|
|
13348
13057
|
"node": ">=18.17"
|
|
13349
13058
|
}
|
|
13350
13059
|
},
|
|
13351
13060
|
"node_modules/node-releases": {
|
|
13352
|
-
"version": "2.0.
|
|
13353
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
13354
|
-
"integrity": "sha512-
|
|
13061
|
+
"version": "2.0.51",
|
|
13062
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.51.tgz",
|
|
13063
|
+
"integrity": "sha512-wRNIrw4DmVLKQlbgOMdkMx27Wrpzes2hh5Jtbi2bjPd+4wJstWIqP5A+lscnqbm0xxmT5Bpg8Lec5ItEBwx6BQ==",
|
|
13355
13064
|
"license": "MIT",
|
|
13356
13065
|
"engines": {
|
|
13357
13066
|
"node": ">=18"
|
|
@@ -13651,9 +13360,9 @@
|
|
|
13651
13360
|
}
|
|
13652
13361
|
},
|
|
13653
13362
|
"node_modules/ora/node_modules/string-width": {
|
|
13654
|
-
"version": "8.2.
|
|
13655
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.
|
|
13656
|
-
"integrity": "sha512-
|
|
13363
|
+
"version": "8.2.2",
|
|
13364
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
|
|
13365
|
+
"integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
|
|
13657
13366
|
"license": "MIT",
|
|
13658
13367
|
"dependencies": {
|
|
13659
13368
|
"get-east-asian-width": "^1.5.0",
|
|
@@ -13704,9 +13413,9 @@
|
|
|
13704
13413
|
}
|
|
13705
13414
|
},
|
|
13706
13415
|
"node_modules/p-map": {
|
|
13707
|
-
"version": "7.0.
|
|
13708
|
-
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.
|
|
13709
|
-
"integrity": "sha512-
|
|
13416
|
+
"version": "7.0.6",
|
|
13417
|
+
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.6.tgz",
|
|
13418
|
+
"integrity": "sha512-I4Prw6ivkd6p8PiYR1tXASOAOBzIJwu0TB7fqaX0c/8c3QAehNYmX57EijyGGGBt3c/BIowGwV03RVBtXvHEVg==",
|
|
13710
13419
|
"license": "MIT",
|
|
13711
13420
|
"engines": {
|
|
13712
13421
|
"node": ">=18"
|
|
@@ -14185,9 +13894,9 @@
|
|
|
14185
13894
|
}
|
|
14186
13895
|
},
|
|
14187
13896
|
"node_modules/postcss": {
|
|
14188
|
-
"version": "8.5.
|
|
14189
|
-
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.
|
|
14190
|
-
"integrity": "sha512-
|
|
13897
|
+
"version": "8.5.25",
|
|
13898
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.25.tgz",
|
|
13899
|
+
"integrity": "sha512-DTPx3RWSSnWyzLxQnlH0rJP+EW5ekl16ZU4/psbIhA0e53kJfdgaN5vKM+xP7yJtXVu+nfdVFmlgFDEKAe4Pyw==",
|
|
14191
13900
|
"funding": [
|
|
14192
13901
|
{
|
|
14193
13902
|
"type": "opencollective",
|
|
@@ -14204,7 +13913,7 @@
|
|
|
14204
13913
|
],
|
|
14205
13914
|
"license": "MIT",
|
|
14206
13915
|
"dependencies": {
|
|
14207
|
-
"nanoid": "^3.3.
|
|
13916
|
+
"nanoid": "^3.3.16",
|
|
14208
13917
|
"picocolors": "^1.1.1",
|
|
14209
13918
|
"source-map-js": "^1.2.1"
|
|
14210
13919
|
},
|
|
@@ -15355,9 +15064,9 @@
|
|
|
15355
15064
|
}
|
|
15356
15065
|
},
|
|
15357
15066
|
"node_modules/shell-quote": {
|
|
15358
|
-
"version": "1.
|
|
15359
|
-
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.
|
|
15360
|
-
"integrity": "sha512-
|
|
15067
|
+
"version": "1.10.0",
|
|
15068
|
+
"resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.10.0.tgz",
|
|
15069
|
+
"integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==",
|
|
15361
15070
|
"license": "MIT",
|
|
15362
15071
|
"engines": {
|
|
15363
15072
|
"node": ">= 0.4"
|
|
@@ -15936,9 +15645,9 @@
|
|
|
15936
15645
|
}
|
|
15937
15646
|
},
|
|
15938
15647
|
"node_modules/tar": {
|
|
15939
|
-
"version": "7.5.
|
|
15940
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.
|
|
15941
|
-
"integrity": "sha512-
|
|
15648
|
+
"version": "7.5.22",
|
|
15649
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.22.tgz",
|
|
15650
|
+
"integrity": "sha512-MFO/QzvtAOmJbkhOaCTvbGcFN9L9b+JunIsDwaKljSOdcLMea3NJ1k9Usz/rjdfSXTq4dfzfeS7W4p4YOAAHeA==",
|
|
15942
15651
|
"license": "BlueOak-1.0.0",
|
|
15943
15652
|
"dependencies": {
|
|
15944
15653
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
@@ -16039,9 +15748,9 @@
|
|
|
16039
15748
|
}
|
|
16040
15749
|
},
|
|
16041
15750
|
"node_modules/thingies": {
|
|
16042
|
-
"version": "2.6.
|
|
16043
|
-
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.6.
|
|
16044
|
-
"integrity": "sha512-
|
|
15751
|
+
"version": "2.6.1",
|
|
15752
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.6.1.tgz",
|
|
15753
|
+
"integrity": "sha512-cV/CMGTK3M4MlnJ/0At6ismOw/A0EEniDNScajjz/Br3c1sqE72YD01rGpPTKwd27wAxI5Pr+6+0w8yofzFRYw==",
|
|
16045
15754
|
"license": "MIT",
|
|
16046
15755
|
"engines": {
|
|
16047
15756
|
"node": ">=10.18"
|
|
@@ -16220,9 +15929,9 @@
|
|
|
16220
15929
|
}
|
|
16221
15930
|
},
|
|
16222
15931
|
"node_modules/undici": {
|
|
16223
|
-
"version": "7.
|
|
16224
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
16225
|
-
"integrity": "sha512-
|
|
15932
|
+
"version": "7.29.0",
|
|
15933
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
|
|
15934
|
+
"integrity": "sha512-IDxfleLmmbSskfWSUATiN1nfn2rDuvnMOqb5CWR92iIfojA0Ud+ulOAAEQ57LPr9rWmsreUyf5lwyao+7GNNVw==",
|
|
16226
15935
|
"license": "MIT",
|
|
16227
15936
|
"engines": {
|
|
16228
15937
|
"node": ">=20.18.1"
|
|
@@ -16390,12 +16099,12 @@
|
|
|
16390
16099
|
}
|
|
16391
16100
|
},
|
|
16392
16101
|
"node_modules/vite": {
|
|
16393
|
-
"version": "7.3.
|
|
16394
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.
|
|
16395
|
-
"integrity": "sha512-
|
|
16102
|
+
"version": "7.3.6",
|
|
16103
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.6.tgz",
|
|
16104
|
+
"integrity": "sha512-4XP60spRGjSZFf1qYH+dJIkK2znL3zQfl9KkOV9MkkRR/3Dls0dxaBsQPTloEc5BLXWPL9vsOxopxyKoMmDueg==",
|
|
16396
16105
|
"license": "MIT",
|
|
16397
16106
|
"dependencies": {
|
|
16398
|
-
"esbuild": "^0.27.0",
|
|
16107
|
+
"esbuild": "^0.27.0 || ^0.28.0",
|
|
16399
16108
|
"fdir": "^6.5.0",
|
|
16400
16109
|
"picomatch": "^4.0.3",
|
|
16401
16110
|
"postcss": "^8.5.6",
|
|
@@ -16650,9 +16359,9 @@
|
|
|
16650
16359
|
}
|
|
16651
16360
|
},
|
|
16652
16361
|
"node_modules/webpack-dev-server/node_modules/body-parser": {
|
|
16653
|
-
"version": "1.20.
|
|
16654
|
-
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.
|
|
16655
|
-
"integrity": "sha512-
|
|
16362
|
+
"version": "1.20.6",
|
|
16363
|
+
"resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.6.tgz",
|
|
16364
|
+
"integrity": "sha512-p5tAzS57i5MV9fZFDj9LeIiTZEufbSe2eDozP+ElheSUq1m74CRq1jI4mYNDdVs9vQztXFLuk/Gd6BWTdwRJ5g==",
|
|
16656
16365
|
"license": "MIT",
|
|
16657
16366
|
"dependencies": {
|
|
16658
16367
|
"bytes": "~3.1.2",
|
|
@@ -17266,9 +16975,9 @@
|
|
|
17266
16975
|
"license": "ISC"
|
|
17267
16976
|
},
|
|
17268
16977
|
"node_modules/ws": {
|
|
17269
|
-
"version": "8.21.
|
|
17270
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.
|
|
17271
|
-
"integrity": "sha512
|
|
16978
|
+
"version": "8.21.1",
|
|
16979
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.21.1.tgz",
|
|
16980
|
+
"integrity": "sha512-+0NTnW77fFN/DjQi6k/Sq/Yvk4Sgajw7urW8V+asjXnRgDs9gyGkdb7EzgfhA4goXsRIZKE28fzIXBHEzhuiWw==",
|
|
17272
16981
|
"license": "MIT",
|
|
17273
16982
|
"engines": {
|
|
17274
16983
|
"node": ">=10.0.0"
|
|
@@ -17438,9 +17147,9 @@
|
|
|
17438
17147
|
}
|
|
17439
17148
|
},
|
|
17440
17149
|
"node_modules/yoctocolors": {
|
|
17441
|
-
"version": "2.
|
|
17442
|
-
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.
|
|
17443
|
-
"integrity": "sha512-
|
|
17150
|
+
"version": "2.2.0",
|
|
17151
|
+
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.2.0.tgz",
|
|
17152
|
+
"integrity": "sha512-xYqdZFUK/VYazNl/oCDYN+3WloWQwMfZxBoiNt6qNyk+xfOdi598muWE42rNZFp1kNOiqW936q5RhUdnpqElSg==",
|
|
17444
17153
|
"license": "MIT",
|
|
17445
17154
|
"engines": {
|
|
17446
17155
|
"node": ">=18"
|