From 858cd9e2ecce25427761b8be616cabf704c69316 Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Thu, 10 May 2018 19:11:03 +0200 Subject: [PATCH] source-map-resolve v0.5.2 --- bower.json | 2 +- changelog.md | 6 ++++++ component.json | 2 +- package.json | 2 +- x-package.json5 | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 552663b..e95acf3 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.1", + "version": "0.5.2", "author": "Simon Lydell", "license": "MIT", "description": "Resolve the source map and/or sources for a generated file.", diff --git a/changelog.md b/changelog.md index d730d36..b35771b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,9 @@ +### Version 0.5.2 (2018-05-10) ### + +- Improved: Updated the version range of `atob` to disallow depending on `2.0.3` + which as a [security + vulnerability](https://snyk.io/test/npm/atob/2.0.3?severity=high&severity=medium&severity=low). + ### Version 0.5.1 (2017-10-21) ### - Fixed: URLs are now decoded before being passed to `read` in Node.js. This diff --git a/component.json b/component.json index c081ca0..7af17d4 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.1", + "version": "0.5.2", "author": "Simon Lydell", "license": "MIT", "description": "Resolve the source map and/or sources for a generated file.", diff --git a/package.json b/package.json index ac7a61a..006b463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "source-map-resolve", - "version": "0.5.1", + "version": "0.5.2", "author": "Simon Lydell", "license": "MIT", "description": "Resolve the source map and/or sources for a generated file.", diff --git a/x-package.json5 b/x-package.json5 index 6ee89c1..5bc9e29 100644 --- a/x-package.json5 +++ b/x-package.json5 @@ -1,6 +1,6 @@ { name: "source-map-resolve", - version: "0.5.1", + version: "0.5.2", author: "Simon Lydell", license: "MIT", description: "Resolve the source map and/or sources for a generated file.",