Skip to content

Commit 45399e9

Browse files
fix(deps): update babel monorepo to v7.26.10 (#902)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ea7c28 commit 45399e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"homepage": "https://github.com/pubkey/eth-crypto#readme",
5252
"devDependencies": {
5353
"@babel/cli": "7.26.4",
54-
"@babel/core": "7.26.9",
55-
"@babel/plugin-transform-runtime": "7.26.9",
54+
"@babel/core": "7.26.10",
55+
"@babel/plugin-transform-runtime": "7.26.10",
5656
"@babel/preset-env": "7.26.9",
5757
"assert": "2.1.0",
5858
"async-test-util": "2.5.0",
@@ -97,7 +97,7 @@
9797
"crypto-browserify": "3.12.1"
9898
},
9999
"dependencies": {
100-
"@babel/runtime": "7.26.9",
100+
"@babel/runtime": "7.26.10",
101101
"@ethereumjs/tx": "3.5.2",
102102
"@types/bn.js": "5.1.6",
103103
"eccrypto": "1.1.6",

0 commit comments

Comments
 (0)