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

Update deps #48

Merged
merged 4 commits into from
Oct 7, 2016
Merged

Update deps #48

merged 4 commits into from
Oct 7, 2016

Conversation

spremi
Copy link
Contributor

@spremi spremi commented Sep 3, 2016

Building an application using node.js v4.5.0 LTS generates warnings listed at bottom of this request during npm install.

This request updates dependencies to newer package versions.
It also reflects the node-engine compatibility set to >=0.10.0 by [email protected].

No more warnings during installation. Verified all tests passing (npm test).

Warnings:

npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: 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 [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
npm WARN deprecated [email protected]: 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.

Both dependencies were fairly old.

Signed-off-by: Sanjeev Premi <[email protected]>
All dependencies were fairly old.

Signed-off-by: Sanjeev Premi <[email protected]>
Based on the compatibility set for [email protected].

Signed-off-by: Sanjeev Premi <[email protected]>
@ptitgraig ptitgraig merged commit a0afd26 into klei:master Oct 7, 2016
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

Successfully merging this pull request may close these issues.

2 participants