Fix CVE-2026-26996 (minimatch) and CVE-2025-15284 (qs) security vulnerabilities#633
Fix CVE-2026-26996 (minimatch) and CVE-2025-15284 (qs) security vulnerabilities#633
Conversation
📊 Benchmark Analysis Report🔍 Found 1 significant change(s) 🎯 Same Configuration ComparisonsComparing against baseline with the same cache configuration
Threshold: 5% change Updated: 2026-03-06T13:56:58.434Z |
package.json
Outdated
| "ansi-regex": "^5.0.1", | ||
| "cross-fetch": "^3.1.5", | ||
| "glob-parent": "^6.0.2", | ||
| "minimatch": "3.1.3", |
There was a problem hiding this comment.
I don't think this will work. Various packages use different major versions of minimatch. Forcing all of them to use 3.x.x is not safe
There was a problem hiding this comment.
Would it work to update only the yarn.lock file where it references to 3.1.2 change it for 3.1.3?
There was a problem hiding this comment.
yarn.lock is generated by yarn automatically. Manual updates there may not survive next yarn install
website/yarn.lock
Outdated
| version "6.13.0" | ||
| resolved "https://registry.yarnpkg.com/qs/-/qs-6.13.0.tgz#6ca3bd58439f7e245655798997787b0d88a51906" | ||
| integrity sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg== | ||
| qs@6.13.0, qs@6.13.1: |
There was a problem hiding this comment.
I checked also the dependencies of this one and it requires 2 mayor version updates for express and body-parser
…o stay while upgrading root from 3.1.3
|
|
@microsoft-github-policy-service agree company="Microsoft" |
Upgraded versions of minimatch and qs that were reported to have vulnerabilities