fix: upgrade core-js from 3.11.0 to 3.11.1

Snyk has created this PR to upgrade core-js from 3.11.0 to 3.11.1.

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-05-20 02:36:17 +00:00 committed by Overtorment
parent d90881771c
commit 590bccd4c0
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -2154,9 +2154,9 @@
"optional": true
},
"core-js": {
"version": "3.11.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.0.tgz",
"integrity": "sha512-bd79DPpx+1Ilh9+30aT5O1sgpQd4Ttg8oqkqi51ZzhedMM1omD2e6IOF48Z/DzDCZ2svp49tN/3vneTK6ZBkXw=="
"version": "3.11.1",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.11.1.tgz",
"integrity": "sha512-k93Isqg7e4txZWMGNYwevZL9MiogLk8pd1PtwrmFmi8IBq4GXqUaVW/a33Llt6amSI36uSjd0GWwc9pTT9ALlQ=="
},
"core-js-compat": {
"version": "3.11.1",

View File

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