Skip to content

Commit fb22e12

Browse files
committed
6.1.4
1 parent 99d9299 commit fb22e12

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# 6.1.3
1+
# 6.1.4 - 2026-06-11
2+
3+
- fix: tolerate non-node children when serializing selectors
4+
5+
# 6.1.3 - 2026-06-11
26

37
- Fix [CVE-2026-9358](https://github.com/advisories/GHSA-w9m9-85wc-3x92) (NVD) / SNYK-JS-POSTCSSSELECTORPARSER-16873882 via backport of ([#316](https://github.com/postcss/postcss-selector-parser/pull/316) by [@MoOx](https://github.com/MoOx))
48

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "6.1.3",
2+
"version": "6.1.4",
33
"name": "postcss-selector-parser",
44
"description": "Selector parser with built in methods for working with selector strings.",
55
"devDependencies": {

0 commit comments

Comments
 (0)