From 12c4a44fbd8be9d0a34b91e8fde411d593d27488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 08:59:14 +0000 Subject: [PATCH] Bump next-intl from 3.12.1 to 3.12.2 in /ui Bumps [next-intl](https://github.com/amannn/next-intl) from 3.12.1 to 3.12.2. - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v3.12.1...v3.12.2) --- 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 | 22 +++++++++++----------- ui/package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 9738e8ff4..a6c0fac99 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.1", + "next-intl": "^3.12.2", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0", @@ -15274,9 +15274,9 @@ } }, "node_modules/intl-messageformat": { - "version": "10.5.11", - "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.11.tgz", - "integrity": "sha512-eYq5fkFBVxc7GIFDzpFQkDOZgNayNTQn4Oufe8jw6YY6OHVw70/4pA3FyCsQ0Gb2DnvEJEMmN2tOaXUGByM+kg==", + "version": "10.5.12", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-10.5.12.tgz", + "integrity": "sha512-izl0uxhy/melhw8gP2r8pGiVieviZmM4v5Oqx3c1/R7g9cwER2smmGfSjcIsp8Y3Q53bfciL/gkxacJRx/dUvg==", "dependencies": { "@formatjs/ecma402-abstract": "1.18.2", "@formatjs/fast-memoize": "2.2.0", @@ -18054,9 +18054,9 @@ } }, "node_modules/next-intl": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.12.1.tgz", - "integrity": "sha512-VoEOhSOKKdNz7oU0aiYkJOEmdGI0aR1gDelajPmYnekQZyL96xXlMEKgZPPupCR8CKZgENaKfTYRW6o4ahZ/PA==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/next-intl/-/next-intl-3.12.2.tgz", + "integrity": "sha512-KsbvKs00VcL1EIMIaRln129lR7xdpB0Lng1+8HR1MYywtRo+r4Pi7HVUZJnnO364jsZeptekYejJd0NBo3W8Fw==", "funding": [ { "type": "individual", @@ -18066,7 +18066,7 @@ "dependencies": { "@formatjs/intl-localematcher": "^0.2.32", "negotiator": "^0.6.3", - "use-intl": "^3.12.1" + "use-intl": "^3.12.2" }, "peerDependencies": { "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0", @@ -22814,9 +22814,9 @@ } }, "node_modules/use-intl": { - "version": "3.12.1", - "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.12.1.tgz", - "integrity": "sha512-rVwlWhitnRbMzbB553JsE0u9u+a18y7TDq+5ujmF0Jg+5gwp5vnrLsTHV/HcraP2PmxG/KhUDPYo1oTjJm5SHQ==", + "version": "3.12.2", + "resolved": "https://registry.npmjs.org/use-intl/-/use-intl-3.12.2.tgz", + "integrity": "sha512-pX+FQVNLoorie/AV9Y4EgeeNZG8ZLJIQu1wQALTvKo3TCQhlYikO+9xbQpgFf0bjXawQ+JUdcu0BWAhq06eMYg==", "dependencies": { "@formatjs/ecma402-abstract": "^1.11.4", "intl-messageformat": "^10.5.11" diff --git a/ui/package.json b/ui/package.json index 0e1568cf0..ee8fb65a9 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.1", + "next-intl": "^3.12.2", "next-logger": "^4.0.0", "pino": "^9.0.0", "prometheus-query": "^3.4.0",