File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-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] ( https://semver.org/ ) .
3
3
4
+ ## 8.2.10
5
+ * Fixed ReDoS vulnerabilities in source map parsing.
6
+ * Fixed webpack 5 support (by Barak Igal).
7
+ * Fixed docs (by Roeland Moors).
8
+
4
9
## 8.2.9
5
10
* Exported ` NodeErrorOptions ` type (by Rouven Weßling).
6
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ let Root = require('./root')
5
5
6
6
class Processor {
7
7
constructor ( plugins = [ ] ) {
8
- this . version = '8.2.9 '
8
+ this . version = '8.2.10 '
9
9
this . plugins = this . normalize ( plugins )
10
10
}
11
11
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss" ,
3
- "version" : " 8.2.9 " ,
3
+ "version" : " 8.2.10 " ,
4
4
"description" : " Tool for transforming styles with JS plugins" ,
5
5
"engines" : {
6
6
"node" : " ^10 || ^12 || >=14"
294
294
" TypeDoc" ,
295
295
" ES" ,
296
296
" Deno" ,
297
- " AVIF"
297
+ " AVIF" ,
298
+ " ReDoS"
298
299
]
299
300
}
300
301
}
You can’t perform that action at this time.
0 commit comments