File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
3
3
4
+ ## 8.4.31
5
+ * Fixed ` \r ` parsing to fix CVE-2023 -44270.
6
+
4
7
## 8.4.30
5
8
* Improved source map performance (by Romain Menke).
6
9
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let Root = require('./root')
7
7
8
8
class Processor {
9
9
constructor ( plugins = [ ] ) {
10
- this . version = '8.4.30 '
10
+ this . version = '8.4.31 '
11
11
this . plugins = this . normalize ( plugins )
12
12
}
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 8.4.30 " ,
3
+ "version" : " 8.4.31 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " ^10 || ^12 || >=14"
You can’t perform that action at this time.
0 commit comments