Skip to content

Commit c208ef4

Browse files
chore(deps): update application-deps
| datasource | package | from | to | | ------------ | ---------------------------- | -------- | -------- | | npm | @sveltejs/vite-plugin-svelte | 7.0.0 | 7.1.2 | | npm | @tailwindcss/postcss | 4.1.16 | 4.3.0 | | npm | @types/node | 25.6.0 | 25.9.1 | | npm | carbon-icons-svelte | 13.10.0 | 13.11.0 | | npm | eslint | 10.2.0 | 10.4.0 | | npm | eslint-plugin-svelte | 3.17.0 | 3.17.1 | | npm | flowbite | 4.0.1 | 4.0.2 | | go | github.com/coreos/go-oidc/v3 | v3.17.0 | v3.18.0 | | go | github.com/zarf-dev/zarf | v0.75.0 | v0.76.0 | | npm | globals | 17.5.0 | 17.6.0 | | npm | jsdom | 29.0.2 | 29.1.1 | | go | k8s.io/apimachinery | v0.35.4 | v0.36.1 | | go | k8s.io/client-go | v0.35.4 | v0.36.1 | | npm | kubernetes-fluent-client | 3.11.6 | 3.11.7 | | node-version | node | v24.14.1 | v24.16.0 | | npm | prettier-plugin-svelte | 3.5.1 | 3.5.2 | | npm | prettier-plugin-tailwindcss | 0.7.2 | 0.8.0 | | npm | svelte-check | 4.4.6 | 4.4.8 | | npm | tailwindcss | 4.2.2 | 4.3.0 | | npm | typescript-eslint | 8.58.2 | 8.59.4 | | npm | vite | 8.0.8 | 8.0.13 | | npm | vitest | 4.1.4 | 4.1.7 |
1 parent cce3d18 commit c208ef4

5 files changed

Lines changed: 608 additions & 689 deletions

File tree

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ module github.com/defenseunicorns/uds-portal
66
go 1.26.3
77

88
require (
9-
github.com/coreos/go-oidc/v3 v3.17.0
9+
github.com/coreos/go-oidc/v3 v3.18.0
1010
github.com/go-chi/chi/v5 v5.2.5
1111
github.com/golang-jwt/jwt/v5 v5.3.1
1212
github.com/stretchr/testify v1.11.1
13-
github.com/zarf-dev/zarf v0.75.0
14-
k8s.io/apimachinery v0.35.4
15-
k8s.io/client-go v0.35.4
13+
github.com/zarf-dev/zarf v0.76.0
14+
k8s.io/apimachinery v0.36.1
15+
k8s.io/client-go v0.36.1
1616
)
1717

1818
require (
@@ -45,7 +45,7 @@ require (
4545
github.com/Azure/go-autorest/logger v0.2.1 // indirect
4646
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
4747
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
48-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
48+
github.com/Masterminds/semver/v3 v3.5.0 // indirect
4949
github.com/Microsoft/go-winio v0.6.2 // indirect
5050
github.com/STARRY-S/zip v0.2.3 // indirect
5151
github.com/ThalesIgnite/crypto11 v1.2.5 // indirect
@@ -120,8 +120,8 @@ require (
120120
github.com/fsnotify/fsnotify v1.9.0 // indirect
121121
github.com/go-errors/errors v1.5.1 // indirect
122122
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
123-
github.com/go-git/go-billy/v5 v5.8.0 // indirect
124-
github.com/go-git/go-git/v5 v5.17.2 // indirect
123+
github.com/go-git/go-billy/v5 v5.9.0 // indirect
124+
github.com/go-git/go-git/v5 v5.18.0 // indirect
125125
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
126126
github.com/go-logr/stdr v1.2.2 // indirect
127127
github.com/go-openapi/analysis v0.24.3 // indirect
@@ -206,7 +206,6 @@ require (
206206
github.com/moby/term v0.5.2 // indirect
207207
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
208208
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
209-
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
210209
github.com/natefinch/atomic v1.0.1 // indirect
211210
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
212211
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
@@ -273,30 +272,31 @@ require (
273272
github.com/yashtewari/glob-intersection v0.2.0 // indirect
274273
gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect
275274
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
276-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
275+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 // indirect
277276
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
278-
go.opentelemetry.io/otel v1.42.0 // indirect
279-
go.opentelemetry.io/otel/metric v1.42.0 // indirect
280-
go.opentelemetry.io/otel/trace v1.42.0 // indirect
277+
go.opentelemetry.io/otel v1.43.0 // indirect
278+
go.opentelemetry.io/otel/metric v1.43.0 // indirect
279+
go.opentelemetry.io/otel/trace v1.43.0 // indirect
281280
go.uber.org/multierr v1.11.0 // indirect
282281
go.uber.org/zap v1.27.1 // indirect
283282
go.yaml.in/yaml/v3 v3.0.4 // indirect
284283
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
285284
golang.org/x/crypto v0.50.0 // indirect
286-
golang.org/x/mod v0.34.0 // indirect
285+
golang.org/x/mod v0.35.0 // indirect
287286
google.golang.org/api v0.269.0 // indirect
288287
google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect
289-
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
290-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
288+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
289+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
291290
google.golang.org/grpc v1.80.0 // indirect
292291
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
293292
gopkg.in/ini.v1 v1.67.1 // indirect
294293
gopkg.in/warnings.v0 v0.1.2 // indirect
295-
k8s.io/api v0.35.4 // indirect
296-
k8s.io/cli-runtime v0.35.3 // indirect
297-
k8s.io/component-helpers v0.35.3 // indirect
294+
k8s.io/api v0.36.1 // indirect
295+
k8s.io/cli-runtime v0.36.0 // indirect
296+
k8s.io/component-helpers v0.36.0 // indirect
297+
k8s.io/streaming v0.36.1 // indirect
298298
sigs.k8s.io/cli-utils v0.37.2 // indirect
299-
sigs.k8s.io/controller-runtime v0.23.3 // indirect
299+
sigs.k8s.io/controller-runtime v0.24.0 // indirect
300300
sigs.k8s.io/kustomize/api v0.21.1 // indirect
301301
sigs.k8s.io/kustomize/kyaml v0.21.1 // indirect
302302
sigs.k8s.io/release-utils v0.12.4 // indirect
@@ -330,7 +330,7 @@ require (
330330
golang.org/x/term v0.42.0 // indirect
331331
golang.org/x/text v0.36.0 // indirect
332332
golang.org/x/time v0.15.0 // indirect
333-
google.golang.org/protobuf v1.36.11 // indirect
333+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
334334
gopkg.in/inf.v0 v0.9.1 // indirect
335335
gopkg.in/yaml.v3 v3.0.1 // indirect
336336
k8s.io/klog/v2 v2.140.0 // indirect

0 commit comments

Comments
 (0)