Skip to content

Commit 6a444d1

Browse files
committed
fix(deps): resolve duplicate postcss-selector-parser override and bump to >=7.1.2 for CVE-2026-9358
1 parent 062295d commit 6a444d1

2 files changed

Lines changed: 161 additions & 203 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,9 @@
101101
"picomatch@2": "2.3.2",
102102
"picomatch@4": "4.0.4",
103103
"uuid": "^14.0.0",
104-
"postcss-selector-parser": ">=7.0.0",
104+
"postcss-selector-parser": ">=7.1.2",
105105
"ws": ">=8.21.0",
106-
"yaml": ">=2.8.3",
107-
"postcss-selector-parser": ">=6.1.4"
106+
"yaml": ">=2.8.3"
108107
}
109108
}
110109
}

0 commit comments

Comments
 (0)