You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/11/19 14:55:45 UTC

[GitHub] ocket8888 opened a new issue #3036: Traffic Portal deprecated dependencies

ocket8888 opened a new issue #3036: Traffic Portal deprecated dependencies
URL: https://github.com/apache/trafficcontrol/issues/3036
 
 
   Traffic Portal uses a number of deprecated dependencies as seen in the NPM warnings:
   ```npm
   npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
   npm WARN deprecated coffee-script@1.3.3: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
   npm WARN deprecated minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
   npm WARN deprecated graceful-fs@1.2.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
   npm WARN deprecated buffer-browserify@0.0.5: Package not maintained. Recent browserify uses https://github.com/feross/buffer
   npm WARN deprecated jade@1.11.0: Jade has been renamed to pug, please install the latest version of pug instead of jade
   npm WARN deprecated constantinople@3.0.2: Please update to at least constantinople 3.1.1
   npm WARN deprecated transformers@2.1.0: Deprecated, use jstransformer
   npm WARN deprecated graceful-fs@2.0.3: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
   npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
   npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
   npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.2.4```
   
   TP also uses bower, which will warn that yarn should be used instead, and the bower website has instructions for migrating bower projects to the new dependency management platform.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services