File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
33
4+ ## 7.0.36
5+ * Backport ReDoS vulnerabilities from PostCSS 8.
6+
47## 7.0.35
58* Add migration guide link to PostCSS 8 error text.
69
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Processor {
2525 * throw new Error('This plugin works only with PostCSS 6')
2626 * }
2727 */
28- this . version = '7.0.35 '
28+ this . version = '7.0.36 '
2929 /**
3030 * Plugins added to this processor.
3131 *
Original file line number Diff line number Diff line change 11{
22 "name" : " postcss" ,
3- "version" : " 7.0.35 " ,
3+ "version" : " 7.0.36 " ,
44 "description" : " Tool for transforming styles with JS plugins" ,
55 "engines" : {
66 "node" : " >=6.0.0"
436436 " Solovev" ,
437437 " VS" ,
438438 " iOS" ,
439- " maintainers"
439+ " maintainers" ,
440+ " Backport" ,
441+ " ReDoS"
440442 ]
441443 }
442444}
You can’t perform that action at this time.
0 commit comments