diff --git a/package.json b/package.json index 3687e767..fd333672 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "size": "lerna exec size-limit" }, "devDependencies": { - "@babel/cli": "~7.25.0", + "@babel/cli": "~7.26.0", "@babel/core": "~7.26.0", "@babel/preset-env": "~7.26.0", "@rollup/plugin-babel": "~6.0.0", diff --git a/yarn.lock b/yarn.lock index b83426b2..0297a00f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10,10 +10,10 @@ "@jridgewell/gen-mapping" "^0.3.5" "@jridgewell/trace-mapping" "^0.3.24" -"@babel/cli@~7.25.0": - version "7.25.9" - resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.25.9.tgz#51036166fd0e9cfb26eee1b9ddc264a0d6d5f843" - integrity sha512-I+02IfrTiSanpxJBlZQYb18qCxB6c2Ih371cVpfgIrPQrjAYkf45XxomTJOG8JBWX5GY35/+TmhCMdJ4ZPkL8Q== +"@babel/cli@~7.26.0": + version "7.26.4" + resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.26.4.tgz#4101ff8ee5de8447a6c395397a97921056411d20" + integrity sha512-+mORf3ezU3p3qr+82WvJSnQNE1GAYeoCfEv4fik6B5/2cvKZ75AX8oawWQdXtM9MmndooQj15Jr9kelRFWsuRw== dependencies: "@jridgewell/trace-mapping" "^0.3.25" commander "^6.2.0"