From 5de732da152469600e589064dd0adb4dc5e01a40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:41:51 +0000 Subject: [PATCH] Bump concat-with-sourcemaps from 1.0.4 to 1.1.0 in /src/resources 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] --- src/resources/package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/resources/package-lock.json b/src/resources/package-lock.json index 87f5147..bac2b00 100644 --- a/src/resources/package-lock.json +++ b/src/resources/package-lock.json @@ -984,10 +984,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.6" + "source-map": "^0.5.1" } }, "console-browserify": {