postcss-calc 5.3.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 5.3.1 - 2016-08-22
2
+
3
+ - Fixed: avoid security issue related to ``reduce-css-calc@< 1.2.4``.
4
+
1
5
  # 5.3.0 - 2016-07-11
2
6
 
3
7
  - Added: support for selector transformation via `selectors` option.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "postcss-calc",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "PostCSS plugin to reduce calc()",
5
5
  "keywords": [
6
6
  "css",
@@ -17,7 +17,7 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "postcss-message-helpers": "^2.0.0",
20
- "reduce-css-calc": "^1.2.0",
20
+ "reduce-css-calc": "^1.2.6",
21
21
  "postcss": "^5.0.2"
22
22
  },
23
23
  "devDependencies": {