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",