From be583fa43abd6aa972c52713a6f2d4237067362d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 06:53:20 +0000 Subject: [PATCH] Upgrade: Bump magic-string from 0.30.21 to 1.0.0 Bumps [magic-string](https://github.com/Rich-Harris/magic-string) from 0.30.21 to 1.0.0. - [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.0.0) --- updated-dependencies: - dependency-name: magic-string dependency-version: 1.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 a2bfc33d..9cc6d8cd 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "glob": "^13.0.0", "handlebars": "^4.7.8", "less": "^4.2.0", - "magic-string": "^0.30.0", + "magic-string": "^1.0.0", "requirejs": "^2.3.6", "resolve": "^1.22.2", "rollup": "^4.61.0",