Skip to content

Commit

Permalink
Updates to latest version of debug package (#31)
Browse files Browse the repository at this point in the history
* Bumps debug package to latest version `^3.1.0`.
* Adds changes to History doc
  • Loading branch information
tylergaw committed Oct 5, 2017
1 parent f6946c9 commit 35b1c30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.3.2 - October 4, 2017
-----------------------
* Fixes Vulnerability - Regular Expression Denial of Service caused by debug package. `#31`

1.3.1 - July 14, 2017
-----------------------
* Fixes Tint, Shade, and Contrast Alpha Interference Issue. `#26`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-color-function",
"repository": "git://github.com/ianstormtaylor/css-color-function.git",
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"description": "A parser and converter for Tab Atkins's proposed color function in CSS.",
"keywords": [
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"balanced-match": "0.1.0",
"color": "^0.11.0",
"debug": "~0.7.4",
"debug": "^3.1.0",
"rgb": "~0.1.0"
}
}

0 comments on commit 35b1c30

Please sign in to comment.