From 7a9978db0096f263686e2c15e8c3b239590dccb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 09:00:34 +0000 Subject: [PATCH] build(deps): bump next-intl from 3.26.2 to 3.26.3 in /ui (#1324) Bumps [next-intl](https://github.com/amannn/next-intl) from 3.26.2 to 3.26.3. - [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.26.2...v3.26.3) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 1e865cb3f..49791ad8a 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "js-yaml": "^4.1.0", "next": "^14.2.21", "next-auth": "^4.24.11", - "next-intl": "^3.26.2", + "next-intl": "^3.26.3", "next-logger": "^5.0.1", "pino": "^9.5.0", "react": "18.3.1", @@ -15416,9 +15416,9 @@ } }, "node_modules/next-intl": { - "version": "3.26.2", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.26.2.tgz", - "integrity": "sha512-fPsL5/9Y/aYNHoOf904b+PhYkm1RfZKrNMAxUvURMqFuQTA0TQAIGnY0s03yPH7oRv9qCFcutaxr6DsHq0aCzQ==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.26.3.tgz", + "integrity": "sha512-6Y97ODrDsEE1J8cXKMHwg1laLdtkN66QMIqG8BzH4zennJRUNTtM8UMtBDyhfmF6uiZ+xsbWLXmHUgmUymUsfQ==", "funding": [ { "type": "individual", @@ -15428,7 +15428,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.26.2" + "use-intl": "^3.26.3" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", @@ -19015,9 +19015,9 @@ } }, "node_modules/use-intl": { - "version": "3.26.2", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.26.2.tgz", - "integrity": "sha512-H0BpBXLNFTkw6RvntLXSXr2+la4T/xilKSG5l8ND9Br9+i1hqHensWouNS288QZdiDTrfYUVswDtUIR6L39JHQ==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.26.3.tgz", + "integrity": "sha512-yY0a2YseO17cKwHA9M6fcpiEJ2Uo81DEU0NOUxNTp6lJVNOuI6nULANPVVht6IFdrYFtlsMmMoc97+Eq9/Tnng==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index b97f80db5..4163e93cd 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "js-yaml": "^4.1.0", "next": "^14.2.21", "next-auth": "^4.24.11", - "next-intl": "^3.26.2", + "next-intl": "^3.26.3", "next-logger": "^5.0.1", "pino": "^9.5.0", "react": "18.3.1",