diff --git a/ui/package-lock.json b/ui/package-lock.json index 172093933..79bd06c07 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.17", "next-auth": "^4.24.10", - "next-intl": "^3.25.0", + "next-intl": "^3.25.1", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.1", @@ -15723,9 +15723,9 @@ } }, "node_modules/next-intl": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.25.0.tgz", - "integrity": "sha512-xjHNqYyW6LS2Mwmld4Q7tBhyv6g2zO7BtclOAQXe6Fgl5hEsWCv8KNZc0jumud1qnNr8erzmYz8KepJZtXPA4Q==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.25.1.tgz", + "integrity": "sha512-Z2dJWn5f/b1sb8EmuJcuDhbQTIp4RG1KBFAILgRt/y27W0ifU7Ll/os3liphUY4InyRH89uShTAk7ItAlpr0uA==", "funding": [ { "type": "individual", @@ -15735,7 +15735,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.25.0" + "use-intl": "^3.25.1" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", @@ -19465,9 +19465,9 @@ } }, "node_modules/use-intl": { - "version": "3.25.0", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.25.0.tgz", - "integrity": "sha512-e9nfJm18rM+naT14oZZYR3FNWd2mRDmNFQJC4R9qh4vhfabDwl0Kd/B6PodYst7U/0oT3qeKKjlz7qG3BvXAaQ==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.25.1.tgz", + "integrity": "sha512-Xeyl0+BjlBf6fJr2h5W/CESZ2IQAH7jzXYK4c/ao+qR26jNPW3FXBLjg7eLRxdeI6QaLcYGLtH3WYhC9I0+6Yg==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index ac1d10395..af8da10ba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.17", "next-auth": "^4.24.10", - "next-intl": "^3.25.0", + "next-intl": "^3.25.1", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.1",