From 3e3dbff15350178ed5f4521c4be1bb8639cf9aa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:11:50 +0000 Subject: [PATCH] deps: Update dependency @babel/plugin-transform-runtime to v8 --- services/qyl.dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/qyl.dashboard/package.json b/services/qyl.dashboard/package.json index ee8f7c743..46d1d61ef 100644 --- a/services/qyl.dashboard/package.json +++ b/services/qyl.dashboard/package.json @@ -57,6 +57,6 @@ }, "overrides": { "js-yaml": "^4.2.0", - "@babel/plugin-transform-runtime": "^7.29.0" + "@babel/plugin-transform-runtime": "^8.0.0" } }