From 36b26611a497086a477fb731a6a6f94441c45380 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 17:59:20 +0000 Subject: [PATCH] Update dependency @babel/eslint-parser to v7.21.8 --- ghost/admin/package.json | 2 +- ghost/portal/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 718f7833d6..589ed2082b 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -29,7 +29,7 @@ "node": "^16.13.0 || ^18.12.1" }, "devDependencies": { - "@babel/eslint-parser": "7.21.3", + "@babel/eslint-parser": "7.21.8", "@babel/plugin-proposal-class-properties": "7.18.6", "@babel/plugin-proposal-decorators": "7.21.0", "@ember/jquery": "2.0.0", diff --git a/ghost/portal/package.json b/ghost/portal/package.json index d555698725..2d4fbae32c 100644 --- a/ghost/portal/package.json +++ b/ghost/portal/package.json @@ -59,7 +59,7 @@ ] }, "devDependencies": { - "@babel/eslint-parser": "7.21.3", + "@babel/eslint-parser": "7.21.8", "@sentry/react": "7.49.0", "@sentry/tracing": "7.49.0", "@testing-library/jest-dom": "5.16.5", diff --git a/yarn.lock b/yarn.lock index 1bf547c946..16e03fc87c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -737,10 +737,10 @@ json5 "^2.2.2" semver "^6.3.0" -"@babel/eslint-parser@7.21.3", "@babel/eslint-parser@^7.16.3": - version "7.21.3" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.3.tgz#d79e822050f2de65d7f368a076846e7184234af7" - integrity sha512-kfhmPimwo6k4P8zxNs8+T7yR44q1LdpsZdE1NkCsVlfiuTPRfnGgjaF8Qgug9q9Pou17u6wneYF0lDCZJATMFg== +"@babel/eslint-parser@7.21.8", "@babel/eslint-parser@^7.16.3": + version "7.21.8" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.21.8.tgz#59fb6fc4f3b017ab86987c076226ceef7b2b2ef2" + integrity sha512-HLhI+2q+BP3sf78mFUZNCGc10KEmoUqtUT1OCdMZsN+qr4qFeLUod62/zAnF3jNQstwyasDkZnVXwfK2Bml7MQ== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"