From acd3005c9c768dee42a6c8b31b37a8dde2657295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:11:10 +0000 Subject: [PATCH] Bump @babel/core in /DocsChain/wwwroot/lib/bootstrap Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.0.0-beta.42 to 7.29.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.29.6/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.29.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- DocsChain/wwwroot/lib/bootstrap/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DocsChain/wwwroot/lib/bootstrap/package.json b/DocsChain/wwwroot/lib/bootstrap/package.json index 86c53d5..812ef93 100644 --- a/DocsChain/wwwroot/lib/bootstrap/package.json +++ b/DocsChain/wwwroot/lib/bootstrap/package.json @@ -106,7 +106,7 @@ "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.", "devDependencies": { "@babel/cli": "7.0.0-beta.42", - "@babel/core": "7.0.0-beta.42", + "@babel/core": "7.29.6", "@babel/preset-env": "7.0.0-beta.42", "autoprefixer": "^8.1.0", "babel-eslint": "^8.2.2",