From ffc15f6ecaaa210fd2353a9e3677616a4caeec2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:03:09 +0000 Subject: [PATCH] build(deps): bump magic-string from 0.25.8 to 0.26.7 Bumps [magic-string](https://github.com/rich-harris/magic-string) from 0.25.8 to 0.26.7. - [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.7) --- 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 9248a96..53904ba 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.7", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.7.tgz", + "integrity": "sha512-hX9XH3ziStPoPhJxLq1syWuZMxbDvGNbVchfrdCtanC7D13888bMFow61x8axrx+GfHLtVeAx2kxL7tTGRl+Ow==", "requires": { "sourcemap-codec": "^1.4.8" } diff --git a/package.json b/package.json index a3df8cf..5b64be8 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.7" } }