From 90beda59cd6c077fda2cd4014badcf788b378d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 11:10:48 +0000 Subject: [PATCH] dev: bump @formatjs/intl-pluralrules from 5.4.6 to 6.1.2 Bumps [@formatjs/intl-pluralrules](https://github.com/formatjs/formatjs) from 5.4.6 to 6.1.2. - [Release notes](https://github.com/formatjs/formatjs/releases) - [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.4.6...@formatjs/intl-pluralrules@6.1.2) --- updated-dependencies: - dependency-name: "@formatjs/intl-pluralrules" dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index cbca702a4d..a506141802 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@formatjs/intl-listformat": "^7.7.13", "@formatjs/intl-locale": "^4.2.13", "@formatjs/intl-numberformat": "^9.1.2", - "@formatjs/intl-pluralrules": "^5.4.6", + "@formatjs/intl-pluralrules": "^6.1.2", "@formatjs/intl-relativetimeformat": "^11.4.13", "@reduxjs/toolkit": "^2.11.2", "@sentry/integrations": "^7.114.0", diff --git a/yarn.lock b/yarn.lock index cf10346fb9..cef4f35841 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1879,13 +1879,13 @@ decimal.js "^10.4.3" tslib "^2.8.0" -"@formatjs/intl-pluralrules@^5.4.6": - version "5.4.6" - resolved "https://registry.yarnpkg.com/@formatjs/intl-pluralrules/-/intl-pluralrules-5.4.6.tgz#4bd73c4e87974265a7962b6caf0d146e3310f3ad" - integrity sha512-2HlOq+c7KsSps829SJ3B5987coX5mzKx9NbPcNwQ07eq8FBHgB3HfMoxt5HvLsdk4oQwCjAEnocbtd+wVwZ2Kg== +"@formatjs/intl-pluralrules@^6.1.2": + version "6.1.2" + resolved "https://registry.yarnpkg.com/@formatjs/intl-pluralrules/-/intl-pluralrules-6.1.2.tgz#d2528eac683ac3bb1ae16c370b108b59f6e17f7f" + integrity sha512-ZBLPaRnQrnekB18acuOwitgqsLuaRmuA0BDjUga5ni6uYjlWlYm71eI8Uy2VJ7M4hoVDQWt6KaPdfVhAjZhBEg== dependencies: - "@formatjs/ecma402-abstract" "2.3.6" - "@formatjs/intl-localematcher" "0.6.2" + "@formatjs/ecma402-abstract" "3.0.8" + "@formatjs/intl-localematcher" "0.7.5" decimal.js "^10.4.3" tslib "^2.8.0"