Skip to content

Commit e4cf5a0

Browse files
authored
Merge pull request #166 from Staffbase/copilot/fix-picomatch-glob-matching-alerts
fix: upgrade picomatch to 4.0.4 to remediate CVE-2026-33672
2 parents dafd5e8 + c4073e1 commit e4cf5a0

2 files changed

Lines changed: 6 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"lodash": "4.17.23",
2424
"minimatch": "3.1.5",
2525
"glob/minimatch": "9.0.9",
26-
"@typescript-eslint/typescript-estree/minimatch": "10.2.4"
26+
"@typescript-eslint/typescript-estree/minimatch": "10.2.4",
27+
"picomatch": "4.0.4"
2728
},
2829
"dependencies": {
2930
"colors": "^1.4.0",

yarn.lock

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3440,15 +3440,10 @@ picocolors@^1.1.1:
34403440
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
34413441
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
34423442

3443-
picomatch@^2.0.4:
3444-
version "2.3.1"
3445-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
3446-
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
3447-
3448-
picomatch@^4.0.3:
3449-
version "4.0.3"
3450-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
3451-
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
3443+
picomatch@4.0.4, picomatch@^2.0.4, picomatch@^4.0.3:
3444+
version "4.0.4"
3445+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
3446+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
34523447

34533448
pirates@^4.0.7:
34543449
version "4.0.7"

0 commit comments

Comments
 (0)