From 28884a25015c029c6efaf749a479582857bf73b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 12:48:57 +0000 Subject: [PATCH] chore(deps-dev): bump @babel/runtime from 7.28.4 to 8.0.5 Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.28.4 to 8.0.5. - [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/v8.0.5/packages/babel-runtime) --- updated-dependencies: - dependency-name: "@babel/runtime" dependency-version: 8.0.5 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 36b2ec6..01b89a1 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@babel/plugin-transform-runtime": "7.28.5", "@babel/preset-env": "^7.20.2", "@babel/register": "^7.21.0", - "@babel/runtime": "^7.21.0", + "@babel/runtime": "^8.0.5", "@commitlint/cli": "21.2.2", "@commitlint/config-conventional": "20.2.0", "@eslint/eslintrc": "^3.3.7", diff --git a/yarn.lock b/yarn.lock index 8ce9d50..a1f643d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1025,10 +1025,10 @@ pirates "^4.0.6" source-map-support "^0.5.16" -"@babel/runtime@^7.21.0": - version "7.28.4" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326" - integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ== +"@babel/runtime@^8.0.5": + version "8.0.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-8.0.5.tgz#7b9cdb3ecdd4d9f5975f9a8a64c391a8ce04c436" + integrity sha512-7NK+Lz3spQ52XsUGTxIEVU4jYN2/dIaX8sTxRFAUtYmttYZnVh3aehiihv+/Gb7+duMNHl2OrFcBQRyOHScxpg== "@babel/template@^7.27.1", "@babel/template@^7.27.2", "@babel/template@^7.3.3": version "7.27.2"