From f485b76aaf92f37c88588eae41a117c8c5b13a04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:13:02 +0000 Subject: [PATCH] Update dependency next-intl to v3.26.3 (#512) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ui/package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 19fe3285..8e14fa37 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4537,9 +4537,9 @@ } }, "node_modules/next-intl": { - "version": "3.25.3", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.25.3.tgz", - "integrity": "sha512-3VQ+OZdU9Z2enx5uWLYfmd/eb/gZN6QIfj59ROE/R+MTSD7ZAOPsGFnKqj5wwqm4EISGviYenkSuxypyYnhomA==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.26.3.tgz", + "integrity": "sha512-6Y97ODrDsEE1J8cXKMHwg1laLdtkN66QMIqG8BzH4zennJRUNTtM8UMtBDyhfmF6uiZ+xsbWLXmHUgmUymUsfQ==", "funding": [ { "type": "individual", @@ -4550,11 +4550,11 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.5.4", "negotiator": "^1.0.0", - "use-intl": "^3.25.3" + "use-intl": "^3.26.3" }, "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 || >=19.0.0-rc <19.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0" } }, "node_modules/next-intl/node_modules/negotiator": { @@ -6312,16 +6312,16 @@ "license": "MIT" }, "node_modules/use-intl": { - "version": "3.25.3", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.25.3.tgz", - "integrity": "sha512-zF+GHRx7auT1qpmiPMN+RnzSad6W5ZjhOpgC5Li/TByqCkMs4SP3xcd8C0jWxT8YI8Ucl518bnkS+gvKIvrXjw==", + "version": "3.26.3", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.26.3.tgz", + "integrity": "sha512-yY0a2YseO17cKwHA9M6fcpiEJ2Uo81DEU0NOUxNTp6lJVNOuI6nULANPVVht6IFdrYFtlsMmMoc97+Eq9/Tnng==", "license": "MIT", "dependencies": { "@formatjs/fast-memoize": "^2.2.0", "intl-messageformat": "^10.5.14" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0" + "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0" } }, "node_modules/util-deprecate": {