Skip to content

Commit 0b2bc45

Browse files
fix(deps): update non-minor dependencies
1 parent 49c92e5 commit 0b2bc45

File tree

4 files changed

+55
-46
lines changed

4 files changed

+55
-46
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM --platform=$BUILDPLATFORM golang:1.23.0 as builder
2+
FROM --platform=$BUILDPLATFORM golang:1.23.5 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/sap/cf-service-operator
33
go 1.22.5
44

55
require (
6-
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.5
7-
github.com/go-logr/logr v1.4.1
6+
github.com/cloudfoundry-community/go-cfclient/v3 v3.0.0-alpha.9
7+
github.com/go-logr/logr v1.4.2
88
github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1
99
github.com/onsi/ginkgo/v2 v2.15.0
1010
github.com/onsi/gomega v1.31.1

website/package-lock.json

+51-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"devDependencies": {
3-
"autoprefixer": "10.4.16",
3+
"autoprefixer": "10.4.20",
44
"postcss": "8.4.31",
55
"postcss-cli": "11.0.0"
66
},

0 commit comments

Comments
 (0)