Bump @formatjs/intl-pluralrules from 4.0.12 to 4.0.13

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-26 04:22:12 +00:00 committed by GitHub
parent 2880812c5e
commit 62f4fa8729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
package-lock.json generated
View file

@ -1492,15 +1492,24 @@
}
},
"@formatjs/intl-pluralrules": {
"version": "4.0.12",
"resolved": "https://registry.npmjs.org/@formatjs/intl-pluralrules/-/intl-pluralrules-4.0.12.tgz",
"integrity": "sha512-jXXsWGQbBMvuhvxuG1AXBMMNMS1ZphSt/rWsGo6bE3KyWmddJnnVokeUD8E2sTtXoCJZoGUQkOxxjFa/gGLyxw==",
"version": "4.0.13",
"resolved": "https://registry.npmjs.org/@formatjs/intl-pluralrules/-/intl-pluralrules-4.0.13.tgz",
"integrity": "sha512-ePoC1zmSzvyxXnrhPkysAQMIWr1JO5Hbz8yRv9ARgz6rD68k+wfD743AiHY/yjlahnXaqHDTd7e07xwrbzAsgQ==",
"dev": true,
"requires": {
"@formatjs/ecma402-abstract": "1.6.3",
"@formatjs/ecma402-abstract": "1.6.4",
"tslib": "^2.1.0"
},
"dependencies": {
"@formatjs/ecma402-abstract": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/@formatjs/ecma402-abstract/-/ecma402-abstract-1.6.4.tgz",
"integrity": "sha512-ukFjGD9dLsxcD9D5AEshJqQElPQeUAlTALT/lzIV6OcYojyuU81gw/uXDUOrs6XW79jtOJwQDkLqHbCJBJMOTw==",
"dev": true,
"requires": {
"tslib": "^2.1.0"
}
},
"tslib": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",