From be6bc4a86c2fe8a98bace06855c4d68cdb6d01be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 13:14:16 +0000 Subject: [PATCH] build(deps): bump the npm-dependencies group with 2 updates Bumps the npm-dependencies group with 2 updates: [magic-string](https://github.com/Rich-Harris/magic-string) and [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core). Updates `magic-string` from 0.30.21 to 1.2.3 - [Release notes](https://github.com/Rich-Harris/magic-string/releases) - [Changelog](https://github.com/Rich-Harris/magic-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Rich-Harris/magic-string/compare/v0.30.21...v1.2.3) Updates `@babel/core` from 7.29.7 to 8.0.1 - [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.1/packages/babel-core) --- updated-dependencies: - dependency-name: magic-string dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm-dependencies - dependency-name: "@babel/core" dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index faf2479..c0e3903 100644 --- a/package.json +++ b/package.json @@ -44,10 +44,10 @@ "cjs-module-lexer": "^2.2.1", "enhanced-resolve": "^5.24.5", "fs-extra": "^11.3.0", - "magic-string": "^0.30.21" + "magic-string": "^1.2.3" }, "devDependencies": { - "@babel/core": "^7.29.7", + "@babel/core": "^8.0.1", "@commitlint/cli": "^21.2.0", "@commitlint/config-conventional": "^21.2.0", "@eslint/compat": "^2.1.0",