Lete114 / hexo-minify

Hexo-minify is a Hexo compression plug-in that compresses HTML, CSS, JS, Font and Image(jpg,png,gif,webp,svg) (Hexo-minify 是一款 Hexo 压缩插件,它可以压缩 HTML、CSS、JS、Font、Image(jpg,png,gif,webp,svg))
37 stars 1 forks source link

有一些版本依赖需要升级,还请考虑同步更新依赖,感谢您的分享! #7

Closed mobeicanyue closed 10 months ago

mobeicanyue commented 10 months ago
npm install hexo-minify --save
npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
npm WARN deprecated uuid@2.0.3: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.

added 598 packages, and audited 840 packages in 2m

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

26 vulnerabilities (10 moderate, 16 high)

To address all issues, run:
  npm audit fix

Run `npm audit` for details.
Lete114 commented 10 months ago

这些依赖是其他依赖里面的依赖,我这没法更新。况且这些只是警告,并不影响正常使用