From d50f51b8301afcabdd2f0803482bd8cfa524cb12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:34:59 +0000 Subject: [PATCH 1/2] chore(deps): bump next from 16.3.0 to 16.3.1 in /ui Bumps [next](https://github.com/vercel/next.js) from 16.3.0 to 16.3.1. - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v16.3.0...v16.3.1) --- updated-dependencies: - dependency-name: next dependency-version: 16.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 7e8c7ce..b1dd628 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "date-fns": "^4.1.0", "hls.js": "^1.6.15", "lucide-react": "^1.22.0", - "next": "16.3.0", + "next": "16.3.1", "next-intl": "^4.6.1", "react": "19.2.8", "react-dom": "19.2.8", From 6b32aaa073f0f74cd4b2bf1002d84fa38b7db0a0 Mon Sep 17 00:00:00 2001 From: rennerdo30 <9086097+rennerdo30@users.noreply.github.com> Date: Mon, 17 Aug 2026 22:02:31 +0900 Subject: [PATCH 2/2] chore(deps-dev): bump eslint-config-next from 16.3.0 to 16.3.1 in /ui --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index b1dd628..aa77109 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,7 +54,7 @@ "@vitejs/plugin-react": "^6.0.1", "@vitest/coverage-v8": "^4.1.0", "eslint": "^9", - "eslint-config-next": "16.3.0", + "eslint-config-next": "16.3.1", "jsdom": "^30.0.1", "tailwindcss": "^4", "typescript": "^6",