From 3cf0297f4e7f3989a98b45ed0475219807dae22b Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:01:17 +0000 Subject: [PATCH] Update dependency @babel/eslint-parser to v7.26.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2e9cac0e..ac2a04f7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@mapbox/geojson-rewind": "0.5.2", "ajv": "8.17.1", "ajv-formats": "3.0.1", - "@babel/eslint-parser": "7.25.9", + "@babel/eslint-parser": "7.26.5", "csv-parse": "5.6.0", "eslint": "9.17.0", "eslint-plugin-babel": "5.3.1", diff --git a/yarn.lock b/yarn.lock index 60c11ff1..5704d6fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ ansi-styles "^6.2.1" is-fullwidth-code-point "^4.0.0" -"@babel/eslint-parser@7.25.9": - version "7.25.9" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c" - integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ== +"@babel/eslint-parser@7.26.5": + version "7.26.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz#aa669f4d873f9cd617050cf3c40c19cd96307efb" + integrity sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ== dependencies: "@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1" eslint-visitor-keys "^2.1.0"