Skip to content

Commit 4aac020

Browse files
authored
Merge pull request #332 from cipherstash/fix/cip-2936-picomatch-patch
fix(deps): patch picomatch to >= 4.0.4 (CVE-2026-33671)
2 parents 93ea280 + 0afbc46 commit 4aac020

2 files changed

Lines changed: 15 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@
6464
"next": ">=15.5.10",
6565
"ajv": ">=8.18.0",
6666
"esbuild@<=0.24.2": ">=0.25.0",
67+
"picomatch@^4": ">=4.0.4",
68+
"picomatch@^2": ">=2.3.2",
6769
"rollup@>=4.0.0 <4.59.0": ">=4.59.0"
6870
},
6971
"peerDependencyRules": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)