Npm install WARN within bench update

bench update runs smoothly BUT:

inside bench update there is a process
npm install
which comes out with WARNINGS

if I run separate the
npm install
it shows the same WARNINGS

Do we need any attention on this?

VM production & develop

Installed Apps ERPNext: v8.0.39 (master)
Frappe Framework: v8.0.59 (master)

i’m only guessing, but I see these warnings too on bench update.

But … warnings are normally just that. Errors are what you need to look out for. Warnings will normally not stop operation but just act as a flag for an issue or a potential issue