Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 858cd9e

Browse files
committedMay 10, 2018
source-map-resolve v0.5.2
1 parent dc72273 commit 858cd9e

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed
 

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

‎changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 0.5.2 (2018-05-10) ###
2+
3+
- Improved: Updated the version range of `atob` to disallow depending on `2.0.3`
4+
which as a [security
5+
vulnerability](https://snyk.io/test/npm/atob/2.0.3?severity=high&severity=medium&severity=low).
6+
17
### Version 0.5.1 (2017-10-21) ###
28

39
- Fixed: URLs are now decoded before being passed to `read` in Node.js. This

‎component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

‎x-package.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
name: "source-map-resolve",
3-
version: "0.5.1",
3+
version: "0.5.2",
44
author: "Simon Lydell",
55
license: "MIT",
66
description: "Resolve the source map and/or sources for a generated file.",

0 commit comments

Comments
 (0)
This repository has been archived.