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

Updating less and marked packages #65

Closed
wants to merge 1 commit into from
Closed

Conversation

pdehaan
Copy link

@pdehaan pdehaan commented Sep 24, 2014

Still a few outdated modules, I only did the "risky" ones. Let me know if you want a new, generic bug for the other outdated modules.
Current output:

$ npm shrinkwrap --dev
wrote npm-shrinkwrap.json

$ nsp shrinkwrap
No vulnerable modules found

$ npm outdated --depth 0 | sort
Package        Current  Wanted     Latest  Location
autoprefixer     2.2.0   2.2.0      3.1.0  autoprefixer
coffee-script    1.7.1   1.7.1      1.8.0  coffee-script
jade            0.35.0  0.35.0      1.7.0  jade
mocha            1.8.2   1.8.2     1.21.4  mocha
node-sass        0.9.3   0.9.3  0.9.5-rc1  node-sass
should           1.2.2   1.2.2      4.0.4  should
stylus          0.47.3  0.47.3     0.49.1  stylus

Fixes #64

Still a few outdated modules, I only did the "risky" ones. Let me know if you want a new, generic bug for the other outdated modules.
Current output:
```sh
$ npm shrinkwrap --dev
wrote npm-shrinkwrap.json

$ nsp shrinkwrap
No vulnerable modules found

$ npm outdated --depth 0 | sort
Package        Current  Wanted     Latest  Location
autoprefixer     2.2.0   2.2.0      3.1.0  autoprefixer
coffee-script    1.7.1   1.7.1      1.8.0  coffee-script
jade            0.35.0  0.35.0      1.7.0  jade
mocha            1.8.2   1.8.2     1.21.4  mocha
node-sass        0.9.3   0.9.3  0.9.5-rc1  node-sass
should           1.2.2   1.2.2      4.0.4  should
stylus          0.47.3  0.47.3     0.49.1  stylus
```
@pdehaan
Copy link
Author

pdehaan commented Sep 24, 2014

Sorry for the semi-noisy diff, it seems npm likes to sort dependencies and pretty-print the JSON.

@kennethormandy
Copy link
Collaborator

That’s okay, thanks very much for bringing it to our attention. It’s definitely going to break some other things but we’ll figure it out.

@kennethormandy kennethormandy mentioned this pull request Oct 17, 2014
4 tasks
@kennethormandy kennethormandy mentioned this pull request Feb 6, 2015
@kennethormandy kennethormandy modified the milestone: v1.0.0 Jan 6, 2016
@kennethormandy kennethormandy mentioned this pull request Jan 7, 2016
6 tasks
@kennethormandy
Copy link
Collaborator

All dependencies are at their latest version now, thanks for bringing this to our attention.

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.

Update *less* and *marked* dependencies
2 participants