From 5c0b02af4029755965db59957a99b8d05149e56f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:50:33 +0000 Subject: [PATCH] chore(deps): bump @babel/eslint-parser from 7.25.8 to 7.25.9 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.25.8 to 7.25.9. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.25.9/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- eslint-configs/eslint-config-react/package.json | 2 +- package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eslint-configs/eslint-config-react/package.json b/eslint-configs/eslint-config-react/package.json index cf9173d4..12ca2957 100644 --- a/eslint-configs/eslint-config-react/package.json +++ b/eslint-configs/eslint-config-react/package.json @@ -22,7 +22,7 @@ }, "homepage": "https://github.com/inrupt/typescript-sdk-tools/tree/main/eslint-configs/eslint-config-react#readme", "dependencies": { - "@babel/eslint-parser": "^7.25.8", + "@babel/eslint-parser": "^7.25.9", "@inrupt/eslint-config-base": "3.2.4", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.10.2", diff --git a/package-lock.json b/package-lock.json index ffe51d73..995c14d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "version": "3.2.4", "license": "MIT", "dependencies": { - "@babel/eslint-parser": "^7.25.8", + "@babel/eslint-parser": "^7.25.9", "@inrupt/eslint-config-base": "3.2.4", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-jsx-a11y": "^6.10.2", @@ -195,9 +195,9 @@ } }, "node_modules/@babel/eslint-parser": { - "version": "7.25.8", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz", - "integrity": "sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz", + "integrity": "sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==", "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", "eslint-visitor-keys": "^2.1.0",