Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @babel/eslint-parser from 7.23.3 to 7.25.1 #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/eslint-parser": "^7.23.3",
"@babel/eslint-parser": "^7.25.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,17 +191,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-parser@npm:^7.23.3":
version: 7.23.3
resolution: "@babel/eslint-parser@npm:7.23.3"
"@babel/eslint-parser@npm:^7.25.1":
version: 7.25.1
resolution: "@babel/eslint-parser@npm:7.25.1"
dependencies:
"@nicolo-ribaudo/eslint-scope-5-internals": 5.1.1-v1
eslint-visitor-keys: ^2.1.0
semver: ^6.3.1
peerDependencies:
"@babel/core": ^7.11.0
eslint: ^7.5.0 || ^8.0.0
checksum: 9573daebe21af5123c302c307be80cacf1c2bf236a9497068a14726d3944ef55e1282519d0ccf51882dfc369359a3442299c98cb22a419e209924db39d4030fd
eslint: ^7.5.0 || ^8.0.0 || ^9.0.0
checksum: 73207b7e84a58bd6560d29f11cf5c6f9d64a01b9299d4d0a145423a028ea4c402be2fd09228647fdbec14b65a07d4138e751468fd33d9a9363c9698582fa80b5
languageName: node
linkType: hard

Expand Down Expand Up @@ -6073,7 +6073,7 @@ __metadata:
resolution: "dpgui@workspace:."
dependencies:
"@babel/core": ^7.24.5
"@babel/eslint-parser": ^7.23.3
"@babel/eslint-parser": ^7.25.1
"@deepmodeling/args": 0.0.17
"@fortawesome/fontawesome-free": ^6.5.1
"@vue/cli-plugin-babel": ~5.0.8
Expand Down
Loading