From 1520b792cb7136a3bb2d0727fd07fa30f095772c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 08:32:40 +0000 Subject: [PATCH] Bump next-intl from 3.17.6 to 3.18.1 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.17.6 to 3.18.1. - [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.6...v3.18.1) --- updated-dependencies: - dependency-name: next-intl dependency-type: direct:production update-type: version-update:semver-minor ... 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 2f54fbd86..dd0725d7e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.7", "next-auth": "^4.24.7", - "next-intl": "^3.17.6", + "next-intl": "^3.18.1", "next-logger": "^5.0.0", "pino": "^9.3.2", "prometheus-query": "^3.4.0", @@ -17160,9 +17160,9 @@ } }, "node_modules/next-intl": { - "version": "3.17.6", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.17.6.tgz", - "integrity": "sha512-giPh2Us/C7B5P/60qdfHZMj9YPg5yXp6c9msFxv6Ua4zJt1IueNrKivInowN8FAwwSqEyC7TNYXBkXuG6oToTQ==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.18.1.tgz", + "integrity": "sha512-ht8HyroJeiJIte9yhg1f0Nc2rlZmkvSYQ3nhqFVJLzhq7T1Xb8nfjilffrOJc3sA8kEjBOS4bdIrg4YX8REO0Q==", "funding": [ { "type": "individual", @@ -17172,7 +17172,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^0.6.3", - "use-intl": "^3.17.6" + "use-intl": "^3.18.1" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -21623,9 +21623,9 @@ } }, "node_modules/use-intl": { - "version": "3.17.6", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.17.6.tgz", - "integrity": "sha512-07wyVHSFSfI6M6TjhX/buZUFXnFymSz5LCimIMutTnBY11Vc/ym18j3HpZoQoWH+JYRKCCa4Jfm7NNyVKmgVww==", + "version": "3.18.1", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.18.1.tgz", + "integrity": "sha512-BFNhVnszG1AB04DbNvJ+TLLd1oBDGergAKI8t9xaE4vDJYZaVKQH4zmpdArbegzTu5U9XMen6w14d1P1hBwKOQ==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" diff --git a/ui/package.json b/ui/package.json index a155f5614..444e5bf22 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.7", "next-auth": "^4.24.7", - "next-intl": "^3.17.6", + "next-intl": "^3.18.1", "next-logger": "^5.0.0", "pino": "^9.3.2", "prometheus-query": "^3.4.0",