chore(deps-dev): bump @babel/eslint-parser from 7.14.3 to 7.16.3 (#7660)

This commit is contained in:
dependabot[bot]
2021-11-18 11:31:17 +00:00
committed by GitHub
parent 8c2d345945
commit 519748d876
2 changed files with 11 additions and 11 deletions

20
package-lock.json generated
View File

@@ -48,7 +48,7 @@
"devDependencies": {
"@babel/cli": "=7.14.5",
"@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.14.3",
"@babel/eslint-parser": "=7.16.3",
"@babel/plugin-proposal-class-properties": "=7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
"@babel/plugin-proposal-optional-chaining": "=7.14.5",
@@ -207,12 +207,12 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz",
"integrity": "sha512-IfJXKEVRV/Gisvgmih/+05gkBzzg4Dy0gcxkZ84iFiLK8+O+fI1HLnGJv3UrUMPpsMmmThNa69v+UnF80XP+kA==",
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
"integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
"dev": true,
"dependencies": {
"eslint-scope": "^5.1.0",
"eslint-scope": "^5.1.1",
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.0"
},
@@ -221,7 +221,7 @@
},
"peerDependencies": {
"@babel/core": ">=7.11.0",
"eslint": ">=7.5.0"
"eslint": "^7.5.0 || ^8.0.0"
}
},
"node_modules/@babel/generator": {
@@ -30398,12 +30398,12 @@
}
},
"@babel/eslint-parser": {
"version": "7.14.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.14.3.tgz",
"integrity": "sha512-IfJXKEVRV/Gisvgmih/+05gkBzzg4Dy0gcxkZ84iFiLK8+O+fI1HLnGJv3UrUMPpsMmmThNa69v+UnF80XP+kA==",
"version": "7.16.3",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.16.3.tgz",
"integrity": "sha512-iB4ElZT0jAt7PKVaeVulOECdGe6UnmA/O0P9jlF5g5GBOwDVbna8AXhHRu4s27xQf6OkveyA8iTDv1jHdDejgQ==",
"dev": true,
"requires": {
"eslint-scope": "^5.1.0",
"eslint-scope": "^5.1.1",
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.0"
}

View File

@@ -91,7 +91,7 @@
"devDependencies": {
"@babel/cli": "=7.14.5",
"@babel/core": "=7.14.6",
"@babel/eslint-parser": "=7.14.3",
"@babel/eslint-parser": "=7.16.3",
"@babel/plugin-proposal-class-properties": "=7.16.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.16.0",
"@babel/plugin-proposal-optional-chaining": "=7.14.5",