diff --git a/go.mod b/go.mod index 862c2eccb4..e5b3ef6e69 100644 --- a/go.mod +++ b/go.mod @@ -29,9 +29,9 @@ require ( github.com/zeebo/xxh3 v1.1.0 go.yaml.in/yaml/v3 v3.0.4 golang.org/x/sync v0.23.0 - golang.org/x/term v0.45.0 + golang.org/x/term v0.46.0 mvdan.cc/sh/v3 v3.14.1 - mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4 + mvdan.cc/sh/x v0.0.0-20260909211640-c6351e95dbee ) require ( @@ -43,9 +43,9 @@ require ( cloud.google.com/go/iam v1.13.0 // indirect cloud.google.com/go/monitoring v1.30.0 // indirect cloud.google.com/go/storage v1.65.1 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.37.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.61.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.61.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.38.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.62.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.62.0 // indirect github.com/atotto/clipboard v0.1.4 // indirect github.com/aws/aws-sdk-go-v2 v1.44.0 // indirect github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.20 // indirect @@ -119,12 +119,12 @@ require ( go.opentelemetry.io/otel/sdk v1.45.0 // indirect go.opentelemetry.io/otel/sdk/metric v1.45.0 // indirect go.opentelemetry.io/otel/trace v1.45.0 // indirect - golang.org/x/crypto v0.56.0 // indirect + golang.org/x/crypto v0.57.0 // indirect golang.org/x/exp v0.0.0-20260718201538-764159d718ef // indirect - golang.org/x/net v0.58.0 // indirect + golang.org/x/net v0.59.0 // indirect golang.org/x/oauth2 v0.37.0 // indirect - golang.org/x/sys v0.47.0 // indirect - golang.org/x/text v0.41.0 // indirect + golang.org/x/sys v0.48.0 // indirect + golang.org/x/text v0.42.0 // indirect golang.org/x/time v0.16.0 // indirect google.golang.org/api v0.297.0 // indirect google.golang.org/genproto v0.0.0-20260724162435-b2f20204f0df // indirect diff --git a/go.sum b/go.sum index b62e0a4790..e8681c7f4f 100644 --- a/go.sum +++ b/go.sum @@ -26,14 +26,14 @@ cloud.google.com/go/storage v1.65.1 h1:LRRpBJUTf+OXDPX9jZUKZ3mSLIsz3htG+qUpeNZov cloud.google.com/go/storage v1.65.1/go.mod h1:UsS9OgFg/XHOSYakQ8ZtLWWeyGkk1WnmD/GsGfN0BHM= cloud.google.com/go/trace v1.16.0 h1:GmQovzFc5F0CNfl0VLgL64aoTtu7xsM0YajW2GlG9+E= cloud.google.com/go/trace v1.16.0/go.mod h1:r+bdAn16dKLSV1G2D5v3e58IlQlizfxWrUfjx7kM7X0= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.37.0 h1:edOuLWehuDlQ68roBF900Y09jvBoJP5W5d/wusz9nWY= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.37.0/go.mod h1:iIyrdhveU5Ow84ipRlxtjCOQnIM0DiqSMxuxm50xwZY= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.61.0 h1:BeC1Bub7Ttk33TF8v3ZeQ2L8acvz4ZLqtQuLyJAZquc= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.61.0/go.mod h1:UgG/Xn9+NXb1/ueSczIFxyuya3hs3srFDiZG2JrpJwY= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.61.0 h1:eSgSuKdcpY7RTN1oXSzC6S39rPBImn03ubLMsWK4RRg= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.61.0/go.mod h1:ifhe5teRNcbxg9p353DhOkOgczzL/IBLYFqT1cm1zpM= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.61.0 h1:KhpL26/GviYITHMCEGGqT/l50siFaBCBBKrjv6Z0G/k= -github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.61.0/go.mod h1:sg6Wqbl0BKKZ5zKnQj2q0qic/3ziF894SCx1LpbX37Y= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.38.0 h1:rmzbFS2CkHq0y2L5LkMVWm+QXjjNEXxjmhrJqga/QGk= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.38.0/go.mod h1:iIyrdhveU5Ow84ipRlxtjCOQnIM0DiqSMxuxm50xwZY= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.62.0 h1:5y2LR2pripbccOte6BpZ+guv5O5W0OQIfKvUYZrGaAQ= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.62.0/go.mod h1:b3f7EifFRqkVt142USoGIP62uUeZm7ALCPrs1ZjWXYo= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.62.0 h1:tRsXhJnn0w0TNwJpVrB94wsrimzjWKFzdQlUhRdNUzc= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.62.0/go.mod h1:ifhe5teRNcbxg9p353DhOkOgczzL/IBLYFqT1cm1zpM= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.62.0 h1:aPMa5qZU9dp4fU34o+jQgVIPFIOi20oxYg8TLigmZLg= +github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.62.0/go.mod h1:sg6Wqbl0BKKZ5zKnQj2q0qic/3ziF894SCx1LpbX37Y= github.com/Ladicle/tabwriter v1.0.0 h1:DZQqPvMumBDwVNElso13afjYLNp0Z7pHqHnu0r4t9Dg= github.com/Ladicle/tabwriter v1.0.0/go.mod h1:c4MdCjxQyTbGuQO/gvqJ+IA/89UEwrsD6hUCW98dyp4= github.com/Masterminds/semver/v3 v3.5.0 h1:kQceYJfbupGfZOKZQg0kou0DgAKhzDg2NZPAwZ/2OOE= @@ -272,22 +272,22 @@ go.opentelemetry.io/otel/trace v1.45.0 h1:l/mP6Uv7oNO7/TblbhpbgMidxhq1uO/rPsikOy go.opentelemetry.io/otel/trace v1.45.0/go.mod h1:qoJJA2xNMnxRrdISU/kLtfUH2wNeQbiv+jhs/CxI8bc= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= -golang.org/x/crypto v0.56.0 h1:GUh5Ii4J5jtcseSMiRqr1jXCNHoxjeV9Fmekc2oLy6Y= -golang.org/x/crypto v0.56.0/go.mod h1:OMW5y6CY9l38uPLmxU6l6pwcXp1obtLo3e6gT7gQR2I= +golang.org/x/crypto v0.57.0 h1:3ZVCjf8Ggz7zneR/EHRVx68Ctf+2pmIMP2UFhh9cC6M= +golang.org/x/crypto v0.57.0/go.mod h1:Fdz0i5U6CoizGwLda9DttjSk6qlZo25zYNtR+ycvuZA= golang.org/x/exp v0.0.0-20260718201538-764159d718ef h1:LkZ48HFgy/TvhTI0bcWkjgFkgLyKUwcTbDjS0DUjw+A= golang.org/x/exp v0.0.0-20260718201538-764159d718ef/go.mod h1:EdfpwwqSu+0Li0mzskwHU6FWDV3t9Q+RZDo3QMUtL3Q= -golang.org/x/net v0.58.0 h1:ynWG7rqYi4ccpTEuPZ2QGWHktVEM9DMCj9yzDE0Q7To= -golang.org/x/net v0.58.0/go.mod h1:YwCddHnFlT7eLQqVprV19OnhLGtc5xOKgE0RyqgfWAU= +golang.org/x/net v0.59.0 h1:5zfYln+w5XCxwrnMMJPufRgNoXEaGxl0wo5GqPXyues= +golang.org/x/net v0.59.0/go.mod h1:2DA/G1UfVbCpQPeWTmMPGY7Cs2PkBkwu743bVX5PIVg= golang.org/x/oauth2 v0.37.0 h1:JUlcxA8oAtauLfiH8FX2/FkAWHAdi0QtGCGc+hofE98= golang.org/x/oauth2 v0.37.0/go.mod h1:IxwZNxUULJmpBFf9K/9NTMSIfZZuvuTy1gGxhigP/58= golang.org/x/sync v0.23.0 h1:KameEIfc1IkluZyXWLn39Wd4tURc6GbCiISGiZm2bQk= golang.org/x/sync v0.23.0/go.mod h1:sUUOizhqBxiL6pEWpqNLUiaJn1ShEbZ6BBqskPbjZm0= -golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs= -golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw= -golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0= -golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w= -golang.org/x/text v0.41.0 h1:vz/seA0lnX87Othu2f/0L24RcgrXD9/YFTSuGjj3rH8= -golang.org/x/text v0.41.0/go.mod h1:jvf1O8ajNzZqhSrQBPbutR/EB83Cc0CFrezNQIwbb5M= +golang.org/x/sys v0.48.0 h1:bbX/i/6MgT9BVLM9RT1thmxL04yeTAhbEz4SyadbXoo= +golang.org/x/sys v0.48.0/go.mod h1:hNLxWAXmnKAxqDtdwIYC4bM9oQPEecfsnNMuSxOs3og= +golang.org/x/term v0.46.0 h1:3+OXuTbaKDgwk8jTi3aSLHRlmWqHEUDUtxnbFigO4YE= +golang.org/x/term v0.46.0/go.mod h1:+K02xbkittuwc0Am4abfA3Fc+XRGXkvBXNO88NCXPoc= +golang.org/x/text v0.42.0 h1:JbOZXgfeCPU9gacVtYliJqOhD+zhrEqK4LfdpmlUZqI= +golang.org/x/text v0.42.0/go.mod h1:ojzP1Z+2QtioaF8DTtO8K5q7JWVVYwZKenzujK0Zd0E= golang.org/x/time v0.16.0 h1:vMb6ptszcQMkcwiRTAuNNU50gom6++Q/6gY2hDM6VDE= golang.org/x/time v0.16.0/go.mod h1:rVKOqvZeKvrDKTQiAHJ7wmwP0RzleSphoEA9RcdLA0s= gonum.org/v1/gonum v0.17.0 h1:VbpOemQlsSMrYmn7T2OUvQ4dqxQXU+ouZFQsZOx50z4= @@ -314,5 +314,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= mvdan.cc/sh/v3 v3.14.1 h1:bXkhQWNHCs0KZEChF8hYS6FC+T2N9mUZLbQv9blditI= mvdan.cc/sh/v3 v3.14.1/go.mod h1:syYCoFET8w9tvevxiXUtY8/ICrU+l26jHmhJDra3Vwo= -mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4 h1:+ZxaDoGrbmvQFjU5M1YQtHRoEf98R7mslgvlJ3hgASk= -mvdan.cc/sh/x v0.0.0-20260907232430-b5028a3332a4/go.mod h1:j4gEzJjKcncRAMCu/GVaXCR8/b63sHi/ty4+pG+FuPU= +mvdan.cc/sh/x v0.0.0-20260909211640-c6351e95dbee h1:gj12OhQwMI2oW6cWLqjEjaVjMg7GNKJoHiTs/kp2ubg= +mvdan.cc/sh/x v0.0.0-20260909211640-c6351e95dbee/go.mod h1:j4gEzJjKcncRAMCu/GVaXCR8/b63sHi/ty4+pG+FuPU= diff --git a/mise.lock b/mise.lock index 9c47a96394..01ed6f6b35 100644 --- a/mise.lock +++ b/mise.lock @@ -83,49 +83,49 @@ url_api = "https://api.github.com/repos/golangci/golangci-lint/releases/assets/5 provenance = "github-attestations" [[tools.goreleaser]] -version = "2.18.1" +version = "2.18.2" backend = "aqua:goreleaser/goreleaser" [tools.goreleaser."platforms.linux-arm64"] -checksum = "sha256:93dba7614308e167158bd26978e8275971fd4b9147e7f3c687a64f5939d42d27" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Linux_arm64.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377096" +checksum = "sha256:a71681b29194f08f057a68cfcaa5c6b15d907a83a2622c51900c4faff828f322" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Linux_arm64.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382435" provenance = "github-attestations" [tools.goreleaser."platforms.linux-arm64-musl"] -checksum = "sha256:93dba7614308e167158bd26978e8275971fd4b9147e7f3c687a64f5939d42d27" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Linux_arm64.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377096" +checksum = "sha256:a71681b29194f08f057a68cfcaa5c6b15d907a83a2622c51900c4faff828f322" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Linux_arm64.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382435" provenance = "github-attestations" [tools.goreleaser."platforms.linux-x64"] -checksum = "sha256:0c6122af0ad8fd65638889bf7d3757148b2f80eeff9f079682f0655df66ec8e8" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Linux_x86_64.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377081" +checksum = "sha256:0a96edc9d9bc594e4a41cc4d59467c182062910ab24d9d1f6dd7b667d32606d3" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Linux_x86_64.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382334" provenance = "github-attestations" [tools.goreleaser."platforms.linux-x64-musl"] -checksum = "sha256:0c6122af0ad8fd65638889bf7d3757148b2f80eeff9f079682f0655df66ec8e8" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Linux_x86_64.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377081" +checksum = "sha256:0a96edc9d9bc594e4a41cc4d59467c182062910ab24d9d1f6dd7b667d32606d3" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Linux_x86_64.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382334" provenance = "github-attestations" [tools.goreleaser."platforms.macos-arm64"] -checksum = "sha256:d0af1f86c439a59ab06c54c505f66fea1a166093dc91a7c0c8aebe3da1cc13b7" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Darwin_all.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377101" +checksum = "sha256:4bfd26942aa0f78e275cad3e49144a7c5ce2e8a34f7d0e9d34c718125766ba12" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Darwin_all.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382437" provenance = "github-attestations" [tools.goreleaser."platforms.macos-x64"] -checksum = "sha256:d0af1f86c439a59ab06c54c505f66fea1a166093dc91a7c0c8aebe3da1cc13b7" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Darwin_all.tar.gz" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377101" +checksum = "sha256:4bfd26942aa0f78e275cad3e49144a7c5ce2e8a34f7d0e9d34c718125766ba12" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Darwin_all.tar.gz" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382437" provenance = "github-attestations" [tools.goreleaser."platforms.windows-x64"] -checksum = "sha256:dbb3112f619c4827311b726b3c98047bce69af1ecee99984d55d450c04c471fc" -url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.1/goreleaser_Windows_x86_64.zip" -url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/546377158" +checksum = "sha256:de61a8e7a064abb14210b16c942facd299643d83341c5cd293f19155a7c8b95f" +url = "https://github.com/goreleaser/goreleaser/releases/download/v2.18.2/goreleaser_Windows_x86_64.zip" +url_api = "https://api.github.com/repos/goreleaser/goreleaser/releases/assets/569382470" provenance = "github-attestations" [[tools.gotestsum]] @@ -168,116 +168,118 @@ url = "https://github.com/gotestyourself/gotestsum/releases/download/v1.13.0/got url_api = "https://api.github.com/repos/gotestyourself/gotestsum/releases/assets/291996823" [[tools.mockery]] -version = "3.7.4" +version = "3.8.0" backend = "aqua:vektra/mockery" [tools.mockery."platforms.linux-arm64"] -checksum = "sha256:fe591f9ef5ada76c3dee4b8f451aad6748d002e9713fab4bad26b194ff826c4b" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Linux_arm64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865870" +checksum = "sha256:db306d9d9cbcceb78b169e0730bcc7db26d85a03bd200be62cc70c932e4f536a" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Linux_arm64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897283" [tools.mockery."platforms.linux-arm64-musl"] -checksum = "sha256:fe591f9ef5ada76c3dee4b8f451aad6748d002e9713fab4bad26b194ff826c4b" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Linux_arm64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865870" +checksum = "sha256:db306d9d9cbcceb78b169e0730bcc7db26d85a03bd200be62cc70c932e4f536a" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Linux_arm64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897283" [tools.mockery."platforms.linux-x64"] -checksum = "sha256:d5eef52e238a4262b78ab5a93811826a8bfcff7b0128133c6597e3bf2f0f7337" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Linux_x86_64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865868" +checksum = "sha256:ba8697cf5cf7164756afca371c247088980e4be7ded133e50536d8ae5c893a9a" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Linux_x86_64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897257" [tools.mockery."platforms.linux-x64-musl"] -checksum = "sha256:d5eef52e238a4262b78ab5a93811826a8bfcff7b0128133c6597e3bf2f0f7337" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Linux_x86_64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865868" +checksum = "sha256:ba8697cf5cf7164756afca371c247088980e4be7ded133e50536d8ae5c893a9a" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Linux_x86_64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897257" [tools.mockery."platforms.macos-arm64"] -checksum = "sha256:d7043f5bb9d836629d48e11cd627fad8ed600578c489fa7632f9ce273e104f78" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Darwin_arm64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865867" +checksum = "sha256:4830c454dc4bff7c59a5d6fde67ea45fcf94e22344fbe1d9992fb7f2ffd5e5ff" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Darwin_arm64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897258" [tools.mockery."platforms.macos-x64"] -checksum = "sha256:285ba8a23d835c11fa787cf76f8bd80c6f50cdc4e5b0f106580f877b4d8053df" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Darwin_x86_64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865883" +checksum = "sha256:4e6edbf2e714cf8793d396566aa760efc63931f91445114983bdcb75c0558f19" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Darwin_x86_64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897256" [tools.mockery."platforms.windows-x64"] -checksum = "sha256:2c68f48c0b8107a8e9bbae01931e9e4d0b3f4fbd034e4bca6d44fc1f50c57c8f" -url = "https://github.com/vektra/mockery/releases/download/v3.7.4/mockery_3.7.4_Windows_x86_64.tar.gz" -url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/525865866" +checksum = "sha256:c5883e601c6652c912e7260dc864a7f2abf2bbff0aa34dd13c69c54073971dc7" +url = "https://github.com/vektra/mockery/releases/download/v3.8.0/mockery_3.8.0_Windows_x86_64.tar.gz" +url_api = "https://api.github.com/repos/vektra/mockery/releases/assets/551897285" [[tools.node]] -version = "24.19.0" +version = "24.21.0" backend = "core:node" [tools.node."platforms.linux-arm64"] -checksum = "sha256:d28c8a5bf0a808f0ed434a1dce8c54ae98f0371c0bd86ac58abc613f73e6643f" -url = "https://nodejs.org/dist/v24.19.0/node-v24.19.0-linux-arm64.tar.gz" +checksum = "sha256:724282c3b43aec998aa9527380465b45d229e021b58035f5f4f63095eabfe5d5" +url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-linux-arm64.tar.gz" [tools.node."platforms.linux-arm64-musl"] -checksum = "sha256:20824e4d35948fae5b337dccef47813b04d8995312f59df7386f2256d9f9ab7e" -url = "https://unofficial-builds.nodejs.org/download/release/v24.19.0/node-v24.19.0-linux-arm64-musl.tar.gz" +checksum = "sha256:3048b0811e158ca0d8672b59c839861763e144492980d8d29b369dfee45747e4" +url = "https://unofficial-builds.nodejs.org/download/release/v24.21.0/node-v24.21.0-linux-arm64-musl.tar.gz" [tools.node."platforms.linux-x64"] -checksum = "sha256:f625d97cd707df4ff96254916fbc5ff014f09c09effe5a1e0ca8f6d41a8789d4" -url = "https://nodejs.org/dist/v24.19.0/node-v24.19.0-linux-x64.tar.gz" +checksum = "sha256:6e1db87ef58b8819e5d5402eff1536491b18edd8eb7bee5ef7897876e88dc5ff" +url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-linux-x64.tar.gz" [tools.node."platforms.linux-x64-musl"] -checksum = "sha256:c60223786df14a5d23e220ebb8e60318f5322640a62f90e6d9e54d3a18da532e" -url = "https://unofficial-builds.nodejs.org/download/release/v24.19.0/node-v24.19.0-linux-x64-musl.tar.gz" +checksum = "sha256:01a713e34da98e7b4d2a3191ee7ca3f93dd0384d1a2ef23c379b2161ee6e133a" +url = "https://unofficial-builds.nodejs.org/download/release/v24.21.0/node-v24.21.0-linux-x64-musl.tar.gz" [tools.node."platforms.macos-arm64"] -checksum = "sha256:8294b7aa9b03997481c06babf1e8b270c859358f27da57a11509afe537ac381d" -url = "https://nodejs.org/dist/v24.19.0/node-v24.19.0-darwin-arm64.tar.gz" +checksum = "sha256:bed7eea5325e1108f32ce5228ddd6a5f0f08a499ee42aa7442aea583702f6057" +url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-darwin-arm64.tar.gz" [tools.node."platforms.macos-x64"] -checksum = "sha256:d1b5e999db158c62fe8f7267a4476b035d8bd93b1a605bac24a3f0dd166e3316" -url = "https://nodejs.org/dist/v24.19.0/node-v24.19.0-darwin-x64.tar.gz" +checksum = "sha256:1462cb3b3046b815cf8ea436d3da450ec1a9f11dac7e5a46b0ada5305d7e8097" +url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-darwin-x64.tar.gz" [tools.node."platforms.windows-x64"] -checksum = "sha256:57f71ab3652e797d84acddc79c81cc9ff1c6ddb2a1974cdb83f00fee9bff4c73" -url = "https://nodejs.org/dist/v24.19.0/node-v24.19.0-win-x64.zip" +checksum = "sha256:158f7685b44de51f6c0df1d153526cbcd3e1bc739a8dfc607721cef75de9e541" +url = "https://nodejs.org/dist/v24.21.0/node-v24.21.0-win-x64.zip" [[tools.pnpm]] -version = "12.3.4" +version = "12.4.2" backend = "aqua:pnpm/pnpm" [tools.pnpm."platforms.linux-arm64"] -checksum = "sha256:95e71a2a30bbc0b77511f95cf096779068dcad6ffcbbfdf0cd4dde9de2b2b97c" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-linux-arm64.tar.gz" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431953" +checksum = "sha256:dc4a29d9848ef005bec3d36d49aae84b115ec3b18c110a3a7f33c37f7fd520bf" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-linux-arm64.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468071" provenance = "github-attestations" [tools.pnpm."platforms.linux-arm64-musl"] -checksum = "sha256:75c0b268cedbf9b57b69dcef576b9b307dd5b7650c1f967ac1b8f8d6afc1ca25" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-linux-arm64-musl.tar.gz" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431955" +checksum = "sha256:bf7597812c814030e759c20691dab88a1b271f495576fdbc4dae568458367105" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-linux-arm64-musl.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468074" provenance = "github-attestations" [tools.pnpm."platforms.linux-x64"] -checksum = "sha256:9705e5704b4679fb503c963a18d1ac4f105e39aafafca8a2ed346facdf820cd0" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-linux-x64.tar.gz" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431952" +checksum = "sha256:ce1ed690fe9c2f091d7267e1afbe9380abb08bb577e95348fda194a41147d2ec" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-linux-x64.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468079" provenance = "github-attestations" [tools.pnpm."platforms.linux-x64-musl"] -checksum = "sha256:e4c4f54599627cc0646fbb2ea8103bd6c88634533fbd6c6f5ca0f6fe7d6f5d9c" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-linux-x64-musl.tar.gz" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431957" +checksum = "sha256:5ac22f6d1da756482490a10b3be1b929a62fa1022a5b034b37856fab609cbd6c" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-linux-x64-musl.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468072" provenance = "github-attestations" [tools.pnpm."platforms.macos-arm64"] -checksum = "sha256:9560243d4e92780c4466bac2ee6aac4166c8bb601ad3c63f070cdd701b28f360" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-darwin-arm64.tar.gz" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431956" +checksum = "sha256:5aae95a95f0a98f9372dee7d1797386011fa6571b06b82554c7c7847d201308e" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-darwin-arm64.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468070" provenance = "github-attestations" [tools.pnpm."platforms.macos-x64"] -checksum = "sha256:b1d4e02cd2f9a37c42dbb82d2f93e80675f417bd4d5f3be8b999a84db673040e" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-darwin-x64.tar.gz" +checksum = "sha256:5fa3d19ad1a637d414bc3588730666f947642ada307bf52eee3997192f115d75" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-darwin-x64.tar.gz" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468080" +provenance = "github-attestations" [tools.pnpm."platforms.windows-x64"] -checksum = "sha256:ada0d8b62adff9884686d473e27d0f57ef2ca4a044d23a7c6782af86b9a8a6cf" -url = "https://github.com/pnpm/pnpm/releases/download/v12.3.4/pnpm-win32-x64.zip" -url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/544431954" +checksum = "sha256:da35e3f401674646968243b0aa1984e910d94de735e04936db22e7554791518d" +url = "https://github.com/pnpm/pnpm/releases/download/v12.4.2/pnpm-win32-x64.zip" +url_api = "https://api.github.com/repos/pnpm/pnpm/releases/assets/565468081" provenance = "github-attestations" diff --git a/mise.toml b/mise.toml index 3d21f2691e..2027ab7772 100644 --- a/mise.toml +++ b/mise.toml @@ -2,11 +2,11 @@ # Runtimes go = "1.27.1" node = "24" -pnpm = "12.3.4" +pnpm = "12.4.2" # Dev tools golangci-lint = "2.13.2" -mockery = "3.7.4" +mockery = "3.8.0" gotestsum = "latest" -goreleaser = "2.18.1" +goreleaser = "2.18.2" "go:golang.org/x/exp/cmd/gorelease" = "latest" diff --git a/website/package.json b/website/package.json index 08e35f5887..e0f894af5d 100644 --- a/website/package.json +++ b/website/package.json @@ -26,5 +26,5 @@ "vitepress-plugin-tabs": "^0.9.0", "vue": "^3.5.18" }, - "packageManager": "pnpm@12.3.4+sha512.961aa41fb077da3a04a441d9f8e15ebc0c96da8ef710b2eb67bf9ee7cb0610eabd48f1fd85f51cffe73846785fa0f87c56a3a872a1d893f8446741b5cce45457" + "packageManager": "pnpm@12.4.2+sha512.08adc6613180275c7c9edada39dcf08c9c61ad4e7eaf330a4f3461f102b0f907423454d117f98e72d47fef0616070644d7bffc973a6a57f5090a6d7c368b07c9" } diff --git a/website/pnpm-lock.yaml b/website/pnpm-lock.yaml index f8e8b42f6e..91c5dfb99c 100644 --- a/website/pnpm-lock.yaml +++ b/website/pnpm-lock.yaml @@ -7,96 +7,153 @@ importers: configDependencies: {} packageManagerDependencies: pnpm: - specifier: 12.3.4 - version: 12.3.4 + specifier: 12.4.2 + version: 12.4.2 packages: - '@pnpm/exe.darwin-arm64@12.3.4': - resolution: {integrity: sha512-PAyUol8T1+/+ViOiXAt51ECA+QnfXCqz6foL4bW+LsoX0NcVd5XVEM2mRQu+LV4oc7uRz9zf9U0P+XFfuQeDAw==} + '@pnpm/exe.android-arm64@12.4.2': + resolution: {integrity: sha512-E255MbcQ0V1577M2BV0ajWuP7KmTPYA0jqZnk3rK6Lq3kTvZWulMMb7iqRmnLsQbyWTkMEB2CfyM70loVDA8xg==} + cpu: [arm64] + os: [android] + + '@pnpm/exe.android-x64@12.4.2': + resolution: {integrity: sha512-J1pSeCUwuKxMG70ZzpWn8JzElxiEa8NN/3N0SlZRtU2xbztChaJCKF3HaBNIj9yPfeofWzJo/lwNvDDjraQuZw==} + cpu: [x64] + os: [android] + + '@pnpm/exe.darwin-arm64@12.4.2': + resolution: {integrity: sha512-A0WDo8iErfZBXgrLseQxw8i8Y9ctUpOEl/Uu+cubnTzpD8tT9ykIB548L8YTM2WD4OS+ZOHSxy8aGZcvKq8PaQ==} cpu: [arm64] os: [darwin] - '@pnpm/exe.darwin-x64@12.3.4': - resolution: {integrity: sha512-fxP9JCk0Cdye+ePuj+GJJLMUMTqHGWRdb1dtv4How876uQ2ehxvenpgiYAir/ceO9PsYUZkFTtyZdx+rRu5QOA==} + '@pnpm/exe.darwin-x64@12.4.2': + resolution: {integrity: sha512-MSgJdovBWHcb5DEOvfPH9yNi/T5O1Xa4ess+E1ESGo/5yuty7S4JoiIjami+fsNXfnoQMlwsMUqYU4zAvBcNCw==} cpu: [x64] os: [darwin] - '@pnpm/exe.linux-arm64-musl@12.3.4': - resolution: {integrity: sha512-FBOt0/7ye6O6q4AllVV5QMviB6qE6fqkeczV/+MDWQsmo+QJrlfsh6X7CpH/tClVpBZEyIbjpUoT8bNhCYBxEg==} + '@pnpm/exe.freebsd-x64@12.4.2': + resolution: {integrity: sha512-h2YumlQSNvgbRPv+RXwABohX65f9bOBZn+jMIt7bFDISZPCzQ+Nvpt6Awbp4ip5PwQgYxbu5iREJ1fHE39Fm8A==} + cpu: [x64] + os: [freebsd] + + '@pnpm/exe.linux-arm64-musl@12.4.2': + resolution: {integrity: sha512-LwSEtSEDTv6S51YLs3YvSkPyun/QmfMic1UGICUkPWFu6ByP43RdMlkKvmVkfGhAYCpnxO057vrmyJqtfZrPCA==} cpu: [arm64] os: [linux] libc: [musl] - '@pnpm/exe.linux-arm64@12.3.4': - resolution: {integrity: sha512-t71AVA7LRqiKTyZ5xMYaZc2n5DfdpMbfokZuiIOXHBOM03ECnF0t4iYwaBDqJgVjlKYUOwaF/bRQajGNA4cJ4w==} + '@pnpm/exe.linux-arm64@12.4.2': + resolution: {integrity: sha512-2dSiDXyhx+RTHsewxex8f/jVjqQXWJ2oow4kCVHEWdZKeBpgMxvZ6fHkTAUBJXgqhbKIDHvuNlZBP7gJfUWL5A==} cpu: [arm64] os: [linux] libc: [glibc] - '@pnpm/exe.linux-x64-musl@12.3.4': - resolution: {integrity: sha512-RPmk7Jb/aYaFvL2iyDN/AtMY+hUEsue732WmXpcuQ9tBpMnGyA5py7Z3+e+qmQaJ0zY/4ni9jJiyPBQHujmv6w==} + '@pnpm/exe.linux-ppc64@12.4.2': + resolution: {integrity: sha512-8Itc+jQk+MTz04LS9D1RcH+VctAWmzM4l1cJQ+Sx7pAJNo7EKHdRMbC0Tok1jyQ7eEHNJZD5EleYneZqWfZM+g==} + cpu: [ppc64] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-riscv64@12.4.2': + resolution: {integrity: sha512-hleOeqhTVpH+z9RVMGnxvU4ZnrkBUClWjCbHD9u6kwyqhGSpevoU1wTGish+CBRhmIgMAy9pAfFpqhbAKOKNfw==} + cpu: [riscv64] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-s390x@12.4.2': + resolution: {integrity: sha512-LAsQRRdP9aToENR6dtcIJ9l+e1zMYOX0tQcLGpRyLPVBQcYRLlvAPcmDshsiIHQjp05SDa9FI0czX1ZQ1a7a/A==} + cpu: [s390x] + os: [linux] + libc: [glibc] + + '@pnpm/exe.linux-x64-musl@12.4.2': + resolution: {integrity: sha512-kzfzH2/0BWdTABK14Yj5a1xsdkTEQUp2eXEPNakaD9jKL025lq3hyaKHIz/gIZaPDMe/1bFFK/En4ztFlbBJxw==} cpu: [x64] os: [linux] libc: [musl] - '@pnpm/exe.linux-x64@12.3.4': - resolution: {integrity: sha512-2ZqOlSPkfwX1h5cR+FPiWf8+F+2hZT/3TvhUK5sigHqwaQCIiq8R7CGxhndKs63JtcLi2a1Qpo+wX/EoyfjyJQ==} + '@pnpm/exe.linux-x64@12.4.2': + resolution: {integrity: sha512-/pbt0UVTa8NMDhzOWLQRfZ6G9ROKXlJPZtx845BqyWfc7hCrWXhTLBd70yO2y8+E+IWN3oHM1s/JsIQNGk1yvg==} cpu: [x64] os: [linux] libc: [glibc] - '@pnpm/exe.win32-arm64@12.3.4': - resolution: {integrity: sha512-ANyrHqyqco6SXBysUTRF74itDyyraea7IbFsKFdNXTjcFnfycTDx37EwuhdpPYFNSIh2JhUG4fByclsRfiHX7w==} + '@pnpm/exe.win32-arm64@12.4.2': + resolution: {integrity: sha512-PsW19e4dAUNpZ0cS9flaxFuAmpt2dKlH/Vvi8TZ4qyJjjQzue/CEsWm+6wKVP4CJ7IT8RdL4qh+soOPWIgF2Zw==} cpu: [arm64] os: [win32] - '@pnpm/exe.win32-x64@12.3.4': - resolution: {integrity: sha512-WH/KqBPY/hq2Tb7SgQltEZytimcjgKRaCRL/aM9CI0c67iKc5TVmHUhIiL3Ux9FB4bWn36i6XewUcScQI+zG8w==} + '@pnpm/exe.win32-x64@12.4.2': + resolution: {integrity: sha512-+xGoeE0g55ztWvl8i5QqdmNfW3nIrTVcoQrNshEOwxthm9Ag48oXton3uxOA3/SANyz5AXexEjj2KO20NnOrEw==} cpu: [x64] os: [win32] - pnpm@12.3.4: - resolution: {integrity: sha512-lhqkH7B32joEpEHZ+OFevAyW2o73ELLrZ7+e58sGEOq9SPH9hfUc/+c4RnhfoPh8VqOocqHYk/hEZ0G1zORUVw==} + pnpm@12.4.2: + resolution: {integrity: sha512-CK3GYTGAJ1x8ntraOdzwjJxhrU5+rzMKTzRh8QKw+QdCNFTRF/mOctR/7wYWBwZE17/8lzpqV/UJCm18NosHyQ==} engines: {node: '>=18.*'} hasBin: true snapshots: - '@pnpm/exe.darwin-arm64@12.3.4': + '@pnpm/exe.android-arm64@12.4.2': optional: true - '@pnpm/exe.darwin-x64@12.3.4': + '@pnpm/exe.android-x64@12.4.2': optional: true - '@pnpm/exe.linux-arm64-musl@12.3.4': + '@pnpm/exe.darwin-arm64@12.4.2': optional: true - '@pnpm/exe.linux-arm64@12.3.4': + '@pnpm/exe.darwin-x64@12.4.2': optional: true - '@pnpm/exe.linux-x64-musl@12.3.4': + '@pnpm/exe.freebsd-x64@12.4.2': optional: true - '@pnpm/exe.linux-x64@12.3.4': + '@pnpm/exe.linux-arm64-musl@12.4.2': optional: true - '@pnpm/exe.win32-arm64@12.3.4': + '@pnpm/exe.linux-arm64@12.4.2': optional: true - '@pnpm/exe.win32-x64@12.3.4': + '@pnpm/exe.linux-ppc64@12.4.2': optional: true - pnpm@12.3.4: + '@pnpm/exe.linux-riscv64@12.4.2': + optional: true + + '@pnpm/exe.linux-s390x@12.4.2': + optional: true + + '@pnpm/exe.linux-x64-musl@12.4.2': + optional: true + + '@pnpm/exe.linux-x64@12.4.2': + optional: true + + '@pnpm/exe.win32-arm64@12.4.2': + optional: true + + '@pnpm/exe.win32-x64@12.4.2': + optional: true + + pnpm@12.4.2: optionalDependencies: - '@pnpm/exe.darwin-arm64': 12.3.4 - '@pnpm/exe.darwin-x64': 12.3.4 - '@pnpm/exe.linux-arm64': 12.3.4 - '@pnpm/exe.linux-arm64-musl': 12.3.4 - '@pnpm/exe.linux-x64': 12.3.4 - '@pnpm/exe.linux-x64-musl': 12.3.4 - '@pnpm/exe.win32-arm64': 12.3.4 - '@pnpm/exe.win32-x64': 12.3.4 + '@pnpm/exe.android-arm64': 12.4.2 + '@pnpm/exe.android-x64': 12.4.2 + '@pnpm/exe.darwin-arm64': 12.4.2 + '@pnpm/exe.darwin-x64': 12.4.2 + '@pnpm/exe.freebsd-x64': 12.4.2 + '@pnpm/exe.linux-arm64': 12.4.2 + '@pnpm/exe.linux-arm64-musl': 12.4.2 + '@pnpm/exe.linux-ppc64': 12.4.2 + '@pnpm/exe.linux-riscv64': 12.4.2 + '@pnpm/exe.linux-s390x': 12.4.2 + '@pnpm/exe.linux-x64': 12.4.2 + '@pnpm/exe.linux-x64-musl': 12.4.2 + '@pnpm/exe.win32-arm64': 12.4.2 + '@pnpm/exe.win32-x64': 12.4.2 --- lockfileVersion: '9.0' @@ -114,34 +171,34 @@ importers: version: 14.2.0 '@types/node': specifier: ^24.1.0 - version: 24.13.3 + version: 24.13.5 gray-matter: specifier: ^4.0.3 version: 4.0.3 netlify-cli: specifier: ^27.0.0 - version: 27.5.0(@parcel/watcher@2.5.6)(@types/node@24.13.3)(picomatch@4.0.5)(rollup@4.46.2)(supports-color@11.0.0) + version: 27.8.0(@parcel/watcher@2.5.6)(@types/node@24.13.5)(picomatch@4.0.5)(rollup@4.46.2)(supports-color@11.0.0) prettier: specifier: ^3.6.2 - version: 3.9.6 + version: 3.9.8 shiki: specifier: ^4.0.0 version: 4.4.3 vitepress: specifier: ^1.6.3 - version: 1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.3)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3) + version: 1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.5)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3) vitepress-plugin-group-icons: specifier: ^1.6.1 - version: 1.7.6(vite@5.4.21(@types/node@24.13.3)) + version: 1.7.6(vite@5.4.21(@types/node@24.13.5)) vitepress-plugin-llms: specifier: ^1.9.1 - version: 1.13.5(supports-color@11.0.0) + version: 1.14.0(supports-color@11.0.0) vitepress-plugin-tabs: specifier: ^0.9.0 - version: 0.9.1(vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.3)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3))(vue@3.5.42(typescript@5.9.3)) + version: 0.9.1(vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.5)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3))(vue@3.5.43(typescript@5.9.3)) vue: specifier: ^3.5.18 - version: 3.5.42(typescript@5.9.3) + version: 3.5.43(typescript@5.9.3) packages: @@ -861,18 +918,22 @@ packages: resolution: {integrity: sha512-Z8IXQtQC8BQjm76i1bN+l12TTyKQ/s1R92Ajhou7+fpP0KSxnJ65QzLEb5WuFuFutn8ORrcd4mlF8A2xhw8dzA==} engines: {node: '>=22.12.0'} + '@netlify/blobs@11.1.0': + resolution: {integrity: sha512-CGb+UsFLywJA22bxcdsTmla25w/AK72sVxj+KUkjees2zw717KUBmm3miTFkDA05vZi1MbnCBIxiU0cEwbWg8w==} + engines: {node: '>=22.12.0'} + '@netlify/build-info@11.3.0': resolution: {integrity: sha512-xhoPqbfTSroUtFElUR6Wsw0+XlSihtLxvuaNQKv5+JTkvNqpBNIVPdo9drqwhh1eqlUeHJszfCGc1P6950yL0w==} engines: {node: '>=22.12.0'} hasBin: true - '@netlify/build@36.4.6': - resolution: {integrity: sha512-nJA1LfgyxHNo1THpZ266TxCyTQ0UXDWoyf9kilpcVcuUYHCxG6KCeeJLdIS+GWQM237IlVMN9pphrY+oAYtLLg==} + '@netlify/build@37.0.0': + resolution: {integrity: sha512-ataRxicUJmG/7+5xQnlOcVU/e+PUrsovzRQ616aJBPJRLpTSyh42Rx/5/5GgW6+eA5Dj3YH/hH6NR+rfI/DUbg==} engines: {node: '>=22.12.0'} hasBin: true peerDependencies: - '@netlify/opentelemetry-sdk-setup': ^2.0.0 || ^3.0.0 - '@opentelemetry/api': ~1.8.0 + '@netlify/opentelemetry-sdk-setup': ^3.0.0 || ^4.0.0 + '@opentelemetry/api': ~1.9.0 peerDependenciesMeta: '@netlify/opentelemetry-sdk-setup': optional: true @@ -890,6 +951,11 @@ packages: engines: {node: '>=22.12.0'} hasBin: true + '@netlify/config@25.2.5': + resolution: {integrity: sha512-VqJeiQk2eZ9o3ls7C57e2TEalQdR2U3oLjI/Rlo9njU0l8bD3Cr6kBTU5shGIPQgeJVGU9rQLaX24Yd7WXrWVA==} + engines: {node: '>=22.12.0'} + hasBin: true + '@netlify/database-dev@1.0.1': resolution: {integrity: sha512-Zu8cM4AeXNuQI/cNAI6vrammtdDnWIGO6PYKDAECDMzsb3IcoTsVOZAePup7cGdjaGcBBVdi1qx/PoI5hNZcxg==} engines: {node: '>=22.12.0'} @@ -898,12 +964,8 @@ packages: resolution: {integrity: sha512-q5g70dO3q/M/XTBQz7uIECJxVlJoS8UBlzpjf22DV6q61UzXa8EONTPXPmvisrFcUi1I3AUKplPcHGQYZZj+Vw==} engines: {node: '>=22.12.0'} - '@netlify/dev@5.0.5': - resolution: {integrity: sha512-/u9rKpfO86udlbRdWi3Gkox/plWd1uoGSqRBB9qZUARKBg3KvNpPkQA49YvEsrDH0GVHMhCbyrsREwVrxdtJmQ==} - engines: {node: '>=22.12.0'} - - '@netlify/edge-bundler@16.0.3': - resolution: {integrity: sha512-J1dOevPbPEsYw/sn5g2Kjri/oAe2AkgmS/jf75PBHEwgzkfFlRL3w+6/BaoIxlU6G0zu34jlLsleIdEUkSDM3Q==} + '@netlify/dev@5.1.2': + resolution: {integrity: sha512-xrwDJWvc/Q1RYlpPLJy/5evea6V1YAh0PK8XK6x92eTW4rqJ5NwDwZa8PF8n7eu1OJkKkDLCfu3U9qUcx2gy3w==} engines: {node: '>=22.12.0'} '@netlify/edge-bundler@16.0.4': @@ -924,12 +986,12 @@ packages: resolution: {integrity: sha512-0jerPQQ5mLczl7jwCRfTJsLcaiXbvPOC+Whtxxk7IHdz24OvZGjUtVHAxhppjT8wcX48I7C6oAff04QdQDMTfw==} engines: {node: '>=22.12.0'} - '@netlify/functions-dev@2.0.5': - resolution: {integrity: sha512-SSlmwe5GMfQmTDPbHfVTPe4h6lI3kbcepRxT2CKN30L9gx0NmwTGoMgns36DV64fHvabT5gNzzRxOx5sxYgzNg==} + '@netlify/functions-dev@2.0.7': + resolution: {integrity: sha512-WPeI32j+NtwxnORtmR+tO3RezW36L8yp2AV76sZw53mnTwl8P4ZkdOXjknaVaC8N8L8Vqof+gmUhw/o9cwYsOg==} engines: {node: '>=22.12.0'} - '@netlify/functions-utils@7.1.8': - resolution: {integrity: sha512-ZKyluUS+vi5RNKJgaLIqCKVAPKHUyn4H7rOsuHyp7TrRLhdLefDAZObmUx3aCoAmm26pWsRbVpvRr4/l+NNAHw==} + '@netlify/functions-utils@7.1.10': + resolution: {integrity: sha512-VAXJBdWW9YuvWLQaZT6vGytLNMFUTsRFo3RONIYTeYSabKUmPMU4B06nBehUwAdGkHdmIqWlFOGwS+4VZ/2UXA==} engines: {node: '>=22.12.0'} '@netlify/functions@6.0.0': @@ -1032,11 +1094,11 @@ packages: resolution: {integrity: sha512-hgJrSxfzr7ShaVACGr17Ci3a7Y7vO+a75Fwn9fNe2+1aIbVx4aVSLP3cv9Vv9yfy1JbW563AwcveBq9lr9KKzA==} engines: {node: '>=14.8.0'} - '@netlify/opentelemetry-utils@3.1.0': - resolution: {integrity: sha512-mrud7UuxcvABKKvw1ZF8Y04oFvjkjZV7JCKe8ZxoMBi96dIUFCptGPeJuX1RBVP1w7VLOFhtVKZjNGW/8vmcWA==} + '@netlify/opentelemetry-utils@4.0.0': + resolution: {integrity: sha512-vrDFN0OASFYhA48pmUovrVrqIJzkcNjHtQYbtd5m/TcBsu/UzhJQwb9gN6LXyCSXg4WOX41XyLh58ALBrKDsaA==} engines: {node: '>=22.12.0'} peerDependencies: - '@opentelemetry/api': ~1.8.0 + '@opentelemetry/api': ~1.9.0 '@netlify/otel@7.0.2': resolution: {integrity: sha512-MHEsRJTZtOCrLa2fR+Y3GN51rvgxUHazuRVxuWuG7R1qzwynXAZB20Ufwp7BxKSTKcp7LNVEnKAZ/k2ytVmYvQ==} @@ -1062,14 +1124,22 @@ packages: resolution: {integrity: sha512-OHo40+V3QZkR+UrDjqhN+LekrAby/dSSJxsvyYs9i88E/mSl3goB/ysoL+VYROm190egxmQyRYlHK7vL4GeHBQ==} engines: {node: '>=22.12.0'} - '@netlify/runtime@5.0.3': - resolution: {integrity: sha512-MGoAWvFDuD0BbpIo8pwYPxxWsfMGBiiI4HetQOMkrx7ytnEZjq/qKKfzNCQKJg0Ed86XdQefKToVcP10wc38IQ==} + '@netlify/runtime@5.0.4': + resolution: {integrity: sha512-CaST8JVVUUTAC1Ay8tLdo7huhwFUbp9KfDFZQmUSOeUEvbQW6cg1Z6CeDrgTE7bTtBz/fxMFo5C+u+6wIbXk7g==} + engines: {node: '>=22.12.0'} + + '@netlify/server-dev@0.1.1': + resolution: {integrity: sha512-yA+uMfscw2Unz8JvC0dRP9z5P0lnCOy//9YICFF4nzDijYXe80bsnvrblB8wOPYBq0/KmVhl4s0gCP/3roTp4w==} engines: {node: '>=22.12.0'} '@netlify/serverless-functions-api@2.18.0': resolution: {integrity: sha512-Uo5XyMFZOinq6AonHu6dUOkLvVydn+SaldoVkB4yQSpDrtqYWi56CoA26IIOur1EMJqRdt6JIzjzIe4jpzYdhQ==} engines: {node: '>=18.0.0'} + '@netlify/serverless-functions-api@2.23.0': + resolution: {integrity: sha512-sMa2wKiod8CjtPDXk9uZHDGO1ZxCtnybZaHhc7vX/WzO7Y3h3SWr00V8cgPpB1sLmbyFwv8IYZzyOcKpuGLlnw==} + engines: {node: '>=18.0.0'} + '@netlify/static@4.0.0': resolution: {integrity: sha512-YJcyaByknJ/JMmcqUFb9XId2NLgZitJlQC2FGP1a6mqndiMzAd9qoKtHxNRHX4NefI49+UABGtKF4UkL5rM8tw==} engines: {node: '>=22.12.0'} @@ -1082,8 +1152,8 @@ packages: resolution: {integrity: sha512-zRCidsQgI4CZWrZB/kmwdPf0QbSNljakfNSLizFvrsSA3UcUrTWSBNMVKmZnob92/8ESeUN0ewXLOlffJU+ATQ==} engines: {node: '>=22.12.0'} - '@netlify/zip-it-and-ship-it@15.5.0': - resolution: {integrity: sha512-iTmY0SxgaUVkuLW93yUUzF+KGIRVisBQW0TlBPyLP2eIBhGUJJF448coxILj3mN4v8Wg3l94MTLT+U/4rZzlMQ==} + '@netlify/zip-it-and-ship-it@16.0.0': + resolution: {integrity: sha512-dYzg45lkpCbDif4dECAbwJBtSsUfv28d3t0E/mtjj/ATjBlCLiR0C6CLovfAEZsXyKAFMcBpX+1snhud9fKsRA==} engines: {node: '>=22.12.0'} hasBin: true @@ -1161,10 +1231,6 @@ packages: resolution: {integrity: sha512-OlanaW1vv7ufTqQ3/fPLI4arGt5ZoM+P8abOMki6uEYnpRazepSWDwDnnw+la7kE26SHVC18//SMccrDvLKOXQ==} engines: {node: '>=8.0.0'} - '@opentelemetry/api@1.8.0': - resolution: {integrity: sha512-I/s6F7yKUDdtMsoBWXJe8Qz40Tui5vsuKCWJEWVL+5q9sSWRzzx6v2KeNsOBEwd94j0eWkpWCH4yB6rZg9Mf0w==} - engines: {node: '>=8.0.0'} - '@opentelemetry/api@1.9.1': resolution: {integrity: sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==} engines: {node: '>=8.0.0'} @@ -1564,8 +1630,8 @@ packages: '@types/ms@2.1.0': resolution: {integrity: sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==} - '@types/node@24.13.3': - resolution: {integrity: sha512-Dh8vAsV36ig5wa9OX4pXvMc9D3Veibfw2wix0CUwYODLD8nkj9UsLjASr49nPg+2eKzxhBV+v7L8pXvT4e639Q==} + '@types/node@24.13.5': + resolution: {integrity: sha512-TXyindR+lBr22aJIdMQzCFHPHR6cR4js838mRDCSz5hOKWZvZwsXSSiXDmjRj4iJmgl+sR9O+1mkoVBSMadNug==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -1624,30 +1690,30 @@ packages: vite: ^5.0.0 || ^6.0.0 vue: ^3.2.25 - '@vue/compiler-core@3.5.41': - resolution: {integrity: sha512-q0Xtv/F9w2YO/7htQhtiL+Ev2WCJbe5N2hc+XfgyKkEKqWpSxknmT8QOuGdEKNdjPq0c3F7rNpFkTo3Kfrm7pg==} - '@vue/compiler-core@3.5.42': resolution: {integrity: sha512-2Ye1ilMtKXxl8qZUrQ5j0CdgenFp/HFQmta6rfRyfEsTG69L6Wk+tWuNoHYHMx9E8tF2Slvdg1FuwDvAXdy1LQ==} - '@vue/compiler-dom@3.5.41': - resolution: {integrity: sha512-oKacVfNglLvGjnS6BXOlGL7EyG2h8X03pqXCjzotRZUaXGjbrTJUnVAQjrCqUnS+lyu31nwQjZY/d817GmCnfw==} + '@vue/compiler-core@3.5.43': + resolution: {integrity: sha512-zdiLhnbe1QQqgDT8xZMpNmyqZ3qlI+/Q/FHQco57Kwl/b05HhCzN6eVGN9QU9rbga4CrS0H5SYY8VGHZCt/1Hg==} '@vue/compiler-dom@3.5.42': resolution: {integrity: sha512-qbhQZEFmycr+ni/qyuccS4sucNN7VAbDfbkvNxWOX2VfgFm90MNs3/UhRNKoPMEIVn0F8gdlYjLPvqxHwHeQOA==} - '@vue/compiler-sfc@3.5.41': - resolution: {integrity: sha512-XJhip7R2wy6vX3knCxdZN4KracFaZUef58s1KYewqluedHIJaPIVfXoYT7MF1F8nCvv6k8bWWxDC8opMkg1VTQ==} + '@vue/compiler-dom@3.5.43': + resolution: {integrity: sha512-PEZoAk3NQmsn/ejMzSOCyTYqwGqczrWm70PuhBKjjv1+TCoQAaO/zOqNwjV+honlNstT5ILxtc+8r8UUfj+iEQ==} '@vue/compiler-sfc@3.5.42': resolution: {integrity: sha512-fkCAFB4okcAANGMThboWnScp/gzWjU0ZSkVnjTIiplmMDq2uq0tIB3j+xVu4rhv5rvOgBySCysudmbMd6xRRqw==} - '@vue/compiler-ssr@3.5.41': - resolution: {integrity: sha512-U3v5OejKEGqOI0Wy0+Sz7hGuIFZHA4LSXzrNM3IMIeDyJEBBfTpX26n3SDgToRpP2bLc9FfI2j/kSgcJ8Emq5A==} + '@vue/compiler-sfc@3.5.43': + resolution: {integrity: sha512-FCbrG3XNCRl+js3huuKx4IVHBLTvMkJhVepjbxSPu1gn4yWLaYtGNQdjJGZaMytXB6qb76qQDDmDSLy/vkmleQ==} '@vue/compiler-ssr@3.5.42': resolution: {integrity: sha512-xmLk3wLkbizPAiLyomjgFFosf2ys9b5Ghb+oh/k2tnvipNz8OFrQOiTcWCzyK7MpBp9KkyGtfvgfLUivbmuGYA==} + '@vue/compiler-ssr@3.5.43': + resolution: {integrity: sha512-GF62orf7KiJX9RqrHNGrYBudsQGD0OhJ5nDs90O8UiDuS40+YMYomiXu6w6EuvtXuRDc3MSNis3EaaSKAVSWpg==} + '@vue/devtools-api@7.7.7': resolution: {integrity: sha512-lwOnNBH2e7x1fIIbVT7yF5D+YWhqELm55/4ZKf45R9T8r9dE2AIOy8HKjfqzGsoTHFbWbr337O4E0A0QADnjBg==} @@ -1657,27 +1723,27 @@ packages: '@vue/devtools-shared@7.7.7': resolution: {integrity: sha512-+udSj47aRl5aKb0memBvcUG9koarqnxNM5yjuREvqwK6T3ap4mn3Zqqc17QrBFTqSMjr3HK1cvStEZpMDpfdyw==} - '@vue/reactivity@3.5.42': - resolution: {integrity: sha512-TzNNfKpb7hDxbQltwAut8VDQA5YP+BuRlxntHUuRjyKwlMvmAPbs3unhCvieijifY6vFfVBwsS7wG/C7uq+bEQ==} + '@vue/reactivity@3.5.43': + resolution: {integrity: sha512-G/c9GyOZNI2jVaaS6OX1EF1SSFSv7H0ERqNTl4+DTFMlZmB5eVAB53aLQNam/7NL2NPtaDD7RdVrzf8uJzMuOA==} - '@vue/runtime-core@3.5.42': - resolution: {integrity: sha512-9uACtuHs7vJGkm5Bp3xu4xRDLFTIYy5DgxpToVjqGIAhAEKwQfsaLvKINhM6nFVp6bZPRFGdDqd1g52MqKsotA==} + '@vue/runtime-core@3.5.43': + resolution: {integrity: sha512-hU6U6VnVhBGQDpvlnnDlIB8ZGJBiOcgk2lh/0InltHiz3D8oSkluvuvY+do1G2H3+udeKFsmaBlgVYP7gXQzEw==} - '@vue/runtime-dom@3.5.42': - resolution: {integrity: sha512-rsCmhiWLaRxGltLwhlCWyYkFn7WAbKRh0q17eZ1A6Dq6eqc2ACQ61IIryxz0LrsvCzHSilLA9JHovVwM8CNE2g==} + '@vue/runtime-dom@3.5.43': + resolution: {integrity: sha512-Bb2Jc0YjjJdMt1SJmb9b2L/IWd3I8lIT9x9eS/xvvP9CiVgna0ffua74xKRmt4/uSJ+0r4iN8ex1jrqkhQGWQw==} - '@vue/server-renderer@3.5.42': - resolution: {integrity: sha512-2++5dUyYS4gvo7xQXSECUDhB7TS0aOl5SeVfC5qSq1Jgfhjvegw1zqhwTIR3imZ+QYPJQw9gfcFvXGAjGZ7ajQ==} + '@vue/server-renderer@3.5.43': + resolution: {integrity: sha512-l2Ygjv9NehV94PSBxNWsAHC0j/eIIKbn92mBuWXAPGLnn6HfJ6MH5ubsd+Nk0YoZ5FRuxWI1P2VSoh+dbPQhCQ==} '@vue/shared@3.5.18': resolution: {integrity: sha512-cZy8Dq+uuIXbxCZpuLd2GJdeSO/lIzIspC2WtkqIpje5QyFbvLaI5wZtdUjLHjGZrlVX6GilejatWwVYYRc8tA==} - '@vue/shared@3.5.41': - resolution: {integrity: sha512-IOnwSCma8j+9xJT6b8H0dEYidC80NsYmNMlZxRsukYcSoGaDBohog5hDxzeUXdFeGWFA++vWvxqOmrr96VlqMA==} - '@vue/shared@3.5.42': resolution: {integrity: sha512-2rPxex1jQf4jvl9MOHl6YaXCPcrNqz/FstMOEh3QWY+/OME9nQTvl9WYeCwhW7AFjaR0SnngZGlp/wkR6rkI6g==} + '@vue/shared@3.5.43': + resolution: {integrity: sha512-uksS7YGMR5NZyr4JNq0Rp+QyLns0ueaz20KwzIPW9R0LH1Vnt4E+XUM29PNseEbf1www2gOuhuDi5AKOIXag9Q==} + '@vueuse/core@12.8.2': resolution: {integrity: sha512-HbvCmZdzAu3VGi/pWYm5Ut+Kd9mn1ZHnn4L5G8kOQTPs/IwIAmJoBrmYk2ckLArgMXZj0AW3n5CAejLUO+PhdQ==} @@ -3745,8 +3811,8 @@ packages: resolution: {integrity: sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==} engines: {node: '>= 0.6'} - netlify-cli@27.5.0: - resolution: {integrity: sha512-qPeB07/0HTAbnpeD/RhA80hcX8YSjmjIGXn9s2ctSTULg26OXn9T6bG0Pmu0//makdP3yatxVm2w03Voz2/WUQ==} + netlify-cli@27.8.0: + resolution: {integrity: sha512-B7hic3S/cM3+LtTSFqMgQp05g1C7dHlJ1JRysTa3AyIQoDPMHKIEyZoVwQ3yyVkArB4EKB73m2N0/6KnlaEmbQ==} engines: {node: '>=22.13.0'} hasBin: true @@ -4105,6 +4171,10 @@ packages: resolution: {integrity: sha512-u82N74LFzG8ca+dD8puPnplTXoGH4fTPpVGuIbt36G3qvNlkvfD0lEAZSxaly3KX8TS/L1A1gsCEmvKmBcVbkQ==} engines: {node: ^10 || ^12 || >=14} + postcss@8.5.28: + resolution: {integrity: sha512-RRuzqDtt5Y9h3quz5hWhK+TPnsmVs6WwSU6LkJMeY4HstUEDuYTG8UJSdawMRzmzAtV+KEoG8N3Qg2qLy5vM/A==} + engines: {node: ^10 || ^12 || >=14} + postgres-array@2.0.0: resolution: {integrity: sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==} engines: {node: '>=4'} @@ -4141,8 +4211,8 @@ packages: resolution: {integrity: sha512-QCYG84SgGyGzqJ/vlMsxeXd/pgL/I94ixdNFyh1PusWmTCyVfPJjZ1K1jvHtsbfnXQs2TSkEP2fR7QiMZAnKFQ==} engines: {node: '>= 0.6'} - prettier@3.9.6: - resolution: {integrity: sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==} + prettier@3.9.8: + resolution: {integrity: sha512-WRFq3Wn3WId7LLROfMLdH7xaFr2jR62wU8nLO6rQUOLOxNZUviyJQs1M0iIhLexSFy+L+w0ch66wtoO2jRjG0A==} engines: {node: '>=14'} hasBin: true @@ -4227,6 +4297,10 @@ packages: resolution: {integrity: sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==} engines: {node: '>= 0.10'} + raw-body@4.0.0: + resolution: {integrity: sha512-TMHtwexrgOt9VJ2E5JF9RO8mRXGNgC5wXvKkc5AVSJUt1L5gxvjg7eiCQl96EqUEpCWrnNEkCnbAplYtyuq1IA==} + engines: {node: '>=22'} + rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -4776,8 +4850,9 @@ packages: tokenx@1.6.0: resolution: {integrity: sha512-CKTjk345ajvBAUp5xUI9a5KKN0zU0lBueVHQbCskH1Hp6WkUKsPW2qGCYNs0pxNyfzxfo+IIjdt2W4sMbw/qBw==} - toml@3.0.0: - resolution: {integrity: sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==} + toml@4.3.0: + resolution: {integrity: sha512-lVb8X9BsPVuH0M4BKeS91tXAmJvCjQ5UIyAbQFaxkKGyUFK2RPkhwaFSQH8vbpl1d23eu/IBH+dwVMHWaq9A5A==} + engines: {node: '>=20'} tomlify-j0.4@3.0.0: resolution: {integrity: sha512-2Ulkc8T7mXJ2l0W476YC/A209PR38Nw8PuaCNtk9uI3t1zzFdGQeWYGQvmj2PZkVvRC/Yoi4xQKMRnWc/N29tQ==} @@ -5075,8 +5150,8 @@ packages: vite: optional: true - vitepress-plugin-llms@1.13.5: - resolution: {integrity: sha512-CTiDkKRs0h64J5rdiICdHmXH4pM1gBu2S/MJ+OxSAm+vM72srBkHr86ZubzfMJbGJh4AMVKff4R3oCu8etI1ww==} + vitepress-plugin-llms@1.14.0: + resolution: {integrity: sha512-Qb42p9pYoRlMRbv+Yvh3reS4GInyr+ToU3G1tEC1Euz+gyBNywXkZIQPV/AoltizaakAeuI89Bkhkd7Y0jaM/w==} engines: {node: '>=18'} vitepress-plugin-tabs@0.9.1: @@ -5097,8 +5172,8 @@ packages: postcss: optional: true - vue@3.5.42: - resolution: {integrity: sha512-4RyHQTbQvOPs3MfvUO1Sg0YRrKNnA0mAVtvpd12Tg1fKDN7OHBUl1IqSn8zGJjK9nI3NkNp8cgTpVrSZC5TTcA==} + vue@3.5.43: + resolution: {integrity: sha512-o5qZoksdnjIKvW1srZ3ab7pcDNYAerBjRe54D0LBLfRdCYFrSgBHVXokMas35czQc0//lmx4/tuY4ZNQ+Rf2Ng==} peerDependencies: typescript: '*' peerDependenciesMeta: @@ -5791,12 +5866,12 @@ snapshots: '@import-maps/resolve@2.0.0': {} - '@inquirer/external-editor@1.0.3(@types/node@24.13.3)': + '@inquirer/external-editor@1.0.3(@types/node@24.13.5)': dependencies: chardet: 2.2.0 iconv-lite: 0.7.3 optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@isaacs/fs-minipass@4.0.1': dependencies: @@ -5846,6 +5921,14 @@ snapshots: transitivePeerDependencies: - supports-color + '@netlify/blobs@11.1.0(supports-color@11.0.0)': + dependencies: + '@netlify/dev-utils': 6.0.1 + '@netlify/otel': 7.0.2(supports-color@11.0.0) + '@netlify/runtime-utils': 3.0.0 + transitivePeerDependencies: + - supports-color + '@netlify/build-info@11.3.0': dependencies: '@bugsnag/js': 8.10.0 @@ -5859,19 +5942,19 @@ snapshots: yaml: 2.9.0 yargs: 17.7.3 - '@netlify/build@36.4.6(@opentelemetry/api@1.9.1)(@types/node@24.13.3)(picomatch@4.0.5)(rollup@4.46.2)': + '@netlify/build@37.0.0(@opentelemetry/api@1.9.1)(@types/node@24.13.5)(picomatch@4.0.5)(rollup@4.46.2)': dependencies: '@bugsnag/js': 8.10.0 '@netlify/blobs': 11.0.3(supports-color@11.0.0) '@netlify/cache-utils': 7.1.2 - '@netlify/config': 25.2.3 + '@netlify/config': 25.2.5 '@netlify/edge-bundler': 16.0.4 - '@netlify/functions-utils': 7.1.8(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/functions-utils': 7.1.10(rollup@4.46.2)(supports-color@11.0.0) '@netlify/git-utils': 7.1.1 - '@netlify/opentelemetry-utils': 3.1.0(@opentelemetry/api@1.9.1) + '@netlify/opentelemetry-utils': 4.0.0(@opentelemetry/api@1.9.1) '@netlify/plugins-list': 6.81.9 '@netlify/run-utils': 7.1.0 - '@netlify/zip-it-and-ship-it': 15.5.0(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/zip-it-and-ship-it': 16.0.0(rollup@4.46.2)(supports-color@11.0.0) '@opentelemetry/api': 1.9.1 '@sindresorhus/slugify': 2.2.1 ansis: 4.3.1 @@ -5899,7 +5982,7 @@ snapshots: semver: 7.8.5 supports-color: 11.0.0 terminal-link: 4.0.0 - ts-node: 10.9.2(@types/node@24.13.3)(typescript@5.9.3) + ts-node: 10.9.2(@types/node@24.13.5)(typescript@5.9.3) typescript: 5.9.3 yaml: 2.9.0 yargs: 17.7.3 @@ -5951,6 +6034,33 @@ snapshots: yargs: 17.7.3 zod: 4.4.3 + '@netlify/config@25.2.5': + dependencies: + '@netlify/api': 15.1.2 + '@netlify/headers-parser': 10.1.1 + '@netlify/redirect-parser': 16.1.1 + chalk: 6.0.0 + cron-parser: 5.10.0 + deepmerge: 4.3.1 + dot-prop: 9.0.0 + execa: 8.0.1 + fast-safe-stringify: 2.1.1 + figures: 6.1.0 + filter-obj: 6.1.0 + find-up: 7.0.0 + indent-string: 5.0.0 + is-plain-obj: 4.1.0 + map-obj: 5.0.2 + p-locate: 6.0.0 + path-type: 6.0.0 + read-package-up: 11.0.0 + smol-toml: 1.8.0 + tomlify-j0.4: 3.0.0 + validate-npm-package-name: 5.0.1 + yaml: 2.9.0 + yargs: 17.7.3 + zod: 4.4.3 + '@netlify/database-dev@1.0.1': dependencies: '@electric-sql/pglite': 0.3.16 @@ -5970,19 +6080,20 @@ snapshots: parse-gitignore: 2.0.0 semver: 7.8.5 - '@netlify/dev@5.0.5(@parcel/watcher@2.5.6)(rollup@4.46.2)(supports-color@11.0.0)': + '@netlify/dev@5.1.2(@parcel/watcher@2.5.6)(rollup@4.46.2)(supports-color@11.0.0)': dependencies: '@netlify/ai': 1.0.1 - '@netlify/blobs': 11.0.3(supports-color@11.0.0) + '@netlify/blobs': 11.1.0(supports-color@11.0.0) '@netlify/config': 25.2.3 '@netlify/database-dev': 1.0.1 '@netlify/dev-utils': 6.0.1 '@netlify/edge-functions-dev': 2.0.1 - '@netlify/functions-dev': 2.0.5(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/functions-dev': 2.0.7(rollup@4.46.2)(supports-color@11.0.0) '@netlify/headers': 3.0.1 - '@netlify/images': 2.0.1(@netlify/blobs@11.0.3(supports-color@11.0.0))(@parcel/watcher@2.5.6) + '@netlify/images': 2.0.1(@netlify/blobs@11.1.0(supports-color@11.0.0))(@parcel/watcher@2.5.6) '@netlify/redirects': 4.0.2 - '@netlify/runtime': 5.0.3(supports-color@11.0.0) + '@netlify/runtime': 5.0.4(supports-color@11.0.0) + '@netlify/server-dev': 0.1.1 '@netlify/static': 4.0.0 ulid: 3.0.2 transitivePeerDependencies: @@ -6013,26 +6124,6 @@ snapshots: - supports-color - uploadthing - '@netlify/edge-bundler@16.0.3': - dependencies: - '@import-maps/resolve': 2.0.0 - '@sveltejs/acorn-typescript': 1.0.13(acorn@8.18.0) - acorn: 8.18.0 - ajv: 8.20.0 - ajv-errors: 3.0.0(ajv@8.20.0) - better-ajv-errors: 1.2.0(ajv@8.20.0) - common-path-prefix: 3.0.0 - esbuild: 0.28.1 - execa: 8.0.1 - find-up: 7.0.0 - node-stream-zip: 1.16.0 - p-retry: 6.2.1 - parse-imports: 2.2.1 - semver: 7.8.5 - tar: 7.5.22 - tmp-promise: 3.0.3 - urlpattern-polyfill: 8.0.2 - '@netlify/edge-bundler@16.0.4': dependencies: '@import-maps/resolve': 2.0.0 @@ -6060,7 +6151,7 @@ snapshots: '@netlify/edge-functions-dev@2.0.1': dependencies: '@netlify/dev-utils': 6.0.1 - '@netlify/edge-bundler': 16.0.3 + '@netlify/edge-bundler': 16.0.4 '@netlify/edge-functions': 4.0.0 '@netlify/edge-functions-bootstrap': 2.16.0 '@netlify/runtime-utils': 3.0.0 @@ -6070,12 +6161,12 @@ snapshots: dependencies: '@netlify/types': 3.0.0 - '@netlify/functions-dev@2.0.5(rollup@4.46.2)(supports-color@11.0.0)': + '@netlify/functions-dev@2.0.7(rollup@4.46.2)(supports-color@11.0.0)': dependencies: - '@netlify/blobs': 11.0.3(supports-color@11.0.0) + '@netlify/blobs': 11.1.0(supports-color@11.0.0) '@netlify/dev-utils': 6.0.1 '@netlify/functions': 6.0.0 - '@netlify/zip-it-and-ship-it': 15.5.0(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/zip-it-and-ship-it': 16.0.0(rollup@4.46.2)(supports-color@11.0.0) cron-parser: 5.10.0 decache: 4.6.2 is-stream: 4.0.1 @@ -6093,9 +6184,9 @@ snapshots: - rollup - supports-color - '@netlify/functions-utils@7.1.8(rollup@4.46.2)(supports-color@11.0.0)': + '@netlify/functions-utils@7.1.10(rollup@4.46.2)(supports-color@11.0.0)': dependencies: - '@netlify/zip-it-and-ship-it': 15.5.0(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/zip-it-and-ship-it': 16.0.0(rollup@4.46.2)(supports-color@11.0.0) junk: 4.0.1 transitivePeerDependencies: - bare-abort-controller @@ -6124,9 +6215,9 @@ snapshots: dependencies: '@netlify/headers-parser': 10.1.1 - '@netlify/images@2.0.1(@netlify/blobs@11.0.3(supports-color@11.0.0))(@parcel/watcher@2.5.6)': + '@netlify/images@2.0.1(@netlify/blobs@11.1.0(supports-color@11.0.0))(@parcel/watcher@2.5.6)': dependencies: - ipx: 3.1.1(@netlify/blobs@11.0.3(supports-color@11.0.0))(@parcel/watcher@2.5.6) + ipx: 3.1.1(@netlify/blobs@11.1.0(supports-color@11.0.0))(@parcel/watcher@2.5.6) transitivePeerDependencies: - '@azure/app-configuration' - '@azure/cosmos' @@ -6203,7 +6294,7 @@ snapshots: '@netlify/open-api@2.57.0': {} - '@netlify/opentelemetry-utils@3.1.0(@opentelemetry/api@1.9.1)': + '@netlify/opentelemetry-utils@4.0.0(@opentelemetry/api@1.9.1)': dependencies: '@opentelemetry/api': 1.9.1 @@ -6238,19 +6329,29 @@ snapshots: '@netlify/runtime-utils@3.0.0': {} - '@netlify/runtime@5.0.3(supports-color@11.0.0)': + '@netlify/runtime@5.0.4(supports-color@11.0.0)': dependencies: - '@netlify/blobs': 11.0.3(supports-color@11.0.0) + '@netlify/blobs': 11.1.0(supports-color@11.0.0) '@netlify/cache': 4.0.0 '@netlify/runtime-utils': 3.0.0 '@netlify/types': 3.0.0 transitivePeerDependencies: - supports-color + '@netlify/server-dev@0.1.1': + dependencies: + '@netlify/dev-utils': 6.0.1 + '@netlify/serverless-functions-api': 2.23.0 + get-port: 7.2.0 + '@netlify/serverless-functions-api@2.18.0': dependencies: '@netlify/types': 2.8.0 + '@netlify/serverless-functions-api@2.23.0': + dependencies: + '@netlify/types': 2.8.0 + '@netlify/static@4.0.0': dependencies: mime-types: 3.0.2 @@ -6259,13 +6360,13 @@ snapshots: '@netlify/types@3.0.0': {} - '@netlify/zip-it-and-ship-it@15.5.0(rollup@4.46.2)(supports-color@11.0.0)': + '@netlify/zip-it-and-ship-it@16.0.0(rollup@4.46.2)(supports-color@11.0.0)': dependencies: '@babel/parser': 7.29.8 '@babel/types': 7.29.8 '@netlify/binary-info': 1.0.0 '@netlify/serverless-functions-api': 2.18.0 - '@opentelemetry/api': 1.8.0 + '@opentelemetry/api': 1.9.1 '@vercel/nft': 1.3.1(rollup@4.46.2)(supports-color@11.0.0) archiver: 8.0.0 common-path-prefix: 3.0.0 @@ -6289,7 +6390,7 @@ snapshots: resolve: 2.0.0-next.7 semver: 7.8.5 tmp-promise: 3.0.3 - toml: 3.0.0 + toml: 4.3.0 unixify: 1.0.0 urlpattern-polyfill: 8.0.2 yargs: 17.7.3 @@ -6387,8 +6488,6 @@ snapshots: dependencies: '@opentelemetry/api': 1.9.1 - '@opentelemetry/api@1.8.0': {} - '@opentelemetry/api@1.9.1': {} '@opentelemetry/context-async-hooks@2.10.0(@opentelemetry/api@1.9.1)': @@ -6720,7 +6819,7 @@ snapshots: '@types/http-proxy@1.17.17': dependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 '@types/linkify-it@5.0.0': {} @@ -6737,7 +6836,7 @@ snapshots: '@types/ms@2.1.0': {} - '@types/node@24.13.3': + '@types/node@24.13.5': dependencies: undici-types: 7.18.2 @@ -6807,48 +6906,36 @@ snapshots: - rollup - supports-color - '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.13.3))(vue@3.5.42(typescript@5.9.3))': + '@vitejs/plugin-vue@5.2.4(vite@5.4.21(@types/node@24.13.5))(vue@3.5.43(typescript@5.9.3))': dependencies: - vite: 5.4.21(@types/node@24.13.3) - vue: 3.5.42(typescript@5.9.3) + vite: 5.4.21(@types/node@24.13.5) + vue: 3.5.43(typescript@5.9.3) - '@vue/compiler-core@3.5.41': + '@vue/compiler-core@3.5.42': dependencies: '@babel/parser': 7.29.8 - '@vue/shared': 3.5.41 + '@vue/shared': 3.5.42 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-core@3.5.42': + '@vue/compiler-core@3.5.43': dependencies: '@babel/parser': 7.29.8 - '@vue/shared': 3.5.42 + '@vue/shared': 3.5.43 entities: 7.0.1 estree-walker: 2.0.2 source-map-js: 1.2.1 - '@vue/compiler-dom@3.5.41': - dependencies: - '@vue/compiler-core': 3.5.41 - '@vue/shared': 3.5.41 - '@vue/compiler-dom@3.5.42': dependencies: '@vue/compiler-core': 3.5.42 '@vue/shared': 3.5.42 - '@vue/compiler-sfc@3.5.41': + '@vue/compiler-dom@3.5.43': dependencies: - '@babel/parser': 7.29.8 - '@vue/compiler-core': 3.5.41 - '@vue/compiler-dom': 3.5.41 - '@vue/compiler-ssr': 3.5.41 - '@vue/shared': 3.5.41 - estree-walker: 2.0.2 - magic-string: 0.30.21 - postcss: 8.5.26 - source-map-js: 1.2.1 + '@vue/compiler-core': 3.5.43 + '@vue/shared': 3.5.43 '@vue/compiler-sfc@3.5.42': dependencies: @@ -6862,16 +6949,28 @@ snapshots: postcss: 8.5.26 source-map-js: 1.2.1 - '@vue/compiler-ssr@3.5.41': + '@vue/compiler-sfc@3.5.43': dependencies: - '@vue/compiler-dom': 3.5.41 - '@vue/shared': 3.5.41 + '@babel/parser': 7.29.8 + '@vue/compiler-core': 3.5.43 + '@vue/compiler-dom': 3.5.43 + '@vue/compiler-ssr': 3.5.43 + '@vue/shared': 3.5.43 + estree-walker: 2.0.2 + magic-string: 0.30.21 + postcss: 8.5.28 + source-map-js: 1.2.1 '@vue/compiler-ssr@3.5.42': dependencies: '@vue/compiler-dom': 3.5.42 '@vue/shared': 3.5.42 + '@vue/compiler-ssr@3.5.43': + dependencies: + '@vue/compiler-dom': 3.5.43 + '@vue/shared': 3.5.43 + '@vue/devtools-api@7.7.7': dependencies: '@vue/devtools-kit': 7.7.7 @@ -6890,40 +6989,40 @@ snapshots: dependencies: rfdc: 1.4.1 - '@vue/reactivity@3.5.42': + '@vue/reactivity@3.5.43': dependencies: - '@vue/shared': 3.5.42 + '@vue/shared': 3.5.43 - '@vue/runtime-core@3.5.42': + '@vue/runtime-core@3.5.43': dependencies: - '@vue/reactivity': 3.5.42 - '@vue/shared': 3.5.42 + '@vue/reactivity': 3.5.43 + '@vue/shared': 3.5.43 - '@vue/runtime-dom@3.5.42': + '@vue/runtime-dom@3.5.43': dependencies: - '@vue/reactivity': 3.5.42 - '@vue/runtime-core': 3.5.42 - '@vue/shared': 3.5.42 + '@vue/reactivity': 3.5.43 + '@vue/runtime-core': 3.5.43 + '@vue/shared': 3.5.43 csstype: 3.2.3 - '@vue/server-renderer@3.5.42': + '@vue/server-renderer@3.5.43': dependencies: - '@vue/compiler-ssr': 3.5.42 - '@vue/runtime-dom': 3.5.42 - '@vue/shared': 3.5.42 + '@vue/compiler-ssr': 3.5.43 + '@vue/runtime-dom': 3.5.43 + '@vue/shared': 3.5.43 '@vue/shared@3.5.18': {} - '@vue/shared@3.5.41': {} - '@vue/shared@3.5.42': {} + '@vue/shared@3.5.43': {} + '@vueuse/core@12.8.2(typescript@5.9.3)': dependencies: '@types/web-bluetooth': 0.0.21 '@vueuse/metadata': 12.8.2 '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.42(typescript@5.9.3) + vue: 3.5.43(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -6931,7 +7030,7 @@ snapshots: dependencies: '@vueuse/core': 12.8.2(typescript@5.9.3) '@vueuse/shared': 12.8.2(typescript@5.9.3) - vue: 3.5.42(typescript@5.9.3) + vue: 3.5.43(typescript@5.9.3) optionalDependencies: focus-trap: 7.6.5 jwt-decode: 4.0.0 @@ -6942,7 +7041,7 @@ snapshots: '@vueuse/shared@12.8.2(typescript@5.9.3)': dependencies: - vue: 3.5.42(typescript@5.9.3) + vue: 3.5.43(typescript@5.9.3) transitivePeerDependencies: - typescript @@ -7619,7 +7718,7 @@ snapshots: detective-vue2@2.3.0(supports-color@11.0.0)(typescript@5.9.3): dependencies: '@dependents/detective-less': 5.0.3 - '@vue/compiler-sfc': 3.5.41 + '@vue/compiler-sfc': 3.5.42 detective-es6: 5.0.2 detective-sass: 6.0.2 detective-scss: 5.0.2 @@ -8415,18 +8514,18 @@ snapshots: ini@4.1.1: {} - inquirer-autocomplete-prompt@1.4.0(inquirer@8.2.7(@types/node@24.13.3)): + inquirer-autocomplete-prompt@1.4.0(inquirer@8.2.7(@types/node@24.13.5)): dependencies: ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - inquirer: 8.2.7(@types/node@24.13.3) + inquirer: 8.2.7(@types/node@24.13.5) run-async: 2.4.1 rxjs: 6.6.7 - inquirer@8.2.7(@types/node@24.13.3): + inquirer@8.2.7(@types/node@24.13.5): dependencies: - '@inquirer/external-editor': 1.0.3(@types/node@24.13.3) + '@inquirer/external-editor': 1.0.3(@types/node@24.13.5) ansi-escapes: 4.3.2 chalk: 4.1.2 cli-cursor: 3.1.0 @@ -8454,7 +8553,7 @@ snapshots: ipaddr.js@2.5.0: {} - ipx@3.1.1(@netlify/blobs@11.0.3(supports-color@11.0.0))(@parcel/watcher@2.5.6): + ipx@3.1.1(@netlify/blobs@11.1.0(supports-color@11.0.0))(@parcel/watcher@2.5.6): dependencies: '@fastify/accept-negotiator': 2.1.0 citty: 0.1.6 @@ -8470,7 +8569,7 @@ snapshots: sharp: 0.34.5 svgo: 4.0.2 ufo: 1.6.4 - unstorage: 1.17.5(@netlify/blobs@11.0.3(supports-color@11.0.0)) + unstorage: 1.17.5(@netlify/blobs@11.1.0(supports-color@11.0.0)) xss: 1.0.15 transitivePeerDependencies: - '@azure/app-configuration' @@ -9189,25 +9288,26 @@ snapshots: negotiator@1.0.0: {} - netlify-cli@27.5.0(@parcel/watcher@2.5.6)(@types/node@24.13.3)(picomatch@4.0.5)(rollup@4.46.2)(supports-color@11.0.0): + netlify-cli@27.8.0(@parcel/watcher@2.5.6)(@types/node@24.13.5)(picomatch@4.0.5)(rollup@4.46.2)(supports-color@11.0.0): dependencies: '@fastify/static': 10.1.3 '@netlify/ai': 1.0.1 '@netlify/api': 15.1.2 - '@netlify/blobs': 11.0.3(supports-color@11.0.0) - '@netlify/build': 36.4.6(@opentelemetry/api@1.9.1)(@types/node@24.13.3)(picomatch@4.0.5)(rollup@4.46.2) + '@netlify/blobs': 11.1.0(supports-color@11.0.0) + '@netlify/build': 37.0.0(@opentelemetry/api@1.9.1)(@types/node@24.13.5)(picomatch@4.0.5)(rollup@4.46.2) '@netlify/build-info': 11.3.0 - '@netlify/config': 25.2.3 - '@netlify/dev': 5.0.5(@parcel/watcher@2.5.6)(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/config': 25.2.5 + '@netlify/dev': 5.1.2(@parcel/watcher@2.5.6)(rollup@4.46.2)(supports-color@11.0.0) '@netlify/dev-utils': 6.0.1 '@netlify/edge-bundler': 16.0.4 '@netlify/edge-functions': 4.0.0 '@netlify/edge-functions-bootstrap': 3.2.0 '@netlify/headers-parser': 10.1.1 - '@netlify/images': 2.0.1(@netlify/blobs@11.0.3(supports-color@11.0.0))(@parcel/watcher@2.5.6) + '@netlify/images': 2.0.1(@netlify/blobs@11.1.0(supports-color@11.0.0))(@parcel/watcher@2.5.6) '@netlify/local-functions-proxy': 2.0.3 '@netlify/redirect-parser': 16.1.1 - '@netlify/zip-it-and-ship-it': 15.5.0(rollup@4.46.2)(supports-color@11.0.0) + '@netlify/server-dev': 0.1.1 + '@netlify/zip-it-and-ship-it': 16.0.0(rollup@4.46.2)(supports-color@11.0.0) '@octokit/rest': 22.0.1 '@opentelemetry/api': 1.9.1 '@pnpm/tabtab': 0.5.4(supports-color@11.0.0) @@ -9224,7 +9324,7 @@ snapshots: comment-json: 5.0.0 content-type: 1.0.5 cookie: 2.0.1 - cron-parser: 4.9.0 + cron-parser: 5.10.0 debug: 4.4.3(supports-color@11.0.0) decache: 4.6.2 dot-prop: 10.2.0 @@ -9246,8 +9346,8 @@ snapshots: http-proxy: 1.18.1(debug@4.4.3(supports-color@11.0.0)) http-proxy-middleware: 3.0.7(supports-color@11.0.0) https-proxy-agent: 8.0.0(supports-color@11.0.0) - inquirer: 8.2.7(@types/node@24.13.3) - inquirer-autocomplete-prompt: 1.4.0(inquirer@8.2.7(@types/node@24.13.3)) + inquirer: 8.2.7(@types/node@24.13.5) + inquirer-autocomplete-prompt: 1.4.0(inquirer@8.2.7(@types/node@24.13.5)) is-docker: 4.0.0 is-stream: 4.0.1 is-wsl: 3.1.1 @@ -9274,13 +9374,13 @@ snapshots: parse-github-url: 1.0.4 pg: 8.23.0 prettyjson: 1.2.5 - raw-body: 3.0.2 + raw-body: 4.0.0 read-package-up: 12.0.0 readdirp: 5.1.1 semver: 7.8.5 source-map-support: 0.5.21 terminal-link: 5.0.0 - toml: 3.0.0 + toml: 4.3.0 tomlify-j0.4: 3.0.0 ulid: 3.0.2 update-notifier: 7.3.1 @@ -9682,6 +9782,12 @@ snapshots: picocolors: 1.1.1 source-map-js: 1.2.1 + postcss@8.5.28: + dependencies: + nanoid: 3.3.18 + picocolors: 1.1.1 + source-map-js: 1.2.1 + postgres-array@2.0.0: {} postgres-bytea@1.0.1: {} @@ -9720,7 +9826,7 @@ snapshots: precond@0.2.3: {} - prettier@3.9.6: {} + prettier@3.9.8: {} pretty-bytes@7.1.1: {} @@ -9792,6 +9898,11 @@ snapshots: iconv-lite: 0.7.3 unpipe: 1.0.0 + raw-body@4.0.0: + dependencies: + bytes: 3.1.2 + http-errors: 2.0.1 + rc@1.2.8: dependencies: deep-extend: 0.6.0 @@ -10500,7 +10611,7 @@ snapshots: tokenx@1.6.0: {} - toml@3.0.0: {} + toml@4.3.0: {} tomlify-j0.4@3.0.0: {} @@ -10516,14 +10627,14 @@ snapshots: dependencies: typescript: 5.9.3 - ts-node@10.9.2(@types/node@24.13.3)(typescript@5.9.3): + ts-node@10.9.2(@types/node@24.13.5)(typescript@5.9.3): dependencies: '@cspotcode/source-map-support': 0.8.1 '@tsconfig/node10': 1.0.13 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 24.13.3 + '@types/node': 24.13.5 acorn: 8.18.0 acorn-walk: 8.3.5 arg: 4.1.3 @@ -10667,7 +10778,7 @@ snapshots: unpipe@1.0.0: {} - unstorage@1.17.5(@netlify/blobs@11.0.3(supports-color@11.0.0)): + unstorage@1.17.5(@netlify/blobs@11.1.0(supports-color@11.0.0)): dependencies: anymatch: 3.1.3 chokidar: 5.0.0 @@ -10678,7 +10789,7 @@ snapshots: ofetch: 1.5.1 ufo: 1.6.4 optionalDependencies: - '@netlify/blobs': 11.0.3(supports-color@11.0.0) + '@netlify/blobs': 11.1.0(supports-color@11.0.0) untildify@4.0.0: {} @@ -10726,24 +10837,24 @@ snapshots: '@types/unist': 3.0.3 vfile-message: 4.0.3 - vite@5.4.21(@types/node@24.13.3): + vite@5.4.21(@types/node@24.13.5): dependencies: esbuild: 0.21.5 postcss: 8.5.26 rollup: 4.46.2 optionalDependencies: - '@types/node': 24.13.3 + '@types/node': 24.13.5 fsevents: 2.3.3 - vitepress-plugin-group-icons@1.7.6(vite@5.4.21(@types/node@24.13.3)): + vitepress-plugin-group-icons@1.7.6(vite@5.4.21(@types/node@24.13.5)): dependencies: '@iconify-json/logos': 1.2.12 '@iconify-json/vscode-icons': 1.2.70 '@iconify/utils': 3.1.4 optionalDependencies: - vite: 5.4.21(@types/node@24.13.3) + vite: 5.4.21(@types/node@24.13.5) - vitepress-plugin-llms@1.13.5(supports-color@11.0.0): + vitepress-plugin-llms@1.14.0(supports-color@11.0.0): dependencies: '@11ty/gray-matter': 2.1.0 markdown-it: 14.3.0 @@ -10762,12 +10873,12 @@ snapshots: transitivePeerDependencies: - supports-color - vitepress-plugin-tabs@0.9.1(vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.3)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3))(vue@3.5.42(typescript@5.9.3)): + vitepress-plugin-tabs@0.9.1(vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.5)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3))(vue@3.5.43(typescript@5.9.3)): dependencies: - vitepress: 1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.3)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3) - vue: 3.5.42(typescript@5.9.3) + vitepress: 1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.5)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3) + vue: 3.5.43(typescript@5.9.3) - vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.3)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3): + vitepress@1.6.4(@algolia/client-search@5.35.0)(@types/node@24.13.5)(jwt-decode@4.0.0)(postcss@8.5.26)(search-insights@2.17.3)(typescript@5.9.3): dependencies: '@docsearch/css': 3.8.2 '@docsearch/js': 3.8.2(@algolia/client-search@5.35.0)(search-insights@2.17.3) @@ -10776,7 +10887,7 @@ snapshots: '@shikijs/transformers': 2.5.0 '@shikijs/types': 2.5.0 '@types/markdown-it': 14.2.0 - '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@24.13.3))(vue@3.5.42(typescript@5.9.3)) + '@vitejs/plugin-vue': 5.2.4(vite@5.4.21(@types/node@24.13.5))(vue@3.5.43(typescript@5.9.3)) '@vue/devtools-api': 7.7.7 '@vue/shared': 3.5.18 '@vueuse/core': 12.8.2(typescript@5.9.3) @@ -10785,8 +10896,8 @@ snapshots: mark.js: 8.11.1 minisearch: 7.1.2 shiki: 2.5.0 - vite: 5.4.21(@types/node@24.13.3) - vue: 3.5.42(typescript@5.9.3) + vite: 5.4.21(@types/node@24.13.5) + vue: 3.5.43(typescript@5.9.3) optionalDependencies: postcss: 8.5.26 transitivePeerDependencies: @@ -10816,13 +10927,13 @@ snapshots: - typescript - universal-cookie - vue@3.5.42(typescript@5.9.3): + vue@3.5.43(typescript@5.9.3): dependencies: - '@vue/compiler-dom': 3.5.42 - '@vue/compiler-sfc': 3.5.42 - '@vue/runtime-dom': 3.5.42 - '@vue/server-renderer': 3.5.42 - '@vue/shared': 3.5.42 + '@vue/compiler-dom': 3.5.43 + '@vue/compiler-sfc': 3.5.43 + '@vue/runtime-dom': 3.5.43 + '@vue/server-renderer': 3.5.43 + '@vue/shared': 3.5.43 optionalDependencies: typescript: 5.9.3