Skip to content

Commit 12e75e1

Browse files
committed
6.1.3
1 parent 5417740 commit 12e75e1

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.1.3
2+
3+
- 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))
4+
15
# 6.1.2
26

37
- Fixed: erroneous trailing combinators in pseudos

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: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
2+
"version": "6.1.3",
23
"name": "postcss-selector-parser",
3-
"version": "6.1.2",
4+
"description": "Selector parser with built in methods for working with selector strings.",
45
"devDependencies": {
56
"@babel/cli": "^7.11.6",
67
"@babel/core": "^7.11.6",
@@ -39,7 +40,8 @@
3940
"lintfix": "eslint --fix src",
4041
"report": "nyc report --reporter=html",
4142
"test": "nyc ava src/__tests__/*.mjs --node-arguments=--no-experimental-detect-module",
42-
"testone": "ava"
43+
"testone": "ava",
44+
"release": "npx npmpub"
4345
},
4446
"dependencies": {
4547
"cssesc": "^3.0.0",
@@ -62,7 +64,10 @@
6264
"url": "http://twitter.com/chriseppstein"
6365
}
6466
],
65-
"repository": "postcss/postcss-selector-parser",
67+
"repository": {
68+
"type": "git",
69+
"url": "https://github.com/postcss/postcss-selector-parser.git"
70+
},
6671
"ava": {
6772
"require": [
6873
"@babel/register"

0 commit comments

Comments
 (0)