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 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
3
3
4
+ ## 7.0.36
5
+ * Backport ReDoS vulnerabilities from PostCSS 8.
6
+
4
7
## 7.0.35
5
8
* Add migration guide link to PostCSS 8 error text.
6
9
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class Processor {
25
25
* throw new Error('This plugin works only with PostCSS 6')
26
26
* }
27
27
*/
28
- this . version = '7.0.35 '
28
+ this . version = '7.0.36 '
29
29
/**
30
30
* Plugins added to this processor.
31
31
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 7.0.35 " ,
3
+ "version" : " 7.0.36 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " >=6.0.0"
436
436
" Solovev" ,
437
437
" VS" ,
438
438
" iOS" ,
439
- " maintainers"
439
+ " maintainers" ,
440
+ " Backport" ,
441
+ " ReDoS"
440
442
]
441
443
}
442
444
}
You can’t perform that action at this time.
0 commit comments