From 5169e8f74a4a8a3c4f41a44347c20be2533e05b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 04:18:12 +0000 Subject: [PATCH] build(deps-dev): bump @babel/runtime from 7.28.4 to 7.28.6 in /web-app Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.4 to 7.28.6. - [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.28.6/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web-app/package.json | 2 +- web-app/yarn.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/package.json b/web-app/package.json index 8b458ca0b4..808940ca09 100644 --- a/web-app/package.json +++ b/web-app/package.json @@ -62,7 +62,7 @@ "proxy": "http://localhost:9090/", "devDependencies": { "@babel/plugin-transform-private-property-in-object": "^7.27.1", - "@babel/runtime": "^7.28.4", + "@babel/runtime": "^7.28.6", "@playwright/test": "^1.57.0", "@types/jest": "^30.0.0", "@types/lodash": "^4.17.21", diff --git a/web-app/yarn.lock b/web-app/yarn.lock index bb21f99d69..843f8e8518 100644 --- a/web-app/yarn.lock +++ b/web-app/yarn.lock @@ -18809,7 +18809,7 @@ __metadata: resolution: "web-app@workspace:." dependencies: "@babel/plugin-transform-private-property-in-object": "npm:^7.27.1" - "@babel/runtime": "npm:^7.28.4" + "@babel/runtime": "npm:^7.28.6" "@playwright/test": "npm:^1.57.0" "@reduxjs/toolkit": "npm:^1.9.7" "@types/jest": "npm:^30.0.0"