From 0d570dabb375f4e8b91f5e4d16d3431a3da19ab8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:38:33 +0000 Subject: [PATCH] Bump next-intl from 3.12.2 to 3.13.0 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.12.2 to 3.13.0. - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v3.12.2...v3.13.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 | 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 be58cec2a..d28f642e2 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -38,7 +38,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "next-intl": "^3.12.2", + "next-intl": "^3.13.0", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0", @@ -18054,9 +18054,9 @@ } }, "node_modules/next-intl": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.12.2.tgz", - "integrity": "sha512-KsbvKs00VcL1EIMIaRln129lR7xdpB0Lng1+8HR1MYywtRo+r4Pi7HVUZJnnO364jsZeptekYejJd0NBo3W8Fw==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.13.0.tgz", + "integrity": "sha512-qCfjOkdUtSPWRnyAkNbZWJREzBGxSHGoqbfV1F7m+msztXTly26USwJeKLTCvXIi6HP38IOC1Zegg7sYJoD/lA==", "funding": [ { "type": "individual", @@ -18066,7 +18066,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.12.2" + "use-intl": "^3.13.0" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -22826,9 +22826,9 @@ } }, "node_modules/use-intl": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.12.2.tgz", - "integrity": "sha512-pX+FQVNLoorie/AV9Y4EgeeNZG8ZLJIQu1wQALTvKo3TCQhlYikO+9xbQpgFf0bjXawQ+JUdcu0BWAhq06eMYg==", + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.13.0.tgz", + "integrity": "sha512-+Oo7Q5+Br3/ReqC8fMomK/PHGx8kZ/V+E1mAMIEL7EdQcuS/yIcE4l8VM5BQNesucM/40qmcKDNyyd70VBXFvg==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^10.5.11" diff --git a/ui/package.json b/ui/package.json index c1939cfba..20f525bff 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "lodash.groupby": "^4.6.0", "next": "^14.2.3", "next-auth": "^4.24.7", - "next-intl": "^3.12.2", + "next-intl": "^3.13.0", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0",