fix(deps): bump core-js from 3.12.1 to 3.13.0

Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.12.1 to 3.13.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.13.0/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-26 00:06:30 +00:00 committed by Corentin THOMASSET
parent 964f1e37d9
commit 6e34d8f0ee
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -7599,9 +7599,9 @@
"integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40="
},
"core-js": {
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.12.1.tgz",
"integrity": "sha512-Ne9DKPHTObRuB09Dru5AjwKjY4cJHVGu+y5f7coGn1E9Grkc3p2iBwE9AI/nJzsE29mQF7oq+mhYYRqOMFN1Bw=="
"version": "3.13.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.13.0.tgz",
"integrity": "sha512-iWDbiyha1M5vFwPFmQnvRv+tJzGbFAm6XimJUT0NgHYW3xZEs1SkCAcasWSVFxpI2Xb/V1DDJckq3v90+bQnog=="
},
"core-js-compat": {
"version": "3.12.1",

View file

@ -21,7 +21,7 @@
"bip39": "^3.0.4",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"core-js": "^3.12.1",
"core-js": "^3.13.0",
"cron-validator": "^1.2.1",
"cronstrue": "^1.113.0",
"crypto-js": "^4.0.0",