Skip to content

Commit

Permalink
build(deps): Bump @babel/core from 7.23.7 to 7.23.9
Browse files Browse the repository at this point in the history
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.23.7 to 7.23.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.23.9/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 26, 2024
1 parent eb84c32 commit 1fe5913
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 68 deletions.
132 changes: 66 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hooking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/index.js",
"types": "dist/index.d.js",
"dependencies": {
"@babel/core": "^7.23.7"
"@babel/core": "^7.23.9"
},
"devDependencies": {
"@types/babel__core": "^7.20.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/instrumentor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"main": "dist/instrument.js",
"types": "dist/instrument.d.js",
"dependencies": {
"@babel/core": "^7.23.7",
"@babel/core": "^7.23.9",
"@babel/generator": "^7.23.5",
"@jazzer.js/fuzzer": "2.1.0",
"@jazzer.js/hooking": "2.1.0",
Expand Down

0 comments on commit 1fe5913

Please sign in to comment.