Skip to content

Commit

Permalink
Fixed: avoid security issue related to reduce-css-calc@< 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Aug 22, 2016
1 parent 2121c95 commit 51806b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

- Fixed: avoid security issue related to ``reduce-css-calc@< 1.2.4``.

# 5.3.0 - 2016-07-11

- Added: support for selector transformation via `selectors` option.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"dependencies": {
"postcss-message-helpers": "^2.0.0",
"reduce-css-calc": "^1.2.0",
"reduce-css-calc": "^1.2.6",
"postcss": "^5.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit 51806b8

Please sign in to comment.