I installed NestJS (v. 9.2) globally and received the following warnings:
npm i -g @nestjs/cli
npm WARN deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead
npm WARN deprecated rimraf@4.1.2: Please upgrade to 4.3.1 or higher to fix a potentially damaging issue regarding symbolic link following.
nest --version
9.2.0
Is it what I can fix myself or will the NestJS developers fix this in the next release? I have no idea how to replace or upgrade this myself.