From 6feafafa61d460f2caf51755157a6bcc5be860c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 14:42:38 +0000 Subject: [PATCH] Bump concat-with-sourcemaps from 1.0.4 to 1.1.0 Bumps [concat-with-sourcemaps](https://github.com/floridoo/concat-with-sourcemaps) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/floridoo/concat-with-sourcemaps/releases) - [Commits](https://github.com/floridoo/concat-with-sourcemaps/commits) --- updated-dependencies: - dependency-name: concat-with-sourcemaps dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 111dde3..bd9d9a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -820,10 +820,10 @@ "concat-with-sourcemaps": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz", - "integrity": "sha1-9Vs74q60dgGxCi1SWcz7cP0vHdY=", + "integrity": "sha512-mzlh4cb5VYG79rDfntfUXFeDUm5va3umIneTWet/fut4mWb/LcRBPtXsyW4Ilyazgcuh9HB4sHI+jx/qXYJxrA==", "dev": true, "requires": { - "source-map": "0.5.7" + "source-map": "^0.5.1" } }, "console-control-strings": {