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

Commit

Permalink
source-map-resolve v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed May 10, 2018
1 parent dc72273 commit 858cd9e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion x-package.json5
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 858cd9e

Please sign in to comment.