In the nodered add on log, the following message appears:
61 packages are looking for funding
run npm fund
for details
7 vulnerabilities (5 moderate, 2 critical)
To address issues that do not require attention, run:
npm audit fix
To address all issues (including breaking changes), run:
npm audit fix --force
Run npm audit
for details.
npm notice
npm notice New minor version of npm available! 10.2.4 → 10.5.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.5.0
npm notice Run npm install -g [email protected]
to update!
npm notice
s6-rc: info: service init-nodered successfully started
s6-rc: info: service nodered: starting
s6-rc: info: service nodered successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
[07:45:35] INFO: Starting Node-RED…
s6-rc: info: service legacy-services successfully started
How can I run npm audit fix and npm install -g [email protected] in nodered addon?