Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm package warnings #793

Open
valderra-jpl opened this issue Oct 25, 2016 · 1 comment
Open

npm package warnings #793

valderra-jpl opened this issue Oct 25, 2016 · 1 comment

Comments

@valderra-jpl
Copy link

valderra-jpl commented Oct 25, 2016

There are a bunch of package warnings for dependencies of v1, some more dire than others:

$ npm install
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 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: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated electron@0.2.1: The original electron project has been moved. Visit github.com/logicalparadox/electron for more details.
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade

This boils down to specifying dependence on 4yo versions of grunt, opener, and matcha.

They're just dev dependencies, so probably the only semi-urgent upgrade would be graceful-fs (via grunt), since those will break with the pending v7.0.0 release of node.

@amZotti
Copy link
Contributor

amZotti commented Jan 2, 2017

@valderra-jpl What version of npm and node are you running?

I am running npm 3.10.10 and node v7.3.0 - I don't see any of those warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants