From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/source-map-resolve/changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'node_modules/source-map-resolve/changelog.md') diff --git a/node_modules/source-map-resolve/changelog.md b/node_modules/source-map-resolve/changelog.md index ac046f5a2..d730d3698 100644 --- a/node_modules/source-map-resolve/changelog.md +++ b/node_modules/source-map-resolve/changelog.md @@ -1,3 +1,16 @@ +### Version 0.5.1 (2017-10-21) ### + +- Fixed: URLs are now decoded before being passed to `read` in Node.js. This + allows reading files with spaces, for example. +- Fixed: Missing or empty `sources` fields (such as `sources: []`) in source + maps are now handled. Previously, such source maps would cause crashes or + callbacks never bing called. Now, an empty result is produced: + + ```js + sourcesResolved: [], + sourcesContent: [] + ``` + ### Version 0.5.0 (2016-02-28) ### - Improved: Errors now have a `sourceMapData` property that contain as much as -- cgit v1.2.3