diff --git a/client/package.json b/client/package.json index c31a3a30..30b884d9 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "@surfnet/sds": "^0.0.159", "detect-browser": "^5.3.0", "dompurify": "^3.3.1", - "i18n-js": "^4.5.1", + "i18n-js": "^4.5.2", "isomorphic-dompurify": "^2.34.0", "js-cookie": "^3.0.5", "jsondiffpatch": "^0.7.3", diff --git a/client/yarn.lock b/client/yarn.lock index 3b64c183..0fa0d587 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2201,14 +2201,14 @@ https-proxy-agent@^7.0.6: agent-base "^7.1.2" debug "4" -i18n-js@^4.5.1: - version "4.5.1" - resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-4.5.1.tgz#12ea3d6333552ff75be0904ea50705f5a263d172" - integrity sha512-n7jojFj1WC0tztgr0I8jqTXuIlY1xNzXnC3mjKX/YjJhimdM+jXM8vOmn9d3xQFNC6qDHJ4ovhdrGXrRXLIGkA== +i18n-js@^4.5.2: + version "4.5.2" + resolved "https://registry.yarnpkg.com/i18n-js/-/i18n-js-4.5.2.tgz#54026cca2c60709e502cfd0ccefebd0afc1cb34f" + integrity sha512-QetDvWXkyX+FTbidPn7gEyGtO5l0cB5nj/MNfnXczrUWCGaF9p8pzoh5lTStXww3KZj2D9s5xXNH6Z5gKhd6iQ== dependencies: bignumber.js "*" lodash "*" - make-plural "*" + make-plural "7.5.0" ignore@^5.2.0: version "5.3.2" @@ -2635,10 +2635,10 @@ magic-string@^0.30.21: dependencies: "@jridgewell/sourcemap-codec" "^1.5.5" -make-plural@*: - version "8.1.0" - resolved "https://registry.yarnpkg.com/make-plural/-/make-plural-8.1.0.tgz#cc7ee2fb10d764fd958051102267c058d768414a" - integrity sha512-p8EfQ2LFxnU4KGc82hOYdUplQw0eoWJLzJVKyv2GR9sd4zkjA8bLSXLEmp/qE08c/cFTZOK8j6Ex80+Wey+4PA== +make-plural@7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/make-plural/-/make-plural-7.5.0.tgz#ff99598640d82ec7a69bea15d34ecc50152fc0db" + integrity sha512-0booA+aVYyVFoR67JBHdfVk0U08HmrBH2FrtmBqBa+NldlqXv/G2Z9VQuQq6Wgp2jDWdybEWGfBkk1cq5264WA== math-intrinsics@^1.1.0: version "1.1.0"