From 39a1431948ab0931be794149f867c7d477beccd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 20:03:22 +0000 Subject: [PATCH] build(deps): bump magic-string from 0.25.8 to 0.26.1 Bumps [magic-string](https://github.com/rich-harris/magic-string) from 0.25.8 to 0.26.1. - [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.1) --- 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 33ea3b9..4f769ab 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.1", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.1.tgz", + "integrity": "sha512-ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg==", "requires": { "sourcemap-codec": "^1.4.8" } diff --git a/package.json b/package.json index a3df8cf..548b9a8 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.1" } }