Skip to content

Commit f49aaa0

Browse files
authored
chore: update zui version (#3412)
- upgrade axios to v1.12.2 for cve fixes - update mui libraries to 6.5.0 for cve fixes - other updates for fixes - [email protected] is outdated and only supports TypeScript 4.9.5, so downgrade to 4.9.5 (note this was alreays done on npm install even in the previous commit) Shoudl fix https://github.com/project-zot/zot/actions/runs/18036432234/job/51324327982 Signed-off-by: Andrei Aaron <[email protected]>
1 parent e6dee9f commit f49aaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CRICTL_VERSION := v1.26.1
2626
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
2727
ACTION_VALIDATOR_VERSION := v0.5.3
2828
ZUI_BUILD_PATH := ""
29-
ZUI_VERSION := commit-d25abda
29+
ZUI_VERSION := commit-731b639
3030
ZUI_REPO_OWNER := project-zot
3131
ZUI_REPO_NAME := zui
3232
SWAGGER_VERSION := v1.16.2
@@ -321,7 +321,7 @@ $(GOLINTER):
321321
$(GOLINTER) version
322322

323323
.PHONY: check-logs
324-
check-logs:
324+
check-logs:
325325
@./scripts/check_logs.sh
326326

327327
.PHONY: check

0 commit comments

Comments
 (0)