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
Hi,
As you see my own config below, I have a few error. How can I handle?
Best regards.
Armbian 23.11.1 Jammy with Linux 6.6.39-current-rockchip64
$ nodejs --version
v12.22.9
sudo apt install nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
nodejs is already the newest version (12.22.9~dfsg-1ubuntu3.6).
nodejs set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo npm i fast-cli@3.2.0
up to date, audited 235 packages in 4s
38 packages are looking for funding
run npm fund for details
3 high severity vulnerabilities
~# uname -a
Linux sqm-opi-0028 6.6.39-current-rockchip64 #1 SMP PREEMPT Thu Jul 11 10:49:22 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
npm audit
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 - GHSA-3h5v-q93c-6h6q
fix available via npm audit fix --force
Will install fast-cli@4.0.0, which is a breaking change
node_modules/puppeteer/node_modules/ws
puppeteer 11.0.0 - 18.1.0
Depends on vulnerable versions of ws
node_modules/puppeteer
fast-cli 3.1.0 - 3.2.0
Depends on vulnerable versions of puppeteer
node_modules/fast-cli
The text was updated successfully, but these errors were encountered:
Hi,
As you see my own config below, I have a few error. How can I handle?
Best regards.
Armbian 23.11.1 Jammy with Linux 6.6.39-current-rockchip64
$ nodejs --version
v12.22.9
sudo apt install nodejs
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
nodejs is already the newest version (12.22.9~dfsg-1ubuntu3.6).
nodejs set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
sudo npm i fast-cli@3.2.0
up to date, audited 235 packages in 4s
38 packages are looking for funding
run
npm fund
for details3 high severity vulnerabilities
~# uname -a
Linux sqm-opi-0028 6.6.39-current-rockchip64 #1 SMP PREEMPT Thu Jul 11 10:49:22 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux
npm audit
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 - GHSA-3h5v-q93c-6h6q
fix available via
npm audit fix --force
Will install fast-cli@4.0.0, which is a breaking change
node_modules/puppeteer/node_modules/ws
puppeteer 11.0.0 - 18.1.0
Depends on vulnerable versions of ws
node_modules/puppeteer
fast-cli 3.1.0 - 3.2.0
Depends on vulnerable versions of puppeteer
node_modules/fast-cli
The text was updated successfully, but these errors were encountered: