You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week GitHub released advisory GHSA-3h5v-q93c-6h6q for the websocket package ws.
The ibmdotcom-web-components package is using a ws version affected by this advisory, as one can see when running:
yarn why ws
yarn why v1.22.18
warning ../../../package.json: No license field
[1/4] 🤔 Why do we have the module "ws"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "[email protected]"
info Reasons this module exists
- "@carbon#ibmdotcom-web-components#@carbon#ibmdotcom-utilities#isomorphic-dompurify#jsdom" depends on it
- Hoisted from "@carbon#ibmdotcom-web-components#@carbon#ibmdotcom-utilities#isomorphic-dompurify#jsdom#ws"
info Disk size without dependencies: "184KB"
info Disk size with unique dependencies: "184KB"
info Disk size with transitive dependencies: "184KB"
info Number of shared
This has been spotted in v1 of the web components. I am unsure (but I assume it does) affect v2 as well.
Done when
The content you are editing has changed. Please copy your edits and refresh the page.
Issue
Last week GitHub released advisory GHSA-3h5v-q93c-6h6q for the websocket package
ws
.The ibmdotcom-web-components package is using a
ws
version affected by this advisory, as one can see when running:This has been spotted in
v1
of the web components. I am unsure (but I assume it does) affectv2
as well.Done when
Tasks
The text was updated successfully, but these errors were encountered: