Shaunwei / RealChar

🎙️🤖Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech🎙️🤖
https://RealChar.ai/
MIT License
6.01k stars 734 forks source link

`npm install` high severity vulnerabilities #371

Open Kevin-free opened 1 year ago

Kevin-free commented 1 year ago

When I execute npm install, there is a prompt:

npm WARN deprecated workbox-cacheable-response@6.6.0: workbox-background-sync@6.6.0

added 620 packages, removed 1301 packages, changed 289 packages, and audited 2427 packages in 8s

294 packages are looking for funding
   run `npm fund` for details

6 high severity vulnerabilities

To address all issues (including breaking changes), run:
   npm audit fix --force

Run `npm audit` for details.

Does this need to be dealt with?

> npm version
{
   realchar: '0.1.0',
   npm: '9.8.1',
   node: '16.18.0',
   v8: '9.4.146.26-node.22',
   uv: '1.43.0',
   zlib: '1.2.11',
   brotli: '1.0.9',
   ares: '1.18.1',
   modules: '93',
   nghttp2: '1.47.0',
   napi: '8',
   llhttp: '6.0.10',
   openssl: '1.1.1q+quic',
   cldr: '41.0',
   icu: '71.1',
   tz: '2022b',
   unicode: '14.0',
   ngtcp2: '0.8.1',
   nghttp3: '0.7.0'
}