From 7e9c95cc622419bb95acf2cc8a33c7dab08c2e43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 02:03:14 +0000 Subject: [PATCH] Bump @babel/plugin-transform-block-scoping from 7.29.7 to 8.0.0 Bumps [@babel/plugin-transform-block-scoping](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-block-scoping) from 7.29.7 to 8.0.0. - [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.0/packages/babel-plugin-transform-block-scoping) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-block-scoping" dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d9dd2a16..e6a085962 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ }, "dependencies": { "@babel/plugin-proposal-class-properties": "^7.13.0", - "@babel/plugin-transform-block-scoping": "^7.12.1", + "@babel/plugin-transform-block-scoping": "^8.0.0", "@babel/preset-env": "^7.13.15", "@codemirror/commands": "^6.10.3", "@codemirror/lang-cpp": "^6.0.3",