diff --git a/ui/package-lock.json b/ui/package-lock.json index f4ad6ac08..fcb18e7a1 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.5", "next-auth": "^4.24.7", - "next-intl": "^3.17.0", + "next-intl": "^3.17.1", "next-logger": "^5.0.0", "pino": "^9.2.0", "prometheus-query": "^3.4.0", @@ -17030,9 +17030,9 @@ } }, "node_modules/next-intl": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.0.tgz", - "integrity": "sha512-D6susJo5V6OzhTwpCDErG77cvtF5TSTzras6o2puczJpNsyHk6hkUZ58xfvWSVkVHaoXVwVr1lRhCqOTxndLNw==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.1.tgz", + "integrity": "sha512-cRstsLyCZ+yS8sGIwM13xW/EqMulUi0z+J4NcCcwAkmB/OETu6d+xEQfvrQ0ZQ+Fj+qwl9df698Lozyx5kAYhw==", "funding": [ { "type": "individual", @@ -17042,7 +17042,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.17.0" + "use-intl": "^3.17.1" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -21493,9 +21493,9 @@ } }, "node_modules/use-intl": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.0.tgz", - "integrity": "sha512-2X4r3xy6PWD+7U9l/u4lmdwQZ1b7QyhF5A87SdF4UFbLlGH4vSiUdQJ/g3OM+wc78I6aBLT5aFaEPb14dG2TDA==", + "version": "3.17.1", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.1.tgz", + "integrity": "sha512-TxpacwmqjhyAfWnNVJKmQNCRC0/apFhetAD/EByrlakoww+jxGkW7Xh0f0iwr+mSD/V1tMakmyaEbozH+yb0qA==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index 16b3acf7d..57b411287 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.5", "next-auth": "^4.24.7", - "next-intl": "^3.17.0", + "next-intl": "^3.17.1", "next-logger": "^5.0.0", "pino": "^9.2.0", "prometheus-query": "^3.4.0",