From 9bc3a6fb2d0a67f30ea8df483fd187edf74ed11d Mon Sep 17 00:00:00 2001 From: Alan Pierce Date: Sun, 18 Feb 2018 10:15:58 -0800 Subject: [PATCH] Update convert-source-map to latest See https://github.com/browserify/browserify/issues/1808 for more information. convert-source-map has a bug fix that fixes a bug in browserify (sourceMappingURL being removed from template strings), but this package is on an old convert-source-map. Updating this package and publishing as a patch update will make everything work. Publishing as a minor update would mean that browser-pack needs have its combine-source-map dependency updated, but that should also be fine. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c2bc088..e5bcb8b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/thlorenz/combine-source-map", "dependencies": { - "convert-source-map": "~1.1.0", + "convert-source-map": "~1.5.1", "inline-source-map": "~0.6.0", "lodash.memoize": "~3.0.3", "source-map": "~0.5.3"