chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 (#9043)

This commit is contained in:
dependabot[bot]
2023-07-19 11:52:36 +00:00
committed by GitHub
parent e2b2f5a88b
commit ad749b3052
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -50,7 +50,7 @@
"devDependencies": {
"@babel/cli": "=7.22.9",
"@babel/core": "=7.22.9",
"@babel/eslint-parser": "=7.22.5",
"@babel/eslint-parser": "=7.22.9",
"@babel/plugin-proposal-class-properties": "=7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",
@@ -251,14 +251,14 @@
}
},
"node_modules/@babel/eslint-parser": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz",
"integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==",
"version": "7.22.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz",
"integrity": "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==",
"dev": true,
"dependencies": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.0"
"semver": "^6.3.1"
},
"engines": {
"node": "^10.13.0 || ^12.13.0 || >=14.0.0"
@@ -29827,14 +29827,14 @@
}
},
"@babel/eslint-parser": {
"version": "7.22.5",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.5.tgz",
"integrity": "sha512-C69RWYNYtrgIRE5CmTd77ZiLDXqgBipahJc/jHP3sLcAGj6AJzxNIuKNpVnICqbyK7X3pFUfEvL++rvtbQpZkQ==",
"version": "7.22.9",
"resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.22.9.tgz",
"integrity": "sha512-xdMkt39/nviO/4vpVdrEYPwXCsYIXSSAr6mC7WQsNIlGnuxKyKE7GZjalcnbSWiC4OXGNNN3UQPeHfjSC6sTDA==",
"dev": true,
"requires": {
"@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1",
"eslint-visitor-keys": "^2.1.0",
"semver": "^6.3.0"
"semver": "^6.3.1"
}
},
"@babel/generator": {

View File

@@ -104,7 +104,7 @@
"devDependencies": {
"@babel/cli": "=7.22.9",
"@babel/core": "=7.22.9",
"@babel/eslint-parser": "=7.22.5",
"@babel/eslint-parser": "=7.22.9",
"@babel/plugin-proposal-class-properties": "=7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "=7.18.6",
"@babel/plugin-proposal-object-rest-spread": "=7.20.7",