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 Grunt@1.0.0.

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

Warnings:

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@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@2.0.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 minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated minimatch@1.0.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated lodash@0.9.2: Grunt needs your help! See https://github.com/gruntjs/grunt/issues/1403.
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.

Both dependencies were fairly old.

Signed-off-by: Sanjeev Premi <spremi@ymail.com>
All dependencies were fairly old.

Signed-off-by: Sanjeev Premi <spremi@ymail.com>
Based on the compatibility set for grunt@1.0.0.

Signed-off-by: Sanjeev Premi <spremi@ymail.com>
Signed-off-by: Sanjeev Premi <spremi@ymail.com>
@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.

None yet

2 participants