From 3b8f2aef08a49fbe34090e2219bd47f5030514bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 03:15:58 +0000 Subject: [PATCH] Bump next-intl from 3.25.3 to 4.1.0 Bumps [next-intl](https://github.com/amannn/next-intl) from 3.25.3 to 4.1.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/v3.25.3...v4.1.0) --- updated-dependencies: - dependency-name: next-intl dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b149b9..17ccec8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "next": "15.1.3", - "next-intl": "3.25.3", + "next-intl": "4.1.0", "react": "19.0.0", "react-dom": "19.0.0", "sharp": "0.33.5"