Merge pull request #5533 from wallabag/dependabot/npm_and_yarn/babel/eslint-parser-7.16.5

Bump @babel/eslint-parser from 7.15.0 to 7.16.5
This commit is contained in:
Jérémy Benoist 2022-01-05 16:46:25 +01:00 committed by GitHub
commit dbb8fc2258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/eslint-parser": "^7.13.14",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-env": "^7.16.7",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",

View File

@ -49,10 +49,10 @@
semver "^6.3.0"
source-map "^0.5.0"
"@babel/eslint-parser@^7.13.14":
version "7.15.0"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21"
integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==
"@babel/eslint-parser@^7.16.5":
version "7.16.5"
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.16.5.tgz#48d3485091d6e36915358e4c0d0b2ebe6da90462"
integrity sha512-mUqYa46lgWqHKQ33Q6LNCGp/wPR3eqOYTUixHFsfrSQqRxH0+WOzca75iEjFr5RDGH1dDz622LaHhLOzOuQRUA==
dependencies:
eslint-scope "^5.1.1"
eslint-visitor-keys "^2.1.0"