Skip to content

Commit

Permalink
Update dependency @babel/eslint-parser to v7.25.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 3ba646d commit 3f00c49
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/datagateway-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"react-router-dom": ">= 5.2.0 < 6"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.25.9",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.0",
"@testing-library/jest-dom": "6.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-dataview/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
]
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.25.9",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-download/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typescript": "5.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.25.9",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/datagateway-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
]
},
"devDependencies": {
"@babel/eslint-parser": "7.23.3",
"@babel/eslint-parser": "7.25.9",
"@testing-library/cypress": "8.0.7",
"@testing-library/jest-dom": "6.4.1",
"@testing-library/react": "12.1.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,17 @@ __metadata:
languageName: node
linkType: hard

"@babel/eslint-parser@npm:7.23.3, @babel/eslint-parser@npm:^7.16.3":
version: 7.23.3
resolution: "@babel/eslint-parser@npm:7.23.3"
"@babel/eslint-parser@npm:7.25.9, @babel/eslint-parser@npm:^7.16.3":
version: 7.25.9
resolution: "@babel/eslint-parser@npm:7.25.9"
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: dd2afa122b62a5b07c1e71d1c23b2cd4d655d96609eb2ba1b1ae3ec6f415f4365b77d6669ff859aa7b75952fb63a1d29c5db6e5811fc4012841491cb2dee36e4
languageName: node
linkType: hard

Expand Down Expand Up @@ -6271,7 +6271,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-common@workspace:packages/datagateway-common"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.25.9
"@date-io/date-fns": 2.17.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6335,7 +6335,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-dataview@workspace:packages/datagateway-dataview"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.25.9
"@craco/craco": 7.1.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6412,7 +6412,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-download@workspace:packages/datagateway-download"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.25.9
"@craco/craco": 7.1.0
"@emotion/react": 11.11.1
"@emotion/styled": 11.11.0
Expand Down Expand Up @@ -6474,7 +6474,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "datagateway-search@workspace:packages/datagateway-search"
dependencies:
"@babel/eslint-parser": 7.23.3
"@babel/eslint-parser": 7.25.9
"@craco/craco": 7.1.0
"@date-io/date-fns": 2.17.0
"@emotion/react": 11.11.1
Expand Down

0 comments on commit 3f00c49

Please sign in to comment.