From 83c0d4d53031925060919a56bf4e782c4c41c417 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 05:52:17 +0000 Subject: [PATCH] [DEPENDABOT]: Bump @babel/eslint-parser from 7.25.7 to 7.25.8 Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.25.7 to 7.25.8. - [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.8/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d034c03..9fc3cbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", - "@babel/eslint-parser": "^7.25.7", + "@babel/eslint-parser": "^7.25.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.25.7", "@babel/preset-react": "^7.25.7", @@ -178,9 +178,9 @@ "dev": true }, "node_modules/@babel/eslint-parser": { - "version": "7.25.7", - "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.7.tgz", - "integrity": "sha512-B+BO9x86VYsQHimucBAL1fxTJKF4wyKY6ZVzee9QgzdZOUfs3BaR6AQrgoGrRI+7IFS1wUz/VyQ+SoBcSpdPbw==", + "version": "7.25.8", + "resolved": "https://registry.npmjs.org/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz", + "integrity": "sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==", "dev": true, "dependencies": { "@nicolo-ribaudo/eslint-scope-5-internals": "5.1.1-v1", diff --git a/package.json b/package.json index 8da81bba..7a40682d 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@babel/cli": "^7.25.7", "@babel/core": "^7.25.7", - "@babel/eslint-parser": "^7.25.7", + "@babel/eslint-parser": "^7.25.8", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.25.7", "@babel/preset-react": "^7.25.7",