From 247ea62d899868a23edcba336bb6f791f0bbe4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Sep 2022 20:05:37 +0000 Subject: [PATCH] build(deps): bump magic-string from 0.25.8 to 0.26.4 Bumps [magic-string](https://github.com/rich-harris/magic-string) from 0.25.8 to 0.26.4. - [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.25.8...v0.26.4) --- updated-dependencies: - dependency-name: magic-string dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 849e801..82fafb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4675,9 +4675,9 @@ } }, "magic-string": { - "version": "0.25.8", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.8.tgz", - "integrity": "sha512-n9NlSgfkB2rPYjSd/EZDoQcsXzwYAv4CIB/vi3ZSvZ2Tjax5W5Ie1NMy4HG3PVdcL4bBMMR20Ng4UcISMzqRLw==", + "version": "0.26.4", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.4.tgz", + "integrity": "sha512-e5uXtVJ22aEpK9u1+eQf0fSxHeqwyV19K+uGnlROCxUhzwRip9tBsaMViK/0vC3viyPd5Gtucp3UmEp/Q2cPTQ==", "requires": { "sourcemap-codec": "^1.4.8" } diff --git a/package.json b/package.json index a3df8cf..6634680 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "dependencies": { "acorn": "^8.0.1", "jsesc": "^3.0.1", - "magic-string": "^0.25.4" + "magic-string": "^0.26.4" } }