From 1fe129a17cbba8b07f826c57816f3e23c4c69402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:08:14 +0000 Subject: [PATCH] fix(deps): update babel monorepo --- tools/repo-scripts/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/repo-scripts/package.json b/tools/repo-scripts/package.json index cdf2218e..6f60145d 100644 --- a/tools/repo-scripts/package.json +++ b/tools/repo-scripts/package.json @@ -46,8 +46,8 @@ "verify": "run-p build lint coverage depcheck" }, "dependencies": { - "@babel/core": "~7.24.0", - "@babel/plugin-transform-runtime": "~7.24.0", + "@babel/core": "~7.26.0", + "@babel/plugin-transform-runtime": "~7.25.0", "@rushstack/eslint-patch": "^1.2.0", "@types/jest": "^29.5.1", "@typescript-eslint/eslint-plugin": "^6.0.0",