From 3b67c4e4a58eb8ddf7ed35f4a43cf87f3d71678c Mon Sep 17 00:00:00 2001 From: Soapbox Bot Date: Wed, 20 Sep 2023 20:05:01 +0000 Subject: [PATCH] Update dependency intl-pluralrules to v2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 69ce380dd..d5aa3968c 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "intersection-observer": "^0.12.2", "intl-messageformat": "9.13.0", "intl-messageformat-parser": "^6.0.0", - "intl-pluralrules": "^1.3.1", + "intl-pluralrules": "^2.0.0", "leaflet": "^1.8.0", "line-awesome": "^1.3.0", "localforage": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index 5289f8f55..5613ed466 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5346,10 +5346,10 @@ intl-messageformat@9.9.1: "@formatjs/icu-messageformat-parser" "2.0.11" tslib "^2.1.0" -intl-pluralrules@^1.3.1: - version "1.3.1" - resolved "https://registry.yarnpkg.com/intl-pluralrules/-/intl-pluralrules-1.3.1.tgz#304ec4038a597894f6616633cbf5e66fb3dbee04" - integrity sha512-sNYPls1Q4fyN0EGLFVJ7TIuaMWln01LupLozfIBt69rHK0DHehghMSz6ejfnSklgRddnyQSEaQPIU6d9TCKH3w== +intl-pluralrules@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/intl-pluralrules/-/intl-pluralrules-2.0.1.tgz#de16c3df1e09437635829725e88ea70c9ad79569" + integrity sha512-astxTLzIdXPeN0K9Rumi6LfMpm3rvNO0iJE+h/k8Kr/is+wPbRe4ikyDjlLr6VTh/mEfNv8RjN+gu3KwDiuhqg== invariant@^2.2.4: version "2.2.4"