static-module icon indicating copy to clipboard operation
static-module copied to clipboard

Npm warning about `[email protected]` package

Open WilhelmStein opened this issue 1 year ago • 0 comments

Upon running npm ci, I notice the following warning:

npm WARN deprecated [email protected]: Please use @jridgewell/sourcemap-codec instead

Running npm list [email protected] produces the following output:

...
  ─┬ [email protected]
   └─┬ [email protected]
     └── [email protected]

The latest version (0.30.0) of magic-string seems to have fixed the issue.

WilhelmStein avatar May 24 '23 13:05 WilhelmStein