mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-04 02:01:58 -05:00
Update dependency @babel/eslint-parser to v7.22.11
This commit is contained in:
parent
8a1713d116
commit
228b497076
3 changed files with 6 additions and 6 deletions
|
@ -78,7 +78,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.22.10",
|
||||
"@babel/eslint-parser": "7.22.11",
|
||||
"@doist/react-interpolate": "0.4.1",
|
||||
"@sentry/react": "7.65.0",
|
||||
"@sentry/tracing": "7.65.0",
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"node": "^16.14.0 || ^18.12.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "7.22.10",
|
||||
"@babel/eslint-parser": "7.22.11",
|
||||
"@babel/plugin-proposal-class-properties": "7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "7.22.10",
|
||||
"@ember/jquery": "2.0.0",
|
||||
|
|
|
@ -755,10 +755,10 @@
|
|||
json5 "^2.2.2"
|
||||
semver "^6.3.1"
|
||||
|
||||
"@babel/eslint-parser@7.22.10":
|
||||
version "7.22.10"
|
||||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.10.tgz#bfdf3d1b32ad573fe7c1c3447e0b485e3a41fd09"
|
||||
integrity sha512-0J8DNPRXQRLeR9rPaUMM3fA+RbixjnVLe/MRMYCkp3hzgsSuxCHQ8NN8xQG1wIHKJ4a1DTROTvFJdW+B5/eOsg==
|
||||
"@babel/eslint-parser@7.22.11":
|
||||
version "7.22.11"
|
||||
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.22.11.tgz#cceb8c7989c241a16dd14e12a6cd725618f3f58b"
|
||||
integrity sha512-YjOYZ3j7TjV8OhLW6NCtyg8G04uStATEUe5eiLuCZaXz2VSDQ3dsAtm2D+TuQyAqNMUK2WacGo0/uma9Pein1w==
|
||||
dependencies:
|
||||
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
|
||||
eslint-visitor-keys "^2.1.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue