Skip to content

Commit 29c5552

Browse files
build(deps): Bump @babel/core from 7.23.3 to 7.23.5
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] <[email protected]>
1 parent fc5ba60 commit 29c5552

File tree

3 files changed

+68
-68
lines changed

3 files changed

+68
-68
lines changed

package-lock.json

Lines changed: 66 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hooking/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "dist/index.js",
1717
"types": "dist/index.d.js",
1818
"dependencies": {
19-
"@babel/core": "^7.23.3"
19+
"@babel/core": "^7.23.5"
2020
},
2121
"devDependencies": {
2222
"@types/babel__core": "^7.20.5"

packages/instrumentor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"main": "dist/instrument.js",
1717
"types": "dist/instrument.d.js",
1818
"dependencies": {
19-
"@babel/core": "^7.23.3",
19+
"@babel/core": "^7.23.5",
2020
"@babel/generator": "^7.23.5",
2121
"@jazzer.js/fuzzer": "2.1.0",
2222
"@jazzer.js/hooking": "2.1.0",

0 commit comments

Comments
 (0)