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
# npm audit report
ws 8.0.0 - 8.17.0
Severity: high
ws affected by a DoS when handling a request with many HTTP headers - https://github.com/advisories/GHSA-3h5v-q93c-6h6q
fix available via `npm audit fix`
node_modules/@atlaskit/icon/node_modules/ws
puppeteer 11.0.0 - 18.1.0
Depends on vulnerable versions of ws
node_modules/@atlaskit/icon/node_modules/puppeteer
@atlaskit/icon >=23.7.1
Depends on vulnerable versions of puppeteer
node_modules/@atlaskit/icon
3 high severity vulnerabilities
The text was updated successfully, but these errors were encountered:
MaxHamscher
changed the title
Security: Outdated puppeteer version [High Severity]
Security: Outdated puppeteer and ws versions [High Severity]
Feb 7, 2025
The affected dependency appears to be coming in transitively from @atlaskit/icon where, as far as I can see, it's only used for some dev-time scripts. I've asked about it internally.
Using NPM overrides or Yarn resolutions is a reasonable workaround until this is resolved 👍
Outdated puppeteer and ws versions
Reproducing steps
Dependencies in
package.json
onnpm install
:Terminal Output:
Desired fixes
puppeteer
andws
Current workaround
Add the following overrides to the
package.json
.The text was updated successfully, but these errors were encountered: