From 3934cdb0cfef433cbdccca38ba7580747225e0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:29:54 -0400 Subject: [PATCH] Bump next-intl from 3.14.1 to 3.15.0 in /ui (#814) Bumps [next-intl](https://github.com/amannn/next-intl) from 3.14.1 to 3.15.0. - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v3.14.1...v3.15.0) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-minor ... 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 bdcba41c7..1f03f48c0 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -38,7 +38,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "next-intl": "^3.14.1", + "next-intl": "^3.15.0", "next-logger": "^4.0.0", "pino": "^9.1.0", "prometheus-query": "^3.4.0", @@ -18440,9 +18440,9 @@ } }, "node_modules/next-intl": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.14.1.tgz", - "integrity": "sha512-Jb5KdYaJCH3z4O/Ab05YOi7lzaqtFcnOa8KdUCHvHKxPYNM7H6I/5hC3dvKPDb9S5gW6wMp3bNQoMzcWw227jw==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.15.0.tgz", + "integrity": "sha512-mccmy6oIbgV3QY2GsgHrgRLoEYYVEIXa+hEaK6OBeG3zYJ+H5AACVBAhLcf+5ctY06RFr95hYt1XcJJ+bNtkag==", "funding": [ { "type": "individual", @@ -18452,7 +18452,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.14.1" + "use-intl": "^3.15.0" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -23338,9 +23338,9 @@ } }, "node_modules/use-intl": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.14.1.tgz", - "integrity": "sha512-LVjHUSnQxryiWY+zCFkwoe+a8LK4RIM/4+lV54FSLehOH3gO1JcnXQ85TbfKUTfvEDY7B0DkH7WOM+CWppZanA==", + "version": "3.15.0", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.15.0.tgz", + "integrity": "sha512-vPCa7nbmH3RLfsy4pLLag8PvlzxQYHd5CkPE/AobkX72NE7JjhXk9UFtuFmD1UWiwQzM7njysnuwQlhtV6vV2Q==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^10.5.11" diff --git a/ui/package.json b/ui/package.json index ce647a982..b21d0ae3c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "next-intl": "^3.14.1", + "next-intl": "^3.15.0", "next-logger": "^4.0.0", "pino": "^9.1.0", "prometheus-query": "^3.4.0",