node-uci icon indicating copy to clipboard operation
node-uci copied to clipboard

Needs an upgrade of dependencies

Open JeffML opened this issue 2 years ago • 0 comments

$ yarn add node-uci
yarn add v1.22.19
[1/4] Resolving packages...
warning node-uci > [email protected]: Debug versions >=3.2.0 <3.2.7 || >=4 <4.3.1 have a low-severity ReDos regression when used in a Node.js environment. It is recommended you upgrade to 3.2.7 or 4.3.1. (https://github.com/visionmedia/debug/issues/797)
warning node-uci > [email protected]: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-terser
warning node-uci > [email protected]: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
[2/4] Fetching packages...
[3/4] Linking dependencies...
warning " > @ibm-cloud/[email protected]" has unmet peer dependency "@types/tough-cookie@^4.0.0".
warning " > @ibm-cloud/[email protected]" has unmet peer dependency "extend@^3.0.2".
warning " > @ibm-cloud/[email protected]" has unmet peer dependency "tough-cookie@^4.0.0".
warning "node-uci > [email protected]" has unmet peer dependency "rollup@>=0.66.0 <2".
[4/4] Building fresh packages...
success Saved lockfile.
success Saved 16 new dependencies.
info Direct dependencies
└─ [email protected]
info All dependencies
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
├─ [email protected]
└─ [email protected]
Done in 13.51s.

JeffML avatar Jun 28 '23 23:06 JeffML