Skip to content

Commit

Permalink
build(deps): Bump @babel/core from 7.23.3 to 7.23.5
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.3 to 7.23.5.
- [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.5/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 Nov 30, 2023
1 parent fc5ba60 commit 29c5552
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.3"
"@babel/core": "^7.23.5"
},
"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.3",
"@babel/core": "^7.23.5",
"@babel/generator": "^7.23.5",
"@jazzer.js/fuzzer": "2.1.0",
"@jazzer.js/hooking": "2.1.0",
Expand Down

0 comments on commit 29c5552

Please sign in to comment.