From f7d0bf76eee7d5b1234ff7fe2f0413ae8f055a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 08:14:26 +0000 Subject: [PATCH] Bump next-intl from 3.17.4 to 3.17.5 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.17.4 to 3.17.5. - [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.17.4...v3.17.5) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 16 ++++++++-------- ui/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 0427782df..948d514ac 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.6", "next-auth": "^4.24.7", - "next-intl": "^3.17.4", + "next-intl": "^3.17.5", "next-logger": "^5.0.0", "pino": "^9.3.2", "prometheus-query": "^3.4.0", @@ -17123,9 +17123,9 @@ } }, "node_modules/next-intl": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.4.tgz", - "integrity": "sha512-ro3yNIaMNVhCmCdG6u9R00HllMdJXsGdKkBaBq75iM0sSnjLr7IytiGmCuZsUMDqCnGswXfXvs/FjI/lC8OAOw==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.5.tgz", + "integrity": "sha512-fmHg5ruItLKpsNFoOW4KqfaG8gCQy8HQQBcprOljiaU2ttSGlT+FPwySS3BOUtEIcpBVG63J+ISZqAbc7JksWg==", "funding": [ { "type": "individual", @@ -17135,7 +17135,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^0.6.3", - "use-intl": "^3.17.4" + "use-intl": "^3.17.5" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -21586,9 +21586,9 @@ } }, "node_modules/use-intl": { - "version": "3.17.4", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.4.tgz", - "integrity": "sha512-6t3tScvli9TvIBwordjZul59ubYzStcMTCgYJEkEikVGqBJKzfpdpifZhRTU7CxgSoB63rt9+AOPGKklXvtebA==", + "version": "3.17.5", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.5.tgz", + "integrity": "sha512-Hstfjvui4PgFIEnQb5c3Yl+aMzD1qKE4Jzei+XwoizVsy1IhS1HcxTZgtLH5bPAVbQYcML/+7BqKO7nE1+Oa3A==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index 79228686c..22696e3c7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.6", "next-auth": "^4.24.7", - "next-intl": "^3.17.4", + "next-intl": "^3.17.5", "next-logger": "^5.0.0", "pino": "^9.3.2", "prometheus-query": "^3.4.0",