Skip to content

Fixed UI security issues and updated project dependencies #3556

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions .github/workflows/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
steps:
# To build minio image, we need to clone the repository first
- name: Clone github.com/minio/minio
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
timeout-minutes: 10
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
runs-on: [ ubuntu-latest ]
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -621,7 +621,7 @@ jobs:

strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]

steps:
- name: Check out code
Expand Down Expand Up @@ -699,7 +699,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -746,7 +746,7 @@ jobs:
echo "download golang x tools"
go mod download golang.org/x/tools
echo "go mod tidy compat mode"
go mod tidy -compat=1.23
go mod tidy -compat=1.24
echo "go build gocoverage.go"
go build gocovmerge.go
echo "put together the outs for final coverage resolution"
Expand Down Expand Up @@ -812,7 +812,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -854,7 +854,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -894,7 +894,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -922,7 +922,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand All @@ -949,7 +949,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down Expand Up @@ -1005,7 +1005,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vulncheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23.8
go-version: 1.24.4
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.23.x ]
go-version: [ 1.24.x ]
os: [ ubuntu-latest ]
steps:
- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/minio/console

go 1.23.0
go 1.24.0

toolchain go1.23.8
toolchain go1.24.4

require (
github.com/blang/semver/v4 v4.0.0
Expand Down
18 changes: 10 additions & 8 deletions web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-markdown": "8.0.7",
"react-pdf": "^9.2.1",
"react-redux": "^8.1.3",
"react-router-dom": "6.30.0",
"react-router-dom": "6.30.1",
"react-virtualized": "^9.22.6",
"react-window": "^1.8.11",
"react-window-infinite-loader": "^1.0.10",
Expand Down Expand Up @@ -59,13 +59,13 @@
"proxy": "http://localhost:9090/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/runtime": "^7.27.1",
"@playwright/test": "^1.52.0",
"@babel/runtime": "^7.27.6",
"@playwright/test": "^1.53.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.16",
"@types/lodash": "^4.17.18",
"@types/luxon": "^3.6.2",
"@types/node": "20.17.47",
"@types/react": "18.3.21",
"@types/react": "18.3.23",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.3.7",
"@types/react-redux": "^7.1.34",
Expand All @@ -77,14 +77,14 @@
"@types/webpack-env": "^1.18.8",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"knip": "^5.56.0",
"knip": "^5.61.2",
"minio": "^8.0.5",
"nyc": "^15.1.0",
"prettier": "3.5.3",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"swagger-typescript-api": "13.1.3",
"swagger-typescript-api": "13.2.3",
"testcafe": "3.7.2",
"typescript": "^5.8.3"
},
Expand All @@ -98,7 +98,9 @@
"rollup": "^4.24.0",
"cookie": "^0.7.2",
"jspdf": "^3.0.0",
"@babel/runtime": "^7.26.10"
"@babel/runtime": "^7.26.10",
"prebuilt-install": "^2.1.3",
"tar-fs": "^2.1.3"
},
"main": "index.js",
"packageManager": "yarn@4.4.0"
Expand Down
8 changes: 4 additions & 4 deletions web-app/playwright/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
steps:
- name: Check out code
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
steps:
- name: Check out code
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
steps:
- name: Check out code
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go-version: [1.23.x]
go-version: [1.24.x]
os: [ubuntu-latest]
steps:
- name: Check out code
Expand Down
Loading
Loading