a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky

chore: upgrade dependencies

mary.my.id 63d4d4a0 66ea1a97

verified
+860 -840
+1 -1
package.json
··· 17 17 "@mitata/counters": "^0.0.8", 18 18 "mitata": "^1.0.34", 19 19 "pkg-size-report": "workspace:^", 20 - "prettier": "^3.6.0", 20 + "prettier": "^3.6.2", 21 21 "typescript": "~5.8.3" 22 22 } 23 23 }
+1 -1
packages/bluesky/moderation/package.json
··· 33 33 "devDependencies": { 34 34 "@atcute/atproto": "workspace:^", 35 35 "@atcute/bluesky": "workspace:^", 36 - "@types/bun": "^1.2.17", 36 + "@types/bun": "^1.2.18", 37 37 "vitest": "^3.2.4" 38 38 } 39 39 }
+1 -1
packages/bluesky/richtext-builder/package.json
··· 28 28 "@atcute/lexicons": "workspace:^" 29 29 }, 30 30 "devDependencies": { 31 - "@types/bun": "^1.2.17" 31 + "@types/bun": "^1.2.18" 32 32 } 33 33 }
+1 -1
packages/bluesky/richtext-parser/package.json
··· 24 24 "prepublish": "rm -rf dist; pnpm run build" 25 25 }, 26 26 "devDependencies": { 27 - "@types/bun": "^1.2.17" 27 + "@types/bun": "^1.2.18" 28 28 } 29 29 }
+1 -1
packages/bluesky/richtext-segmenter/package.json
··· 28 28 "@atcute/lexicons": "workspace:^" 29 29 }, 30 30 "devDependencies": { 31 - "@types/bun": "^1.2.17" 31 + "@types/bun": "^1.2.18" 32 32 } 33 33 }
+1 -1
packages/bluesky/search-parser/package.json
··· 24 24 "prepublish": "rm -rf dist; pnpm run build" 25 25 }, 26 26 "devDependencies": { 27 - "@types/bun": "^1.2.17", 27 + "@types/bun": "^1.2.18", 28 28 "fast-check": "^3.23.2" 29 29 } 30 30 }
+1 -1
packages/bluesky/threading/package.json
··· 33 33 "@atcute/tid": "workspace:^" 34 34 }, 35 35 "devDependencies": { 36 - "@types/bun": "^1.2.17" 36 + "@types/bun": "^1.2.18" 37 37 } 38 38 }
+1 -1
packages/definitions/bluesky/package.json
··· 37 37 "devDependencies": { 38 38 "@atcute/bluesky": "file:", 39 39 "@atcute/lex-cli": "workspace:^", 40 - "@atproto/api": "^0.15.16", 40 + "@atproto/api": "^0.15.26", 41 41 "vitest": "^3.2.4" 42 42 } 43 43 }
+1 -1
packages/identity/did-plc/package.json
··· 29 29 "prepublish": "rm -rf dist; pnpm run build" 30 30 }, 31 31 "devDependencies": { 32 - "@types/bun": "^1.2.17" 32 + "@types/bun": "^1.2.18" 33 33 }, 34 34 "dependencies": { 35 35 "@atcute/cbor": "workspace:^",
+1 -1
packages/identity/identity-resolver-node/package.json
··· 34 34 "devDependencies": { 35 35 "@atcute/identity": "workspace:^", 36 36 "@atcute/identity-resolver": "workspace:^", 37 - "@types/bun": "^1.2.17" 37 + "@types/bun": "^1.2.18" 38 38 }, 39 39 "dependencies": { 40 40 "@atcute/lexicons": "workspace:^"
+1 -1
packages/identity/identity-resolver/package.json
··· 37 37 }, 38 38 "devDependencies": { 39 39 "@atcute/identity": "workspace:^", 40 - "@types/bun": "^1.2.17" 40 + "@types/bun": "^1.2.18" 41 41 } 42 42 }
+1 -1
packages/identity/identity/package.json
··· 28 28 "prepublish": "rm -rf dist; pnpm run build" 29 29 }, 30 30 "devDependencies": { 31 - "@types/bun": "^1.2.17" 31 + "@types/bun": "^1.2.18" 32 32 }, 33 33 "dependencies": { 34 34 "@atcute/lexicons": "workspace:^",
+1 -1
packages/internal/dev-env/package.json
··· 6 6 "dependencies": { 7 7 "@atproto/crypto": "^0.4.4", 8 8 "@atproto/identity": "^0.4.8", 9 - "@atproto/pds": "^0.4.151", 9 + "@atproto/pds": "^0.4.161", 10 10 "@did-plc/server": "^0.0.1", 11 11 "axios": "^1.10.0", 12 12 "get-port": "^7.1.0",
+2 -2
packages/internal/pkg-size-report/package.json
··· 14 14 "build": "tsc" 15 15 }, 16 16 "dependencies": { 17 - "esbuild": "^0.25.5", 17 + "esbuild": "^0.25.7", 18 18 "js-yaml": "^4.1.0", 19 19 "picocolors": "^1.1.1" 20 20 }, 21 21 "devDependencies": { 22 22 "@types/js-yaml": "^4.0.9", 23 - "@types/node": "^22.15.32" 23 + "@types/node": "^22.16.5" 24 24 } 25 25 }
+2 -2
packages/lexicons/lex-cli/package.json
··· 28 28 "@badrap/valita": "^0.4.5", 29 29 "@externdefs/collider": "^0.3.0", 30 30 "picocolors": "^1.1.1", 31 - "prettier": "^3.6.0" 31 + "prettier": "^3.6.2" 32 32 }, 33 33 "devDependencies": { 34 34 "@atcute/lexicons": "workspace:^", 35 - "@types/node": "^22.15.32" 35 + "@types/node": "^22.16.5" 36 36 } 37 37 }
+1 -1
packages/misc/util-fetch/package.json
··· 28 28 "prepublish": "rm -rf dist; pnpm run build" 29 29 }, 30 30 "devDependencies": { 31 - "@types/bun": "^1.2.17" 31 + "@types/bun": "^1.2.18" 32 32 }, 33 33 "dependencies": { 34 34 "@badrap/valita": "^0.4.5"
+1 -1
packages/utilities/car/package.json
··· 33 33 }, 34 34 "devDependencies": { 35 35 "@atcute/multibase": "workspace:^", 36 - "@types/bun": "^1.2.17" 36 + "@types/bun": "^1.2.18" 37 37 }, 38 38 "dependencies": { 39 39 "@atcute/cbor": "workspace:^",
+1 -1
packages/utilities/cbor/package.json
··· 31 31 }, 32 32 "devDependencies": { 33 33 "@ipld/dag-cbor": "^9.2.4", 34 - "@types/bun": "^1.2.17", 34 + "@types/bun": "^1.2.18", 35 35 "cbor-x": "^1.6.0" 36 36 }, 37 37 "dependencies": {
+1 -1
packages/utilities/cid/package.json
··· 30 30 "prepublish": "rm -rf dist; pnpm run build" 31 31 }, 32 32 "devDependencies": { 33 - "@types/bun": "^1.2.17" 33 + "@types/bun": "^1.2.18" 34 34 }, 35 35 "dependencies": { 36 36 "@atcute/multibase": "workspace:^",
+2 -2
packages/utilities/crypto/package.json
··· 40 40 "prepublish": "rm -rf dist; pnpm run build" 41 41 }, 42 42 "devDependencies": { 43 - "@noble/curves": "^1.9.2", 44 - "@types/bun": "^1.2.17", 43 + "@noble/curves": "^1.9.4", 44 + "@types/bun": "^1.2.18", 45 45 "@vitest/coverage-v8": "^3.2.4", 46 46 "vitest": "^3.2.4" 47 47 },
+1 -1
packages/utilities/multibase/package.json
··· 36 36 "prepublish": "rm -rf dist; pnpm run build" 37 37 }, 38 38 "devDependencies": { 39 - "@types/bun": "^1.2.17" 39 + "@types/bun": "^1.2.18" 40 40 }, 41 41 "dependencies": { 42 42 "@atcute/uint8array": "workspace:^"
+1 -1
packages/utilities/uint8array/package.json
··· 28 28 "prepublish": "rm -rf dist; pnpm run build" 29 29 }, 30 30 "devDependencies": { 31 - "@types/bun": "^1.2.17" 31 + "@types/bun": "^1.2.18" 32 32 } 33 33 }
+835 -815
pnpm-lock.yaml
··· 24 24 specifier: workspace:^ 25 25 version: link:packages/internal/pkg-size-report 26 26 prettier: 27 - specifier: ^3.6.0 28 - version: 3.6.0 27 + specifier: ^3.6.2 28 + version: 3.6.2 29 29 typescript: 30 30 specifier: ~5.8.3 31 31 version: 5.8.3 ··· 43 43 specifier: workspace:^ 44 44 version: link:../../definitions/bluesky 45 45 '@types/bun': 46 - specifier: ^1.2.17 47 - version: 1.2.17 46 + specifier: ^1.2.18 47 + version: 1.2.18(@types/react@19.1.8) 48 48 vitest: 49 49 specifier: ^3.2.4 50 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 50 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 51 51 52 52 packages/bluesky/richtext-builder: 53 53 dependencies: ··· 59 59 version: link:../../lexicons/lexicons 60 60 devDependencies: 61 61 '@types/bun': 62 - specifier: ^1.2.17 63 - version: 1.2.17 62 + specifier: ^1.2.18 63 + version: 1.2.18(@types/react@19.1.8) 64 64 65 65 packages/bluesky/richtext-parser: 66 66 devDependencies: 67 67 '@types/bun': 68 - specifier: ^1.2.17 69 - version: 1.2.17 68 + specifier: ^1.2.18 69 + version: 1.2.18(@types/react@19.1.8) 70 70 71 71 packages/bluesky/richtext-segmenter: 72 72 dependencies: ··· 78 78 version: link:../../lexicons/lexicons 79 79 devDependencies: 80 80 '@types/bun': 81 - specifier: ^1.2.17 82 - version: 1.2.17 81 + specifier: ^1.2.18 82 + version: 1.2.18(@types/react@19.1.8) 83 83 84 84 packages/bluesky/search-parser: 85 85 devDependencies: 86 86 '@types/bun': 87 - specifier: ^1.2.17 88 - version: 1.2.17 87 + specifier: ^1.2.18 88 + version: 1.2.18(@types/react@19.1.8) 89 89 fast-check: 90 90 specifier: ^3.23.2 91 91 version: 3.23.2 ··· 115 115 version: link:../../utilities/tid 116 116 devDependencies: 117 117 '@types/bun': 118 - specifier: ^1.2.17 119 - version: 1.2.17 118 + specifier: ^1.2.18 119 + version: 1.2.18(@types/react@19.1.8) 120 120 121 121 packages/clients/client: 122 122 dependencies: ··· 138 138 version: link:../../internal/dev-env 139 139 '@vitest/coverage-v8': 140 140 specifier: ^3.2.4 141 - version: 3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0)) 141 + version: 3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0)) 142 142 vitest: 143 143 specifier: ^3.2.4 144 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 144 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 145 145 146 146 packages/clients/jetstream: 147 147 dependencies: ··· 169 169 devDependencies: 170 170 '@vitest/coverage-v8': 171 171 specifier: ^3.2.4 172 - version: 3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0)) 172 + version: 3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0)) 173 173 vitest: 174 174 specifier: ^3.2.4 175 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 175 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 176 176 177 177 packages/definitions/atproto: 178 178 dependencies: ··· 222 222 specifier: workspace:^ 223 223 version: link:../../lexicons/lex-cli 224 224 '@atproto/api': 225 - specifier: ^0.15.16 226 - version: 0.15.16 225 + specifier: ^0.15.26 226 + version: 0.15.26 227 227 vitest: 228 228 specifier: ^3.2.4 229 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 229 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 230 230 231 231 packages/definitions/frontpage: 232 232 dependencies: ··· 245 245 version: link:../../lexicons/lex-cli 246 246 vitest: 247 247 specifier: ^3.2.4 248 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 248 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 249 249 250 250 packages/definitions/leaflet: 251 251 dependencies: ··· 264 264 version: link:../../lexicons/lex-cli 265 265 vitest: 266 266 specifier: ^3.2.4 267 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 267 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 268 268 269 269 packages/definitions/lexicon-community: 270 270 dependencies: ··· 318 318 version: file:packages/definitions/tangled 319 319 vitest: 320 320 specifier: ^3.2.4 321 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 321 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 322 322 323 323 packages/definitions/whitewind: 324 324 dependencies: ··· 361 361 version: 0.4.5 362 362 devDependencies: 363 363 '@types/bun': 364 - specifier: ^1.2.17 365 - version: 1.2.17 364 + specifier: ^1.2.18 365 + version: 1.2.18(@types/react@19.1.8) 366 366 367 367 packages/identity/identity: 368 368 dependencies: ··· 374 374 version: 0.4.5 375 375 devDependencies: 376 376 '@types/bun': 377 - specifier: ^1.2.17 378 - version: 1.2.17 377 + specifier: ^1.2.18 378 + version: 1.2.18(@types/react@19.1.8) 379 379 380 380 packages/identity/identity-resolver: 381 381 dependencies: ··· 393 393 specifier: workspace:^ 394 394 version: link:../identity 395 395 '@types/bun': 396 - specifier: ^1.2.17 397 - version: 1.2.17 396 + specifier: ^1.2.18 397 + version: 1.2.18(@types/react@19.1.8) 398 398 399 399 packages/identity/identity-resolver-node: 400 400 dependencies: ··· 409 409 specifier: workspace:^ 410 410 version: link:../identity-resolver 411 411 '@types/bun': 412 - specifier: ^1.2.17 413 - version: 1.2.17 412 + specifier: ^1.2.18 413 + version: 1.2.18(@types/react@19.1.8) 414 414 415 415 packages/internal/dev-env: 416 416 dependencies: ··· 421 421 specifier: ^0.4.8 422 422 version: 0.4.8 423 423 '@atproto/pds': 424 - specifier: ^0.4.151 425 - version: 0.4.151 424 + specifier: ^0.4.161 425 + version: 0.4.161 426 426 '@did-plc/server': 427 427 specifier: ^0.0.1 428 428 version: 0.0.1 ··· 439 439 packages/internal/pkg-size-report: 440 440 dependencies: 441 441 esbuild: 442 - specifier: ^0.25.5 443 - version: 0.25.5 442 + specifier: ^0.25.7 443 + version: 0.25.7 444 444 js-yaml: 445 445 specifier: ^4.1.0 446 446 version: 4.1.0 ··· 452 452 specifier: ^4.0.9 453 453 version: 4.0.9 454 454 '@types/node': 455 - specifier: ^22.15.32 456 - version: 22.15.32 455 + specifier: ^22.16.5 456 + version: 22.16.5 457 457 458 458 packages/lexicons/lex-cli: 459 459 dependencies: ··· 470 470 specifier: ^1.1.1 471 471 version: 1.1.1 472 472 prettier: 473 - specifier: ^3.6.0 474 - version: 3.6.0 473 + specifier: ^3.6.2 474 + version: 3.6.2 475 475 devDependencies: 476 476 '@atcute/lexicons': 477 477 specifier: workspace:^ 478 478 version: link:../lexicons 479 479 '@types/node': 480 - specifier: ^22.15.32 481 - version: 22.15.32 480 + specifier: ^22.16.5 481 + version: 22.16.5 482 482 483 483 packages/lexicons/lexicon-doc: 484 484 dependencies: ··· 500 500 version: link:../../utilities/multibase 501 501 '@vitest/coverage-v8': 502 502 specifier: ^3.2.4 503 - version: 3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0)) 503 + version: 3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0)) 504 504 vitest: 505 505 specifier: ^3.2.4 506 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 506 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 507 507 508 508 packages/misc/util-fetch: 509 509 dependencies: ··· 512 512 version: 0.4.5 513 513 devDependencies: 514 514 '@types/bun': 515 - specifier: ^1.2.17 516 - version: 1.2.17 515 + specifier: ^1.2.18 516 + version: 1.2.18(@types/react@19.1.8) 517 517 518 518 packages/oauth/browser-client: 519 519 dependencies: ··· 578 578 version: file:packages/servers/xrpc-server 579 579 '@vitest/coverage-v8': 580 580 specifier: ^3.2.4 581 - version: 3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0)) 581 + version: 3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0)) 582 582 vitest: 583 583 specifier: ^3.2.4 584 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 584 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 585 585 586 586 packages/utilities/car: 587 587 dependencies: ··· 605 605 specifier: workspace:^ 606 606 version: link:../multibase 607 607 '@types/bun': 608 - specifier: ^1.2.17 609 - version: 1.2.17 608 + specifier: ^1.2.18 609 + version: 1.2.18(@types/react@19.1.8) 610 610 611 611 packages/utilities/cbor: 612 612 dependencies: ··· 624 624 specifier: ^9.2.4 625 625 version: 9.2.4 626 626 '@types/bun': 627 - specifier: ^1.2.17 628 - version: 1.2.17 627 + specifier: ^1.2.18 628 + version: 1.2.18(@types/react@19.1.8) 629 629 cbor-x: 630 630 specifier: ^1.6.0 631 631 version: 1.6.0 ··· 640 640 version: link:../uint8array 641 641 devDependencies: 642 642 '@types/bun': 643 - specifier: ^1.2.17 644 - version: 1.2.17 643 + specifier: ^1.2.18 644 + version: 1.2.18(@types/react@19.1.8) 645 645 646 646 packages/utilities/crypto: 647 647 dependencies: ··· 656 656 version: 2.3.0 657 657 devDependencies: 658 658 '@noble/curves': 659 - specifier: ^1.9.2 660 - version: 1.9.2 659 + specifier: ^1.9.4 660 + version: 1.9.4 661 661 '@types/bun': 662 - specifier: ^1.2.17 663 - version: 1.2.17 662 + specifier: ^1.2.18 663 + version: 1.2.18(@types/react@19.1.8) 664 664 '@vitest/coverage-v8': 665 665 specifier: ^3.2.4 666 - version: 3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0)) 666 + version: 3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0)) 667 667 vitest: 668 668 specifier: ^3.2.4 669 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 669 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 670 670 671 671 packages/utilities/multibase: 672 672 dependencies: ··· 675 675 version: link:../uint8array 676 676 devDependencies: 677 677 '@types/bun': 678 - specifier: ^1.2.17 679 - version: 1.2.17 678 + specifier: ^1.2.18 679 + version: 1.2.18(@types/react@19.1.8) 680 680 681 681 packages/utilities/tid: 682 682 devDependencies: 683 683 vitest: 684 684 specifier: ^3.2.4 685 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 685 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 686 686 687 687 packages/utilities/uint8array: 688 688 devDependencies: 689 689 '@types/bun': 690 - specifier: ^1.2.17 691 - version: 1.2.17 690 + specifier: ^1.2.18 691 + version: 1.2.18(@types/react@19.1.8) 692 692 693 693 packages/utilities/varint: 694 694 devDependencies: 695 695 vitest: 696 696 specifier: ^3.2.4 697 - version: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 697 + version: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 698 698 699 699 packages: 700 700 ··· 748 748 '@atproto-labs/simple-store@0.2.0': 749 749 resolution: {integrity: sha512-0bRbAlI8Ayh03wRwncAMEAyUKtZ+AuTS1jgPrfym1WVOAOiottI/ZmgccqLl6w5MbxVcClNQF7WYGKvGwGoIhA==} 750 750 751 - '@atproto-labs/xrpc-utils@0.0.16': 752 - resolution: {integrity: sha512-WvTQhGjIhFrd/0pMGecE7Xn8BtvvKAgVlNs8UaE6CVRifiCOIvIBwlx1vnslJAavK3FtwL1kKkUdxNtxHciZSQ==} 751 + '@atproto-labs/xrpc-utils@0.0.17': 752 + resolution: {integrity: sha512-2kEfhe3F4GxW5grpfXxMo4fxHuEdDhj5D10YDJ0aC2BvYab9Y/67DDor7a63IptTgJooKNSweXochCUqOw4I8w==} 753 753 754 - '@atproto/api@0.15.16': 755 - resolution: {integrity: sha512-ZNBrzBg2l0lHreKik1lJn8lrhAktwlY8NUPBU/hO9dwjAnDHQTiSzNFZt65dp9djmqZ75sX/VJ+heNuaJBvnhQ==} 754 + '@atproto/api@0.15.26': 755 + resolution: {integrity: sha512-AdXGjeCpLZiP9YMGi4YOdK1ayqkBhklmGfSG8UefqR6tTHth59PZvYs5KiwLnFhedt2Xljt3eUlhkn14Y48wEA==} 756 756 757 - '@atproto/aws@0.2.23': 758 - resolution: {integrity: sha512-sORU+4zB7iA0GssLc6Yt90kkWCy3ZcVAofyDG7DkibpO6z/LKnWk+HEqQh9ZnWjWDeIMBNk6cfte3Zk7Axpr+g==} 757 + '@atproto/aws@0.2.25': 758 + resolution: {integrity: sha512-LT4uuda2mjXz2WT4xo7g2aWmWKl+JWusGzscqQpOlD/RFGFXKDmUcVWLVPKY+9Pys2F7X6tyDlm2aUx+/dYdYA==} 759 759 engines: {node: '>=18.7.0'} 760 760 761 761 '@atproto/common-web@0.4.2': ··· 791 791 '@atproto/jwk@0.4.0': 792 792 resolution: {integrity: sha512-tvp4iZrzqEzKCeTOKz50/o6WdsZzOuWmWjF6On5QAp04fLwLpsFu2Hixgx/lA1KBO0O4sns7YSGcAqSSX6Rdog==} 793 793 794 - '@atproto/lexicon@0.4.11': 795 - resolution: {integrity: sha512-btefdnvNz2Ao2I+qbmj0F06HC8IlrM/IBz6qOBS50r0S6uDf5tOO+Mv2tSVdimFkdzyDdLtBI1sV36ONxz2cOw==} 794 + '@atproto/lexicon@0.4.12': 795 + resolution: {integrity: sha512-fcEvEQ1GpQYF5igZ4IZjPWEoWVpsEF22L9RexxLS3ptfySXLflEyH384e7HITzO/73McDeaJx3lqHIuqn9ulnw==} 796 796 797 - '@atproto/oauth-provider-api@0.1.5': 798 - resolution: {integrity: sha512-8XXqCKZPQT8N8FP/2TmlJClE/UgREQ77gdBhGU3v/mquJNYdXIUd4F2RT86GXO+jbuD7hemU5YV6wazj8+KcYA==} 797 + '@atproto/oauth-provider-api@0.1.6': 798 + resolution: {integrity: sha512-4Q6ZCnTmmdiWiA+KMrfbZmqjxTSgMe+YE68+3RccwOCIgPt171TiDHGKIayep9n1RDnuucVQoqvVXOT4kmAsjw==} 799 799 800 - '@atproto/oauth-provider-frontend@0.1.9': 801 - resolution: {integrity: sha512-QjPq+e+fuWCw6FHj4ehJPe871mpm+CDbUMPnpAYklOC2zP67FbPPuG0LOA/qgaSdLljzqLIh+chom4oEO+VaEA==} 800 + '@atproto/oauth-provider-frontend@0.1.10': 801 + resolution: {integrity: sha512-bOFpi5OIxWv4Q9ci1+PAXEzIZaiu5inepC7pRFYqgqgLoCO0MWH/5Qkn/f6jMpDwPdtBqAiPg9tjE7E3le6NJA==} 802 802 engines: {node: '>=18.7.0'} 803 803 804 - '@atproto/oauth-provider-ui@0.1.10': 805 - resolution: {integrity: sha512-Qc6IPeaSMlT0bh65wAKsNKEUNr66QScQ5PiwZwmUSOOB6jsy84nGy+JhDt9A0yCkS1hnplAKcSeA8WQ4yPLaeg==} 804 + '@atproto/oauth-provider-ui@0.1.11': 805 + resolution: {integrity: sha512-9fflyDt4Y3RDJIfbonxVeMbQtLLQrkQSDhWhPXp9xbZ/uYBddaAw+svBfFoMY7dxdlJbQeUPobsUctEm3qAILg==} 806 806 engines: {node: '>=18.7.0'} 807 807 808 - '@atproto/oauth-provider@0.9.2': 809 - resolution: {integrity: sha512-4eRK99u6IEb0QHDA+Fo1N1XYUNgltblTCT6u/OOqn4BJjfmV1H6E40Djl0Ovv1lZGnxnzCDNwxLl7Xmzj32aGw==} 808 + '@atproto/oauth-provider@0.9.3': 809 + resolution: {integrity: sha512-TAhsCYDB/1twEA1vqjLAz7lxKI8W59eNs239MujE35Cc9l4lRHyMopoFv5JmgNnxDvloB5l6RxpTbXVC6wnKpQ==} 810 810 engines: {node: '>=18.7.0'} 811 811 812 - '@atproto/oauth-types@0.3.1': 813 - resolution: {integrity: sha512-l8ahtm74lmBOs5boi5q7mqzF2D37+cIYqVmbCrpexNeJfg2BXu0sBxREt0ADxP25Td9pX+u6FnefCOQtI/YAZw==} 812 + '@atproto/oauth-types@0.4.0': 813 + resolution: {integrity: sha512-FrRH9JsPw9H4JxfPDrbrI+pB102tbHTygajfHay7xwz78HPOjSbWPRgWW2hYS4w8vDYdB3PYbBj1jPoKetW7LA==} 814 814 815 - '@atproto/pds@0.4.151': 816 - resolution: {integrity: sha512-Life2MAM1C95bKFI+gWqCQqYX14BKuHExODEB3c+5tymsPVTEnKliAZ4IJDN6Q2RzvypFayAjL8xcAoQyTzpug==} 815 + '@atproto/pds@0.4.161': 816 + resolution: {integrity: sha512-az1PGUCwIEx/b1neWBh9lgv27nbtczinGazI/ccG5A0AOMps1MXpTIJgEz5yJ1c6mSrhZlP0sL1EO6uC89irNA==} 817 817 engines: {node: '>=18.7.0'} 818 818 819 - '@atproto/repo@0.8.3': 820 - resolution: {integrity: sha512-SxfwYizfh9wjT61NYa6EfB3SKlMhwuPuiJJ5ftOObpZGRHaXw7tYHiJXWl1/jMeiI9ctXLPw3XJCL1u7xBOtfw==} 819 + '@atproto/repo@0.8.5': 820 + resolution: {integrity: sha512-QZ4UWBWDyPMXgPhktmaRYRyCXIw7lIEAyGtaFy7UmCPpJ5TtFKw3GhGrEiNz/fY3/6lrkdDj44/Tzkud/eP/VQ==} 821 821 engines: {node: '>=18.7.0'} 822 822 823 823 '@atproto/syntax@0.4.0': 824 824 resolution: {integrity: sha512-b9y5ceHS8YKOfP3mdKmwAx5yVj9294UN7FG2XzP6V5aKUdFazEYRnR9m5n5ZQFKa3GNvz7de9guZCJ/sUTcOAA==} 825 825 826 - '@atproto/xrpc-server@0.8.0': 827 - resolution: {integrity: sha512-jDAEVHVhM4IvC0y491gXBuD4b1D9/XrM3HaEronRneAdNZ0qE0nsiJNqiHfQ6r4BvFdHnABM9KyHV9EQTvmxfg==} 826 + '@atproto/xrpc-server@0.9.0': 827 + resolution: {integrity: sha512-vREyUFx4EiOtPYfPHVF8x6vQThi/72ZkGSwxfFkFpUZp5PXCjagk3vFw0NH8GbbtQeSAPfdgrcZunfJJgLt4SQ==} 828 828 engines: {node: '>=18.7.0'} 829 829 830 - '@atproto/xrpc@0.7.0': 831 - resolution: {integrity: sha512-SfhP9dGx2qclaScFDb58Jnrmim5nk4geZXCqg6sB0I/KZhZEkr9iIx1hLCp+sxkIfEsmEJjeWO4B0rjUIJW5cw==} 830 + '@atproto/xrpc@0.7.1': 831 + resolution: {integrity: sha512-ANHEzlskYlMEdH18m+Itp3a8d0pEJao2qoDybDoMupTnoeNkya4VKIaOgAi6ERQnqatBBZyn9asW+7rJmSt/8g==} 832 832 833 833 '@aws-crypto/crc32@5.2.0': 834 834 resolution: {integrity: sha512-nLbCWqQNgUiwwtFsen1AdzAtvuLRsQS8rYgMuxCrdKf9kOssamGLuPwyTY9wyYblNr9+1XM8v6zoDTPPSIeANg==} ··· 853 853 '@aws-crypto/util@5.2.0': 854 854 resolution: {integrity: sha512-4RkU9EsI6ZpBve5fseQlGNUWKMa1RLPQ1dnjnQoe07ldfIzcsGb5hC5W0Dm7u423KWzawlrpbjXBrXCEv9zazQ==} 855 855 856 - '@aws-sdk/client-cloudfront@3.830.0': 857 - resolution: {integrity: sha512-/Oy8mwXkpTc+pakh8dMAPvjeataMHVu9paY83HUQ++uFZBqNarXCfv3LtrBp94wKcE6/I69/MpHUno8J1iI90w==} 856 + '@aws-sdk/client-cloudfront@3.848.0': 857 + resolution: {integrity: sha512-/myHSVAi1BDIIHdQNuBQ1G1BbgXDzBH1vXeK+LWqRnJLrU03jfX+ldpWbqZ3QN6Claf2ndHic9tyazlLTJiU/w==} 858 858 engines: {node: '>=18.0.0'} 859 859 860 - '@aws-sdk/client-kms@3.830.0': 861 - resolution: {integrity: sha512-y24IvqKn21nF13tkhsKMCKcz0/z6UEePvpV5JAWwZSUmNJj2spagucD/ksykNqBPalbNZIuTicUqtHyBtYAWYQ==} 860 + '@aws-sdk/client-kms@3.848.0': 861 + resolution: {integrity: sha512-kMb40oqSrEKtQChgdkJi5pCAWCFvthttgiGugwoXFZ/vDv54XRKGClAVzJ/b51Dkh1NLmuWgteXVtnDsfo9PHg==} 862 862 engines: {node: '>=18.0.0'} 863 863 864 - '@aws-sdk/client-s3@3.832.0': 865 - resolution: {integrity: sha512-S+md1zCe71SEuaRDuLHq4mzhYYkVxR1ENa8NwrgInfYoC4xo8/pESoR6i0ZZpcLs0Jw4EyVInWYs4GgDHW70qQ==} 864 + '@aws-sdk/client-s3@3.848.0': 865 + resolution: {integrity: sha512-6uT+THQfsB92eAH0p5zvpGiSCtO2ZhGwmuw6HWEngui53YIWz7W/GCnN0G7nrKpgD5DPrMaBwqZvKuoAh9NHAQ==} 866 866 engines: {node: '>=18.0.0'} 867 867 868 - '@aws-sdk/client-sso@3.830.0': 869 - resolution: {integrity: sha512-5zCEpfI+zwX2SIa258L+TItNbBoAvQQ6w74qdFM6YJufQ1F9tvwjTX8T+eSTT9nsFIvfYnUaGalWwJVfmJUgVQ==} 868 + '@aws-sdk/client-sso@3.848.0': 869 + resolution: {integrity: sha512-mD+gOwoeZQvbecVLGoCmY6pS7kg02BHesbtIxUj+PeBqYoZV5uLvjUOmuGfw1SfoSobKvS11urxC9S7zxU/Maw==} 870 870 engines: {node: '>=18.0.0'} 871 871 872 - '@aws-sdk/core@3.826.0': 873 - resolution: {integrity: sha512-BGbQYzWj3ps+dblq33FY5tz/SsgJCcXX0zjQlSC07tYvU1jHTUvsefphyig+fY38xZ4wdKjbTop+KUmXUYrOXw==} 872 + '@aws-sdk/core@3.846.0': 873 + resolution: {integrity: sha512-7CX0pM906r4WSS68fCTNMTtBCSkTtf3Wggssmx13gD40gcWEZXsU00KzPp1bYheNRyPlAq3rE22xt4wLPXbuxA==} 874 874 engines: {node: '>=18.0.0'} 875 875 876 - '@aws-sdk/credential-provider-env@3.826.0': 877 - resolution: {integrity: sha512-DK3pQY8+iKK3MGDdC3uOZQ2psU01obaKlTYhEwNu4VWzgwQL4Vi3sWj4xSWGEK41vqZxiRLq6fOq7ysRI+qEZA==} 876 + '@aws-sdk/credential-provider-env@3.846.0': 877 + resolution: {integrity: sha512-QuCQZET9enja7AWVISY+mpFrEIeHzvkx/JEEbHYzHhUkxcnC2Kq2c0bB7hDihGD0AZd3Xsm653hk1O97qu69zg==} 878 878 engines: {node: '>=18.0.0'} 879 879 880 - '@aws-sdk/credential-provider-http@3.826.0': 881 - resolution: {integrity: sha512-N+IVZBh+yx/9GbMZTKO/gErBi/FYZQtcFRItoLbY+6WU+0cSWyZYfkoeOxHmQV3iX9k65oljERIWUmL9x6OSQg==} 880 + '@aws-sdk/credential-provider-http@3.846.0': 881 + resolution: {integrity: sha512-Jh1iKUuepdmtreMYozV2ePsPcOF5W9p3U4tWhi3v6nDvz0GsBjzjAROW+BW8XMz9vAD3I9R+8VC3/aq63p5nlw==} 882 882 engines: {node: '>=18.0.0'} 883 883 884 - '@aws-sdk/credential-provider-ini@3.830.0': 885 - resolution: {integrity: sha512-zeQenzvh8JRY5nULd8izdjVGoCM1tgsVVsrLSwDkHxZTTW0hW/bmOmXfvdaE0wDdomXW7m2CkQDSmP7XdvNXZg==} 884 + '@aws-sdk/credential-provider-ini@3.848.0': 885 + resolution: {integrity: sha512-r6KWOG+En2xujuMhgZu7dzOZV3/M5U/5+PXrG8dLQ3rdPRB3vgp5tc56KMqLwm/EXKRzAOSuw/UE4HfNOAB8Hw==} 886 886 engines: {node: '>=18.0.0'} 887 887 888 - '@aws-sdk/credential-provider-node@3.830.0': 889 - resolution: {integrity: sha512-X/2LrTgwtK1pkWrvofxQBI8VTi6QVLtSMpsKKPPnJQ0vgqC0e4czSIs3ZxiEsOkCBaQ2usXSiKyh0ccsQ6k2OA==} 888 + '@aws-sdk/credential-provider-node@3.848.0': 889 + resolution: {integrity: sha512-AblNesOqdzrfyASBCo1xW3uweiSro4Kft9/htdxLeCVU1KVOnFWA5P937MNahViRmIQm2sPBCqL8ZG0u9lnh5g==} 890 890 engines: {node: '>=18.0.0'} 891 891 892 - '@aws-sdk/credential-provider-process@3.826.0': 893 - resolution: {integrity: sha512-kURrc4amu3NLtw1yZw7EoLNEVhmOMRUTs+chaNcmS+ERm3yK0nKjaJzmKahmwlTQTSl3wJ8jjK7x962VPo+zWw==} 892 + '@aws-sdk/credential-provider-process@3.846.0': 893 + resolution: {integrity: sha512-mEpwDYarJSH+CIXnnHN0QOe0MXI+HuPStD6gsv3z/7Q6ESl8KRWon3weFZCDnqpiJMUVavlDR0PPlAFg2MQoPg==} 894 894 engines: {node: '>=18.0.0'} 895 895 896 - '@aws-sdk/credential-provider-sso@3.830.0': 897 - resolution: {integrity: sha512-+VdRpZmfekzpySqZikAKx6l5ndnLGluioIgUG4ZznrButgFD/iogzFtGmBDFB3ZLViX1l4pMXru0zFwJEZT21Q==} 896 + '@aws-sdk/credential-provider-sso@3.848.0': 897 + resolution: {integrity: sha512-pozlDXOwJZL0e7w+dqXLgzVDB7oCx4WvtY0sk6l4i07uFliWF/exupb6pIehFWvTUcOvn5aFTTqcQaEzAD5Wsg==} 898 898 engines: {node: '>=18.0.0'} 899 899 900 - '@aws-sdk/credential-provider-web-identity@3.830.0': 901 - resolution: {integrity: sha512-hPYrKsZeeOdLROJ59T6Y8yZ0iwC/60L3qhZXjapBFjbqBtMaQiMTI645K6xVXBioA6vxXq7B4aLOhYqk6Fy/Ww==} 900 + '@aws-sdk/credential-provider-web-identity@3.848.0': 901 + resolution: {integrity: sha512-D1fRpwPxtVDhcSc/D71exa2gYweV+ocp4D3brF0PgFd//JR3XahZ9W24rVnTQwYEcK9auiBZB89Ltv+WbWN8qw==} 902 902 engines: {node: '>=18.0.0'} 903 903 904 - '@aws-sdk/lib-storage@3.832.0': 905 - resolution: {integrity: sha512-NM+q0WD8TCreo+tvKy0AZytHQQC19zXVG8iapDhafLNs1W72zAQ659pTfVzsC00Zvwtsp0LI/b2FWTjkjTAAdA==} 904 + '@aws-sdk/lib-storage@3.848.0': 905 + resolution: {integrity: sha512-Q23bI829ZQBHP6Iab9YsfCrZKvek2uMIVYEQjPa0Ekib5bmqURFCXhNtrP++TOCaZNr5DmSPAqAs8EGHWTOZiw==} 906 906 engines: {node: '>=18.0.0'} 907 907 peerDependencies: 908 - '@aws-sdk/client-s3': ^3.832.0 908 + '@aws-sdk/client-s3': ^3.848.0 909 909 910 - '@aws-sdk/middleware-bucket-endpoint@3.830.0': 911 - resolution: {integrity: sha512-ElVeCReZSH5Ds+/pkL5ebneJjuo8f49e9JXV1cYizuH0OAOQfYaBU9+M+7+rn61pTttOFE8W//qKzrXBBJhfMg==} 910 + '@aws-sdk/middleware-bucket-endpoint@3.840.0': 911 + resolution: {integrity: sha512-+gkQNtPwcSMmlwBHFd4saVVS11In6ID1HczNzpM3MXKXRBfSlbZJbCt6wN//AZ8HMklZEik4tcEOG0qa9UY8SQ==} 912 912 engines: {node: '>=18.0.0'} 913 913 914 - '@aws-sdk/middleware-expect-continue@3.821.0': 915 - resolution: {integrity: sha512-zAOoSZKe1njOrtynvK6ZORU57YGv5I7KP4+rwOvUN3ZhJbQ7QPf8gKtFUCYAPRMegaXCKF/ADPtDZBAmM+zZ9g==} 914 + '@aws-sdk/middleware-expect-continue@3.840.0': 915 + resolution: {integrity: sha512-iJg2r6FKsKKvdiU4oCOuCf7Ro/YE0Q2BT/QyEZN3/Rt8Nr4SAZiQOlcBXOCpGvuIKOEAhvDOUnW3aDHL01PdVw==} 916 916 engines: {node: '>=18.0.0'} 917 917 918 - '@aws-sdk/middleware-flexible-checksums@3.826.0': 919 - resolution: {integrity: sha512-Fz9w8CFYPfSlHEB6feSsi06hdS+s+FB8k5pO4L7IV0tUa78mlhxF/VNlAJaVWYyOkZXl4HPH2K48aapACSQOXw==} 918 + '@aws-sdk/middleware-flexible-checksums@3.846.0': 919 + resolution: {integrity: sha512-CdkeVfkwt3+bDLhmOwBxvkUf6oY9iUhvosaUnqkoPsOqIiUEN54yTGOnO8A0wLz6mMsZ6aBlfFrQhFnxt3c+yw==} 920 920 engines: {node: '>=18.0.0'} 921 921 922 - '@aws-sdk/middleware-host-header@3.821.0': 923 - resolution: {integrity: sha512-xSMR+sopSeWGx5/4pAGhhfMvGBHioVBbqGvDs6pG64xfNwM5vq5s5v6D04e2i+uSTj4qGa71dLUs5I0UzAK3sw==} 922 + '@aws-sdk/middleware-host-header@3.840.0': 923 + resolution: {integrity: sha512-ub+hXJAbAje94+Ya6c6eL7sYujoE8D4Bumu1NUI8TXjUhVVn0HzVWQjpRLshdLsUp1AW7XyeJaxyajRaJQ8+Xg==} 924 924 engines: {node: '>=18.0.0'} 925 925 926 - '@aws-sdk/middleware-location-constraint@3.821.0': 927 - resolution: {integrity: sha512-sKrm80k0t3R0on8aA/WhWFoMaAl4yvdk+riotmMElLUpcMcRXAd1+600uFVrxJqZdbrKQ0mjX0PjT68DlkYXLg==} 926 + '@aws-sdk/middleware-location-constraint@3.840.0': 927 + resolution: {integrity: sha512-KVLD0u0YMF3aQkVF8bdyHAGWSUY6N1Du89htTLgqCcIhSxxAJ9qifrosVZ9jkAzqRW99hcufyt2LylcVU2yoKQ==} 928 928 engines: {node: '>=18.0.0'} 929 929 930 - '@aws-sdk/middleware-logger@3.821.0': 931 - resolution: {integrity: sha512-0cvI0ipf2tGx7fXYEEN5fBeZDz2RnHyb9xftSgUsEq7NBxjV0yTZfLJw6Za5rjE6snC80dRN8+bTNR1tuG89zA==} 930 + '@aws-sdk/middleware-logger@3.840.0': 931 + resolution: {integrity: sha512-lSV8FvjpdllpGaRspywss4CtXV8M7NNNH+2/j86vMH+YCOZ6fu2T/TyFd/tHwZ92vDfHctWkRbQxg0bagqwovA==} 932 932 engines: {node: '>=18.0.0'} 933 933 934 - '@aws-sdk/middleware-recursion-detection@3.821.0': 935 - resolution: {integrity: sha512-efmaifbhBoqKG3bAoEfDdcM8hn1psF+4qa7ykWuYmfmah59JBeqHLfz5W9m9JoTwoKPkFcVLWZxnyZzAnVBOIg==} 934 + '@aws-sdk/middleware-recursion-detection@3.840.0': 935 + resolution: {integrity: sha512-Gu7lGDyfddyhIkj1Z1JtrY5NHb5+x/CRiB87GjaSrKxkDaydtX2CU977JIABtt69l9wLbcGDIQ+W0uJ5xPof7g==} 936 936 engines: {node: '>=18.0.0'} 937 937 938 - '@aws-sdk/middleware-sdk-s3@3.826.0': 939 - resolution: {integrity: sha512-8F0qWaYKfvD/de1AKccXuigM+gb/IZSncCqxdnFWqd+TFzo9qI9Hh+TpUhWOMYSgxsMsYQ8ipmLzlD/lDhjrmA==} 938 + '@aws-sdk/middleware-sdk-s3@3.846.0': 939 + resolution: {integrity: sha512-jP9x+2Q87J5l8FOP+jlAd7vGLn0cC6G9QGmf386e5OslBPqxXKcl3RjqGLIOKKos2mVItY3ApP5xdXQx7jGTVA==} 940 940 engines: {node: '>=18.0.0'} 941 941 942 - '@aws-sdk/middleware-ssec@3.821.0': 943 - resolution: {integrity: sha512-YYi1Hhr2AYiU/24cQc8HIB+SWbQo6FBkMYojVuz/zgrtkFmALxENGF/21OPg7f/QWd+eadZJRxCjmRwh5F2Cxg==} 942 + '@aws-sdk/middleware-ssec@3.840.0': 943 + resolution: {integrity: sha512-CBZP9t1QbjDFGOrtnUEHL1oAvmnCUUm7p0aPNbIdSzNtH42TNKjPRN3TuEIJDGjkrqpL3MXyDSmNayDcw/XW7Q==} 944 944 engines: {node: '>=18.0.0'} 945 945 946 - '@aws-sdk/middleware-user-agent@3.828.0': 947 - resolution: {integrity: sha512-nixvI/SETXRdmrVab4D9LvXT3lrXkwAWGWk2GVvQvzlqN1/M/RfClj+o37Sn4FqRkGH9o9g7Fqb1YqZ4mqDAtA==} 946 + '@aws-sdk/middleware-user-agent@3.848.0': 947 + resolution: {integrity: sha512-rjMuqSWJEf169/ByxvBqfdei1iaduAnfolTshsZxwcmLIUtbYrFUmts0HrLQqsAG8feGPpDLHA272oPl+NTCCA==} 948 948 engines: {node: '>=18.0.0'} 949 949 950 - '@aws-sdk/nested-clients@3.830.0': 951 - resolution: {integrity: sha512-5N5YTlBr1vtxf7+t+UaIQ625KEAmm7fY9o1e3MgGOi/paBoI0+axr3ud24qLIy0NSzFlAHEaxUSWxcERNjIoZw==} 950 + '@aws-sdk/nested-clients@3.848.0': 951 + resolution: {integrity: sha512-joLsyyo9u61jnZuyYzo1z7kmS7VgWRAkzSGESVzQHfOA1H2PYeUFek6vLT4+c9xMGrX/Z6B0tkRdzfdOPiatLg==} 952 952 engines: {node: '>=18.0.0'} 953 953 954 - '@aws-sdk/region-config-resolver@3.821.0': 955 - resolution: {integrity: sha512-t8og+lRCIIy5nlId0bScNpCkif8sc0LhmtaKsbm0ZPm3sCa/WhCbSZibjbZ28FNjVCV+p0D9RYZx0VDDbtWyjw==} 954 + '@aws-sdk/region-config-resolver@3.840.0': 955 + resolution: {integrity: sha512-Qjnxd/yDv9KpIMWr90ZDPtRj0v75AqGC92Lm9+oHXZ8p1MjG5JE2CW0HL8JRgK9iKzgKBL7pPQRXI8FkvEVfrA==} 956 956 engines: {node: '>=18.0.0'} 957 957 958 - '@aws-sdk/signature-v4-multi-region@3.826.0': 959 - resolution: {integrity: sha512-3fEi/zy6tpMzomYosksGtu7jZqGFcdBXoL7YRsG7OEeQzBbOW9B+fVaQZ4jnsViSjzA/yKydLahMrfPnt+iaxg==} 958 + '@aws-sdk/signature-v4-multi-region@3.846.0': 959 + resolution: {integrity: sha512-ZMfIMxUljqZzPJGOcraC6erwq/z1puNMU35cO1a/WdhB+LdYknMn1lr7SJuH754QwNzzIlZbEgg4hoHw50+DpQ==} 960 960 engines: {node: '>=18.0.0'} 961 961 962 - '@aws-sdk/token-providers@3.830.0': 963 - resolution: {integrity: sha512-aJ4guFwj92nV9D+EgJPaCFKK0I3y2uMchiDfh69Zqnmwfxxxfxat6F79VA7PS0BdbjRfhLbn+Ghjftnomu2c1g==} 962 + '@aws-sdk/token-providers@3.848.0': 963 + resolution: {integrity: sha512-oNPyM4+Di2Umu0JJRFSxDcKQ35+Chl/rAwD47/bS0cDPI8yrao83mLXLeDqpRPHyQW4sXlP763FZcuAibC0+mg==} 964 964 engines: {node: '>=18.0.0'} 965 965 966 - '@aws-sdk/types@3.821.0': 967 - resolution: {integrity: sha512-Znroqdai1a90TlxGaJ+FK1lwC0fHpo97Xjsp5UKGR5JODYm7f9+/fF17ebO1KdoBr/Rm0UIFiF5VmI8ts9F1eA==} 966 + '@aws-sdk/types@3.840.0': 967 + resolution: {integrity: sha512-xliuHaUFZxEx1NSXeLLZ9Dyu6+EJVQKEoD+yM+zqUo3YDZ7medKJWY6fIOKiPX/N7XbLdBYwajb15Q7IL8KkeA==} 968 968 engines: {node: '>=18.0.0'} 969 969 970 970 '@aws-sdk/util-arn-parser@3.804.0': 971 971 resolution: {integrity: sha512-wmBJqn1DRXnZu3b4EkE6CWnoWMo1ZMvlfkqU5zPz67xx1GMaXlDCchFvKAXMjk4jn/L1O3tKnoFDNsoLV1kgNQ==} 972 972 engines: {node: '>=18.0.0'} 973 973 974 - '@aws-sdk/util-endpoints@3.828.0': 975 - resolution: {integrity: sha512-RvKch111SblqdkPzg3oCIdlGxlQs+k+P7Etory9FmxPHyPDvsP1j1c74PmgYqtzzMWmoXTjd+c9naUHh9xG8xg==} 974 + '@aws-sdk/util-endpoints@3.848.0': 975 + resolution: {integrity: sha512-fY/NuFFCq/78liHvRyFKr+aqq1aA/uuVSANjzr5Ym8c+9Z3HRPE9OrExAHoMrZ6zC8tHerQwlsXYYH5XZ7H+ww==} 976 976 engines: {node: '>=18.0.0'} 977 977 978 978 '@aws-sdk/util-locate-window@3.804.0': 979 979 resolution: {integrity: sha512-zVoRfpmBVPodYlnMjgVjfGoEZagyRF5IPn3Uo6ZvOZp24chnW/FRstH7ESDHDDRga4z3V+ElUQHKpFDXWyBW5A==} 980 980 engines: {node: '>=18.0.0'} 981 981 982 - '@aws-sdk/util-user-agent-browser@3.821.0': 983 - resolution: {integrity: sha512-irWZHyM0Jr1xhC+38OuZ7JB6OXMLPZlj48thElpsO1ZSLRkLZx5+I7VV6k3sp2yZ7BYbKz/G2ojSv4wdm7XTLw==} 982 + '@aws-sdk/util-user-agent-browser@3.840.0': 983 + resolution: {integrity: sha512-JdyZM3EhhL4PqwFpttZu1afDpPJCCc3eyZOLi+srpX11LsGj6sThf47TYQN75HT1CarZ7cCdQHGzP2uy3/xHfQ==} 984 984 985 - '@aws-sdk/util-user-agent-node@3.828.0': 986 - resolution: {integrity: sha512-LdN6fTBzTlQmc8O8f1wiZN0qF3yBWVGis7NwpWK7FUEzP9bEZRxYfIkV9oV9zpt6iNRze1SedK3JQVB/udxBoA==} 985 + '@aws-sdk/util-user-agent-node@3.848.0': 986 + resolution: {integrity: sha512-Zz1ft9NiLqbzNj/M0jVNxaoxI2F4tGXN0ZbZIj+KJ+PbJo+w5+Jo6d0UDAtbj3AEd79pjcCaP4OA9NTVzItUdw==} 987 987 engines: {node: '>=18.0.0'} 988 988 peerDependencies: 989 989 aws-crt: '>=1.0.0' ··· 1003 1003 resolution: {integrity: sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==} 1004 1004 engines: {node: '>=6.9.0'} 1005 1005 1006 - '@babel/parser@7.27.5': 1007 - resolution: {integrity: sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==} 1006 + '@babel/parser@7.28.0': 1007 + resolution: {integrity: sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==} 1008 1008 engines: {node: '>=6.0.0'} 1009 1009 hasBin: true 1010 1010 ··· 1012 1012 resolution: {integrity: sha512-vbavdySgbTTrmFE+EsiqUTzlOr5bzlnJtUv9PynGCAKvfQqjIXbvFdumPM/GxMDfyuGMJaJAU6TO4zc1Jf1i8Q==} 1013 1013 engines: {node: '>=6.9.0'} 1014 1014 1015 - '@babel/types@7.27.6': 1016 - resolution: {integrity: sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==} 1015 + '@babel/types@7.28.1': 1016 + resolution: {integrity: sha512-x0LvFTekgSX+83TI28Y9wYPUfzrnl2aT5+5QLnO6v7mSJYtEEevuDRN0F0uSHRk1G1IWZC43o00Y0xDDrpBGPQ==} 1017 1017 engines: {node: '>=6.9.0'} 1018 1018 1019 1019 '@badrap/valita@0.4.5': ··· 1115 1115 '@did-plc/server@0.0.1': 1116 1116 resolution: {integrity: sha512-GtxxHcOrOQ6fNI1ufq3Zqjc2PtWqPZOdsuzlwtxiH9XibUGwDkb0GmaBHyU5GiOxOKZEW1GspZ8mreBA6XOlTQ==} 1117 1117 1118 - '@emnapi/runtime@1.4.3': 1119 - resolution: {integrity: sha512-pBPWdu6MLKROBX05wSNKcNb++m5Er+KQ9QkB+WVM+pW2Kx9hoSrVTnu3BdkI5eBLZoKu/J6mW/B6i6bJB2ytXQ==} 1118 + '@emnapi/runtime@1.4.5': 1119 + resolution: {integrity: sha512-++LApOtY0pEEz1zrd9vy1/zXVaVJJ/EbAF3u0fXIzPJEDtnITsBGbbK0EkM72amhl/R5b+5xx0Y/QhcVOpuulg==} 1120 1120 1121 - '@esbuild/aix-ppc64@0.25.5': 1122 - resolution: {integrity: sha512-9o3TMmpmftaCMepOdA5k/yDw8SfInyzWWTjYTFCX3kPSDJMROQTb8jg+h9Cnwnmm1vOzvxN7gIfB5V2ewpjtGA==} 1121 + '@esbuild/aix-ppc64@0.25.7': 1122 + resolution: {integrity: sha512-uD0kKFHh6ETr8TqEtaAcV+dn/2qnYbH/+8wGEdY70Qf7l1l/jmBUbrmQqwiPKAQE6cOQ7dTj6Xr0HzQDGHyceQ==} 1123 1123 engines: {node: '>=18'} 1124 1124 cpu: [ppc64] 1125 1125 os: [aix] 1126 1126 1127 - '@esbuild/android-arm64@0.25.5': 1128 - resolution: {integrity: sha512-VGzGhj4lJO+TVGV1v8ntCZWJktV7SGCs3Pn1GRWI1SBFtRALoomm8k5E9Pmwg3HOAal2VDc2F9+PM/rEY6oIDg==} 1127 + '@esbuild/android-arm64@0.25.7': 1128 + resolution: {integrity: sha512-p0ohDnwyIbAtztHTNUTzN5EGD/HJLs1bwysrOPgSdlIA6NDnReoVfoCyxG6W1d85jr2X80Uq5KHftyYgaK9LPQ==} 1129 1129 engines: {node: '>=18'} 1130 1130 cpu: [arm64] 1131 1131 os: [android] 1132 1132 1133 - '@esbuild/android-arm@0.25.5': 1134 - resolution: {integrity: sha512-AdJKSPeEHgi7/ZhuIPtcQKr5RQdo6OO2IL87JkianiMYMPbCtot9fxPbrMiBADOWWm3T2si9stAiVsGbTQFkbA==} 1133 + '@esbuild/android-arm@0.25.7': 1134 + resolution: {integrity: sha512-Jhuet0g1k9rAJHrXGIh7sFknFuT4sfytYZpZpuZl7YKDhnPByVAm5oy2LEBmMbuYf3ejWVYCc2seX81Mk+madA==} 1135 1135 engines: {node: '>=18'} 1136 1136 cpu: [arm] 1137 1137 os: [android] 1138 1138 1139 - '@esbuild/android-x64@0.25.5': 1140 - resolution: {integrity: sha512-D2GyJT1kjvO//drbRT3Hib9XPwQeWd9vZoBJn+bu/lVsOZ13cqNdDeqIF/xQ5/VmWvMduP6AmXvylO/PIc2isw==} 1139 + '@esbuild/android-x64@0.25.7': 1140 + resolution: {integrity: sha512-mMxIJFlSgVK23HSsII3ZX9T2xKrBCDGyk0qiZnIW10LLFFtZLkFD6imZHu7gUo2wkNZwS9Yj3mOtZD3ZPcjCcw==} 1141 1141 engines: {node: '>=18'} 1142 1142 cpu: [x64] 1143 1143 os: [android] 1144 1144 1145 - '@esbuild/darwin-arm64@0.25.5': 1146 - resolution: {integrity: sha512-GtaBgammVvdF7aPIgH2jxMDdivezgFu6iKpmT+48+F8Hhg5J/sfnDieg0aeG/jfSvkYQU2/pceFPDKlqZzwnfQ==} 1145 + '@esbuild/darwin-arm64@0.25.7': 1146 + resolution: {integrity: sha512-jyOFLGP2WwRwxM8F1VpP6gcdIJc8jq2CUrURbbTouJoRO7XCkU8GdnTDFIHdcifVBT45cJlOYsZ1kSlfbKjYUQ==} 1147 1147 engines: {node: '>=18'} 1148 1148 cpu: [arm64] 1149 1149 os: [darwin] 1150 1150 1151 - '@esbuild/darwin-x64@0.25.5': 1152 - resolution: {integrity: sha512-1iT4FVL0dJ76/q1wd7XDsXrSW+oLoquptvh4CLR4kITDtqi2e/xwXwdCVH8hVHU43wgJdsq7Gxuzcs6Iq/7bxQ==} 1151 + '@esbuild/darwin-x64@0.25.7': 1152 + resolution: {integrity: sha512-m9bVWqZCwQ1BthruifvG64hG03zzz9gE2r/vYAhztBna1/+qXiHyP9WgnyZqHgGeXoimJPhAmxfbeU+nMng6ZA==} 1153 1153 engines: {node: '>=18'} 1154 1154 cpu: [x64] 1155 1155 os: [darwin] 1156 1156 1157 - '@esbuild/freebsd-arm64@0.25.5': 1158 - resolution: {integrity: sha512-nk4tGP3JThz4La38Uy/gzyXtpkPW8zSAmoUhK9xKKXdBCzKODMc2adkB2+8om9BDYugz+uGV7sLmpTYzvmz6Sw==} 1157 + '@esbuild/freebsd-arm64@0.25.7': 1158 + resolution: {integrity: sha512-Bss7P4r6uhr3kDzRjPNEnTm/oIBdTPRNQuwaEFWT/uvt6A1YzK/yn5kcx5ZxZ9swOga7LqeYlu7bDIpDoS01bA==} 1159 1159 engines: {node: '>=18'} 1160 1160 cpu: [arm64] 1161 1161 os: [freebsd] 1162 1162 1163 - '@esbuild/freebsd-x64@0.25.5': 1164 - resolution: {integrity: sha512-PrikaNjiXdR2laW6OIjlbeuCPrPaAl0IwPIaRv+SMV8CiM8i2LqVUHFC1+8eORgWyY7yhQY+2U2fA55mBzReaw==} 1163 + '@esbuild/freebsd-x64@0.25.7': 1164 + resolution: {integrity: sha512-S3BFyjW81LXG7Vqmr37ddbThrm3A84yE7ey/ERBlK9dIiaWgrjRlre3pbG7txh1Uaxz8N7wGGQXmC9zV+LIpBQ==} 1165 1165 engines: {node: '>=18'} 1166 1166 cpu: [x64] 1167 1167 os: [freebsd] 1168 1168 1169 - '@esbuild/linux-arm64@0.25.5': 1170 - resolution: {integrity: sha512-Z9kfb1v6ZlGbWj8EJk9T6czVEjjq2ntSYLY2cw6pAZl4oKtfgQuS4HOq41M/BcoLPzrUbNd+R4BXFyH//nHxVg==} 1169 + '@esbuild/linux-arm64@0.25.7': 1170 + resolution: {integrity: sha512-HfQZQqrNOfS1Okn7PcsGUqHymL1cWGBslf78dGvtrj8q7cN3FkapFgNA4l/a5lXDwr7BqP2BSO6mz9UremNPbg==} 1171 1171 engines: {node: '>=18'} 1172 1172 cpu: [arm64] 1173 1173 os: [linux] 1174 1174 1175 - '@esbuild/linux-arm@0.25.5': 1176 - resolution: {integrity: sha512-cPzojwW2okgh7ZlRpcBEtsX7WBuqbLrNXqLU89GxWbNt6uIg78ET82qifUy3W6OVww6ZWobWub5oqZOVtwolfw==} 1175 + '@esbuild/linux-arm@0.25.7': 1176 + resolution: {integrity: sha512-JZMIci/1m5vfQuhKoFXogCKVYVfYQmoZJg8vSIMR4TUXbF+0aNlfXH3DGFEFMElT8hOTUF5hisdZhnrZO/bkDw==} 1177 1177 engines: {node: '>=18'} 1178 1178 cpu: [arm] 1179 1179 os: [linux] 1180 1180 1181 - '@esbuild/linux-ia32@0.25.5': 1182 - resolution: {integrity: sha512-sQ7l00M8bSv36GLV95BVAdhJ2QsIbCuCjh/uYrWiMQSUuV+LpXwIqhgJDcvMTj+VsQmqAHL2yYaasENvJ7CDKA==} 1181 + '@esbuild/linux-ia32@0.25.7': 1182 + resolution: {integrity: sha512-9Jex4uVpdeofiDxnwHRgen+j6398JlX4/6SCbbEFEXN7oMO2p0ueLN+e+9DdsdPLUdqns607HmzEFnxwr7+5wQ==} 1183 1183 engines: {node: '>=18'} 1184 1184 cpu: [ia32] 1185 1185 os: [linux] 1186 1186 1187 - '@esbuild/linux-loong64@0.25.5': 1188 - resolution: {integrity: sha512-0ur7ae16hDUC4OL5iEnDb0tZHDxYmuQyhKhsPBV8f99f6Z9KQM02g33f93rNH5A30agMS46u2HP6qTdEt6Q1kg==} 1187 + '@esbuild/linux-loong64@0.25.7': 1188 + resolution: {integrity: sha512-TG1KJqjBlN9IHQjKVUYDB0/mUGgokfhhatlay8aZ/MSORMubEvj/J1CL8YGY4EBcln4z7rKFbsH+HeAv0d471w==} 1189 1189 engines: {node: '>=18'} 1190 1190 cpu: [loong64] 1191 1191 os: [linux] 1192 1192 1193 - '@esbuild/linux-mips64el@0.25.5': 1194 - resolution: {integrity: sha512-kB/66P1OsHO5zLz0i6X0RxlQ+3cu0mkxS3TKFvkb5lin6uwZ/ttOkP3Z8lfR9mJOBk14ZwZ9182SIIWFGNmqmg==} 1193 + '@esbuild/linux-mips64el@0.25.7': 1194 + resolution: {integrity: sha512-Ty9Hj/lx7ikTnhOfaP7ipEm/ICcBv94i/6/WDg0OZ3BPBHhChsUbQancoWYSO0WNkEiSW5Do4febTTy4x1qYQQ==} 1195 1195 engines: {node: '>=18'} 1196 1196 cpu: [mips64el] 1197 1197 os: [linux] 1198 1198 1199 - '@esbuild/linux-ppc64@0.25.5': 1200 - resolution: {integrity: sha512-UZCmJ7r9X2fe2D6jBmkLBMQetXPXIsZjQJCjgwpVDz+YMcS6oFR27alkgGv3Oqkv07bxdvw7fyB71/olceJhkQ==} 1199 + '@esbuild/linux-ppc64@0.25.7': 1200 + resolution: {integrity: sha512-MrOjirGQWGReJl3BNQ58BLhUBPpWABnKrnq8Q/vZWWwAB1wuLXOIxS2JQ1LT3+5T+3jfPh0tyf5CpbyQHqnWIQ==} 1201 1201 engines: {node: '>=18'} 1202 1202 cpu: [ppc64] 1203 1203 os: [linux] 1204 1204 1205 - '@esbuild/linux-riscv64@0.25.5': 1206 - resolution: {integrity: sha512-kTxwu4mLyeOlsVIFPfQo+fQJAV9mh24xL+y+Bm6ej067sYANjyEw1dNHmvoqxJUCMnkBdKpvOn0Ahql6+4VyeA==} 1205 + '@esbuild/linux-riscv64@0.25.7': 1206 + resolution: {integrity: sha512-9pr23/pqzyqIZEZmQXnFyqp3vpa+KBk5TotfkzGMqpw089PGm0AIowkUppHB9derQzqniGn3wVXgck19+oqiOw==} 1207 1207 engines: {node: '>=18'} 1208 1208 cpu: [riscv64] 1209 1209 os: [linux] 1210 1210 1211 - '@esbuild/linux-s390x@0.25.5': 1212 - resolution: {integrity: sha512-K2dSKTKfmdh78uJ3NcWFiqyRrimfdinS5ErLSn3vluHNeHVnBAFWC8a4X5N+7FgVE1EjXS1QDZbpqZBjfrqMTQ==} 1211 + '@esbuild/linux-s390x@0.25.7': 1212 + resolution: {integrity: sha512-4dP11UVGh9O6Y47m8YvW8eoA3r8qL2toVZUbBKyGta8j6zdw1cn9F/Rt59/Mhv0OgY68pHIMjGXWOUaykCnx+w==} 1213 1213 engines: {node: '>=18'} 1214 1214 cpu: [s390x] 1215 1215 os: [linux] 1216 1216 1217 - '@esbuild/linux-x64@0.25.5': 1218 - resolution: {integrity: sha512-uhj8N2obKTE6pSZ+aMUbqq+1nXxNjZIIjCjGLfsWvVpy7gKCOL6rsY1MhRh9zLtUtAI7vpgLMK6DxjO8Qm9lJw==} 1217 + '@esbuild/linux-x64@0.25.7': 1218 + resolution: {integrity: sha512-ghJMAJTdw/0uhz7e7YnpdX1xVn7VqA0GrWrAO2qKMuqbvgHT2VZiBv1BQ//VcHsPir4wsL3P2oPggfKPzTKoCA==} 1219 1219 engines: {node: '>=18'} 1220 1220 cpu: [x64] 1221 1221 os: [linux] 1222 1222 1223 - '@esbuild/netbsd-arm64@0.25.5': 1224 - resolution: {integrity: sha512-pwHtMP9viAy1oHPvgxtOv+OkduK5ugofNTVDilIzBLpoWAM16r7b/mxBvfpuQDpRQFMfuVr5aLcn4yveGvBZvw==} 1223 + '@esbuild/netbsd-arm64@0.25.7': 1224 + resolution: {integrity: sha512-bwXGEU4ua45+u5Ci/a55B85KWaDSRS8NPOHtxy2e3etDjbz23wlry37Ffzapz69JAGGc4089TBo+dGzydQmydg==} 1225 1225 engines: {node: '>=18'} 1226 1226 cpu: [arm64] 1227 1227 os: [netbsd] 1228 1228 1229 - '@esbuild/netbsd-x64@0.25.5': 1230 - resolution: {integrity: sha512-WOb5fKrvVTRMfWFNCroYWWklbnXH0Q5rZppjq0vQIdlsQKuw6mdSihwSo4RV/YdQ5UCKKvBy7/0ZZYLBZKIbwQ==} 1229 + '@esbuild/netbsd-x64@0.25.7': 1230 + resolution: {integrity: sha512-tUZRvLtgLE5OyN46sPSYlgmHoBS5bx2URSrgZdW1L1teWPYVmXh+QN/sKDqkzBo/IHGcKcHLKDhBeVVkO7teEA==} 1231 1231 engines: {node: '>=18'} 1232 1232 cpu: [x64] 1233 1233 os: [netbsd] 1234 1234 1235 - '@esbuild/openbsd-arm64@0.25.5': 1236 - resolution: {integrity: sha512-7A208+uQKgTxHd0G0uqZO8UjK2R0DDb4fDmERtARjSHWxqMTye4Erz4zZafx7Di9Cv+lNHYuncAkiGFySoD+Mw==} 1235 + '@esbuild/openbsd-arm64@0.25.7': 1236 + resolution: {integrity: sha512-bTJ50aoC+WDlDGBReWYiObpYvQfMjBNlKztqoNUL0iUkYtwLkBQQeEsTq/I1KyjsKA5tyov6VZaPb8UdD6ci6Q==} 1237 1237 engines: {node: '>=18'} 1238 1238 cpu: [arm64] 1239 1239 os: [openbsd] 1240 1240 1241 - '@esbuild/openbsd-x64@0.25.5': 1242 - resolution: {integrity: sha512-G4hE405ErTWraiZ8UiSoesH8DaCsMm0Cay4fsFWOOUcz8b8rC6uCvnagr+gnioEjWn0wC+o1/TAHt+It+MpIMg==} 1241 + '@esbuild/openbsd-x64@0.25.7': 1242 + resolution: {integrity: sha512-TA9XfJrgzAipFUU895jd9j2SyDh9bbNkK2I0gHcvqb/o84UeQkBpi/XmYX3cO1q/9hZokdcDqQxIi6uLVrikxg==} 1243 1243 engines: {node: '>=18'} 1244 1244 cpu: [x64] 1245 1245 os: [openbsd] 1246 1246 1247 - '@esbuild/sunos-x64@0.25.5': 1248 - resolution: {integrity: sha512-l+azKShMy7FxzY0Rj4RCt5VD/q8mG/e+mDivgspo+yL8zW7qEwctQ6YqKX34DTEleFAvCIUviCFX1SDZRSyMQA==} 1247 + '@esbuild/openharmony-arm64@0.25.7': 1248 + resolution: {integrity: sha512-5VTtExUrWwHHEUZ/N+rPlHDwVFQ5aME7vRJES8+iQ0xC/bMYckfJ0l2n3yGIfRoXcK/wq4oXSItZAz5wslTKGw==} 1249 + engines: {node: '>=18'} 1250 + cpu: [arm64] 1251 + os: [openharmony] 1252 + 1253 + '@esbuild/sunos-x64@0.25.7': 1254 + resolution: {integrity: sha512-umkbn7KTxsexhv2vuuJmj9kggd4AEtL32KodkJgfhNOHMPtQ55RexsaSrMb+0+jp9XL4I4o2y91PZauVN4cH3A==} 1249 1255 engines: {node: '>=18'} 1250 1256 cpu: [x64] 1251 1257 os: [sunos] 1252 1258 1253 - '@esbuild/win32-arm64@0.25.5': 1254 - resolution: {integrity: sha512-O2S7SNZzdcFG7eFKgvwUEZ2VG9D/sn/eIiz8XRZ1Q/DO5a3s76Xv0mdBzVM5j5R639lXQmPmSo0iRpHqUUrsxw==} 1259 + '@esbuild/win32-arm64@0.25.7': 1260 + resolution: {integrity: sha512-j20JQGP/gz8QDgzl5No5Gr4F6hurAZvtkFxAKhiv2X49yi/ih8ECK4Y35YnjlMogSKJk931iNMcd35BtZ4ghfw==} 1255 1261 engines: {node: '>=18'} 1256 1262 cpu: [arm64] 1257 1263 os: [win32] 1258 1264 1259 - '@esbuild/win32-ia32@0.25.5': 1260 - resolution: {integrity: sha512-onOJ02pqs9h1iMJ1PQphR+VZv8qBMQ77Klcsqv9CNW2w6yLqoURLcgERAIurY6QE63bbLuqgP9ATqajFLK5AMQ==} 1265 + '@esbuild/win32-ia32@0.25.7': 1266 + resolution: {integrity: sha512-4qZ6NUfoiiKZfLAXRsvFkA0hoWVM+1y2bSHXHkpdLAs/+r0LgwqYohmfZCi985c6JWHhiXP30mgZawn/XrqAkQ==} 1261 1267 engines: {node: '>=18'} 1262 1268 cpu: [ia32] 1263 1269 os: [win32] 1264 1270 1265 - '@esbuild/win32-x64@0.25.5': 1266 - resolution: {integrity: sha512-TXv6YnJ8ZMVdX+SXWVBo/0p8LTcrUYngpWjvm91TMjjBQii7Oz11Lw5lbDV5Y0TzuhSJHwiH4hEtC1I42mMS0g==} 1271 + '@esbuild/win32-x64@0.25.7': 1272 + resolution: {integrity: sha512-FaPsAHTwm+1Gfvn37Eg3E5HIpfR3i6x1AIcla/MkqAIupD4BW3MrSeUqfoTzwwJhk3WE2/KqUn4/eenEJC76VA==} 1267 1273 engines: {node: '>=18'} 1268 1274 cpu: [x64] 1269 1275 os: [win32] ··· 1415 1421 resolution: {integrity: sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==} 1416 1422 engines: {node: '>=8'} 1417 1423 1418 - '@jridgewell/gen-mapping@0.3.8': 1419 - resolution: {integrity: sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==} 1420 - engines: {node: '>=6.0.0'} 1424 + '@jridgewell/gen-mapping@0.3.12': 1425 + resolution: {integrity: sha512-OuLGC46TjB5BbN1dH8JULVVZY4WTdkF7tV9Ys6wLL1rubZnCMstOhNHueU5bLCrnRuDhKPDM4g6sw4Bel5Gzqg==} 1421 1426 1422 1427 '@jridgewell/resolve-uri@3.1.2': 1423 1428 resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} 1424 1429 engines: {node: '>=6.0.0'} 1425 1430 1426 - '@jridgewell/set-array@1.2.1': 1427 - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} 1428 - engines: {node: '>=6.0.0'} 1429 - 1430 - '@jridgewell/sourcemap-codec@1.5.0': 1431 - resolution: {integrity: sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==} 1431 + '@jridgewell/sourcemap-codec@1.5.4': 1432 + resolution: {integrity: sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw==} 1432 1433 1433 - '@jridgewell/trace-mapping@0.3.25': 1434 - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} 1434 + '@jridgewell/trace-mapping@0.3.29': 1435 + resolution: {integrity: sha512-uw6guiW/gcAGPDhLmd77/6lW8QLeiV5RUTsAX46Db6oLhGaVj4lhnPwb184s1bkc8kdVg/+h988dro8GRDpmYQ==} 1435 1436 1436 1437 '@jsr/mary__tar@0.3.1': 1437 1438 resolution: {integrity: sha512-T803kucwCLVOXFJGzVbpkT5vRK6fARy5HL6xMiLK5hJFck72bsAeluENlRnvD0kFPSlFNp/5EJWfTHnpDK0qYA==, tarball: https://npm.jsr.io/~/11/@jsr/mary__tar/0.3.1.tgz} ··· 1451 1452 '@mitata/counters@0.0.8': 1452 1453 resolution: {integrity: sha512-f11w0Y1ETFlarDP7CePj8Z+y8Gv5Ax4gMxWsEwrqh0kH/YIY030Ezx5SUJeQg0YPTZ2OHKGcLG1oGJbIqHzaJA==} 1453 1454 1454 - '@noble/curves@1.9.2': 1455 - resolution: {integrity: sha512-HxngEd2XUcg9xi20JkwlLCtYwfoFw4JGkuZpT+WlsPD4gB/cxkvTD8fSsoAnphGZhFdZYKeQIPCuFlWPm1uE0g==} 1455 + '@noble/curves@1.9.4': 1456 + resolution: {integrity: sha512-2bKONnuM53lINoDrSmK8qP8W271ms7pygDhZt4SiLOoLwBtoHqeCFi6RG42V8zd3mLHuJFhU/Bmaqo4nX0/kBw==} 1456 1457 engines: {node: ^14.21.3 || >=16} 1457 1458 1458 1459 '@noble/hashes@1.8.0': ··· 1481 1482 resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} 1482 1483 engines: {node: '>=14'} 1483 1484 1484 - '@rollup/rollup-android-arm-eabi@4.44.0': 1485 - resolution: {integrity: sha512-xEiEE5oDW6tK4jXCAyliuntGR+amEMO7HLtdSshVuhFnKTYoeYMyXQK7pLouAJJj5KHdwdn87bfHAR2nSdNAUA==} 1485 + '@rollup/rollup-android-arm-eabi@4.45.1': 1486 + resolution: {integrity: sha512-NEySIFvMY0ZQO+utJkgoMiCAjMrGvnbDLHvcmlA33UXJpYBCvlBEbMMtV837uCkS+plG2umfhn0T5mMAxGrlRA==} 1486 1487 cpu: [arm] 1487 1488 os: [android] 1488 1489 1489 - '@rollup/rollup-android-arm64@4.44.0': 1490 - resolution: {integrity: sha512-uNSk/TgvMbskcHxXYHzqwiyBlJ/lGcv8DaUfcnNwict8ba9GTTNxfn3/FAoFZYgkaXXAdrAA+SLyKplyi349Jw==} 1490 + '@rollup/rollup-android-arm64@4.45.1': 1491 + resolution: {integrity: sha512-ujQ+sMXJkg4LRJaYreaVx7Z/VMgBBd89wGS4qMrdtfUFZ+TSY5Rs9asgjitLwzeIbhwdEhyj29zhst3L1lKsRQ==} 1491 1492 cpu: [arm64] 1492 1493 os: [android] 1493 1494 1494 - '@rollup/rollup-darwin-arm64@4.44.0': 1495 - resolution: {integrity: sha512-VGF3wy0Eq1gcEIkSCr8Ke03CWT+Pm2yveKLaDvq51pPpZza3JX/ClxXOCmTYYq3us5MvEuNRTaeyFThCKRQhOA==} 1495 + '@rollup/rollup-darwin-arm64@4.45.1': 1496 + resolution: {integrity: sha512-FSncqHvqTm3lC6Y13xncsdOYfxGSLnP+73k815EfNmpewPs+EyM49haPS105Rh4aF5mJKywk9X0ogzLXZzN9lA==} 1496 1497 cpu: [arm64] 1497 1498 os: [darwin] 1498 1499 1499 - '@rollup/rollup-darwin-x64@4.44.0': 1500 - resolution: {integrity: sha512-fBkyrDhwquRvrTxSGH/qqt3/T0w5Rg0L7ZIDypvBPc1/gzjJle6acCpZ36blwuwcKD/u6oCE/sRWlUAcxLWQbQ==} 1500 + '@rollup/rollup-darwin-x64@4.45.1': 1501 + resolution: {integrity: sha512-2/vVn/husP5XI7Fsf/RlhDaQJ7x9zjvC81anIVbr4b/f0xtSmXQTFcGIQ/B1cXIYM6h2nAhJkdMHTnD7OtQ9Og==} 1501 1502 cpu: [x64] 1502 1503 os: [darwin] 1503 1504 1504 - '@rollup/rollup-freebsd-arm64@4.44.0': 1505 - resolution: {integrity: sha512-u5AZzdQJYJXByB8giQ+r4VyfZP+walV+xHWdaFx/1VxsOn6eWJhK2Vl2eElvDJFKQBo/hcYIBg/jaKS8ZmKeNQ==} 1505 + '@rollup/rollup-freebsd-arm64@4.45.1': 1506 + resolution: {integrity: sha512-4g1kaDxQItZsrkVTdYQ0bxu4ZIQ32cotoQbmsAnW1jAE4XCMbcBPDirX5fyUzdhVCKgPcrwWuucI8yrVRBw2+g==} 1506 1507 cpu: [arm64] 1507 1508 os: [freebsd] 1508 1509 1509 - '@rollup/rollup-freebsd-x64@4.44.0': 1510 - resolution: {integrity: sha512-qC0kS48c/s3EtdArkimctY7h3nHicQeEUdjJzYVJYR3ct3kWSafmn6jkNCA8InbUdge6PVx6keqjk5lVGJf99g==} 1510 + '@rollup/rollup-freebsd-x64@4.45.1': 1511 + resolution: {integrity: sha512-L/6JsfiL74i3uK1Ti2ZFSNsp5NMiM4/kbbGEcOCps99aZx3g8SJMO1/9Y0n/qKlWZfn6sScf98lEOUe2mBvW9A==} 1511 1512 cpu: [x64] 1512 1513 os: [freebsd] 1513 1514 1514 - '@rollup/rollup-linux-arm-gnueabihf@4.44.0': 1515 - resolution: {integrity: sha512-x+e/Z9H0RAWckn4V2OZZl6EmV0L2diuX3QB0uM1r6BvhUIv6xBPL5mrAX2E3e8N8rEHVPwFfz/ETUbV4oW9+lQ==} 1515 + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': 1516 + resolution: {integrity: sha512-RkdOTu2jK7brlu+ZwjMIZfdV2sSYHK2qR08FUWcIoqJC2eywHbXr0L8T/pONFwkGukQqERDheaGTeedG+rra6Q==} 1516 1517 cpu: [arm] 1517 1518 os: [linux] 1518 1519 1519 - '@rollup/rollup-linux-arm-musleabihf@4.44.0': 1520 - resolution: {integrity: sha512-1exwiBFf4PU/8HvI8s80icyCcnAIB86MCBdst51fwFmH5dyeoWVPVgmQPcKrMtBQ0W5pAs7jBCWuRXgEpRzSCg==} 1520 + '@rollup/rollup-linux-arm-musleabihf@4.45.1': 1521 + resolution: {integrity: sha512-3kJ8pgfBt6CIIr1o+HQA7OZ9mp/zDk3ctekGl9qn/pRBgrRgfwiffaUmqioUGN9hv0OHv2gxmvdKOkARCtRb8Q==} 1521 1522 cpu: [arm] 1522 1523 os: [linux] 1523 1524 1524 - '@rollup/rollup-linux-arm64-gnu@4.44.0': 1525 - resolution: {integrity: sha512-ZTR2mxBHb4tK4wGf9b8SYg0Y6KQPjGpR4UWwTFdnmjB4qRtoATZ5dWn3KsDwGa5Z2ZBOE7K52L36J9LueKBdOQ==} 1525 + '@rollup/rollup-linux-arm64-gnu@4.45.1': 1526 + resolution: {integrity: sha512-k3dOKCfIVixWjG7OXTCOmDfJj3vbdhN0QYEqB+OuGArOChek22hn7Uy5A/gTDNAcCy5v2YcXRJ/Qcnm4/ma1xw==} 1526 1527 cpu: [arm64] 1527 1528 os: [linux] 1528 1529 1529 - '@rollup/rollup-linux-arm64-musl@4.44.0': 1530 - resolution: {integrity: sha512-GFWfAhVhWGd4r6UxmnKRTBwP1qmModHtd5gkraeW2G490BpFOZkFtem8yuX2NyafIP/mGpRJgTJ2PwohQkUY/Q==} 1530 + '@rollup/rollup-linux-arm64-musl@4.45.1': 1531 + resolution: {integrity: sha512-PmI1vxQetnM58ZmDFl9/Uk2lpBBby6B6rF4muJc65uZbxCs0EA7hhKCk2PKlmZKuyVSHAyIw3+/SiuMLxKxWog==} 1531 1532 cpu: [arm64] 1532 1533 os: [linux] 1533 1534 1534 - '@rollup/rollup-linux-loongarch64-gnu@4.44.0': 1535 - resolution: {integrity: sha512-xw+FTGcov/ejdusVOqKgMGW3c4+AgqrfvzWEVXcNP6zq2ue+lsYUgJ+5Rtn/OTJf7e2CbgTFvzLW2j0YAtj0Gg==} 1535 + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': 1536 + resolution: {integrity: sha512-9UmI0VzGmNJ28ibHW2GpE2nF0PBQqsyiS4kcJ5vK+wuwGnV5RlqdczVocDSUfGX/Na7/XINRVoUgJyFIgipoRg==} 1536 1537 cpu: [loong64] 1537 1538 os: [linux] 1538 1539 1539 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.0': 1540 - resolution: {integrity: sha512-bKGibTr9IdF0zr21kMvkZT4K6NV+jjRnBoVMt2uNMG0BYWm3qOVmYnXKzx7UhwrviKnmK46IKMByMgvpdQlyJQ==} 1540 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': 1541 + resolution: {integrity: sha512-7nR2KY8oEOUTD3pBAxIBBbZr0U7U+R9HDTPNy+5nVVHDXI4ikYniH1oxQz9VoB5PbBU1CZuDGHkLJkd3zLMWsg==} 1541 1542 cpu: [ppc64] 1542 1543 os: [linux] 1543 1544 1544 - '@rollup/rollup-linux-riscv64-gnu@4.44.0': 1545 - resolution: {integrity: sha512-vV3cL48U5kDaKZtXrti12YRa7TyxgKAIDoYdqSIOMOFBXqFj2XbChHAtXquEn2+n78ciFgr4KIqEbydEGPxXgA==} 1545 + '@rollup/rollup-linux-riscv64-gnu@4.45.1': 1546 + resolution: {integrity: sha512-nlcl3jgUultKROfZijKjRQLUu9Ma0PeNv/VFHkZiKbXTBQXhpytS8CIj5/NfBeECZtY2FJQubm6ltIxm/ftxpw==} 1546 1547 cpu: [riscv64] 1547 1548 os: [linux] 1548 1549 1549 - '@rollup/rollup-linux-riscv64-musl@4.44.0': 1550 - resolution: {integrity: sha512-TDKO8KlHJuvTEdfw5YYFBjhFts2TR0VpZsnLLSYmB7AaohJhM8ctDSdDnUGq77hUh4m/djRafw+9zQpkOanE2Q==} 1550 + '@rollup/rollup-linux-riscv64-musl@4.45.1': 1551 + resolution: {integrity: sha512-HJV65KLS51rW0VY6rvZkiieiBnurSzpzore1bMKAhunQiECPuxsROvyeaot/tcK3A3aGnI+qTHqisrpSgQrpgA==} 1551 1552 cpu: [riscv64] 1552 1553 os: [linux] 1553 1554 1554 - '@rollup/rollup-linux-s390x-gnu@4.44.0': 1555 - resolution: {integrity: sha512-8541GEyktXaw4lvnGp9m84KENcxInhAt6vPWJ9RodsB/iGjHoMB2Pp5MVBCiKIRxrxzJhGCxmNzdu+oDQ7kwRA==} 1555 + '@rollup/rollup-linux-s390x-gnu@4.45.1': 1556 + resolution: {integrity: sha512-NITBOCv3Qqc6hhwFt7jLV78VEO/il4YcBzoMGGNxznLgRQf43VQDae0aAzKiBeEPIxnDrACiMgbqjuihx08OOw==} 1556 1557 cpu: [s390x] 1557 1558 os: [linux] 1558 1559 1559 - '@rollup/rollup-linux-x64-gnu@4.44.0': 1560 - resolution: {integrity: sha512-iUVJc3c0o8l9Sa/qlDL2Z9UP92UZZW1+EmQ4xfjTc1akr0iUFZNfxrXJ/R1T90h/ILm9iXEY6+iPrmYB3pXKjw==} 1560 + '@rollup/rollup-linux-x64-gnu@4.45.1': 1561 + resolution: {integrity: sha512-+E/lYl6qu1zqgPEnTrs4WysQtvc/Sh4fC2nByfFExqgYrqkKWp1tWIbe+ELhixnenSpBbLXNi6vbEEJ8M7fiHw==} 1561 1562 cpu: [x64] 1562 1563 os: [linux] 1563 1564 1564 - '@rollup/rollup-linux-x64-musl@4.44.0': 1565 - resolution: {integrity: sha512-PQUobbhLTQT5yz/SPg116VJBgz+XOtXt8D1ck+sfJJhuEsMj2jSej5yTdp8CvWBSceu+WW+ibVL6dm0ptG5fcA==} 1565 + '@rollup/rollup-linux-x64-musl@4.45.1': 1566 + resolution: {integrity: sha512-a6WIAp89p3kpNoYStITT9RbTbTnqarU7D8N8F2CV+4Cl9fwCOZraLVuVFvlpsW0SbIiYtEnhCZBPLoNdRkjQFw==} 1566 1567 cpu: [x64] 1567 1568 os: [linux] 1568 1569 1569 - '@rollup/rollup-win32-arm64-msvc@4.44.0': 1570 - resolution: {integrity: sha512-M0CpcHf8TWn+4oTxJfh7LQuTuaYeXGbk0eageVjQCKzYLsajWS/lFC94qlRqOlyC2KvRT90ZrfXULYmukeIy7w==} 1570 + '@rollup/rollup-win32-arm64-msvc@4.45.1': 1571 + resolution: {integrity: sha512-T5Bi/NS3fQiJeYdGvRpTAP5P02kqSOpqiopwhj0uaXB6nzs5JVi2XMJb18JUSKhCOX8+UE1UKQufyD6Or48dJg==} 1571 1572 cpu: [arm64] 1572 1573 os: [win32] 1573 1574 1574 - '@rollup/rollup-win32-ia32-msvc@4.44.0': 1575 - resolution: {integrity: sha512-3XJ0NQtMAXTWFW8FqZKcw3gOQwBtVWP/u8TpHP3CRPXD7Pd6s8lLdH3sHWh8vqKCyyiI8xW5ltJScQmBU9j7WA==} 1575 + '@rollup/rollup-win32-ia32-msvc@4.45.1': 1576 + resolution: {integrity: sha512-lxV2Pako3ujjuUe9jiU3/s7KSrDfH6IgTSQOnDWr9aJ92YsFd7EurmClK0ly/t8dzMkDtd04g60WX6yl0sGfdw==} 1576 1577 cpu: [ia32] 1577 1578 os: [win32] 1578 1579 1579 - '@rollup/rollup-win32-x64-msvc@4.44.0': 1580 - resolution: {integrity: sha512-Q2Mgwt+D8hd5FIPUuPDsvPR7Bguza6yTkJxspDGkZj7tBRn2y4KSWYuIXpftFSjBra76TbKerCV7rgFPQrn+wQ==} 1580 + '@rollup/rollup-win32-x64-msvc@4.45.1': 1581 + resolution: {integrity: sha512-M/fKi4sasCdM8i0aWJjCSFm2qEnYRR8AMLG2kxp6wD13+tMGA4Z1tVAuHkNRjud5SW2EM3naLuK35w9twvf6aA==} 1581 1582 cpu: [x64] 1582 1583 os: [win32] 1583 1584 ··· 1597 1598 resolution: {integrity: sha512-prmU+rDddxHOH0oNcwemL+SwnzcG65sBF2yXRO7aeXIn/xTlq2pX7JLVbkBnVLowHLg4/OL4+jBmv9hVrVGS+w==} 1598 1599 engines: {node: '>=18.0.0'} 1599 1600 1600 - '@smithy/core@3.5.3': 1601 - resolution: {integrity: sha512-xa5byV9fEguZNofCclv6v9ra0FYh5FATQW/da7FQUVTic94DfrN/NvmKZjrMyzbpqfot9ZjBaO8U1UeTbmSLuA==} 1601 + '@smithy/core@3.7.1': 1602 + resolution: {integrity: sha512-ExRCsHnXFtBPnM7MkfKBPcBBdHw1h/QS/cbNw4ho95qnyNHvnpmGbR39MIAv9KggTr5qSPxRSEL+hRXlyGyGQw==} 1602 1603 engines: {node: '>=18.0.0'} 1603 1604 1604 1605 '@smithy/credential-provider-imds@4.0.6': ··· 1625 1626 resolution: {integrity: sha512-UeJpOmLGhq1SLox79QWw/0n2PFX+oPRE1ZyRMxPIaFEfCqWaqpB7BU9C8kpPOGEhLF7AwEqfFbtwNxGy4ReENA==} 1626 1627 engines: {node: '>=18.0.0'} 1627 1628 1628 - '@smithy/fetch-http-handler@5.0.4': 1629 - resolution: {integrity: sha512-AMtBR5pHppYMVD7z7G+OlHHAcgAN7v0kVKEpHuTO4Gb199Gowh0taYi9oDStFeUhetkeP55JLSVlTW1n9rFtUw==} 1629 + '@smithy/fetch-http-handler@5.1.0': 1630 + resolution: {integrity: sha512-mADw7MS0bYe2OGKkHYMaqarOXuDwRbO6ArD91XhHcl2ynjGCFF+hvqf0LyQcYxkA1zaWjefSkU7Ne9mqgApSgQ==} 1630 1631 engines: {node: '>=18.0.0'} 1631 1632 1632 1633 '@smithy/hash-blob-browser@4.0.4': ··· 1661 1662 resolution: {integrity: sha512-F7gDyfI2BB1Kc+4M6rpuOLne5LOcEknH1n6UQB69qv+HucXBR1rkzXBnQTB2q46sFy1PM/zuSJOB532yc8bg3w==} 1662 1663 engines: {node: '>=18.0.0'} 1663 1664 1664 - '@smithy/middleware-endpoint@4.1.11': 1665 - resolution: {integrity: sha512-zDogwtRLzKl58lVS8wPcARevFZNBOOqnmzWWxVe9XiaXU2CADFjvJ9XfNibgkOWs08sxLuSr81NrpY4mgp9OwQ==} 1665 + '@smithy/middleware-endpoint@4.1.16': 1666 + resolution: {integrity: sha512-plpa50PIGLqzMR2ANKAw2yOW5YKS626KYKqae3atwucbz4Ve4uQ9K9BEZxDLIFmCu7hKLcrq2zmj4a+PfmUV5w==} 1666 1667 engines: {node: '>=18.0.0'} 1667 1668 1668 - '@smithy/middleware-retry@4.1.12': 1669 - resolution: {integrity: sha512-wvIH70c4e91NtRxdaLZF+mbLZ/HcC6yg7ySKUiufL6ESp6zJUSnJucZ309AvG9nqCFHSRB5I6T3Ez1Q9wCh0Ww==} 1669 + '@smithy/middleware-retry@4.1.17': 1670 + resolution: {integrity: sha512-gsCimeG6BApj0SBecwa1Be+Z+JOJe46iy3B3m3A8jKJHf7eIihP76Is4LwLrbJ1ygoS7Vg73lfqzejmLOrazUA==} 1670 1671 engines: {node: '>=18.0.0'} 1671 1672 1672 1673 '@smithy/middleware-serde@4.0.8': ··· 1681 1682 resolution: {integrity: sha512-HGHQr2s59qaU1lrVH6MbLlmOBxadtzTsoO4c+bF5asdgVik3I8o7JIOzoeqWc5MjVa+vD36/LWE0iXKpNqooRw==} 1682 1683 engines: {node: '>=18.0.0'} 1683 1684 1684 - '@smithy/node-http-handler@4.0.6': 1685 - resolution: {integrity: sha512-NqbmSz7AW2rvw4kXhKGrYTiJVDHnMsFnX4i+/FzcZAfbOBauPYs2ekuECkSbtqaxETLLTu9Rl/ex6+I2BKErPA==} 1685 + '@smithy/node-http-handler@4.1.0': 1686 + resolution: {integrity: sha512-vqfSiHz2v8b3TTTrdXi03vNz1KLYYS3bhHCDv36FYDqxT7jvTll1mMnCrkD+gOvgwybuunh/2VmvOMqwBegxEg==} 1686 1687 engines: {node: '>=18.0.0'} 1687 1688 1688 1689 '@smithy/property-provider@4.0.4': ··· 1701 1702 resolution: {integrity: sha512-6yZf53i/qB8gRHH/l2ZwUG5xgkPgQF15/KxH0DdXMDHjesA9MeZje/853ifkSY0x4m5S+dfDZ+c4x439PF0M2w==} 1702 1703 engines: {node: '>=18.0.0'} 1703 1704 1704 - '@smithy/service-error-classification@4.0.5': 1705 - resolution: {integrity: sha512-LvcfhrnCBvCmTee81pRlh1F39yTS/+kYleVeLCwNtkY8wtGg8V/ca9rbZZvYIl8OjlMtL6KIjaiL/lgVqHD2nA==} 1705 + '@smithy/service-error-classification@4.0.6': 1706 + resolution: {integrity: sha512-RRoTDL//7xi4tn5FrN2NzH17jbgmnKidUqd4KvquT0954/i6CXXkh1884jBiunq24g9cGtPBEXlU40W6EpNOOg==} 1706 1707 engines: {node: '>=18.0.0'} 1707 1708 1708 1709 '@smithy/shared-ini-file-loader@4.0.4': ··· 1713 1714 resolution: {integrity: sha512-d3+U/VpX7a60seHziWnVZOHuEgJlclufjkS6zhXvxcJgkJq4UWdH5eOBLzHRMx6gXjsdT9h6lfpmLzbrdupHgQ==} 1714 1715 engines: {node: '>=18.0.0'} 1715 1716 1716 - '@smithy/smithy-client@4.4.3': 1717 - resolution: {integrity: sha512-xxzNYgA0HD6ETCe5QJubsxP0hQH3QK3kbpJz3QrosBCuIWyEXLR/CO5hFb2OeawEKUxMNhz3a1nuJNN2np2RMA==} 1717 + '@smithy/smithy-client@4.4.8': 1718 + resolution: {integrity: sha512-pcW691/lx7V54gE+dDGC26nxz8nrvnvRSCJaIYD6XLPpOInEZeKdV/SpSux+wqeQ4Ine7LJQu8uxMvobTIBK0w==} 1718 1719 engines: {node: '>=18.0.0'} 1719 1720 1720 1721 '@smithy/types@4.3.1': ··· 1749 1750 resolution: {integrity: sha512-L1RBVzLyfE8OXH+1hsJ8p+acNUSirQnWQ6/EgpchV88G6zGBTDPdXiiExei6Z1wR2RxYvxY/XLw6AMNCCt8H3w==} 1750 1751 engines: {node: '>=18.0.0'} 1751 1752 1752 - '@smithy/util-defaults-mode-browser@4.0.19': 1753 - resolution: {integrity: sha512-mvLMh87xSmQrV5XqnUYEPoiFFeEGYeAKIDDKdhE2ahqitm8OHM3aSvhqL6rrK6wm1brIk90JhxDf5lf2hbrLbQ==} 1753 + '@smithy/util-defaults-mode-browser@4.0.24': 1754 + resolution: {integrity: sha512-UkQNgaQ+bidw1MgdgPO1z1k95W/v8Ej/5o/T/Is8PiVUYPspl/ZxV6WO/8DrzZQu5ULnmpB9CDdMSRwgRc21AA==} 1754 1755 engines: {node: '>=18.0.0'} 1755 1756 1756 - '@smithy/util-defaults-mode-node@4.0.19': 1757 - resolution: {integrity: sha512-8tYnx+LUfj6m+zkUUIrIQJxPM1xVxfRBvoGHua7R/i6qAxOMjqR6CpEpDwKoIs1o0+hOjGvkKE23CafKL0vJ9w==} 1757 + '@smithy/util-defaults-mode-node@4.0.24': 1758 + resolution: {integrity: sha512-phvGi/15Z4MpuQibTLOYIumvLdXb+XIJu8TA55voGgboln85jytA3wiD7CkUE8SNcWqkkb+uptZKPiuFouX/7g==} 1758 1759 engines: {node: '>=18.0.0'} 1759 1760 1760 1761 '@smithy/util-endpoints@3.0.6': ··· 1769 1770 resolution: {integrity: sha512-9MLKmkBmf4PRb0ONJikCbCwORACcil6gUWojwARCClT7RmLzF04hUR4WdRprIXal7XVyrddadYNfp2eF3nrvtQ==} 1770 1771 engines: {node: '>=18.0.0'} 1771 1772 1772 - '@smithy/util-retry@4.0.5': 1773 - resolution: {integrity: sha512-V7MSjVDTlEt/plmOFBn1762Dyu5uqMrV2Pl2X0dYk4XvWfdWJNe9Bs5Bzb56wkCuiWjSfClVMGcsuKrGj7S/yg==} 1773 + '@smithy/util-retry@4.0.6': 1774 + resolution: {integrity: sha512-+YekoF2CaSMv6zKrA6iI/N9yva3Gzn4L6n35Luydweu5MMPYpiGZlWqehPHDHyNbnyaYlz/WJyYAZnC+loBDZg==} 1774 1775 engines: {node: '>=18.0.0'} 1775 1776 1776 - '@smithy/util-stream@4.2.2': 1777 - resolution: {integrity: sha512-aI+GLi7MJoVxg24/3J1ipwLoYzgkB4kUfogZfnslcYlynj3xsQ0e7vk4TnTro9hhsS5PvX1mwmkRqqHQjwcU7w==} 1777 + '@smithy/util-stream@4.2.3': 1778 + resolution: {integrity: sha512-cQn412DWHHFNKrQfbHY8vSFI3nTROY1aIKji9N0tpp8gUABRilr7wdf8fqBbSlXresobM+tQFNk6I+0LXK/YZg==} 1778 1779 engines: {node: '>=18.0.0'} 1779 1780 1780 1781 '@smithy/util-uri-escape@4.0.0': ··· 1789 1790 resolution: {integrity: sha512-b+zebfKCfRdgNJDknHCob3O7FpeYQN6ZG6YLExMcasDHsCXlsXCEuiPZeLnJLpwa5dvPetGlnGCiMHuLwGvFow==} 1790 1791 engines: {node: '>=18.0.0'} 1791 1792 1792 - '@smithy/util-waiter@4.0.5': 1793 - resolution: {integrity: sha512-4QvC49HTteI1gfemu0I1syWovJgPvGn7CVUoN9ZFkdvr/cCFkrEL7qNCdx/2eICqDWEGnnr68oMdSIPCLAriSQ==} 1793 + '@smithy/util-waiter@4.0.6': 1794 + resolution: {integrity: sha512-slcr1wdRbX7NFphXZOxtxRNA7hXAAtJAXJDE/wdoMAos27SIquVCKiSqfB6/28YzQ8FCsB5NKkhdM5gMADbqxg==} 1794 1795 engines: {node: '>=18.0.0'} 1795 1796 1796 1797 '@tokenizer/token@0.3.0': ··· 1799 1800 '@types/bn.js@5.2.0': 1800 1801 resolution: {integrity: sha512-DLbJ1BPqxvQhIGbeu8VbUC1DiAiahHtAYvA0ZEAa4P31F7IaArc8z3C3BRQdWX4mtLQuABG4yzp76ZrS02Ui1Q==} 1801 1802 1802 - '@types/bun@1.2.17': 1803 - resolution: {integrity: sha512-l/BYs/JYt+cXA/0+wUhulYJB6a6p//GTPiJ7nV+QHa8iiId4HZmnu/3J/SowP5g0rTiERY2kfGKXEK5Ehltx4Q==} 1803 + '@types/bun@1.2.18': 1804 + resolution: {integrity: sha512-Xf6RaWVheyemaThV0kUfaAUvCNokFr+bH8Jxp+tTZfx7dAPA8z9ePnP9S9+Vspzuxxx9JRAXhnyccRj3GyCMdQ==} 1804 1805 1805 1806 '@types/chai@5.2.2': 1806 1807 resolution: {integrity: sha512-8kB30R7Hwqf40JPiKhVzodJs2Qc1ZJ5zuT3uzw5Hq/dhNCl3G3l83jfpdI1e20BP348+fV7VIL/+FxaXkqBmWg==} ··· 1820 1821 '@types/node@12.20.55': 1821 1822 resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} 1822 1823 1823 - '@types/node@22.15.32': 1824 - resolution: {integrity: sha512-3jigKqgSjsH6gYZv2nEsqdXfZqIFGAV36XYYjf9KGZ3PSG+IhLecqPnI310RvjutyMwifE2hhhNEklOUrvx/wA==} 1824 + '@types/node@22.16.5': 1825 + resolution: {integrity: sha512-bJFoMATwIGaxxx8VJPeM8TonI8t579oRvgAuT8zFugJsJZgzqv0Fu8Mhp68iecjzG7cnN3mO2dJQ5uUM2EFrgQ==} 1826 + 1827 + '@types/node@24.0.15': 1828 + resolution: {integrity: sha512-oaeTSbCef7U/z7rDeJA138xpG3NuKc64/rZ2qmUFkFJmnMsAPaluIifqyWd8hSSMxyP9oie3dLAqYPblag9KgA==} 1825 1829 1826 - '@types/node@24.0.3': 1827 - resolution: {integrity: sha512-R4I/kzCYAdRLzfiCabn9hxWfbuHS573x+r0dJMkkzThEa7pbrcDWK+9zu3e7aBOouf+rQAciqPFMnxwr0aWgKg==} 1830 + '@types/react@19.1.8': 1831 + resolution: {integrity: sha512-AwAfQ2Wa5bCx9WP8nZL2uMZWod7J7/JSplxbTmBQ5ms6QpqNYm672H0Vu9ZVKVngQ+ii4R/byguVEUZQyeg44g==} 1828 1832 1829 1833 '@types/uuid@9.0.8': 1830 1834 resolution: {integrity: sha512-jg+97EGIcY9AGHJJRaaPVgetKDsrTgbRjQ5Msgjh/DQKEFl0DtyRr/VCOyD1T2R1MNeWPK/u7JoGhlDZnKBAfA==} ··· 1983 1987 buffer@6.0.3: 1984 1988 resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} 1985 1989 1986 - bun-types@1.2.17: 1987 - resolution: {integrity: sha512-ElC7ItwT3SCQwYZDYoAH+q6KT4Fxjl8DtZ6qDulUFBmXA8YB4xo+l54J9ZJN+k2pphfn9vk7kfubeSd5QfTVJQ==} 1990 + bun-types@1.2.18: 1991 + resolution: {integrity: sha512-04+Eha5NP7Z0A9YgDAzMk5PHR16ZuLVa83b26kH5+cp1qZW4F6FmAURngE7INf4tKOvCE69vYvDEwoNl1tGiWw==} 1992 + peerDependencies: 1993 + '@types/react': ^19 1988 1994 1989 1995 bytes@3.1.2: 1990 1996 resolution: {integrity: sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==} ··· 2017 2023 resolution: {integrity: sha512-z126yLoavS75cdTuiKu61RC3Y3trqtDAgQRa5Q0dpHn1RmqhIedptWXKnk0lQ5yo/GmcV9myvIkzFgZ8GnqSog==} 2018 2024 hasBin: true 2019 2025 2020 - chai@5.2.0: 2021 - resolution: {integrity: sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==} 2022 - engines: {node: '>=12'} 2026 + chai@5.2.1: 2027 + resolution: {integrity: sha512-5nFxhUrX0PqtyogoYOA8IPswy5sZFTOsBFl/9bNsmDLgsxYTzSZQJDPppDnZPTQbzSEm0hqGjWPzRemQCYbD6A==} 2028 + engines: {node: '>=18'} 2023 2029 2024 2030 chardet@0.7.0: 2025 2031 resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} ··· 2061 2067 resolution: {integrity: sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==} 2062 2068 engines: {node: '>= 0.6'} 2063 2069 2064 - compression@1.8.0: 2065 - resolution: {integrity: sha512-k6WLKfunuqCYD3t6AsuPGvQWaKwuLLh2/xHNcX4qE+vIfDNXpSqnrhwA7O53R7WVQUnt8dVAIW+YHr7xTgOgGA==} 2070 + compression@1.8.1: 2071 + resolution: {integrity: sha512-9mAqGPHLakhCLeNyxPkK4xVo746zQ/czLH1Ky+vkitMnWfWZps8r0qXuwhwizagCRttsL4lfG4pIOvaWLpAP0w==} 2066 2072 engines: {node: '>= 0.8.0'} 2067 2073 2068 2074 content-disposition@0.5.4: ··· 2091 2097 cross-spawn@7.0.6: 2092 2098 resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==} 2093 2099 engines: {node: '>= 8'} 2100 + 2101 + csstype@3.1.3: 2102 + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} 2094 2103 2095 2104 debug@2.6.9: 2096 2105 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} ··· 2157 2166 resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} 2158 2167 engines: {node: '>=8'} 2159 2168 2160 - disposable-email-domains-js@1.12.0: 2161 - resolution: {integrity: sha512-n2U5j/1lTASjmPsXOf8R+tn8AZ4C3KpDX6Nhg/aXaIr1LI5LlogPetSzdPcQyPo1XZBMQDxg8Yi3Ovob43euXg==} 2169 + disposable-email-domains-js@1.14.0: 2170 + resolution: {integrity: sha512-8TAXL3k5XfyZTvSrroAG91H6CHG90onTnWv44fU1Xk0W4np7KbDw4dlm1uaGzBYioDfjeiLvp3Lpw4ZYAuA2vA==} 2162 2171 2163 2172 dom-serializer@1.4.1: 2164 2173 resolution: {integrity: sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==} ··· 2229 2238 resolution: {integrity: sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==} 2230 2239 engines: {node: '>= 0.4'} 2231 2240 2232 - esbuild@0.25.5: 2233 - resolution: {integrity: sha512-P8OtKZRv/5J5hhz0cUAdu/cLuPIKXpQl1R9pZtvmHWQvrAUVd0UNIPT4IB4W3rNOqVO0rlqHmCIbSwxh/c9yUQ==} 2241 + esbuild@0.25.7: 2242 + resolution: {integrity: sha512-daJB0q2dmTzo90L9NjRaohhRWrCzYxWNFTjEi72/h+p5DcY3yn4MacWfDakHmaBaDzDiuLJsCh0+6LK/iX+c+Q==} 2234 2243 engines: {node: '>=18'} 2235 2244 hasBin: true 2236 2245 ··· 2270 2279 resolution: {integrity: sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==} 2271 2280 engines: {node: '>=6'} 2272 2281 2273 - expect-type@1.2.1: 2274 - resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==} 2282 + expect-type@1.2.2: 2283 + resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==} 2275 2284 engines: {node: '>=12.0.0'} 2276 2285 2277 2286 express-async-errors@3.1.1: ··· 2306 2315 resolution: {integrity: sha512-dwsoQlS7h9hMeYUq1W++23NDcBLV4KqONnITDV9DjfS3q1SgDGVrBdvvTLUotWtPSD7asWDV9/CmsZPy8Hf70A==} 2307 2316 engines: {node: '>=6'} 2308 2317 2309 - fast-xml-parser@4.4.1: 2310 - resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} 2318 + fast-xml-parser@5.2.5: 2319 + resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==} 2311 2320 hasBin: true 2312 2321 2313 2322 fastq@1.19.1: ··· 2353 2362 resolution: {integrity: sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==} 2354 2363 engines: {node: '>=14'} 2355 2364 2356 - form-data@4.0.3: 2357 - resolution: {integrity: sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==} 2365 + form-data@4.0.4: 2366 + resolution: {integrity: sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==} 2358 2367 engines: {node: '>= 6'} 2359 2368 2360 2369 forwarded@0.2.0: ··· 2756 2765 resolution: {integrity: sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==} 2757 2766 engines: {node: '>= 0.8'} 2758 2767 2759 - on-headers@1.0.2: 2760 - resolution: {integrity: sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==} 2768 + on-headers@1.1.0: 2769 + resolution: {integrity: sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==} 2761 2770 engines: {node: '>= 0.8'} 2762 2771 2763 2772 once@1.4.0: ··· 2844 2853 pathe@2.0.3: 2845 2854 resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==} 2846 2855 2847 - pathval@2.0.0: 2848 - resolution: {integrity: sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==} 2856 + pathval@2.0.1: 2857 + resolution: {integrity: sha512-//nshmD55c46FuFw26xV/xFAaB5HF9Xdap7HJBBnrKdAd6/GxDBaNA1870O79+9ueg61cZLSVc+OaFlfmObYVQ==} 2849 2858 engines: {node: '>= 14.16'} 2850 2859 2851 2860 peek-readable@4.1.0: 2852 2861 resolution: {integrity: sha512-ZI3LnwUv5nOGbQzD9c2iDG6toheuXSZP5esSHBjopsXH4dg19soufvpUGA3uohi5anFtGb2lhAVdHzH6R/Evvg==} 2853 2862 engines: {node: '>=8'} 2854 2863 2855 - pg-cloudflare@1.2.6: 2856 - resolution: {integrity: sha512-uxmJAnmIgmYgnSFzgOf2cqGQBzwnRYcrEgXuFjJNEkpedEIPBSEzxY7ph4uA9k1mI+l/GR0HjPNS6FKNZe8SBQ==} 2864 + pg-cloudflare@1.2.7: 2865 + resolution: {integrity: sha512-YgCtzMH0ptvZJslLM1ffsY4EuGaU0cx4XSdXLRFae8bPP4dS5xL1tNB3k2o/N64cHJpwU7dxKli/nZ2lUa5fLg==} 2857 2866 2858 2867 pg-connection-string@2.9.1: 2859 2868 resolution: {integrity: sha512-nkc6NpDcvPVpZXxrreI/FOtX3XemeLl8E0qFr6F2Lrm/I8WOnaWNhIPK2Z7OHpw7gh5XJThi6j6ppgNoaT1w4w==} ··· 2867 2876 peerDependencies: 2868 2877 pg: '>=8.0' 2869 2878 2870 - pg-protocol@1.10.2: 2871 - resolution: {integrity: sha512-Ci7jy8PbaWxfsck2dwZdERcDG2A0MG8JoQILs+uZNjABFuBuItAZCWUNz8sXRDMoui24rJw7WlXqgpMdBSN/vQ==} 2879 + pg-protocol@1.10.3: 2880 + resolution: {integrity: sha512-6DIBgBQaTKDJyxnXaLiLR8wBpQQcGWuAESkRBX/t6OwA8YsqP+iVSiond2EDy6Y/dsGk8rh/jtax3js5NeV7JQ==} 2872 2881 2873 2882 pg-types@2.2.0: 2874 2883 resolution: {integrity: sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==} 2875 2884 engines: {node: '>=4'} 2876 2885 2877 - pg@8.16.2: 2878 - resolution: {integrity: sha512-OtLWF0mKLmpxelOt9BqVq83QV6bTfsS0XLegIeAKqKjurRnRKie1Dc1iL89MugmSLhftxw6NNCyZhm1yQFLMEQ==} 2886 + pg@8.16.3: 2887 + resolution: {integrity: sha512-enxc1h0jA/aq5oSDMvqyW3q89ra6XIIDZgCX9vkMrnz5DFTw/Ny3Li2lFQ+pt3L6MCgm/5o2o8HW9hiJji+xvw==} 2879 2888 engines: {node: '>= 16.0.0'} 2880 2889 peerDependencies: 2881 2890 pg-native: '>=3.0.1' ··· 2893 2902 resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} 2894 2903 engines: {node: '>=8.6'} 2895 2904 2896 - picomatch@4.0.2: 2897 - resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} 2905 + picomatch@4.0.3: 2906 + resolution: {integrity: sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==} 2898 2907 engines: {node: '>=12'} 2899 2908 2900 2909 pify@4.0.1: ··· 2944 2953 engines: {node: '>=10.13.0'} 2945 2954 hasBin: true 2946 2955 2947 - prettier@3.6.0: 2948 - resolution: {integrity: sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==} 2956 + prettier@3.6.2: 2957 + resolution: {integrity: sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==} 2949 2958 engines: {node: '>=14'} 2950 2959 hasBin: true 2951 2960 ··· 3037 3046 resolution: {integrity: sha512-3niqt5bXFY1InKU8HKWqqYTYjtrBaxBMnXELXCXUYgtNYGUtZM5rB46HIC430AyacL95iEniGf7RgqsesykLmQ==} 3038 3047 engines: {node: '>=18.0'} 3039 3048 3040 - rollup@4.44.0: 3041 - resolution: {integrity: sha512-qHcdEzLCiktQIfwBq420pn2dP+30uzqYxv9ETm91wdt2R9AFcWfjNAmje4NWlnCIQ5RMTzVf0ZyisOKqHR6RwA==} 3049 + rollup@4.45.1: 3050 + resolution: {integrity: sha512-4iya7Jb76fVpQyLoiVpzUrsjQ12r3dM7fIVz+4NwoYvZOShknRmiv+iu9CClZml5ZLGb0XMcYLutK6w9tgxHDw==} 3042 3051 engines: {node: '>=18.0.0', npm: '>=8.0.0'} 3043 3052 hasBin: true 3044 3053 ··· 3192 3201 strip-literal@3.0.0: 3193 3202 resolution: {integrity: sha512-TcccoMhJOM3OebGhSBEmp3UZ2SfDMZUEBdRA/9ynfLi8yYajyWX3JiXArcJt4Umh4vISpspkQIY8ZZoCqjbviA==} 3194 3203 3195 - strnum@1.1.2: 3196 - resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} 3204 + strnum@2.1.1: 3205 + resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} 3197 3206 3198 3207 strtok3@6.3.0: 3199 3208 resolution: {integrity: sha512-fZtbhtvI9I48xDSywd/somNqgUHl2L2cstmXCCif0itOf96jeW18MBSyrLuNicYQVkvpOxkZtkzujiTJ9LW5Jw==} ··· 3341 3350 engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 3342 3351 hasBin: true 3343 3352 3344 - vite@6.3.5: 3345 - resolution: {integrity: sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==} 3346 - engines: {node: ^18.0.0 || ^20.0.0 || >=22.0.0} 3353 + vite@7.0.5: 3354 + resolution: {integrity: sha512-1mncVwJxy2C9ThLwz0+2GKZyEXuC3MyWtAAlNftlZZXZDP3AJt5FmwcMit/IGGaNZ8ZOB2BNO/HFUB+CpN0NQw==} 3355 + engines: {node: ^20.19.0 || >=22.12.0} 3347 3356 hasBin: true 3348 3357 peerDependencies: 3349 - '@types/node': ^18.0.0 || ^20.0.0 || >=22.0.0 3358 + '@types/node': ^20.19.0 || >=22.12.0 3350 3359 jiti: '>=1.21.0' 3351 - less: '*' 3360 + less: ^4.0.0 3352 3361 lightningcss: ^1.21.0 3353 - sass: '*' 3354 - sass-embedded: '*' 3355 - stylus: '*' 3356 - sugarss: '*' 3362 + sass: ^1.70.0 3363 + sass-embedded: ^1.70.0 3364 + stylus: '>=0.54.8' 3365 + sugarss: ^5.0.0 3357 3366 terser: ^5.16.0 3358 3367 tsx: ^4.8.1 3359 3368 yaml: ^2.4.2 ··· 3433 3442 wrappy@1.0.2: 3434 3443 resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} 3435 3444 3436 - ws@8.18.2: 3437 - resolution: {integrity: sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ==} 3445 + ws@8.18.3: 3446 + resolution: {integrity: sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==} 3438 3447 engines: {node: '>=10.0.0'} 3439 3448 peerDependencies: 3440 3449 bufferutil: ^4.0.1 ··· 3458 3467 resolution: {integrity: sha512-AyeEbWOu/TAXdxlV9wmGcR0+yh2j3vYPGOECcIj2S7MkrLyC7ne+oye2BKTItt0ii2PHk4cDy+95+LshzbXnGg==} 3459 3468 engines: {node: '>=12.20'} 3460 3469 3461 - zod@3.25.67: 3462 - resolution: {integrity: sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==} 3470 + zod@3.25.76: 3471 + resolution: {integrity: sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==} 3463 3472 3464 3473 snapshots: 3465 3474 3466 3475 '@ampproject/remapping@2.3.0': 3467 3476 dependencies: 3468 - '@jridgewell/gen-mapping': 0.3.8 3469 - '@jridgewell/trace-mapping': 0.3.25 3477 + '@jridgewell/gen-mapping': 0.3.12 3478 + '@jridgewell/trace-mapping': 0.3.29 3470 3479 3471 3480 '@atcute/atproto@file:packages/definitions/atproto': 3472 3481 dependencies: ··· 3544 3553 3545 3554 '@atproto-labs/simple-store@0.2.0': {} 3546 3555 3547 - '@atproto-labs/xrpc-utils@0.0.16': 3556 + '@atproto-labs/xrpc-utils@0.0.17': 3548 3557 dependencies: 3549 - '@atproto/xrpc': 0.7.0 3550 - '@atproto/xrpc-server': 0.8.0 3558 + '@atproto/xrpc': 0.7.1 3559 + '@atproto/xrpc-server': 0.9.0 3551 3560 transitivePeerDependencies: 3552 3561 - bufferutil 3553 3562 - supports-color 3554 3563 - utf-8-validate 3555 3564 3556 - '@atproto/api@0.15.16': 3565 + '@atproto/api@0.15.26': 3557 3566 dependencies: 3558 3567 '@atproto/common-web': 0.4.2 3559 - '@atproto/lexicon': 0.4.11 3568 + '@atproto/lexicon': 0.4.12 3560 3569 '@atproto/syntax': 0.4.0 3561 - '@atproto/xrpc': 0.7.0 3570 + '@atproto/xrpc': 0.7.1 3562 3571 await-lock: 2.2.2 3563 3572 multiformats: 9.9.0 3564 3573 tlds: 1.259.0 3565 - zod: 3.25.67 3574 + zod: 3.25.76 3566 3575 3567 - '@atproto/aws@0.2.23': 3576 + '@atproto/aws@0.2.25': 3568 3577 dependencies: 3569 3578 '@atproto/common': 0.4.11 3570 3579 '@atproto/crypto': 0.4.4 3571 - '@atproto/repo': 0.8.3 3572 - '@aws-sdk/client-cloudfront': 3.830.0 3573 - '@aws-sdk/client-kms': 3.830.0 3574 - '@aws-sdk/client-s3': 3.832.0 3575 - '@aws-sdk/lib-storage': 3.832.0(@aws-sdk/client-s3@3.832.0) 3576 - '@noble/curves': 1.9.2 3580 + '@atproto/repo': 0.8.5 3581 + '@aws-sdk/client-cloudfront': 3.848.0 3582 + '@aws-sdk/client-kms': 3.848.0 3583 + '@aws-sdk/client-s3': 3.848.0 3584 + '@aws-sdk/lib-storage': 3.848.0(@aws-sdk/client-s3@3.848.0) 3585 + '@noble/curves': 1.9.4 3577 3586 key-encoder: 2.0.3 3578 3587 multiformats: 9.9.0 3579 3588 uint8arrays: 3.0.0 ··· 3585 3594 graphemer: 1.4.0 3586 3595 multiformats: 9.9.0 3587 3596 uint8arrays: 3.0.0 3588 - zod: 3.25.67 3597 + zod: 3.25.76 3589 3598 3590 3599 '@atproto/common@0.1.0': 3591 3600 dependencies: 3592 3601 '@ipld/dag-cbor': 7.0.3 3593 3602 multiformats: 9.9.0 3594 3603 pino: 8.21.0 3595 - zod: 3.25.67 3604 + zod: 3.25.76 3596 3605 3597 3606 '@atproto/common@0.1.1': 3598 3607 dependencies: 3599 3608 '@ipld/dag-cbor': 7.0.3 3600 3609 multiformats: 9.9.0 3601 3610 pino: 8.21.0 3602 - zod: 3.25.67 3611 + zod: 3.25.76 3603 3612 3604 3613 '@atproto/common@0.4.11': 3605 3614 dependencies: ··· 3620 3629 3621 3630 '@atproto/crypto@0.4.4': 3622 3631 dependencies: 3623 - '@noble/curves': 1.9.2 3632 + '@noble/curves': 1.9.4 3624 3633 '@noble/hashes': 1.8.0 3625 3634 uint8arrays: 3.0.0 3626 3635 3627 3636 '@atproto/did@0.1.5': 3628 3637 dependencies: 3629 - zod: 3.25.67 3638 + zod: 3.25.76 3630 3639 3631 3640 '@atproto/identity@0.4.8': 3632 3641 dependencies: ··· 3641 3650 '@atproto/jwk@0.4.0': 3642 3651 dependencies: 3643 3652 multiformats: 9.9.0 3644 - zod: 3.25.67 3653 + zod: 3.25.76 3645 3654 3646 - '@atproto/lexicon@0.4.11': 3655 + '@atproto/lexicon@0.4.12': 3647 3656 dependencies: 3648 3657 '@atproto/common-web': 0.4.2 3649 3658 '@atproto/syntax': 0.4.0 3650 3659 iso-datestring-validator: 2.2.2 3651 3660 multiformats: 9.9.0 3652 - zod: 3.25.67 3661 + zod: 3.25.76 3653 3662 3654 - '@atproto/oauth-provider-api@0.1.5': 3663 + '@atproto/oauth-provider-api@0.1.6': 3655 3664 dependencies: 3656 3665 '@atproto/jwk': 0.4.0 3657 - '@atproto/oauth-types': 0.3.1 3666 + '@atproto/oauth-types': 0.4.0 3658 3667 3659 - '@atproto/oauth-provider-frontend@0.1.9': 3668 + '@atproto/oauth-provider-frontend@0.1.10': 3660 3669 optionalDependencies: 3661 - '@atproto/oauth-provider-api': 0.1.5 3670 + '@atproto/oauth-provider-api': 0.1.6 3662 3671 3663 - '@atproto/oauth-provider-ui@0.1.10': 3672 + '@atproto/oauth-provider-ui@0.1.11': 3664 3673 optionalDependencies: 3665 - '@atproto/oauth-provider-api': 0.1.5 3674 + '@atproto/oauth-provider-api': 0.1.6 3666 3675 3667 - '@atproto/oauth-provider@0.9.2': 3676 + '@atproto/oauth-provider@0.9.3': 3668 3677 dependencies: 3669 3678 '@atproto-labs/fetch': 0.2.3 3670 3679 '@atproto-labs/fetch-node': 0.1.9 ··· 3675 3684 '@atproto/did': 0.1.5 3676 3685 '@atproto/jwk': 0.4.0 3677 3686 '@atproto/jwk-jose': 0.1.9 3678 - '@atproto/oauth-provider-api': 0.1.5 3679 - '@atproto/oauth-provider-frontend': 0.1.9 3680 - '@atproto/oauth-provider-ui': 0.1.10 3681 - '@atproto/oauth-types': 0.3.1 3687 + '@atproto/oauth-provider-api': 0.1.6 3688 + '@atproto/oauth-provider-frontend': 0.1.10 3689 + '@atproto/oauth-provider-ui': 0.1.11 3690 + '@atproto/oauth-types': 0.4.0 3682 3691 '@atproto/syntax': 0.4.0 3683 3692 '@hapi/accept': 6.0.3 3684 3693 '@hapi/address': 5.1.1 3685 3694 '@hapi/bourne': 3.0.0 3686 3695 '@hapi/content': 6.0.0 3687 3696 cookie: 0.6.0 3688 - disposable-email-domains-js: 1.12.0 3697 + disposable-email-domains-js: 1.14.0 3689 3698 forwarded: 0.2.0 3690 3699 http-errors: 2.0.0 3691 3700 ioredis: 5.6.1 3692 3701 jose: 5.10.0 3693 - zod: 3.25.67 3702 + zod: 3.25.76 3694 3703 transitivePeerDependencies: 3695 3704 - supports-color 3696 3705 3697 - '@atproto/oauth-types@0.3.1': 3706 + '@atproto/oauth-types@0.4.0': 3698 3707 dependencies: 3699 3708 '@atproto/jwk': 0.4.0 3700 - zod: 3.25.67 3709 + zod: 3.25.76 3701 3710 3702 - '@atproto/pds@0.4.151': 3711 + '@atproto/pds@0.4.161': 3703 3712 dependencies: 3704 3713 '@atproto-labs/fetch-node': 0.1.9 3705 - '@atproto-labs/xrpc-utils': 0.0.16 3706 - '@atproto/api': 0.15.16 3707 - '@atproto/aws': 0.2.23 3714 + '@atproto-labs/xrpc-utils': 0.0.17 3715 + '@atproto/api': 0.15.26 3716 + '@atproto/aws': 0.2.25 3708 3717 '@atproto/common': 0.4.11 3709 3718 '@atproto/crypto': 0.4.4 3710 3719 '@atproto/identity': 0.4.8 3711 - '@atproto/lexicon': 0.4.11 3712 - '@atproto/oauth-provider': 0.9.2 3713 - '@atproto/repo': 0.8.3 3720 + '@atproto/lexicon': 0.4.12 3721 + '@atproto/oauth-provider': 0.9.3 3722 + '@atproto/repo': 0.8.5 3714 3723 '@atproto/syntax': 0.4.0 3715 - '@atproto/xrpc': 0.7.0 3716 - '@atproto/xrpc-server': 0.8.0 3724 + '@atproto/xrpc': 0.7.1 3725 + '@atproto/xrpc-server': 0.9.0 3717 3726 '@did-plc/lib': 0.0.4 3718 3727 '@hapi/address': 5.1.1 3719 3728 better-sqlite3: 10.1.0 3720 3729 bytes: 3.1.2 3721 - compression: 1.8.0 3730 + compression: 1.8.1 3722 3731 cors: 2.8.5 3723 - disposable-email-domains-js: 1.12.0 3732 + disposable-email-domains-js: 1.14.0 3724 3733 express: 4.21.2 3725 3734 express-async-errors: 3.1.1(express@4.21.2) 3726 3735 file-type: 16.5.4 ··· 3741 3750 typed-emitter: 2.1.0 3742 3751 uint8arrays: 3.0.0 3743 3752 undici: 6.21.3 3744 - zod: 3.25.67 3753 + zod: 3.25.76 3745 3754 transitivePeerDependencies: 3746 3755 - aws-crt 3747 3756 - bufferutil ··· 3749 3758 - supports-color 3750 3759 - utf-8-validate 3751 3760 3752 - '@atproto/repo@0.8.3': 3761 + '@atproto/repo@0.8.5': 3753 3762 dependencies: 3754 3763 '@atproto/common': 0.4.11 3755 3764 '@atproto/common-web': 0.4.2 3756 3765 '@atproto/crypto': 0.4.4 3757 - '@atproto/lexicon': 0.4.11 3766 + '@atproto/lexicon': 0.4.12 3758 3767 '@ipld/dag-cbor': 7.0.3 3759 3768 multiformats: 9.9.0 3760 3769 uint8arrays: 3.0.0 3761 3770 varint: 6.0.0 3762 - zod: 3.25.67 3771 + zod: 3.25.76 3763 3772 3764 3773 '@atproto/syntax@0.4.0': {} 3765 3774 3766 - '@atproto/xrpc-server@0.8.0': 3775 + '@atproto/xrpc-server@0.9.0': 3767 3776 dependencies: 3768 3777 '@atproto/common': 0.4.11 3769 3778 '@atproto/crypto': 0.4.4 3770 - '@atproto/lexicon': 0.4.11 3771 - '@atproto/xrpc': 0.7.0 3779 + '@atproto/lexicon': 0.4.12 3780 + '@atproto/xrpc': 0.7.1 3772 3781 cbor-x: 1.6.0 3773 3782 express: 4.21.2 3774 3783 http-errors: 2.0.0 3775 3784 mime-types: 2.1.35 3776 3785 rate-limiter-flexible: 2.4.2 3777 3786 uint8arrays: 3.0.0 3778 - ws: 8.18.2 3779 - zod: 3.25.67 3787 + ws: 8.18.3 3788 + zod: 3.25.76 3780 3789 transitivePeerDependencies: 3781 3790 - bufferutil 3782 3791 - supports-color 3783 3792 - utf-8-validate 3784 3793 3785 - '@atproto/xrpc@0.7.0': 3794 + '@atproto/xrpc@0.7.1': 3786 3795 dependencies: 3787 - '@atproto/lexicon': 0.4.11 3788 - zod: 3.25.67 3796 + '@atproto/lexicon': 0.4.12 3797 + zod: 3.25.76 3789 3798 3790 3799 '@aws-crypto/crc32@5.2.0': 3791 3800 dependencies: 3792 3801 '@aws-crypto/util': 5.2.0 3793 - '@aws-sdk/types': 3.821.0 3802 + '@aws-sdk/types': 3.840.0 3794 3803 tslib: 2.8.1 3795 3804 3796 3805 '@aws-crypto/crc32c@5.2.0': 3797 3806 dependencies: 3798 3807 '@aws-crypto/util': 5.2.0 3799 - '@aws-sdk/types': 3.821.0 3808 + '@aws-sdk/types': 3.840.0 3800 3809 tslib: 2.8.1 3801 3810 3802 3811 '@aws-crypto/sha1-browser@5.2.0': 3803 3812 dependencies: 3804 3813 '@aws-crypto/supports-web-crypto': 5.2.0 3805 3814 '@aws-crypto/util': 5.2.0 3806 - '@aws-sdk/types': 3.821.0 3815 + '@aws-sdk/types': 3.840.0 3807 3816 '@aws-sdk/util-locate-window': 3.804.0 3808 3817 '@smithy/util-utf8': 2.3.0 3809 3818 tslib: 2.8.1 ··· 3813 3822 '@aws-crypto/sha256-js': 5.2.0 3814 3823 '@aws-crypto/supports-web-crypto': 5.2.0 3815 3824 '@aws-crypto/util': 5.2.0 3816 - '@aws-sdk/types': 3.821.0 3825 + '@aws-sdk/types': 3.840.0 3817 3826 '@aws-sdk/util-locate-window': 3.804.0 3818 3827 '@smithy/util-utf8': 2.3.0 3819 3828 tslib: 2.8.1 ··· 3821 3830 '@aws-crypto/sha256-js@5.2.0': 3822 3831 dependencies: 3823 3832 '@aws-crypto/util': 5.2.0 3824 - '@aws-sdk/types': 3.821.0 3833 + '@aws-sdk/types': 3.840.0 3825 3834 tslib: 2.8.1 3826 3835 3827 3836 '@aws-crypto/supports-web-crypto@5.2.0': ··· 3830 3839 3831 3840 '@aws-crypto/util@5.2.0': 3832 3841 dependencies: 3833 - '@aws-sdk/types': 3.821.0 3842 + '@aws-sdk/types': 3.840.0 3834 3843 '@smithy/util-utf8': 2.3.0 3835 3844 tslib: 2.8.1 3836 3845 3837 - '@aws-sdk/client-cloudfront@3.830.0': 3846 + '@aws-sdk/client-cloudfront@3.848.0': 3838 3847 dependencies: 3839 3848 '@aws-crypto/sha256-browser': 5.2.0 3840 3849 '@aws-crypto/sha256-js': 5.2.0 3841 - '@aws-sdk/core': 3.826.0 3842 - '@aws-sdk/credential-provider-node': 3.830.0 3843 - '@aws-sdk/middleware-host-header': 3.821.0 3844 - '@aws-sdk/middleware-logger': 3.821.0 3845 - '@aws-sdk/middleware-recursion-detection': 3.821.0 3846 - '@aws-sdk/middleware-user-agent': 3.828.0 3847 - '@aws-sdk/region-config-resolver': 3.821.0 3848 - '@aws-sdk/types': 3.821.0 3849 - '@aws-sdk/util-endpoints': 3.828.0 3850 - '@aws-sdk/util-user-agent-browser': 3.821.0 3851 - '@aws-sdk/util-user-agent-node': 3.828.0 3850 + '@aws-sdk/core': 3.846.0 3851 + '@aws-sdk/credential-provider-node': 3.848.0 3852 + '@aws-sdk/middleware-host-header': 3.840.0 3853 + '@aws-sdk/middleware-logger': 3.840.0 3854 + '@aws-sdk/middleware-recursion-detection': 3.840.0 3855 + '@aws-sdk/middleware-user-agent': 3.848.0 3856 + '@aws-sdk/region-config-resolver': 3.840.0 3857 + '@aws-sdk/types': 3.840.0 3858 + '@aws-sdk/util-endpoints': 3.848.0 3859 + '@aws-sdk/util-user-agent-browser': 3.840.0 3860 + '@aws-sdk/util-user-agent-node': 3.848.0 3852 3861 '@aws-sdk/xml-builder': 3.821.0 3853 3862 '@smithy/config-resolver': 4.1.4 3854 - '@smithy/core': 3.5.3 3855 - '@smithy/fetch-http-handler': 5.0.4 3863 + '@smithy/core': 3.7.1 3864 + '@smithy/fetch-http-handler': 5.1.0 3856 3865 '@smithy/hash-node': 4.0.4 3857 3866 '@smithy/invalid-dependency': 4.0.4 3858 3867 '@smithy/middleware-content-length': 4.0.4 3859 - '@smithy/middleware-endpoint': 4.1.11 3860 - '@smithy/middleware-retry': 4.1.12 3868 + '@smithy/middleware-endpoint': 4.1.16 3869 + '@smithy/middleware-retry': 4.1.17 3861 3870 '@smithy/middleware-serde': 4.0.8 3862 3871 '@smithy/middleware-stack': 4.0.4 3863 3872 '@smithy/node-config-provider': 4.1.3 3864 - '@smithy/node-http-handler': 4.0.6 3873 + '@smithy/node-http-handler': 4.1.0 3865 3874 '@smithy/protocol-http': 5.1.2 3866 - '@smithy/smithy-client': 4.4.3 3875 + '@smithy/smithy-client': 4.4.8 3867 3876 '@smithy/types': 4.3.1 3868 3877 '@smithy/url-parser': 4.0.4 3869 3878 '@smithy/util-base64': 4.0.0 3870 3879 '@smithy/util-body-length-browser': 4.0.0 3871 3880 '@smithy/util-body-length-node': 4.0.0 3872 - '@smithy/util-defaults-mode-browser': 4.0.19 3873 - '@smithy/util-defaults-mode-node': 4.0.19 3881 + '@smithy/util-defaults-mode-browser': 4.0.24 3882 + '@smithy/util-defaults-mode-node': 4.0.24 3874 3883 '@smithy/util-endpoints': 3.0.6 3875 3884 '@smithy/util-middleware': 4.0.4 3876 - '@smithy/util-retry': 4.0.5 3877 - '@smithy/util-stream': 4.2.2 3885 + '@smithy/util-retry': 4.0.6 3886 + '@smithy/util-stream': 4.2.3 3878 3887 '@smithy/util-utf8': 4.0.0 3879 - '@smithy/util-waiter': 4.0.5 3888 + '@smithy/util-waiter': 4.0.6 3880 3889 tslib: 2.8.1 3881 3890 transitivePeerDependencies: 3882 3891 - aws-crt 3883 3892 3884 - '@aws-sdk/client-kms@3.830.0': 3893 + '@aws-sdk/client-kms@3.848.0': 3885 3894 dependencies: 3886 3895 '@aws-crypto/sha256-browser': 5.2.0 3887 3896 '@aws-crypto/sha256-js': 5.2.0 3888 - '@aws-sdk/core': 3.826.0 3889 - '@aws-sdk/credential-provider-node': 3.830.0 3890 - '@aws-sdk/middleware-host-header': 3.821.0 3891 - '@aws-sdk/middleware-logger': 3.821.0 3892 - '@aws-sdk/middleware-recursion-detection': 3.821.0 3893 - '@aws-sdk/middleware-user-agent': 3.828.0 3894 - '@aws-sdk/region-config-resolver': 3.821.0 3895 - '@aws-sdk/types': 3.821.0 3896 - '@aws-sdk/util-endpoints': 3.828.0 3897 - '@aws-sdk/util-user-agent-browser': 3.821.0 3898 - '@aws-sdk/util-user-agent-node': 3.828.0 3897 + '@aws-sdk/core': 3.846.0 3898 + '@aws-sdk/credential-provider-node': 3.848.0 3899 + '@aws-sdk/middleware-host-header': 3.840.0 3900 + '@aws-sdk/middleware-logger': 3.840.0 3901 + '@aws-sdk/middleware-recursion-detection': 3.840.0 3902 + '@aws-sdk/middleware-user-agent': 3.848.0 3903 + '@aws-sdk/region-config-resolver': 3.840.0 3904 + '@aws-sdk/types': 3.840.0 3905 + '@aws-sdk/util-endpoints': 3.848.0 3906 + '@aws-sdk/util-user-agent-browser': 3.840.0 3907 + '@aws-sdk/util-user-agent-node': 3.848.0 3899 3908 '@smithy/config-resolver': 4.1.4 3900 - '@smithy/core': 3.5.3 3901 - '@smithy/fetch-http-handler': 5.0.4 3909 + '@smithy/core': 3.7.1 3910 + '@smithy/fetch-http-handler': 5.1.0 3902 3911 '@smithy/hash-node': 4.0.4 3903 3912 '@smithy/invalid-dependency': 4.0.4 3904 3913 '@smithy/middleware-content-length': 4.0.4 3905 - '@smithy/middleware-endpoint': 4.1.11 3906 - '@smithy/middleware-retry': 4.1.12 3914 + '@smithy/middleware-endpoint': 4.1.16 3915 + '@smithy/middleware-retry': 4.1.17 3907 3916 '@smithy/middleware-serde': 4.0.8 3908 3917 '@smithy/middleware-stack': 4.0.4 3909 3918 '@smithy/node-config-provider': 4.1.3 3910 - '@smithy/node-http-handler': 4.0.6 3919 + '@smithy/node-http-handler': 4.1.0 3911 3920 '@smithy/protocol-http': 5.1.2 3912 - '@smithy/smithy-client': 4.4.3 3921 + '@smithy/smithy-client': 4.4.8 3913 3922 '@smithy/types': 4.3.1 3914 3923 '@smithy/url-parser': 4.0.4 3915 3924 '@smithy/util-base64': 4.0.0 3916 3925 '@smithy/util-body-length-browser': 4.0.0 3917 3926 '@smithy/util-body-length-node': 4.0.0 3918 - '@smithy/util-defaults-mode-browser': 4.0.19 3919 - '@smithy/util-defaults-mode-node': 4.0.19 3927 + '@smithy/util-defaults-mode-browser': 4.0.24 3928 + '@smithy/util-defaults-mode-node': 4.0.24 3920 3929 '@smithy/util-endpoints': 3.0.6 3921 3930 '@smithy/util-middleware': 4.0.4 3922 - '@smithy/util-retry': 4.0.5 3931 + '@smithy/util-retry': 4.0.6 3923 3932 '@smithy/util-utf8': 4.0.0 3924 3933 tslib: 2.8.1 3925 3934 transitivePeerDependencies: 3926 3935 - aws-crt 3927 3936 3928 - '@aws-sdk/client-s3@3.832.0': 3937 + '@aws-sdk/client-s3@3.848.0': 3929 3938 dependencies: 3930 3939 '@aws-crypto/sha1-browser': 5.2.0 3931 3940 '@aws-crypto/sha256-browser': 5.2.0 3932 3941 '@aws-crypto/sha256-js': 5.2.0 3933 - '@aws-sdk/core': 3.826.0 3934 - '@aws-sdk/credential-provider-node': 3.830.0 3935 - '@aws-sdk/middleware-bucket-endpoint': 3.830.0 3936 - '@aws-sdk/middleware-expect-continue': 3.821.0 3937 - '@aws-sdk/middleware-flexible-checksums': 3.826.0 3938 - '@aws-sdk/middleware-host-header': 3.821.0 3939 - '@aws-sdk/middleware-location-constraint': 3.821.0 3940 - '@aws-sdk/middleware-logger': 3.821.0 3941 - '@aws-sdk/middleware-recursion-detection': 3.821.0 3942 - '@aws-sdk/middleware-sdk-s3': 3.826.0 3943 - '@aws-sdk/middleware-ssec': 3.821.0 3944 - '@aws-sdk/middleware-user-agent': 3.828.0 3945 - '@aws-sdk/region-config-resolver': 3.821.0 3946 - '@aws-sdk/signature-v4-multi-region': 3.826.0 3947 - '@aws-sdk/types': 3.821.0 3948 - '@aws-sdk/util-endpoints': 3.828.0 3949 - '@aws-sdk/util-user-agent-browser': 3.821.0 3950 - '@aws-sdk/util-user-agent-node': 3.828.0 3942 + '@aws-sdk/core': 3.846.0 3943 + '@aws-sdk/credential-provider-node': 3.848.0 3944 + '@aws-sdk/middleware-bucket-endpoint': 3.840.0 3945 + '@aws-sdk/middleware-expect-continue': 3.840.0 3946 + '@aws-sdk/middleware-flexible-checksums': 3.846.0 3947 + '@aws-sdk/middleware-host-header': 3.840.0 3948 + '@aws-sdk/middleware-location-constraint': 3.840.0 3949 + '@aws-sdk/middleware-logger': 3.840.0 3950 + '@aws-sdk/middleware-recursion-detection': 3.840.0 3951 + '@aws-sdk/middleware-sdk-s3': 3.846.0 3952 + '@aws-sdk/middleware-ssec': 3.840.0 3953 + '@aws-sdk/middleware-user-agent': 3.848.0 3954 + '@aws-sdk/region-config-resolver': 3.840.0 3955 + '@aws-sdk/signature-v4-multi-region': 3.846.0 3956 + '@aws-sdk/types': 3.840.0 3957 + '@aws-sdk/util-endpoints': 3.848.0 3958 + '@aws-sdk/util-user-agent-browser': 3.840.0 3959 + '@aws-sdk/util-user-agent-node': 3.848.0 3951 3960 '@aws-sdk/xml-builder': 3.821.0 3952 3961 '@smithy/config-resolver': 4.1.4 3953 - '@smithy/core': 3.5.3 3962 + '@smithy/core': 3.7.1 3954 3963 '@smithy/eventstream-serde-browser': 4.0.4 3955 3964 '@smithy/eventstream-serde-config-resolver': 4.1.2 3956 3965 '@smithy/eventstream-serde-node': 4.0.4 3957 - '@smithy/fetch-http-handler': 5.0.4 3966 + '@smithy/fetch-http-handler': 5.1.0 3958 3967 '@smithy/hash-blob-browser': 4.0.4 3959 3968 '@smithy/hash-node': 4.0.4 3960 3969 '@smithy/hash-stream-node': 4.0.4 3961 3970 '@smithy/invalid-dependency': 4.0.4 3962 3971 '@smithy/md5-js': 4.0.4 3963 3972 '@smithy/middleware-content-length': 4.0.4 3964 - '@smithy/middleware-endpoint': 4.1.11 3965 - '@smithy/middleware-retry': 4.1.12 3973 + '@smithy/middleware-endpoint': 4.1.16 3974 + '@smithy/middleware-retry': 4.1.17 3966 3975 '@smithy/middleware-serde': 4.0.8 3967 3976 '@smithy/middleware-stack': 4.0.4 3968 3977 '@smithy/node-config-provider': 4.1.3 3969 - '@smithy/node-http-handler': 4.0.6 3978 + '@smithy/node-http-handler': 4.1.0 3970 3979 '@smithy/protocol-http': 5.1.2 3971 - '@smithy/smithy-client': 4.4.3 3980 + '@smithy/smithy-client': 4.4.8 3972 3981 '@smithy/types': 4.3.1 3973 3982 '@smithy/url-parser': 4.0.4 3974 3983 '@smithy/util-base64': 4.0.0 3975 3984 '@smithy/util-body-length-browser': 4.0.0 3976 3985 '@smithy/util-body-length-node': 4.0.0 3977 - '@smithy/util-defaults-mode-browser': 4.0.19 3978 - '@smithy/util-defaults-mode-node': 4.0.19 3986 + '@smithy/util-defaults-mode-browser': 4.0.24 3987 + '@smithy/util-defaults-mode-node': 4.0.24 3979 3988 '@smithy/util-endpoints': 3.0.6 3980 3989 '@smithy/util-middleware': 4.0.4 3981 - '@smithy/util-retry': 4.0.5 3982 - '@smithy/util-stream': 4.2.2 3990 + '@smithy/util-retry': 4.0.6 3991 + '@smithy/util-stream': 4.2.3 3983 3992 '@smithy/util-utf8': 4.0.0 3984 - '@smithy/util-waiter': 4.0.5 3993 + '@smithy/util-waiter': 4.0.6 3985 3994 '@types/uuid': 9.0.8 3986 3995 tslib: 2.8.1 3987 3996 uuid: 9.0.1 3988 3997 transitivePeerDependencies: 3989 3998 - aws-crt 3990 3999 3991 - '@aws-sdk/client-sso@3.830.0': 4000 + '@aws-sdk/client-sso@3.848.0': 3992 4001 dependencies: 3993 4002 '@aws-crypto/sha256-browser': 5.2.0 3994 4003 '@aws-crypto/sha256-js': 5.2.0 3995 - '@aws-sdk/core': 3.826.0 3996 - '@aws-sdk/middleware-host-header': 3.821.0 3997 - '@aws-sdk/middleware-logger': 3.821.0 3998 - '@aws-sdk/middleware-recursion-detection': 3.821.0 3999 - '@aws-sdk/middleware-user-agent': 3.828.0 4000 - '@aws-sdk/region-config-resolver': 3.821.0 4001 - '@aws-sdk/types': 3.821.0 4002 - '@aws-sdk/util-endpoints': 3.828.0 4003 - '@aws-sdk/util-user-agent-browser': 3.821.0 4004 - '@aws-sdk/util-user-agent-node': 3.828.0 4004 + '@aws-sdk/core': 3.846.0 4005 + '@aws-sdk/middleware-host-header': 3.840.0 4006 + '@aws-sdk/middleware-logger': 3.840.0 4007 + '@aws-sdk/middleware-recursion-detection': 3.840.0 4008 + '@aws-sdk/middleware-user-agent': 3.848.0 4009 + '@aws-sdk/region-config-resolver': 3.840.0 4010 + '@aws-sdk/types': 3.840.0 4011 + '@aws-sdk/util-endpoints': 3.848.0 4012 + '@aws-sdk/util-user-agent-browser': 3.840.0 4013 + '@aws-sdk/util-user-agent-node': 3.848.0 4005 4014 '@smithy/config-resolver': 4.1.4 4006 - '@smithy/core': 3.5.3 4007 - '@smithy/fetch-http-handler': 5.0.4 4015 + '@smithy/core': 3.7.1 4016 + '@smithy/fetch-http-handler': 5.1.0 4008 4017 '@smithy/hash-node': 4.0.4 4009 4018 '@smithy/invalid-dependency': 4.0.4 4010 4019 '@smithy/middleware-content-length': 4.0.4 4011 - '@smithy/middleware-endpoint': 4.1.11 4012 - '@smithy/middleware-retry': 4.1.12 4020 + '@smithy/middleware-endpoint': 4.1.16 4021 + '@smithy/middleware-retry': 4.1.17 4013 4022 '@smithy/middleware-serde': 4.0.8 4014 4023 '@smithy/middleware-stack': 4.0.4 4015 4024 '@smithy/node-config-provider': 4.1.3 4016 - '@smithy/node-http-handler': 4.0.6 4025 + '@smithy/node-http-handler': 4.1.0 4017 4026 '@smithy/protocol-http': 5.1.2 4018 - '@smithy/smithy-client': 4.4.3 4027 + '@smithy/smithy-client': 4.4.8 4019 4028 '@smithy/types': 4.3.1 4020 4029 '@smithy/url-parser': 4.0.4 4021 4030 '@smithy/util-base64': 4.0.0 4022 4031 '@smithy/util-body-length-browser': 4.0.0 4023 4032 '@smithy/util-body-length-node': 4.0.0 4024 - '@smithy/util-defaults-mode-browser': 4.0.19 4025 - '@smithy/util-defaults-mode-node': 4.0.19 4033 + '@smithy/util-defaults-mode-browser': 4.0.24 4034 + '@smithy/util-defaults-mode-node': 4.0.24 4026 4035 '@smithy/util-endpoints': 3.0.6 4027 4036 '@smithy/util-middleware': 4.0.4 4028 - '@smithy/util-retry': 4.0.5 4037 + '@smithy/util-retry': 4.0.6 4029 4038 '@smithy/util-utf8': 4.0.0 4030 4039 tslib: 2.8.1 4031 4040 transitivePeerDependencies: 4032 4041 - aws-crt 4033 4042 4034 - '@aws-sdk/core@3.826.0': 4043 + '@aws-sdk/core@3.846.0': 4035 4044 dependencies: 4036 - '@aws-sdk/types': 3.821.0 4045 + '@aws-sdk/types': 3.840.0 4037 4046 '@aws-sdk/xml-builder': 3.821.0 4038 - '@smithy/core': 3.5.3 4047 + '@smithy/core': 3.7.1 4039 4048 '@smithy/node-config-provider': 4.1.3 4040 4049 '@smithy/property-provider': 4.0.4 4041 4050 '@smithy/protocol-http': 5.1.2 4042 4051 '@smithy/signature-v4': 5.1.2 4043 - '@smithy/smithy-client': 4.4.3 4052 + '@smithy/smithy-client': 4.4.8 4044 4053 '@smithy/types': 4.3.1 4045 4054 '@smithy/util-base64': 4.0.0 4046 4055 '@smithy/util-body-length-browser': 4.0.0 4047 4056 '@smithy/util-middleware': 4.0.4 4048 4057 '@smithy/util-utf8': 4.0.0 4049 - fast-xml-parser: 4.4.1 4058 + fast-xml-parser: 5.2.5 4050 4059 tslib: 2.8.1 4051 4060 4052 - '@aws-sdk/credential-provider-env@3.826.0': 4061 + '@aws-sdk/credential-provider-env@3.846.0': 4053 4062 dependencies: 4054 - '@aws-sdk/core': 3.826.0 4055 - '@aws-sdk/types': 3.821.0 4063 + '@aws-sdk/core': 3.846.0 4064 + '@aws-sdk/types': 3.840.0 4056 4065 '@smithy/property-provider': 4.0.4 4057 4066 '@smithy/types': 4.3.1 4058 4067 tslib: 2.8.1 4059 4068 4060 - '@aws-sdk/credential-provider-http@3.826.0': 4069 + '@aws-sdk/credential-provider-http@3.846.0': 4061 4070 dependencies: 4062 - '@aws-sdk/core': 3.826.0 4063 - '@aws-sdk/types': 3.821.0 4064 - '@smithy/fetch-http-handler': 5.0.4 4065 - '@smithy/node-http-handler': 4.0.6 4071 + '@aws-sdk/core': 3.846.0 4072 + '@aws-sdk/types': 3.840.0 4073 + '@smithy/fetch-http-handler': 5.1.0 4074 + '@smithy/node-http-handler': 4.1.0 4066 4075 '@smithy/property-provider': 4.0.4 4067 4076 '@smithy/protocol-http': 5.1.2 4068 - '@smithy/smithy-client': 4.4.3 4077 + '@smithy/smithy-client': 4.4.8 4069 4078 '@smithy/types': 4.3.1 4070 - '@smithy/util-stream': 4.2.2 4079 + '@smithy/util-stream': 4.2.3 4071 4080 tslib: 2.8.1 4072 4081 4073 - '@aws-sdk/credential-provider-ini@3.830.0': 4082 + '@aws-sdk/credential-provider-ini@3.848.0': 4074 4083 dependencies: 4075 - '@aws-sdk/core': 3.826.0 4076 - '@aws-sdk/credential-provider-env': 3.826.0 4077 - '@aws-sdk/credential-provider-http': 3.826.0 4078 - '@aws-sdk/credential-provider-process': 3.826.0 4079 - '@aws-sdk/credential-provider-sso': 3.830.0 4080 - '@aws-sdk/credential-provider-web-identity': 3.830.0 4081 - '@aws-sdk/nested-clients': 3.830.0 4082 - '@aws-sdk/types': 3.821.0 4084 + '@aws-sdk/core': 3.846.0 4085 + '@aws-sdk/credential-provider-env': 3.846.0 4086 + '@aws-sdk/credential-provider-http': 3.846.0 4087 + '@aws-sdk/credential-provider-process': 3.846.0 4088 + '@aws-sdk/credential-provider-sso': 3.848.0 4089 + '@aws-sdk/credential-provider-web-identity': 3.848.0 4090 + '@aws-sdk/nested-clients': 3.848.0 4091 + '@aws-sdk/types': 3.840.0 4083 4092 '@smithy/credential-provider-imds': 4.0.6 4084 4093 '@smithy/property-provider': 4.0.4 4085 4094 '@smithy/shared-ini-file-loader': 4.0.4 ··· 4088 4097 transitivePeerDependencies: 4089 4098 - aws-crt 4090 4099 4091 - '@aws-sdk/credential-provider-node@3.830.0': 4100 + '@aws-sdk/credential-provider-node@3.848.0': 4092 4101 dependencies: 4093 - '@aws-sdk/credential-provider-env': 3.826.0 4094 - '@aws-sdk/credential-provider-http': 3.826.0 4095 - '@aws-sdk/credential-provider-ini': 3.830.0 4096 - '@aws-sdk/credential-provider-process': 3.826.0 4097 - '@aws-sdk/credential-provider-sso': 3.830.0 4098 - '@aws-sdk/credential-provider-web-identity': 3.830.0 4099 - '@aws-sdk/types': 3.821.0 4102 + '@aws-sdk/credential-provider-env': 3.846.0 4103 + '@aws-sdk/credential-provider-http': 3.846.0 4104 + '@aws-sdk/credential-provider-ini': 3.848.0 4105 + '@aws-sdk/credential-provider-process': 3.846.0 4106 + '@aws-sdk/credential-provider-sso': 3.848.0 4107 + '@aws-sdk/credential-provider-web-identity': 3.848.0 4108 + '@aws-sdk/types': 3.840.0 4100 4109 '@smithy/credential-provider-imds': 4.0.6 4101 4110 '@smithy/property-provider': 4.0.4 4102 4111 '@smithy/shared-ini-file-loader': 4.0.4 ··· 4105 4114 transitivePeerDependencies: 4106 4115 - aws-crt 4107 4116 4108 - '@aws-sdk/credential-provider-process@3.826.0': 4117 + '@aws-sdk/credential-provider-process@3.846.0': 4109 4118 dependencies: 4110 - '@aws-sdk/core': 3.826.0 4111 - '@aws-sdk/types': 3.821.0 4119 + '@aws-sdk/core': 3.846.0 4120 + '@aws-sdk/types': 3.840.0 4112 4121 '@smithy/property-provider': 4.0.4 4113 4122 '@smithy/shared-ini-file-loader': 4.0.4 4114 4123 '@smithy/types': 4.3.1 4115 4124 tslib: 2.8.1 4116 4125 4117 - '@aws-sdk/credential-provider-sso@3.830.0': 4126 + '@aws-sdk/credential-provider-sso@3.848.0': 4118 4127 dependencies: 4119 - '@aws-sdk/client-sso': 3.830.0 4120 - '@aws-sdk/core': 3.826.0 4121 - '@aws-sdk/token-providers': 3.830.0 4122 - '@aws-sdk/types': 3.821.0 4128 + '@aws-sdk/client-sso': 3.848.0 4129 + '@aws-sdk/core': 3.846.0 4130 + '@aws-sdk/token-providers': 3.848.0 4131 + '@aws-sdk/types': 3.840.0 4123 4132 '@smithy/property-provider': 4.0.4 4124 4133 '@smithy/shared-ini-file-loader': 4.0.4 4125 4134 '@smithy/types': 4.3.1 ··· 4127 4136 transitivePeerDependencies: 4128 4137 - aws-crt 4129 4138 4130 - '@aws-sdk/credential-provider-web-identity@3.830.0': 4139 + '@aws-sdk/credential-provider-web-identity@3.848.0': 4131 4140 dependencies: 4132 - '@aws-sdk/core': 3.826.0 4133 - '@aws-sdk/nested-clients': 3.830.0 4134 - '@aws-sdk/types': 3.821.0 4141 + '@aws-sdk/core': 3.846.0 4142 + '@aws-sdk/nested-clients': 3.848.0 4143 + '@aws-sdk/types': 3.840.0 4135 4144 '@smithy/property-provider': 4.0.4 4136 4145 '@smithy/types': 4.3.1 4137 4146 tslib: 2.8.1 4138 4147 transitivePeerDependencies: 4139 4148 - aws-crt 4140 4149 4141 - '@aws-sdk/lib-storage@3.832.0(@aws-sdk/client-s3@3.832.0)': 4150 + '@aws-sdk/lib-storage@3.848.0(@aws-sdk/client-s3@3.848.0)': 4142 4151 dependencies: 4143 - '@aws-sdk/client-s3': 3.832.0 4152 + '@aws-sdk/client-s3': 3.848.0 4144 4153 '@smithy/abort-controller': 4.0.4 4145 - '@smithy/middleware-endpoint': 4.1.11 4146 - '@smithy/smithy-client': 4.4.3 4154 + '@smithy/middleware-endpoint': 4.1.16 4155 + '@smithy/smithy-client': 4.4.8 4147 4156 buffer: 5.6.0 4148 4157 events: 3.3.0 4149 4158 stream-browserify: 3.0.0 4150 4159 tslib: 2.8.1 4151 4160 4152 - '@aws-sdk/middleware-bucket-endpoint@3.830.0': 4161 + '@aws-sdk/middleware-bucket-endpoint@3.840.0': 4153 4162 dependencies: 4154 - '@aws-sdk/types': 3.821.0 4163 + '@aws-sdk/types': 3.840.0 4155 4164 '@aws-sdk/util-arn-parser': 3.804.0 4156 4165 '@smithy/node-config-provider': 4.1.3 4157 4166 '@smithy/protocol-http': 5.1.2 ··· 4159 4168 '@smithy/util-config-provider': 4.0.0 4160 4169 tslib: 2.8.1 4161 4170 4162 - '@aws-sdk/middleware-expect-continue@3.821.0': 4171 + '@aws-sdk/middleware-expect-continue@3.840.0': 4163 4172 dependencies: 4164 - '@aws-sdk/types': 3.821.0 4173 + '@aws-sdk/types': 3.840.0 4165 4174 '@smithy/protocol-http': 5.1.2 4166 4175 '@smithy/types': 4.3.1 4167 4176 tslib: 2.8.1 4168 4177 4169 - '@aws-sdk/middleware-flexible-checksums@3.826.0': 4178 + '@aws-sdk/middleware-flexible-checksums@3.846.0': 4170 4179 dependencies: 4171 4180 '@aws-crypto/crc32': 5.2.0 4172 4181 '@aws-crypto/crc32c': 5.2.0 4173 4182 '@aws-crypto/util': 5.2.0 4174 - '@aws-sdk/core': 3.826.0 4175 - '@aws-sdk/types': 3.821.0 4183 + '@aws-sdk/core': 3.846.0 4184 + '@aws-sdk/types': 3.840.0 4176 4185 '@smithy/is-array-buffer': 4.0.0 4177 4186 '@smithy/node-config-provider': 4.1.3 4178 4187 '@smithy/protocol-http': 5.1.2 4179 4188 '@smithy/types': 4.3.1 4180 4189 '@smithy/util-middleware': 4.0.4 4181 - '@smithy/util-stream': 4.2.2 4190 + '@smithy/util-stream': 4.2.3 4182 4191 '@smithy/util-utf8': 4.0.0 4183 4192 tslib: 2.8.1 4184 4193 4185 - '@aws-sdk/middleware-host-header@3.821.0': 4194 + '@aws-sdk/middleware-host-header@3.840.0': 4186 4195 dependencies: 4187 - '@aws-sdk/types': 3.821.0 4196 + '@aws-sdk/types': 3.840.0 4188 4197 '@smithy/protocol-http': 5.1.2 4189 4198 '@smithy/types': 4.3.1 4190 4199 tslib: 2.8.1 4191 4200 4192 - '@aws-sdk/middleware-location-constraint@3.821.0': 4201 + '@aws-sdk/middleware-location-constraint@3.840.0': 4193 4202 dependencies: 4194 - '@aws-sdk/types': 3.821.0 4203 + '@aws-sdk/types': 3.840.0 4195 4204 '@smithy/types': 4.3.1 4196 4205 tslib: 2.8.1 4197 4206 4198 - '@aws-sdk/middleware-logger@3.821.0': 4207 + '@aws-sdk/middleware-logger@3.840.0': 4199 4208 dependencies: 4200 - '@aws-sdk/types': 3.821.0 4209 + '@aws-sdk/types': 3.840.0 4201 4210 '@smithy/types': 4.3.1 4202 4211 tslib: 2.8.1 4203 4212 4204 - '@aws-sdk/middleware-recursion-detection@3.821.0': 4213 + '@aws-sdk/middleware-recursion-detection@3.840.0': 4205 4214 dependencies: 4206 - '@aws-sdk/types': 3.821.0 4215 + '@aws-sdk/types': 3.840.0 4207 4216 '@smithy/protocol-http': 5.1.2 4208 4217 '@smithy/types': 4.3.1 4209 4218 tslib: 2.8.1 4210 4219 4211 - '@aws-sdk/middleware-sdk-s3@3.826.0': 4220 + '@aws-sdk/middleware-sdk-s3@3.846.0': 4212 4221 dependencies: 4213 - '@aws-sdk/core': 3.826.0 4214 - '@aws-sdk/types': 3.821.0 4222 + '@aws-sdk/core': 3.846.0 4223 + '@aws-sdk/types': 3.840.0 4215 4224 '@aws-sdk/util-arn-parser': 3.804.0 4216 - '@smithy/core': 3.5.3 4225 + '@smithy/core': 3.7.1 4217 4226 '@smithy/node-config-provider': 4.1.3 4218 4227 '@smithy/protocol-http': 5.1.2 4219 4228 '@smithy/signature-v4': 5.1.2 4220 - '@smithy/smithy-client': 4.4.3 4229 + '@smithy/smithy-client': 4.4.8 4221 4230 '@smithy/types': 4.3.1 4222 4231 '@smithy/util-config-provider': 4.0.0 4223 4232 '@smithy/util-middleware': 4.0.4 4224 - '@smithy/util-stream': 4.2.2 4233 + '@smithy/util-stream': 4.2.3 4225 4234 '@smithy/util-utf8': 4.0.0 4226 4235 tslib: 2.8.1 4227 4236 4228 - '@aws-sdk/middleware-ssec@3.821.0': 4237 + '@aws-sdk/middleware-ssec@3.840.0': 4229 4238 dependencies: 4230 - '@aws-sdk/types': 3.821.0 4239 + '@aws-sdk/types': 3.840.0 4231 4240 '@smithy/types': 4.3.1 4232 4241 tslib: 2.8.1 4233 4242 4234 - '@aws-sdk/middleware-user-agent@3.828.0': 4243 + '@aws-sdk/middleware-user-agent@3.848.0': 4235 4244 dependencies: 4236 - '@aws-sdk/core': 3.826.0 4237 - '@aws-sdk/types': 3.821.0 4238 - '@aws-sdk/util-endpoints': 3.828.0 4239 - '@smithy/core': 3.5.3 4245 + '@aws-sdk/core': 3.846.0 4246 + '@aws-sdk/types': 3.840.0 4247 + '@aws-sdk/util-endpoints': 3.848.0 4248 + '@smithy/core': 3.7.1 4240 4249 '@smithy/protocol-http': 5.1.2 4241 4250 '@smithy/types': 4.3.1 4242 4251 tslib: 2.8.1 4243 4252 4244 - '@aws-sdk/nested-clients@3.830.0': 4253 + '@aws-sdk/nested-clients@3.848.0': 4245 4254 dependencies: 4246 4255 '@aws-crypto/sha256-browser': 5.2.0 4247 4256 '@aws-crypto/sha256-js': 5.2.0 4248 - '@aws-sdk/core': 3.826.0 4249 - '@aws-sdk/middleware-host-header': 3.821.0 4250 - '@aws-sdk/middleware-logger': 3.821.0 4251 - '@aws-sdk/middleware-recursion-detection': 3.821.0 4252 - '@aws-sdk/middleware-user-agent': 3.828.0 4253 - '@aws-sdk/region-config-resolver': 3.821.0 4254 - '@aws-sdk/types': 3.821.0 4255 - '@aws-sdk/util-endpoints': 3.828.0 4256 - '@aws-sdk/util-user-agent-browser': 3.821.0 4257 - '@aws-sdk/util-user-agent-node': 3.828.0 4257 + '@aws-sdk/core': 3.846.0 4258 + '@aws-sdk/middleware-host-header': 3.840.0 4259 + '@aws-sdk/middleware-logger': 3.840.0 4260 + '@aws-sdk/middleware-recursion-detection': 3.840.0 4261 + '@aws-sdk/middleware-user-agent': 3.848.0 4262 + '@aws-sdk/region-config-resolver': 3.840.0 4263 + '@aws-sdk/types': 3.840.0 4264 + '@aws-sdk/util-endpoints': 3.848.0 4265 + '@aws-sdk/util-user-agent-browser': 3.840.0 4266 + '@aws-sdk/util-user-agent-node': 3.848.0 4258 4267 '@smithy/config-resolver': 4.1.4 4259 - '@smithy/core': 3.5.3 4260 - '@smithy/fetch-http-handler': 5.0.4 4268 + '@smithy/core': 3.7.1 4269 + '@smithy/fetch-http-handler': 5.1.0 4261 4270 '@smithy/hash-node': 4.0.4 4262 4271 '@smithy/invalid-dependency': 4.0.4 4263 4272 '@smithy/middleware-content-length': 4.0.4 4264 - '@smithy/middleware-endpoint': 4.1.11 4265 - '@smithy/middleware-retry': 4.1.12 4273 + '@smithy/middleware-endpoint': 4.1.16 4274 + '@smithy/middleware-retry': 4.1.17 4266 4275 '@smithy/middleware-serde': 4.0.8 4267 4276 '@smithy/middleware-stack': 4.0.4 4268 4277 '@smithy/node-config-provider': 4.1.3 4269 - '@smithy/node-http-handler': 4.0.6 4278 + '@smithy/node-http-handler': 4.1.0 4270 4279 '@smithy/protocol-http': 5.1.2 4271 - '@smithy/smithy-client': 4.4.3 4280 + '@smithy/smithy-client': 4.4.8 4272 4281 '@smithy/types': 4.3.1 4273 4282 '@smithy/url-parser': 4.0.4 4274 4283 '@smithy/util-base64': 4.0.0 4275 4284 '@smithy/util-body-length-browser': 4.0.0 4276 4285 '@smithy/util-body-length-node': 4.0.0 4277 - '@smithy/util-defaults-mode-browser': 4.0.19 4278 - '@smithy/util-defaults-mode-node': 4.0.19 4286 + '@smithy/util-defaults-mode-browser': 4.0.24 4287 + '@smithy/util-defaults-mode-node': 4.0.24 4279 4288 '@smithy/util-endpoints': 3.0.6 4280 4289 '@smithy/util-middleware': 4.0.4 4281 - '@smithy/util-retry': 4.0.5 4290 + '@smithy/util-retry': 4.0.6 4282 4291 '@smithy/util-utf8': 4.0.0 4283 4292 tslib: 2.8.1 4284 4293 transitivePeerDependencies: 4285 4294 - aws-crt 4286 4295 4287 - '@aws-sdk/region-config-resolver@3.821.0': 4296 + '@aws-sdk/region-config-resolver@3.840.0': 4288 4297 dependencies: 4289 - '@aws-sdk/types': 3.821.0 4298 + '@aws-sdk/types': 3.840.0 4290 4299 '@smithy/node-config-provider': 4.1.3 4291 4300 '@smithy/types': 4.3.1 4292 4301 '@smithy/util-config-provider': 4.0.0 4293 4302 '@smithy/util-middleware': 4.0.4 4294 4303 tslib: 2.8.1 4295 4304 4296 - '@aws-sdk/signature-v4-multi-region@3.826.0': 4305 + '@aws-sdk/signature-v4-multi-region@3.846.0': 4297 4306 dependencies: 4298 - '@aws-sdk/middleware-sdk-s3': 3.826.0 4299 - '@aws-sdk/types': 3.821.0 4307 + '@aws-sdk/middleware-sdk-s3': 3.846.0 4308 + '@aws-sdk/types': 3.840.0 4300 4309 '@smithy/protocol-http': 5.1.2 4301 4310 '@smithy/signature-v4': 5.1.2 4302 4311 '@smithy/types': 4.3.1 4303 4312 tslib: 2.8.1 4304 4313 4305 - '@aws-sdk/token-providers@3.830.0': 4314 + '@aws-sdk/token-providers@3.848.0': 4306 4315 dependencies: 4307 - '@aws-sdk/core': 3.826.0 4308 - '@aws-sdk/nested-clients': 3.830.0 4309 - '@aws-sdk/types': 3.821.0 4316 + '@aws-sdk/core': 3.846.0 4317 + '@aws-sdk/nested-clients': 3.848.0 4318 + '@aws-sdk/types': 3.840.0 4310 4319 '@smithy/property-provider': 4.0.4 4311 4320 '@smithy/shared-ini-file-loader': 4.0.4 4312 4321 '@smithy/types': 4.3.1 ··· 4314 4323 transitivePeerDependencies: 4315 4324 - aws-crt 4316 4325 4317 - '@aws-sdk/types@3.821.0': 4326 + '@aws-sdk/types@3.840.0': 4318 4327 dependencies: 4319 4328 '@smithy/types': 4.3.1 4320 4329 tslib: 2.8.1 ··· 4323 4332 dependencies: 4324 4333 tslib: 2.8.1 4325 4334 4326 - '@aws-sdk/util-endpoints@3.828.0': 4335 + '@aws-sdk/util-endpoints@3.848.0': 4327 4336 dependencies: 4328 - '@aws-sdk/types': 3.821.0 4337 + '@aws-sdk/types': 3.840.0 4329 4338 '@smithy/types': 4.3.1 4339 + '@smithy/url-parser': 4.0.4 4330 4340 '@smithy/util-endpoints': 3.0.6 4331 4341 tslib: 2.8.1 4332 4342 ··· 4334 4344 dependencies: 4335 4345 tslib: 2.8.1 4336 4346 4337 - '@aws-sdk/util-user-agent-browser@3.821.0': 4347 + '@aws-sdk/util-user-agent-browser@3.840.0': 4338 4348 dependencies: 4339 - '@aws-sdk/types': 3.821.0 4349 + '@aws-sdk/types': 3.840.0 4340 4350 '@smithy/types': 4.3.1 4341 4351 bowser: 2.11.0 4342 4352 tslib: 2.8.1 4343 4353 4344 - '@aws-sdk/util-user-agent-node@3.828.0': 4354 + '@aws-sdk/util-user-agent-node@3.848.0': 4345 4355 dependencies: 4346 - '@aws-sdk/middleware-user-agent': 3.828.0 4347 - '@aws-sdk/types': 3.821.0 4356 + '@aws-sdk/middleware-user-agent': 3.848.0 4357 + '@aws-sdk/types': 3.840.0 4348 4358 '@smithy/node-config-provider': 4.1.3 4349 4359 '@smithy/types': 4.3.1 4350 4360 tslib: 2.8.1 ··· 4358 4368 4359 4369 '@babel/helper-validator-identifier@7.27.1': {} 4360 4370 4361 - '@babel/parser@7.27.5': 4371 + '@babel/parser@7.28.0': 4362 4372 dependencies: 4363 - '@babel/types': 7.27.6 4373 + '@babel/types': 7.28.1 4364 4374 4365 4375 '@babel/runtime@7.27.6': {} 4366 4376 4367 - '@babel/types@7.27.6': 4377 + '@babel/types@7.28.1': 4368 4378 dependencies: 4369 4379 '@babel/helper-string-parser': 7.27.1 4370 4380 '@babel/helper-validator-identifier': 7.27.1 ··· 4541 4551 axios: 1.10.0 4542 4552 multiformats: 9.9.0 4543 4553 uint8arrays: 3.0.0 4544 - zod: 3.25.67 4554 + zod: 3.25.76 4545 4555 transitivePeerDependencies: 4546 4556 - debug 4547 4557 ··· 4557 4567 http-terminator: 3.2.0 4558 4568 kysely: 0.23.5 4559 4569 multiformats: 9.9.0 4560 - pg: 8.16.2 4570 + pg: 8.16.3 4561 4571 pino: 8.21.0 4562 4572 pino-http: 8.6.1 4563 4573 transitivePeerDependencies: ··· 4565 4575 - pg-native 4566 4576 - supports-color 4567 4577 4568 - '@emnapi/runtime@1.4.3': 4578 + '@emnapi/runtime@1.4.5': 4569 4579 dependencies: 4570 4580 tslib: 2.8.1 4571 4581 optional: true 4572 4582 4573 - '@esbuild/aix-ppc64@0.25.5': 4583 + '@esbuild/aix-ppc64@0.25.7': 4574 4584 optional: true 4575 4585 4576 - '@esbuild/android-arm64@0.25.5': 4586 + '@esbuild/android-arm64@0.25.7': 4577 4587 optional: true 4578 4588 4579 - '@esbuild/android-arm@0.25.5': 4589 + '@esbuild/android-arm@0.25.7': 4580 4590 optional: true 4581 4591 4582 - '@esbuild/android-x64@0.25.5': 4592 + '@esbuild/android-x64@0.25.7': 4583 4593 optional: true 4584 4594 4585 - '@esbuild/darwin-arm64@0.25.5': 4595 + '@esbuild/darwin-arm64@0.25.7': 4586 4596 optional: true 4587 4597 4588 - '@esbuild/darwin-x64@0.25.5': 4598 + '@esbuild/darwin-x64@0.25.7': 4589 4599 optional: true 4590 4600 4591 - '@esbuild/freebsd-arm64@0.25.5': 4601 + '@esbuild/freebsd-arm64@0.25.7': 4592 4602 optional: true 4593 4603 4594 - '@esbuild/freebsd-x64@0.25.5': 4604 + '@esbuild/freebsd-x64@0.25.7': 4595 4605 optional: true 4596 4606 4597 - '@esbuild/linux-arm64@0.25.5': 4607 + '@esbuild/linux-arm64@0.25.7': 4598 4608 optional: true 4599 4609 4600 - '@esbuild/linux-arm@0.25.5': 4610 + '@esbuild/linux-arm@0.25.7': 4601 4611 optional: true 4602 4612 4603 - '@esbuild/linux-ia32@0.25.5': 4613 + '@esbuild/linux-ia32@0.25.7': 4604 4614 optional: true 4605 4615 4606 - '@esbuild/linux-loong64@0.25.5': 4616 + '@esbuild/linux-loong64@0.25.7': 4617 + optional: true 4618 + 4619 + '@esbuild/linux-mips64el@0.25.7': 4607 4620 optional: true 4608 4621 4609 - '@esbuild/linux-mips64el@0.25.5': 4622 + '@esbuild/linux-ppc64@0.25.7': 4610 4623 optional: true 4611 4624 4612 - '@esbuild/linux-ppc64@0.25.5': 4625 + '@esbuild/linux-riscv64@0.25.7': 4613 4626 optional: true 4614 4627 4615 - '@esbuild/linux-riscv64@0.25.5': 4628 + '@esbuild/linux-s390x@0.25.7': 4616 4629 optional: true 4617 4630 4618 - '@esbuild/linux-s390x@0.25.5': 4631 + '@esbuild/linux-x64@0.25.7': 4619 4632 optional: true 4620 4633 4621 - '@esbuild/linux-x64@0.25.5': 4634 + '@esbuild/netbsd-arm64@0.25.7': 4622 4635 optional: true 4623 4636 4624 - '@esbuild/netbsd-arm64@0.25.5': 4637 + '@esbuild/netbsd-x64@0.25.7': 4625 4638 optional: true 4626 4639 4627 - '@esbuild/netbsd-x64@0.25.5': 4640 + '@esbuild/openbsd-arm64@0.25.7': 4628 4641 optional: true 4629 4642 4630 - '@esbuild/openbsd-arm64@0.25.5': 4643 + '@esbuild/openbsd-x64@0.25.7': 4631 4644 optional: true 4632 4645 4633 - '@esbuild/openbsd-x64@0.25.5': 4646 + '@esbuild/openharmony-arm64@0.25.7': 4634 4647 optional: true 4635 4648 4636 - '@esbuild/sunos-x64@0.25.5': 4649 + '@esbuild/sunos-x64@0.25.7': 4637 4650 optional: true 4638 4651 4639 - '@esbuild/win32-arm64@0.25.5': 4652 + '@esbuild/win32-arm64@0.25.7': 4640 4653 optional: true 4641 4654 4642 - '@esbuild/win32-ia32@0.25.5': 4655 + '@esbuild/win32-ia32@0.25.7': 4643 4656 optional: true 4644 4657 4645 - '@esbuild/win32-x64@0.25.5': 4658 + '@esbuild/win32-x64@0.25.7': 4646 4659 optional: true 4647 4660 4648 4661 '@externdefs/collider@0.3.0(@badrap/valita@0.4.5)': ··· 4736 4749 4737 4750 '@img/sharp-wasm32@0.33.5': 4738 4751 dependencies: 4739 - '@emnapi/runtime': 1.4.3 4752 + '@emnapi/runtime': 1.4.5 4740 4753 optional: true 4741 4754 4742 4755 '@img/sharp-win32-ia32@0.33.5': ··· 4768 4781 4769 4782 '@istanbuljs/schema@0.1.3': {} 4770 4783 4771 - '@jridgewell/gen-mapping@0.3.8': 4784 + '@jridgewell/gen-mapping@0.3.12': 4772 4785 dependencies: 4773 - '@jridgewell/set-array': 1.2.1 4774 - '@jridgewell/sourcemap-codec': 1.5.0 4775 - '@jridgewell/trace-mapping': 0.3.25 4786 + '@jridgewell/sourcemap-codec': 1.5.4 4787 + '@jridgewell/trace-mapping': 0.3.29 4776 4788 4777 4789 '@jridgewell/resolve-uri@3.1.2': {} 4778 4790 4779 - '@jridgewell/set-array@1.2.1': {} 4780 - 4781 - '@jridgewell/sourcemap-codec@1.5.0': {} 4791 + '@jridgewell/sourcemap-codec@1.5.4': {} 4782 4792 4783 - '@jridgewell/trace-mapping@0.3.25': 4793 + '@jridgewell/trace-mapping@0.3.29': 4784 4794 dependencies: 4785 4795 '@jridgewell/resolve-uri': 3.1.2 4786 - '@jridgewell/sourcemap-codec': 1.5.0 4796 + '@jridgewell/sourcemap-codec': 1.5.4 4787 4797 4788 4798 '@jsr/mary__tar@0.3.1': {} 4789 4799 ··· 4811 4821 4812 4822 '@mitata/counters@0.0.8': {} 4813 4823 4814 - '@noble/curves@1.9.2': 4824 + '@noble/curves@1.9.4': 4815 4825 dependencies: 4816 4826 '@noble/hashes': 1.8.0 4817 4827 ··· 4836 4846 '@pkgjs/parseargs@0.11.0': 4837 4847 optional: true 4838 4848 4839 - '@rollup/rollup-android-arm-eabi@4.44.0': 4849 + '@rollup/rollup-android-arm-eabi@4.45.1': 4840 4850 optional: true 4841 4851 4842 - '@rollup/rollup-android-arm64@4.44.0': 4852 + '@rollup/rollup-android-arm64@4.45.1': 4843 4853 optional: true 4844 4854 4845 - '@rollup/rollup-darwin-arm64@4.44.0': 4855 + '@rollup/rollup-darwin-arm64@4.45.1': 4846 4856 optional: true 4847 4857 4848 - '@rollup/rollup-darwin-x64@4.44.0': 4858 + '@rollup/rollup-darwin-x64@4.45.1': 4849 4859 optional: true 4850 4860 4851 - '@rollup/rollup-freebsd-arm64@4.44.0': 4861 + '@rollup/rollup-freebsd-arm64@4.45.1': 4852 4862 optional: true 4853 4863 4854 - '@rollup/rollup-freebsd-x64@4.44.0': 4864 + '@rollup/rollup-freebsd-x64@4.45.1': 4855 4865 optional: true 4856 4866 4857 - '@rollup/rollup-linux-arm-gnueabihf@4.44.0': 4867 + '@rollup/rollup-linux-arm-gnueabihf@4.45.1': 4858 4868 optional: true 4859 4869 4860 - '@rollup/rollup-linux-arm-musleabihf@4.44.0': 4870 + '@rollup/rollup-linux-arm-musleabihf@4.45.1': 4861 4871 optional: true 4862 4872 4863 - '@rollup/rollup-linux-arm64-gnu@4.44.0': 4873 + '@rollup/rollup-linux-arm64-gnu@4.45.1': 4864 4874 optional: true 4865 4875 4866 - '@rollup/rollup-linux-arm64-musl@4.44.0': 4876 + '@rollup/rollup-linux-arm64-musl@4.45.1': 4867 4877 optional: true 4868 4878 4869 - '@rollup/rollup-linux-loongarch64-gnu@4.44.0': 4879 + '@rollup/rollup-linux-loongarch64-gnu@4.45.1': 4870 4880 optional: true 4871 4881 4872 - '@rollup/rollup-linux-powerpc64le-gnu@4.44.0': 4882 + '@rollup/rollup-linux-powerpc64le-gnu@4.45.1': 4873 4883 optional: true 4874 4884 4875 - '@rollup/rollup-linux-riscv64-gnu@4.44.0': 4885 + '@rollup/rollup-linux-riscv64-gnu@4.45.1': 4876 4886 optional: true 4877 4887 4878 - '@rollup/rollup-linux-riscv64-musl@4.44.0': 4888 + '@rollup/rollup-linux-riscv64-musl@4.45.1': 4879 4889 optional: true 4880 4890 4881 - '@rollup/rollup-linux-s390x-gnu@4.44.0': 4891 + '@rollup/rollup-linux-s390x-gnu@4.45.1': 4882 4892 optional: true 4883 4893 4884 - '@rollup/rollup-linux-x64-gnu@4.44.0': 4894 + '@rollup/rollup-linux-x64-gnu@4.45.1': 4885 4895 optional: true 4886 4896 4887 - '@rollup/rollup-linux-x64-musl@4.44.0': 4897 + '@rollup/rollup-linux-x64-musl@4.45.1': 4888 4898 optional: true 4889 4899 4890 - '@rollup/rollup-win32-arm64-msvc@4.44.0': 4900 + '@rollup/rollup-win32-arm64-msvc@4.45.1': 4891 4901 optional: true 4892 4902 4893 - '@rollup/rollup-win32-ia32-msvc@4.44.0': 4903 + '@rollup/rollup-win32-ia32-msvc@4.45.1': 4894 4904 optional: true 4895 4905 4896 - '@rollup/rollup-win32-x64-msvc@4.44.0': 4906 + '@rollup/rollup-win32-x64-msvc@4.45.1': 4897 4907 optional: true 4898 4908 4899 4909 '@smithy/abort-controller@4.0.4': ··· 4918 4928 '@smithy/util-middleware': 4.0.4 4919 4929 tslib: 2.8.1 4920 4930 4921 - '@smithy/core@3.5.3': 4931 + '@smithy/core@3.7.1': 4922 4932 dependencies: 4923 4933 '@smithy/middleware-serde': 4.0.8 4924 4934 '@smithy/protocol-http': 5.1.2 ··· 4926 4936 '@smithy/util-base64': 4.0.0 4927 4937 '@smithy/util-body-length-browser': 4.0.0 4928 4938 '@smithy/util-middleware': 4.0.4 4929 - '@smithy/util-stream': 4.2.2 4939 + '@smithy/util-stream': 4.2.3 4930 4940 '@smithy/util-utf8': 4.0.0 4931 4941 tslib: 2.8.1 4932 4942 ··· 4968 4978 '@smithy/types': 4.3.1 4969 4979 tslib: 2.8.1 4970 4980 4971 - '@smithy/fetch-http-handler@5.0.4': 4981 + '@smithy/fetch-http-handler@5.1.0': 4972 4982 dependencies: 4973 4983 '@smithy/protocol-http': 5.1.2 4974 4984 '@smithy/querystring-builder': 4.0.4 ··· 5021 5031 '@smithy/types': 4.3.1 5022 5032 tslib: 2.8.1 5023 5033 5024 - '@smithy/middleware-endpoint@4.1.11': 5034 + '@smithy/middleware-endpoint@4.1.16': 5025 5035 dependencies: 5026 - '@smithy/core': 3.5.3 5036 + '@smithy/core': 3.7.1 5027 5037 '@smithy/middleware-serde': 4.0.8 5028 5038 '@smithy/node-config-provider': 4.1.3 5029 5039 '@smithy/shared-ini-file-loader': 4.0.4 ··· 5032 5042 '@smithy/util-middleware': 4.0.4 5033 5043 tslib: 2.8.1 5034 5044 5035 - '@smithy/middleware-retry@4.1.12': 5045 + '@smithy/middleware-retry@4.1.17': 5036 5046 dependencies: 5037 5047 '@smithy/node-config-provider': 4.1.3 5038 5048 '@smithy/protocol-http': 5.1.2 5039 - '@smithy/service-error-classification': 4.0.5 5040 - '@smithy/smithy-client': 4.4.3 5049 + '@smithy/service-error-classification': 4.0.6 5050 + '@smithy/smithy-client': 4.4.8 5041 5051 '@smithy/types': 4.3.1 5042 5052 '@smithy/util-middleware': 4.0.4 5043 - '@smithy/util-retry': 4.0.5 5053 + '@smithy/util-retry': 4.0.6 5044 5054 tslib: 2.8.1 5045 5055 uuid: 9.0.1 5046 5056 ··· 5062 5072 '@smithy/types': 4.3.1 5063 5073 tslib: 2.8.1 5064 5074 5065 - '@smithy/node-http-handler@4.0.6': 5075 + '@smithy/node-http-handler@4.1.0': 5066 5076 dependencies: 5067 5077 '@smithy/abort-controller': 4.0.4 5068 5078 '@smithy/protocol-http': 5.1.2 ··· 5091 5101 '@smithy/types': 4.3.1 5092 5102 tslib: 2.8.1 5093 5103 5094 - '@smithy/service-error-classification@4.0.5': 5104 + '@smithy/service-error-classification@4.0.6': 5095 5105 dependencies: 5096 5106 '@smithy/types': 4.3.1 5097 5107 ··· 5111 5121 '@smithy/util-utf8': 4.0.0 5112 5122 tslib: 2.8.1 5113 5123 5114 - '@smithy/smithy-client@4.4.3': 5124 + '@smithy/smithy-client@4.4.8': 5115 5125 dependencies: 5116 - '@smithy/core': 3.5.3 5117 - '@smithy/middleware-endpoint': 4.1.11 5126 + '@smithy/core': 3.7.1 5127 + '@smithy/middleware-endpoint': 4.1.16 5118 5128 '@smithy/middleware-stack': 4.0.4 5119 5129 '@smithy/protocol-http': 5.1.2 5120 5130 '@smithy/types': 4.3.1 5121 - '@smithy/util-stream': 4.2.2 5131 + '@smithy/util-stream': 4.2.3 5122 5132 tslib: 2.8.1 5123 5133 5124 5134 '@smithy/types@4.3.1': ··· 5159 5169 dependencies: 5160 5170 tslib: 2.8.1 5161 5171 5162 - '@smithy/util-defaults-mode-browser@4.0.19': 5172 + '@smithy/util-defaults-mode-browser@4.0.24': 5163 5173 dependencies: 5164 5174 '@smithy/property-provider': 4.0.4 5165 - '@smithy/smithy-client': 4.4.3 5175 + '@smithy/smithy-client': 4.4.8 5166 5176 '@smithy/types': 4.3.1 5167 5177 bowser: 2.11.0 5168 5178 tslib: 2.8.1 5169 5179 5170 - '@smithy/util-defaults-mode-node@4.0.19': 5180 + '@smithy/util-defaults-mode-node@4.0.24': 5171 5181 dependencies: 5172 5182 '@smithy/config-resolver': 4.1.4 5173 5183 '@smithy/credential-provider-imds': 4.0.6 5174 5184 '@smithy/node-config-provider': 4.1.3 5175 5185 '@smithy/property-provider': 4.0.4 5176 - '@smithy/smithy-client': 4.4.3 5186 + '@smithy/smithy-client': 4.4.8 5177 5187 '@smithy/types': 4.3.1 5178 5188 tslib: 2.8.1 5179 5189 ··· 5192 5202 '@smithy/types': 4.3.1 5193 5203 tslib: 2.8.1 5194 5204 5195 - '@smithy/util-retry@4.0.5': 5205 + '@smithy/util-retry@4.0.6': 5196 5206 dependencies: 5197 - '@smithy/service-error-classification': 4.0.5 5207 + '@smithy/service-error-classification': 4.0.6 5198 5208 '@smithy/types': 4.3.1 5199 5209 tslib: 2.8.1 5200 5210 5201 - '@smithy/util-stream@4.2.2': 5211 + '@smithy/util-stream@4.2.3': 5202 5212 dependencies: 5203 - '@smithy/fetch-http-handler': 5.0.4 5204 - '@smithy/node-http-handler': 4.0.6 5213 + '@smithy/fetch-http-handler': 5.1.0 5214 + '@smithy/node-http-handler': 4.1.0 5205 5215 '@smithy/types': 4.3.1 5206 5216 '@smithy/util-base64': 4.0.0 5207 5217 '@smithy/util-buffer-from': 4.0.0 ··· 5223 5233 '@smithy/util-buffer-from': 4.0.0 5224 5234 tslib: 2.8.1 5225 5235 5226 - '@smithy/util-waiter@4.0.5': 5236 + '@smithy/util-waiter@4.0.6': 5227 5237 dependencies: 5228 5238 '@smithy/abort-controller': 4.0.4 5229 5239 '@smithy/types': 4.3.1 ··· 5233 5243 5234 5244 '@types/bn.js@5.2.0': 5235 5245 dependencies: 5236 - '@types/node': 24.0.3 5246 + '@types/node': 24.0.15 5237 5247 5238 - '@types/bun@1.2.17': 5248 + '@types/bun@1.2.18(@types/react@19.1.8)': 5239 5249 dependencies: 5240 - bun-types: 1.2.17 5250 + bun-types: 1.2.18(@types/react@19.1.8) 5251 + transitivePeerDependencies: 5252 + - '@types/react' 5241 5253 5242 5254 '@types/chai@5.2.2': 5243 5255 dependencies: ··· 5255 5267 5256 5268 '@types/node@12.20.55': {} 5257 5269 5258 - '@types/node@22.15.32': 5270 + '@types/node@22.16.5': 5259 5271 dependencies: 5260 5272 undici-types: 6.21.0 5261 5273 5262 - '@types/node@24.0.3': 5274 + '@types/node@24.0.15': 5263 5275 dependencies: 5264 5276 undici-types: 7.8.0 5277 + 5278 + '@types/react@19.1.8': 5279 + dependencies: 5280 + csstype: 3.1.3 5265 5281 5266 5282 '@types/uuid@9.0.8': {} 5267 5283 5268 - '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0))': 5284 + '@vitest/coverage-v8@3.2.4(vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0))': 5269 5285 dependencies: 5270 5286 '@ampproject/remapping': 2.3.0 5271 5287 '@bcoe/v8-coverage': 1.0.2 ··· 5280 5296 std-env: 3.9.0 5281 5297 test-exclude: 7.0.1 5282 5298 tinyrainbow: 2.0.0 5283 - vitest: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 5299 + vitest: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 5284 5300 transitivePeerDependencies: 5285 5301 - supports-color 5286 5302 ··· 5289 5305 '@types/chai': 5.2.2 5290 5306 '@vitest/spy': 3.2.4 5291 5307 '@vitest/utils': 3.2.4 5292 - chai: 5.2.0 5308 + chai: 5.2.1 5293 5309 tinyrainbow: 2.0.0 5294 5310 5295 - '@vitest/mocker@3.2.4(vite@6.3.5(@types/node@24.0.3)(yaml@2.8.0))': 5311 + '@vitest/mocker@3.2.4(vite@7.0.5(@types/node@24.0.15)(yaml@2.8.0))': 5296 5312 dependencies: 5297 5313 '@vitest/spy': 3.2.4 5298 5314 estree-walker: 3.0.3 5299 5315 magic-string: 0.30.17 5300 5316 optionalDependencies: 5301 - vite: 6.3.5(@types/node@24.0.3)(yaml@2.8.0) 5317 + vite: 7.0.5(@types/node@24.0.15)(yaml@2.8.0) 5302 5318 5303 5319 '@vitest/pretty-format@3.2.4': 5304 5320 dependencies: ··· 5368 5384 5369 5385 ast-v8-to-istanbul@0.3.3: 5370 5386 dependencies: 5371 - '@jridgewell/trace-mapping': 0.3.25 5387 + '@jridgewell/trace-mapping': 0.3.29 5372 5388 estree-walker: 3.0.3 5373 5389 js-tokens: 9.0.1 5374 5390 ··· 5381 5397 axios@1.10.0: 5382 5398 dependencies: 5383 5399 follow-redirects: 1.15.9 5384 - form-data: 4.0.3 5400 + form-data: 4.0.4 5385 5401 proxy-from-env: 1.1.0 5386 5402 transitivePeerDependencies: 5387 5403 - debug ··· 5457 5473 base64-js: 1.5.1 5458 5474 ieee754: 1.2.1 5459 5475 5460 - bun-types@1.2.17: 5476 + bun-types@1.2.18(@types/react@19.1.8): 5461 5477 dependencies: 5462 - '@types/node': 24.0.3 5478 + '@types/node': 24.0.15 5479 + '@types/react': 19.1.8 5463 5480 5464 5481 bytes@3.1.2: {} 5465 5482 ··· 5495 5512 5496 5513 cborg@4.2.12: {} 5497 5514 5498 - chai@5.2.0: 5515 + chai@5.2.1: 5499 5516 dependencies: 5500 5517 assertion-error: 2.0.1 5501 5518 check-error: 2.1.1 5502 5519 deep-eql: 5.0.2 5503 5520 loupe: 3.1.4 5504 - pathval: 2.0.0 5521 + pathval: 2.0.1 5505 5522 5506 5523 chardet@0.7.0: {} 5507 5524 ··· 5537 5554 dependencies: 5538 5555 mime-db: 1.54.0 5539 5556 5540 - compression@1.8.0: 5557 + compression@1.8.1: 5541 5558 dependencies: 5542 5559 bytes: 3.1.2 5543 5560 compressible: 2.0.18 5544 5561 debug: 2.6.9 5545 5562 negotiator: 0.6.4 5546 - on-headers: 1.0.2 5563 + on-headers: 1.1.0 5547 5564 safe-buffer: 5.2.1 5548 5565 vary: 1.1.2 5549 5566 transitivePeerDependencies: ··· 5571 5588 path-key: 3.1.1 5572 5589 shebang-command: 2.0.0 5573 5590 which: 2.0.2 5591 + 5592 + csstype@3.1.3: {} 5574 5593 5575 5594 debug@2.6.9: 5576 5595 dependencies: ··· 5608 5627 dependencies: 5609 5628 path-type: 4.0.0 5610 5629 5611 - disposable-email-domains-js@1.12.0: {} 5630 + disposable-email-domains-js@1.14.0: {} 5612 5631 5613 5632 dom-serializer@1.4.1: 5614 5633 dependencies: ··· 5684 5703 has-tostringtag: 1.0.2 5685 5704 hasown: 2.0.2 5686 5705 5687 - esbuild@0.25.5: 5706 + esbuild@0.25.7: 5688 5707 optionalDependencies: 5689 - '@esbuild/aix-ppc64': 0.25.5 5690 - '@esbuild/android-arm': 0.25.5 5691 - '@esbuild/android-arm64': 0.25.5 5692 - '@esbuild/android-x64': 0.25.5 5693 - '@esbuild/darwin-arm64': 0.25.5 5694 - '@esbuild/darwin-x64': 0.25.5 5695 - '@esbuild/freebsd-arm64': 0.25.5 5696 - '@esbuild/freebsd-x64': 0.25.5 5697 - '@esbuild/linux-arm': 0.25.5 5698 - '@esbuild/linux-arm64': 0.25.5 5699 - '@esbuild/linux-ia32': 0.25.5 5700 - '@esbuild/linux-loong64': 0.25.5 5701 - '@esbuild/linux-mips64el': 0.25.5 5702 - '@esbuild/linux-ppc64': 0.25.5 5703 - '@esbuild/linux-riscv64': 0.25.5 5704 - '@esbuild/linux-s390x': 0.25.5 5705 - '@esbuild/linux-x64': 0.25.5 5706 - '@esbuild/netbsd-arm64': 0.25.5 5707 - '@esbuild/netbsd-x64': 0.25.5 5708 - '@esbuild/openbsd-arm64': 0.25.5 5709 - '@esbuild/openbsd-x64': 0.25.5 5710 - '@esbuild/sunos-x64': 0.25.5 5711 - '@esbuild/win32-arm64': 0.25.5 5712 - '@esbuild/win32-ia32': 0.25.5 5713 - '@esbuild/win32-x64': 0.25.5 5708 + '@esbuild/aix-ppc64': 0.25.7 5709 + '@esbuild/android-arm': 0.25.7 5710 + '@esbuild/android-arm64': 0.25.7 5711 + '@esbuild/android-x64': 0.25.7 5712 + '@esbuild/darwin-arm64': 0.25.7 5713 + '@esbuild/darwin-x64': 0.25.7 5714 + '@esbuild/freebsd-arm64': 0.25.7 5715 + '@esbuild/freebsd-x64': 0.25.7 5716 + '@esbuild/linux-arm': 0.25.7 5717 + '@esbuild/linux-arm64': 0.25.7 5718 + '@esbuild/linux-ia32': 0.25.7 5719 + '@esbuild/linux-loong64': 0.25.7 5720 + '@esbuild/linux-mips64el': 0.25.7 5721 + '@esbuild/linux-ppc64': 0.25.7 5722 + '@esbuild/linux-riscv64': 0.25.7 5723 + '@esbuild/linux-s390x': 0.25.7 5724 + '@esbuild/linux-x64': 0.25.7 5725 + '@esbuild/netbsd-arm64': 0.25.7 5726 + '@esbuild/netbsd-x64': 0.25.7 5727 + '@esbuild/openbsd-arm64': 0.25.7 5728 + '@esbuild/openbsd-x64': 0.25.7 5729 + '@esbuild/openharmony-arm64': 0.25.7 5730 + '@esbuild/sunos-x64': 0.25.7 5731 + '@esbuild/win32-arm64': 0.25.7 5732 + '@esbuild/win32-ia32': 0.25.7 5733 + '@esbuild/win32-x64': 0.25.7 5714 5734 5715 5735 escape-html@1.0.3: {} 5716 5736 ··· 5734 5754 5735 5755 expand-template@2.0.3: {} 5736 5756 5737 - expect-type@1.2.1: {} 5757 + expect-type@1.2.2: {} 5738 5758 5739 5759 express-async-errors@3.1.1(express@4.21.2): 5740 5760 dependencies: ··· 5800 5820 5801 5821 fast-redact@3.5.0: {} 5802 5822 5803 - fast-xml-parser@4.4.1: 5823 + fast-xml-parser@5.2.5: 5804 5824 dependencies: 5805 - strnum: 1.1.2 5825 + strnum: 2.1.1 5806 5826 5807 5827 fastq@1.19.1: 5808 5828 dependencies: 5809 5829 reusify: 1.1.0 5810 5830 5811 - fdir@6.4.6(picomatch@4.0.2): 5831 + fdir@6.4.6(picomatch@4.0.3): 5812 5832 optionalDependencies: 5813 - picomatch: 4.0.2 5833 + picomatch: 4.0.3 5814 5834 5815 5835 file-type@16.5.4: 5816 5836 dependencies: ··· 5848 5868 cross-spawn: 7.0.6 5849 5869 signal-exit: 4.1.0 5850 5870 5851 - form-data@4.0.3: 5871 + form-data@4.0.4: 5852 5872 dependencies: 5853 5873 asynckit: 0.4.0 5854 5874 combined-stream: 1.0.8 ··· 6060 6080 6061 6081 istanbul-lib-source-maps@5.0.6: 6062 6082 dependencies: 6063 - '@jridgewell/trace-mapping': 0.3.25 6083 + '@jridgewell/trace-mapping': 0.3.29 6064 6084 debug: 4.4.1 6065 6085 istanbul-lib-coverage: 3.2.2 6066 6086 transitivePeerDependencies: ··· 6121 6141 6122 6142 magic-string@0.30.17: 6123 6143 dependencies: 6124 - '@jridgewell/sourcemap-codec': 1.5.0 6144 + '@jridgewell/sourcemap-codec': 1.5.4 6125 6145 6126 6146 magicast@0.3.5: 6127 6147 dependencies: 6128 - '@babel/parser': 7.27.5 6129 - '@babel/types': 7.27.6 6148 + '@babel/parser': 7.28.0 6149 + '@babel/types': 7.28.1 6130 6150 source-map-js: 1.2.1 6131 6151 6132 6152 make-dir@4.0.0: ··· 6223 6243 dependencies: 6224 6244 ee-first: 1.1.1 6225 6245 6226 - on-headers@1.0.2: {} 6246 + on-headers@1.1.0: {} 6227 6247 6228 6248 once@1.4.0: 6229 6249 dependencies: ··· 6293 6313 6294 6314 pathe@2.0.3: {} 6295 6315 6296 - pathval@2.0.0: {} 6316 + pathval@2.0.1: {} 6297 6317 6298 6318 peek-readable@4.1.0: {} 6299 6319 6300 - pg-cloudflare@1.2.6: 6320 + pg-cloudflare@1.2.7: 6301 6321 optional: true 6302 6322 6303 6323 pg-connection-string@2.9.1: {} 6304 6324 6305 6325 pg-int8@1.0.1: {} 6306 6326 6307 - pg-pool@3.10.1(pg@8.16.2): 6327 + pg-pool@3.10.1(pg@8.16.3): 6308 6328 dependencies: 6309 - pg: 8.16.2 6329 + pg: 8.16.3 6310 6330 6311 - pg-protocol@1.10.2: {} 6331 + pg-protocol@1.10.3: {} 6312 6332 6313 6333 pg-types@2.2.0: 6314 6334 dependencies: ··· 6318 6338 postgres-date: 1.0.7 6319 6339 postgres-interval: 1.2.0 6320 6340 6321 - pg@8.16.2: 6341 + pg@8.16.3: 6322 6342 dependencies: 6323 6343 pg-connection-string: 2.9.1 6324 - pg-pool: 3.10.1(pg@8.16.2) 6325 - pg-protocol: 1.10.2 6344 + pg-pool: 3.10.1(pg@8.16.3) 6345 + pg-protocol: 1.10.3 6326 6346 pg-types: 2.2.0 6327 6347 pgpass: 1.0.5 6328 6348 optionalDependencies: 6329 - pg-cloudflare: 1.2.6 6349 + pg-cloudflare: 1.2.7 6330 6350 6331 6351 pgpass@1.0.5: 6332 6352 dependencies: ··· 6336 6356 6337 6357 picomatch@2.3.1: {} 6338 6358 6339 - picomatch@4.0.2: {} 6359 + picomatch@4.0.3: {} 6340 6360 6341 6361 pify@4.0.1: {} 6342 6362 ··· 6401 6421 6402 6422 prettier@2.8.8: {} 6403 6423 6404 - prettier@3.6.0: {} 6424 + prettier@3.6.2: {} 6405 6425 6406 6426 process-warning@3.0.0: {} 6407 6427 ··· 6492 6512 safe-stable-stringify: 2.5.0 6493 6513 semver-compare: 1.0.0 6494 6514 6495 - rollup@4.44.0: 6515 + rollup@4.45.1: 6496 6516 dependencies: 6497 6517 '@types/estree': 1.0.8 6498 6518 optionalDependencies: 6499 - '@rollup/rollup-android-arm-eabi': 4.44.0 6500 - '@rollup/rollup-android-arm64': 4.44.0 6501 - '@rollup/rollup-darwin-arm64': 4.44.0 6502 - '@rollup/rollup-darwin-x64': 4.44.0 6503 - '@rollup/rollup-freebsd-arm64': 4.44.0 6504 - '@rollup/rollup-freebsd-x64': 4.44.0 6505 - '@rollup/rollup-linux-arm-gnueabihf': 4.44.0 6506 - '@rollup/rollup-linux-arm-musleabihf': 4.44.0 6507 - '@rollup/rollup-linux-arm64-gnu': 4.44.0 6508 - '@rollup/rollup-linux-arm64-musl': 4.44.0 6509 - '@rollup/rollup-linux-loongarch64-gnu': 4.44.0 6510 - '@rollup/rollup-linux-powerpc64le-gnu': 4.44.0 6511 - '@rollup/rollup-linux-riscv64-gnu': 4.44.0 6512 - '@rollup/rollup-linux-riscv64-musl': 4.44.0 6513 - '@rollup/rollup-linux-s390x-gnu': 4.44.0 6514 - '@rollup/rollup-linux-x64-gnu': 4.44.0 6515 - '@rollup/rollup-linux-x64-musl': 4.44.0 6516 - '@rollup/rollup-win32-arm64-msvc': 4.44.0 6517 - '@rollup/rollup-win32-ia32-msvc': 4.44.0 6518 - '@rollup/rollup-win32-x64-msvc': 4.44.0 6519 + '@rollup/rollup-android-arm-eabi': 4.45.1 6520 + '@rollup/rollup-android-arm64': 4.45.1 6521 + '@rollup/rollup-darwin-arm64': 4.45.1 6522 + '@rollup/rollup-darwin-x64': 4.45.1 6523 + '@rollup/rollup-freebsd-arm64': 4.45.1 6524 + '@rollup/rollup-freebsd-x64': 4.45.1 6525 + '@rollup/rollup-linux-arm-gnueabihf': 4.45.1 6526 + '@rollup/rollup-linux-arm-musleabihf': 4.45.1 6527 + '@rollup/rollup-linux-arm64-gnu': 4.45.1 6528 + '@rollup/rollup-linux-arm64-musl': 4.45.1 6529 + '@rollup/rollup-linux-loongarch64-gnu': 4.45.1 6530 + '@rollup/rollup-linux-powerpc64le-gnu': 4.45.1 6531 + '@rollup/rollup-linux-riscv64-gnu': 4.45.1 6532 + '@rollup/rollup-linux-riscv64-musl': 4.45.1 6533 + '@rollup/rollup-linux-s390x-gnu': 4.45.1 6534 + '@rollup/rollup-linux-x64-gnu': 4.45.1 6535 + '@rollup/rollup-linux-x64-musl': 4.45.1 6536 + '@rollup/rollup-win32-arm64-msvc': 4.45.1 6537 + '@rollup/rollup-win32-ia32-msvc': 4.45.1 6538 + '@rollup/rollup-win32-x64-msvc': 4.45.1 6519 6539 fsevents: 2.3.3 6520 6540 6521 6541 run-parallel@1.2.0: ··· 6706 6726 dependencies: 6707 6727 js-tokens: 9.0.1 6708 6728 6709 - strnum@1.1.2: {} 6729 + strnum@2.1.1: {} 6710 6730 6711 6731 strtok3@6.3.0: 6712 6732 dependencies: ··· 6750 6770 6751 6771 tinyglobby@0.2.14: 6752 6772 dependencies: 6753 - fdir: 6.4.6(picomatch@4.0.2) 6754 - picomatch: 4.0.2 6773 + fdir: 6.4.6(picomatch@4.0.3) 6774 + picomatch: 4.0.3 6755 6775 6756 6776 tinypool@1.1.1: {} 6757 6777 ··· 6828 6848 6829 6849 vary@1.1.2: {} 6830 6850 6831 - vite-node@3.2.4(@types/node@24.0.3)(yaml@2.8.0): 6851 + vite-node@3.2.4(@types/node@24.0.15)(yaml@2.8.0): 6832 6852 dependencies: 6833 6853 cac: 6.7.14 6834 6854 debug: 4.4.1 6835 6855 es-module-lexer: 1.7.0 6836 6856 pathe: 2.0.3 6837 - vite: 6.3.5(@types/node@24.0.3)(yaml@2.8.0) 6857 + vite: 7.0.5(@types/node@24.0.15)(yaml@2.8.0) 6838 6858 transitivePeerDependencies: 6839 6859 - '@types/node' 6840 6860 - jiti ··· 6849 6869 - tsx 6850 6870 - yaml 6851 6871 6852 - vite@6.3.5(@types/node@24.0.3)(yaml@2.8.0): 6872 + vite@7.0.5(@types/node@24.0.15)(yaml@2.8.0): 6853 6873 dependencies: 6854 - esbuild: 0.25.5 6855 - fdir: 6.4.6(picomatch@4.0.2) 6856 - picomatch: 4.0.2 6874 + esbuild: 0.25.7 6875 + fdir: 6.4.6(picomatch@4.0.3) 6876 + picomatch: 4.0.3 6857 6877 postcss: 8.5.6 6858 - rollup: 4.44.0 6878 + rollup: 4.45.1 6859 6879 tinyglobby: 0.2.14 6860 6880 optionalDependencies: 6861 - '@types/node': 24.0.3 6881 + '@types/node': 24.0.15 6862 6882 fsevents: 2.3.3 6863 6883 yaml: 2.8.0 6864 6884 6865 - vitest@3.2.4(@types/node@24.0.3)(yaml@2.8.0): 6885 + vitest@3.2.4(@types/node@24.0.15)(yaml@2.8.0): 6866 6886 dependencies: 6867 6887 '@types/chai': 5.2.2 6868 6888 '@vitest/expect': 3.2.4 6869 - '@vitest/mocker': 3.2.4(vite@6.3.5(@types/node@24.0.3)(yaml@2.8.0)) 6889 + '@vitest/mocker': 3.2.4(vite@7.0.5(@types/node@24.0.15)(yaml@2.8.0)) 6870 6890 '@vitest/pretty-format': 3.2.4 6871 6891 '@vitest/runner': 3.2.4 6872 6892 '@vitest/snapshot': 3.2.4 6873 6893 '@vitest/spy': 3.2.4 6874 6894 '@vitest/utils': 3.2.4 6875 - chai: 5.2.0 6895 + chai: 5.2.1 6876 6896 debug: 4.4.1 6877 - expect-type: 1.2.1 6897 + expect-type: 1.2.2 6878 6898 magic-string: 0.30.17 6879 6899 pathe: 2.0.3 6880 - picomatch: 4.0.2 6900 + picomatch: 4.0.3 6881 6901 std-env: 3.9.0 6882 6902 tinybench: 2.9.0 6883 6903 tinyexec: 0.3.2 6884 6904 tinyglobby: 0.2.14 6885 6905 tinypool: 1.1.1 6886 6906 tinyrainbow: 2.0.0 6887 - vite: 6.3.5(@types/node@24.0.3)(yaml@2.8.0) 6888 - vite-node: 3.2.4(@types/node@24.0.3)(yaml@2.8.0) 6907 + vite: 7.0.5(@types/node@24.0.15)(yaml@2.8.0) 6908 + vite-node: 3.2.4(@types/node@24.0.15)(yaml@2.8.0) 6889 6909 why-is-node-running: 2.3.0 6890 6910 optionalDependencies: 6891 - '@types/node': 24.0.3 6911 + '@types/node': 24.0.15 6892 6912 transitivePeerDependencies: 6893 6913 - jiti 6894 6914 - less ··· 6928 6948 6929 6949 wrappy@1.0.2: {} 6930 6950 6931 - ws@8.18.2: {} 6951 + ws@8.18.3: {} 6932 6952 6933 6953 xtend@4.0.2: {} 6934 6954 ··· 6937 6957 6938 6958 yocto-queue@1.2.1: {} 6939 6959 6940 - zod@3.25.67: {} 6960 + zod@3.25.76: {}