From 9f958608bef9a085d561610db8efa72629d4f467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:20:35 +0000 Subject: [PATCH] build(deps): bump next-intl from 3.23.5 to 3.24.0 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.23.5 to 3.24.0. - [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.23.5...v3.24.0) --- 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 | 20 ++++++++++---------- ui/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index d0860c041..185f00980 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -39,7 +39,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.15", "next-auth": "^4.24.10", - "next-intl": "^3.23.5", + "next-intl": "^3.24.0", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.0", @@ -16301,9 +16301,9 @@ } }, "node_modules/next-intl": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.23.5.tgz", - "integrity": "sha512-mUuz3JFRdtWpyYEPN8xUXpkn4qEnAADxA5GQjUGobbLY32kWrYfZYs4MrYHAVl2zAAbPcD9oisXF0q8B1ifszA==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.24.0.tgz", + "integrity": "sha512-48X68QsI92grir2dH1W15yhyVnEjW4c9qmwNt+du+k6mI1QtlE6GyANWHoL4/leTixHv8knZ1y9B/Ys06gmKLg==", "funding": [ { "type": "individual", @@ -16313,11 +16313,11 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.23.5" + "use-intl": "^3.24.0" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0", - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0" } }, "node_modules/next-intl/node_modules/negotiator": { @@ -20348,15 +20348,15 @@ } }, "node_modules/use-intl": { - "version": "3.23.5", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.23.5.tgz", - "integrity": "sha512-t+iwRqyAzKUY3E0DbA70eTsNxLKr6RndqdIOedqIQPfcNNkFxHs3g6+6i0PWXAGYRXaqOzzE3ZWYFOMCmnUkWg==", + "version": "3.24.0", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.24.0.tgz", + "integrity": "sha512-lmrARod7yjMYehbyY9xBLjjgnlNcJsl1UAltAPlgspRG7RH6H0JYaGo4C3PZW/BTy0Dgmcvcl8rH/VemzGIhgQ==", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0" } }, "node_modules/use-resize-observer": { diff --git a/ui/package.json b/ui/package.json index d92f13227..5fda3bae4 100644 --- a/ui/package.json +++ b/ui/package.json @@ -44,7 +44,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.15", "next-auth": "^4.24.10", - "next-intl": "^3.23.5", + "next-intl": "^3.24.0", "next-logger": "^5.0.1", "pino": "^9.5.0", "prometheus-query": "^3.4.0",