From 4e6f2c7fc105b75a9a489857a08e95270807a600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 08:35:26 +0000 Subject: [PATCH] Bump next-intl from 3.17.5 to 3.17.6 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.17.5 to 3.17.6. - [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.5...v3.17.6) --- 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 2d27d022a..925996fab 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.5", + "next-intl": "^3.17.6", "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.5", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.5.tgz", - "integrity": "sha512-fmHg5ruItLKpsNFoOW4KqfaG8gCQy8HQQBcprOljiaU2ttSGlT+FPwySS3BOUtEIcpBVG63J+ISZqAbc7JksWg==", + "version": "3.17.6", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.6.tgz", + "integrity": "sha512-giPh2Us/C7B5P/60qdfHZMj9YPg5yXp6c9msFxv6Ua4zJt1IueNrKivInowN8FAwwSqEyC7TNYXBkXuG6oToTQ==", "funding": [ { "type": "individual", @@ -17135,7 +17135,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^0.6.3", - "use-intl": "^3.17.5" + "use-intl": "^3.17.6" }, "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.5", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.5.tgz", - "integrity": "sha512-Hstfjvui4PgFIEnQb5c3Yl+aMzD1qKE4Jzei+XwoizVsy1IhS1HcxTZgtLH5bPAVbQYcML/+7BqKO7nE1+Oa3A==", + "version": "3.17.6", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.6.tgz", + "integrity": "sha512-07wyVHSFSfI6M6TjhX/buZUFXnFymSz5LCimIMutTnBY11Vc/ym18j3HpZoQoWH+JYRKCCa4Jfm7NNyVKmgVww==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index 0f3245ec8..6223fddd8 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.5", + "next-intl": "^3.17.6", "next-logger": "^5.0.0", "pino": "^9.3.2", "prometheus-query": "^3.4.0",