From f21cc7ed36d480f2f6b4033a1fba54ba38739527 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 22:26:40 +0000 Subject: [PATCH] chore(deps): bump next-intl from 4.9.1 to 4.13.0 in /app/frontend Bumps [next-intl](https://github.com/amannn/next-intl) from 4.9.1 to 4.13.0. - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v4.9.1...v4.13.0) --- updated-dependencies: - dependency-name: next-intl dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/frontend/package.json b/app/frontend/package.json index 178645e..d90acf2 100644 --- a/app/frontend/package.json +++ b/app/frontend/package.json @@ -25,7 +25,7 @@ "leaflet": "^1.9.4", "lucide-react": "^1.0.1", "next": "^16.2.1", - "next-intl": "^4.9.1", + "next-intl": "^4.13.0", "next-themes": "^0.4.6", "papaparse": "^5.5.3", "react": "19.2.3",