Wicket icon indicating copy to clipboard operation
Wicket copied to clipboard

Address deprecations of node.js dependencies

Open arthur-e opened this issue 4 years ago • 0 comments

When last building in Travis CI, I noticed there are some deprecation warnings after npm install:

npm WARN deprecated [email protected]: this package is now deprecated
npm WARN deprecated [email protected]: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
npm WARN deprecated [email protected]: Please use the native JSON object instead of JSON 3
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated

arthur-e avatar Jul 28 '20 14:07 arthur-e