fix: upgrade core-js from 3.12.1 to 3.13.0

Snyk has created this PR to upgrade core-js from 3.12.1 to 3.13.0.

See this package in npm:
https://www.npmjs.com/package/core-js

See this project in Snyk:
https://app.snyk.io/org/bluewallet/project/29c066bc-abce-44d9-b68e-064466e610e7?utm_source=github&utm_medium=upgrade-pr
This commit is contained in:
snyk-bot 2021-06-16 07:06:00 +00:00 committed by Overtorment
parent df6412a525
commit fd6caf859c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2322,9 +2322,9 @@
"optional": true
},
"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.13.0",

View File

@ -23,7 +23,7 @@
"bignumber.js": "^9.0.1",
"bitcoinjs-lib": "^5.2.0",
"bolt11": "^1.3.1",
"core-js": "^3.12.1",
"core-js": "^3.13.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",