This is an automated email from the ASF dual-hosted git repository.

ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new 48bd87c  [YUNIKORN-3043] Web: Update go dependencies for CVE fixes 
(#230)
48bd87c is described below

commit 48bd87c98030b198c0f570c91a86b5bdd810e98a
Author: Craig Condit <[email protected]>
AuthorDate: Wed Mar 5 13:46:21 2025 -0600

    [YUNIKORN-3043] Web: Update go dependencies for CVE fixes (#230)
    
    Closes: #230
---
 .go_repro_version | 2 +-
 .go_version       | 2 +-
 Dockerfile        | 2 +-
 go.mod            | 6 ++++--
 go.sum            | 4 ++++
 5 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/.go_repro_version b/.go_repro_version
index 428abfd..2d27ccb 100644
--- a/.go_repro_version
+++ b/.go_repro_version
@@ -1 +1 @@
-1.21.8
+1.23.7
diff --git a/.go_version b/.go_version
index 71f7f51..a1b6e17 100644
--- a/.go_version
+++ b/.go_version
@@ -1 +1 @@
-1.22
+1.23
diff --git a/Dockerfile b/Dockerfile
index 86d32f4..a1dea0c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,7 @@ WORKDIR /work
 COPY *.json *.js *.yaml .browserslistrc /work/
 COPY src /work/src/
 
-RUN npm install -g pnpm
+RUN npm install -g pnpm@9
 RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 pnpm i
 RUN pnpm build:prod
 
diff --git a/go.mod b/go.mod
index f3c8836..5779f63 100644
--- a/go.mod
+++ b/go.mod
@@ -21,6 +21,8 @@ module github.com/apache/yunikorn-web
 
 go 1.23
 
-require gotest.tools/v3 v3.5.1
+toolchain go1.23.7
 
-require github.com/google/go-cmp v0.5.9 // indirect
+require gotest.tools/v3 v3.5.2
+
+require github.com/google/go-cmp v0.7.0 // indirect
diff --git a/go.sum b/go.sum
index 7dd4ab5..245e5b5 100644
--- a/go.sum
+++ b/go.sum
@@ -1,4 +1,8 @@
 github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
 github.com/google/go-cmp v0.5.9/go.mod 
h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
+github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
+github.com/google/go-cmp v0.7.0/go.mod 
h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
 gotest.tools/v3 v3.5.1 h1:EENdUnS3pdur5nybKYIh2Vfgc8IUNBjxDPSjtiJcOzU=
 gotest.tools/v3 v3.5.1/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU=
+gotest.tools/v3 v3.5.2 h1:7koQfIKdy+I8UTetycgUqXWSDwpgv193Ka+qRsmBY8Q=
+gotest.tools/v3 v3.5.2/go.mod h1:LtdLGcnqToBH83WByAAi/wiwSFCArdFIUV/xxN4pcjA=


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to