Skip to content

Commit

Permalink
fix(deps): update babel monorepo to v7.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2024
1 parent a7ca044 commit 4c7aad3
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 144 deletions.
6 changes: 3 additions & 3 deletions libraries/analysis-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"test:watch": "mocha --config ../../.mocharc.json --watch"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/traverse": "7.24.1",
"@babel/core": "7.24.5",
"@babel/traverse": "7.24.5",
"@syntest/analysis": "^0.3.0-beta.5",
"@syntest/ast-visitor-javascript": "^0.2.0-beta.11",
"@syntest/cfg": "^0.5.0-beta.3",
Expand All @@ -65,6 +65,6 @@
"access": "public"
},
"devDependencies": {
"@babel/types": "7.24.0"
"@babel/types": "7.24.5"
}
}
6 changes: 3 additions & 3 deletions libraries/ast-visitor-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"test:watch": "mocha --config ../../.mocharc.json --watch"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/traverse": "7.24.1",
"@babel/core": "7.24.5",
"@babel/traverse": "7.24.5",
"@syntest/diagnostics": "^0.1.0-beta.1",
"@syntest/logging": "^0.2.0-beta.5",
"globals": "^15.0.0"
Expand All @@ -61,6 +61,6 @@
"access": "public"
},
"devDependencies": {
"@babel/types": "7.24.0"
"@babel/types": "7.24.5"
}
}
6 changes: 3 additions & 3 deletions libraries/instrumentation-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"test:watch": "mocha --config ../../.mocharc.json --watch"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/traverse": "7.24.1",
"@babel/core": "7.24.5",
"@babel/traverse": "7.24.5",
"@istanbuljs/schema": "^0.1.3",
"@syntest/analysis-javascript": "^0.2.0-beta.20",
"@syntest/ast-visitor-javascript": "^0.2.0-beta.11",
Expand All @@ -58,7 +58,7 @@
"istanbul-lib-coverage": "^3.2.0"
},
"devDependencies": {
"@babel/types": "7.24.0"
"@babel/types": "7.24.5"
},
"engines": {
"node": ">=10.24.0"
Expand Down
6 changes: 3 additions & 3 deletions libraries/search-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"test:watch": "mocha --config ../../.mocharc.json --watch"
},
"dependencies": {
"@babel/core": "7.24.4",
"@babel/core": "7.24.5",
"@babel/generator": "^7.21.9",
"@babel/preset-env": "7.24.4",
"@babel/preset-env": "7.24.5",
"@babel/register": "7.23.7",
"@syntest/analysis": "^0.3.0-beta.5",
"@syntest/analysis-javascript": "^0.2.0-beta.20",
Expand All @@ -75,6 +75,6 @@
"access": "public"
},
"devDependencies": {
"@babel/types": "7.24.0"
"@babel/types": "7.24.5"
}
}
Loading

0 comments on commit 4c7aad3

Please sign in to comment.