fix: upgrade @babel/eslint-parser from 7.13.4 to 7.13.10

Snyk has created this PR to upgrade @babel/eslint-parser from 7.13.4 to 7.13.10.

See this package in npm:
https://www.npmjs.com/package/@babel/eslint-parser

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-03-31 03:36:21 +00:00 committed by Overtorment
parent de64f1c55a
commit 3d1abda05b
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -85,13 +85,13 @@
}
},
"@babel/eslint-parser": {
"version": "7.13.4",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.4.tgz",
"integrity": "sha512-WfFEd89SzqmtYox8crTLJuEXyJolZY6Uu6iJpJmw4aMu50zHbYnxzxwuVkCt2cWygw+gLkUPTtAuox7eSnrL8g==",
"version": "7.13.10",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.13.10.tgz",
"integrity": "sha512-/I1HQ3jGPhIpeBFeI3wO9WwWOnBYpuR0pX0KlkdGcRQAVX9prB/FCS2HBpL7BiFbzhny1YCiBH8MTZD2jJa7Hg==",
"requires": {
"eslint-scope": "5.1.0",
"eslint-visitor-keys": "^1.3.0",
"semver": "7.0.0"
"semver": "^6.3.0"
},
"dependencies": {
"eslint-scope": {
@ -104,9 +104,9 @@
}
},
"semver": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz",
"integrity": "sha512-+GB6zVA9LWh6zovYQLALHwv5rb2PHGlJi3lfiqIHxR0uuwCgefcOJc59v9fv1w8GbStwxuuqqAjI9NMAOOgq1A=="
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
"integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
}
}
},

View File

@ -14,7 +14,7 @@
"dependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/eslint-parser": "^7.13.4",
"@babel/eslint-parser": "^7.13.10",
"@babel/node": "^7.13.0",
"@babel/preset-env": "^7.13.9",
"@babel/register": "^7.13.8",