Bump @formatjs/intl-pluralrules from 4.0.15 to 4.0.16

Bumps [@formatjs/intl-pluralrules](https://github.com/formatjs/formatjs) from 4.0.15 to 4.0.16.
- [Release notes](https://github.com/formatjs/formatjs/releases)
- [Commits](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@4.0.15...@formatjs/intl-pluralrules@4.0.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-27 21:14:45 +00:00 committed by GitHub
parent 795d6f7bcf
commit 1835cf071e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
package-lock.json generated
View file

@ -1424,15 +1424,24 @@
}
},
"@formatjs/intl-pluralrules": {
"version": "4.0.15",
"resolved": "https://registry.npmjs.org/@formatjs/intl-pluralrules/-/intl-pluralrules-4.0.15.tgz",
"integrity": "sha512-6wWSalTrKSPC9ogBr7oelcoR9c6v6fPKyXM4nyklgwbWEBDJc3qPTf8b3Zh5tgLcydQ/d0a4ThSiS9iIwTBMzQ==",
"version": "4.0.16",
"resolved": "https://registry.npmjs.org/@formatjs/intl-pluralrules/-/intl-pluralrules-4.0.16.tgz",
"integrity": "sha512-zVMz0vN1FgnyRmGHRkIGp77RCriEKb5mAXFt/t3PGGN4hVQn1CKvfVZyZWRGhHp0lLR17YaKADprkRuZ9EN74A==",
"dev": true,
"requires": {
"@formatjs/ecma402-abstract": "1.6.5",
"@formatjs/ecma402-abstract": "1.7.0",
"tslib": "^2.1.0"
},
"dependencies": {
"@formatjs/ecma402-abstract": {
"version": "1.7.0",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.7.0.tgz",
"integrity": "sha512-0IQF4oDZdO8ruyrNJZuRle3F/YiGgRwTNrZyMI1N1X8GERZusOrXU9Stw+j/lyyfDWaJK44b+Qnri/qfLPCtGQ==",
"dev": true,
"requires": {
"tslib": "^2.1.0"
}
},
"tslib": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.2.0.tgz",