Bugzilla – Attachment 191228 Details for
Bug 41587
node audit identified several vulnerable node dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41587: Fix moderate severity node dependency vulnerabilities
33a63a9.patch (text/plain), 1.13 KB, created by
David Nind
on 2026-01-09 21:12:46 UTC
(
hide
)
Description:
Bug 41587: Fix moderate severity node dependency vulnerabilities
Filename:
MIME Type:
Creator:
David Nind
Created:
2026-01-09 21:12:46 UTC
Size:
1.13 KB
patch
obsolete
>From 33a63a9a57c06e6613eb11faec55a1186fde89e8 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Fri, 9 Jan 2026 17:21:43 +0000 >Subject: [PATCH] Bug 41587: Fix moderate severity node dependency > vulnerabilities > >- Add resolution for micromatch ^4.0.8 >- Add resolution for @cypress/request ^3.0.0 >- Add resolution for js-yaml ^4.1.1 > >Test plan: >- yarn audit --level moderate should show reduced vulnerability count >- yarn build && yarn build:prod should complete without errors >- yarn cypress run should complete without (or currently expected) errors > >@RM: You will need to push yarn.lock as well > >Signed-off-by: David Nind <david@davidnind.com> >--- > package.json | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/package.json b/package.json >index 47b9e1d771..6639b5f841 100644 >--- a/package.json >+++ b/package.json >@@ -71,7 +71,10 @@ > "lodash": "^4.17.12", > "form-data": "^2.5.4", > "braces": "^3.0.3", >- "qs": "^6.14.1" >+ "qs": "^6.14.1", >+ "micromatch": "^4.0.8", >+ "@cypress/request": "^3.0.0", >+ "js-yaml": "^4.1.1" > }, > "author": "", > "license": "GPL-3.0", >-- >2.39.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 41587
:
191211
|
191212
|
191213
|
191215
|
191227
| 191228