From 76903cd67f99fcf750c52e5e3a14631090202684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 01:23:22 +0000 Subject: [PATCH] Bump next-intl from 4.3.8 to 4.3.9 in the prod-patch-updates group Bumps the prod-patch-updates group with 1 update: [next-intl](https://github.com/amannn/next-intl). Updates `next-intl` from 4.3.8 to 4.3.9 - [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.3.8...v4.3.9) --- updated-dependencies: - dependency-name: next-intl dependency-version: 4.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-patch-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index acda09ba..c419863a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -67,7 +67,7 @@ "lucide-react": "^0.544.0", "moment": "2.30.1", "next": "15.5.3", - "next-intl": "^4.3.8", + "next-intl": "^4.3.9", "next-themes": "0.4.6", "node-cache": "5.1.2", "node-fetch": "3.3.2", @@ -12058,9 +12058,9 @@ } }, "node_modules/next-intl": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.3.8.tgz", - "integrity": "sha512-epUuRSL1KRQtDdFVRb5j7ZaaF7Sx/aivVA7VY0fc5g1pmpT90ylK6AaBdNsOnc5n+AERVn+zO5HoBsXO0lhTZA==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-4.3.9.tgz", + "integrity": "sha512-4oSROHlgy8a5Qr2vH69wxo9F6K0uc6nZM2GNzqSe6ET79DEzOmBeSijCRzD5txcI4i+XTGytu4cxFsDXLKEDpQ==", "funding": [ { "type": "individual", @@ -12071,7 +12071,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^4.3.8" + "use-intl": "^4.3.9" }, "peerDependencies": { "next": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", @@ -17942,9 +17942,9 @@ } }, "node_modules/use-intl": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.3.8.tgz", - "integrity": "sha512-L4mcWCriZCw+qySIk5Octy9ioRNTuFu4y2kTw3NIKfKRk0xAvfobX7/5VHk+eCDJFJeBEqJov/qRe83LDfbqyg==", + "version": "4.3.9", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-4.3.9.tgz", + "integrity": "sha512-bZu+h13HIgOvsoGleQtUe4E6gM49CRm+AH36KnJVB/qb1+Beo7jr7HNrR8YWH8oaOkQfGNm6vh0HTepxng8UTg==", "license": "MIT", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", diff --git a/package.json b/package.json index 6aa75049..3cd895dc 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "lucide-react": "^0.544.0", "moment": "2.30.1", "next": "15.5.3", - "next-intl": "^4.3.8", + "next-intl": "^4.3.9", "next-themes": "0.4.6", "node-cache": "5.1.2", "node-fetch": "3.3.2",