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 qs version and tweaking package.json #55

Merged
merged 1 commit into from
Aug 26, 2014

Conversation

pdehaan
Copy link
Contributor

@pdehaan pdehaan commented Aug 7, 2014

dependencies and devDependencies got sorted a-z.
npm test still passes.

Fixes #54

@pdehaan
Copy link
Contributor Author

pdehaan commented Aug 15, 2014

Link to jtrussell/bedecked#16

@mklabs
Copy link
Owner

mklabs commented Aug 26, 2014

Hi @pdehaan

Thank you for the PR. Merging.

mklabs added a commit that referenced this pull request Aug 26, 2014
updating qs version and tweaking package.json
@mklabs mklabs merged commit 9c59f14 into mklabs:master Aug 26, 2014
@pdehaan
Copy link
Contributor Author

pdehaan commented Aug 26, 2014

For giggles, here's the results of my quick npm install and whatnot.

$ git clone https://github.com/mklabs/tiny-lr.git .
$ npm install
npm WARN deprecated deflate-crc32-stream@0.1.2: module has been merged into crc32-stream

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

$ # sudo npm i nsp -g
$ nsp audit-shrinkwrap
Name  Installed  Patched  Vulnerable Dependency
qs      0.6.6     >= 1.x  tiny-lr > phantomjs > request
qs      0.6.6     >= 1.x  tiny-lr > phantomjs > request
qs      0.6.6     >= 1.x  tiny-lr > supertest > superagent
qs      0.6.6     >= 1.x  tiny-lr > supertest > superagent
qs      0.6.6     >= 1.x  tiny-lr > wd > request
qs      0.6.6     >= 1.x  tiny-lr > wd > request

$ npm outdated --depth 0
Package    Current  Wanted  Latest  Location
debug        0.8.1   0.8.1   1.0.4  debug
qs           1.2.2   1.2.2   2.1.0  qs
supertest   0.12.1  0.12.1  0.13.0  supertest
wd          0.2.27  0.2.27   0.3.5  wd

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 qs dependency to ^1.0.0
2 participants