From 2916b25db8ab1257f97843e577ea7fff8534c0b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:19:00 -0400 Subject: [PATCH] Bump next-intl from 3.22.0 to 3.23.2 in /ui (#1135) Bumps [next-intl](https://github.com/amannn/next-intl) from 3.22.0 to 3.23.2. - [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.22.0...v3.23.2) --- 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 | 18 +++++++++--------- ui/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index ed0e796f7..787968dd9 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.15", "next-auth": "^4.24.8", - "next-intl": "^3.22.0", + "next-intl": "^3.23.2", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.0", @@ -16300,9 +16300,9 @@ } }, "node_modules/next-intl": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.22.0.tgz", - "integrity": "sha512-Agyr8iHFdIBzTmJ7+ZWBQf/XQJvePVwrbdxVWh/U3/NigyIu0YnE7YtLpGVhaoM7xE56bdcOtyvkZa8O+sLeZg==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.23.2.tgz", + "integrity": "sha512-SCYEG2i0kYz+OupN6+qH9T+GDRfLCmJuT835uI9ac7AOlYCUbBizj28cti+oGhDkIjueZrweVw7iEiTkqCpKpQ==", "funding": [ { "type": "individual", @@ -16312,10 +16312,10 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^0.6.3", - "use-intl": "^3.22.0" + "use-intl": "^3.23.2" }, "peerDependencies": { - "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", + "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, @@ -20339,9 +20339,9 @@ } }, "node_modules/use-intl": { - "version": "3.22.0", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.22.0.tgz", - "integrity": "sha512-SoiPcyLJODhenrbDkcYJuOImgrBFN7Z8keLSHe7ffsNkIJtjdjet/RmqAv5Ym9TVxPpCs+fH2cl1J3YzFJSkWw==", + "version": "3.23.2", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.23.2.tgz", + "integrity": "sha512-lrKb5M6zr9YoHK+OuUsRApPPNEMHX8ntx0PDGZ0fxlMmj6W2u/3y++UB4uE/o0C8Jyn7oiHCjShYjgPjDaB1cg==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index 74ee936b9..df99ebe31 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.15", "next-auth": "^4.24.8", - "next-intl": "^3.22.0", + "next-intl": "^3.23.2", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.0",