8000 Release 8.2.10 version · postcss/postcss@8395d9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8395d9f

Browse files
committed
Release 8.2.10 version
1 parent f2baaa7 commit 8395d9f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

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+
49
## 8.2.9
510
* Exported `NodeErrorOptions` type (by Rouven Weßling).
611

lib/processor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ let Root = require('./root')
55

66
class Processor {
77
constructor(plugins = []) {
8-
this.version = '8.2.9'
8+
this.version = '8.2.10'
99
this.plugins = this.normalize(plugins)
1010
}
1111

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss",
3-
"version": "8.2.9",
3+
"version": "8.2.10",
44
"description": "Tool for transforming styles with JS plugins",
55
"engines": {
66
"node": "^10 || ^12 || >=14"
@@ -294,7 +294,8 @@
294294
"TypeDoc",
295295
"ES",
296296
"Deno",
297-
"AVIF"
297+
"AVIF",
298+
"ReDoS"
298299
]
299300
}
300301
}

0 commit comments

Comments
 (0)
0