Skip to content

Commit 3804535

Browse files
authored
chore(deps): bump @babel/core and related dependencies MONGOSH-2061 (#2426)
1 parent c6279e6 commit 3804535

File tree

7 files changed

+276
-193
lines changed

7 files changed

+276
-193
lines changed

Diff for: .depalignrc.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"ignore": {
33
"@babel/core": [
4-
"7.16.x",
5-
"^7.19.6",
6-
"^7.16.12"
4+
"^7.26.10"
75
],
86
"yaml": [
97
"^2.3.1",

Diff for: configs/eslint-config-mongosh/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"eslint": "^7.25.0"
1616
},
1717
"dependencies": {
18-
"@babel/core": "^7.21.4",
19-
"@babel/eslint-parser": "^7.14.3",
18+
"@babel/core": "^7.26.10",
19+
"@babel/eslint-parser": "^7.27.0",
2020
"@mongodb-js/eslint-config-devtools": "^0.9.9",
2121
"@typescript-eslint/eslint-plugin": "^5.59.0",
2222
"@typescript-eslint/parser": "^5.59.0",

0 commit comments

Comments
 (0)