diff --git a/e2e/projects/other-parser/package-lock.json b/e2e/projects/other-parser/package-lock.json index 1b56f4f6..72b806fe 100644 --- a/e2e/projects/other-parser/package-lock.json +++ b/e2e/projects/other-parser/package-lock.json @@ -7,7 +7,7 @@ "name": "other-parser", "devDependencies": { "@babel/core": "7.26.0", - "@babel/eslint-parser": "7.25.9", + "@babel/eslint-parser": "7.26.5", "eslint": "8.57.1", "typescript": "5.7.3" } @@ -83,9 +83,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", - "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", + "version": "7.26.5", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.26.5.tgz", + "integrity": "sha512-Kkm8C8uxI842AwQADxl0GbcG1rupELYLShazYEZO/2DYjhyWXJIOUVOE3tBYm6JXzUCNJOZEzqc4rCW/jsEQYQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/e2e/projects/other-parser/package.json b/e2e/projects/other-parser/package.json index 9abdce49..44a5de9d 100644 --- a/e2e/projects/other-parser/package.json +++ b/e2e/projects/other-parser/package.json @@ -6,7 +6,7 @@ }, "devDependencies": { "@babel/core": "7.26.0", - "@babel/eslint-parser": "7.25.9", + "@babel/eslint-parser": "7.26.5", "eslint": "8.57.1", "typescript": "5.7.3" }