diff --git a/ui/package-lock.json b/ui/package-lock.json index 57e24952d..846a97bf0 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.11.3", + "next-intl": "^3.12.0", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0", @@ -18105,9 +18105,9 @@ } }, "node_modules/next-intl": { - "version": "3.11.3", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.11.3.tgz", - "integrity": "sha512-l961i+Jf0PJA+EEhlP+K8LiUyu36c6j8esmlOxaJ0A5z+YTto0RmA3XTQ1dTibl1Fkkopt2fnp6r4BZplRxvTg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.12.0.tgz", + "integrity": "sha512-N3DHT6ce6K4VHVA3y2p3U7wfBx4c31qEgQSTFCFJuNnE7XYzy49O576ewEz7/k2YaB/U5bfxaWWaMMkskofwoQ==", "funding": [ { "type": "individual", @@ -18117,7 +18117,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.11.3" + "use-intl": "^3.12.0" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -22865,9 +22865,9 @@ } }, "node_modules/use-intl": { - "version": "3.11.3", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.11.3.tgz", - "integrity": "sha512-qxW2CiDWQY6ilR7AxrQPp5qiU6hWWh7Ek8uBEKGjcO7KoRuJ/4/ybIi/Z7rTXnEHHvQyCT1dotyDT9WIBGwCWg==", + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.12.0.tgz", + "integrity": "sha512-tTJBSaxpVF1ZHqJ5+1JOaBsPmvBPscXHR0soMNQFWIURZspOueLaMXx1XHNdBv9KZGwepBju5aWXkJ0PM6ztXg==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^9.3.18" diff --git a/ui/package.json b/ui/package.json index 6d4f15c69..f7cfc26f1 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.11.3", + "next-intl": "^3.12.0", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0",