Skip to content

Commit 8e636f8

Browse files
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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb816d3 commit 8e636f8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@babel/cli": "^7.25.9",
2727
"@babel/core": "^7.25.8",
28-
"@babel/eslint-parser": "^7.25.8",
28+
"@babel/eslint-parser": "^7.25.9",
2929
"@babel/eslint-plugin": "^7.25.7",
3030
"@babel/preset-env": "^7.21.5",
3131
"@babel/preset-react": "^7.25.9",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@
8383
json5 "^2.2.3"
8484
semver "^6.3.1"
8585

86-
"@babel/eslint-parser@^7.25.8":
87-
version "7.25.8"
88-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.8.tgz#0119dec46be547d7a339978dedb9d29e517c2443"
89-
integrity sha512-Po3VLMN7fJtv0nsOjBDSbO1J71UhzShE9MuOSkWEV9IZQXzhZklYtzKZ8ZD/Ij3a0JBv1AG3Ny2L3jvAHQVOGg==
86+
"@babel/eslint-parser@^7.25.9":
87+
version "7.25.9"
88+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.25.9.tgz#603c68a63078796527bc9d0833f5e52dd5f9224c"
89+
integrity sha512-5UXfgpK0j0Xr/xIdgdLEhOFxaDZ0bRPWJJchRpqOSur/3rZoPbqqki5mm0p4NE2cs28krBEiSM2MB7//afRSQQ==
9090
dependencies:
9191
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
9292
eslint-visitor-keys "^2.1.0"

0 commit comments

Comments
 (0)