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 dependencies with vulnerabilities #1548

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -44,16 +44,17 @@
"baconjs": "^0.7.43",
"bluebird": "^2.9.2",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be old bluebird? It breaks down with the new one, though.

"body-parser": "^1.10.2",
"browserify": "^8.1.1",
"browserify": "^16.2.2",
"cli-table": "~0.3.1",
"co": "^4.2.0",
"cross-spawn": "^0.2.3",
"glob": "^4.3.2",
"grunt-saucelabs": "~8.4.1",
"glob": "^7.1.3",
"grunt-saucelabs": "^9.0.0",
"highland": "^2.3.0",
"istanbul": "^0.3.5",
"jshint": "^2.6.0",
"jshint-stylish": "~0.2.0",
"istanbul": "^0.4.5",
"jshint": "^2.9.6",
"jshint-stylish": "~2.2.1",
"kefir": "^2.4.1",
"mkdirp": "~0.5.0",
"mocha": "~2.1",
"open": "~0.0.5",
Expand All @@ -62,8 +63,7 @@
"rx": "^2.3.25",
"serve-static": "^1.7.1",
"sinon": "~1.7.3",
"uglify-js": "~2.4.16",
"kefir": "^2.4.1"
"uglify-js": "^3.4.9"
},
"readmeFilename": "README.md",
"main": "./js/release/bluebird.js",
Expand Down
2 changes: 1 addition & 1 deletion tools/jshint.js
Expand Up @@ -6,7 +6,7 @@ module.exports = function() {
return utils.run("node_modules/jshint/bin/jshint", [
"--verbose",
"--reporter",
"node_modules/jshint-stylish/stylish.js",
"node_modules/jshint-stylish/index.js",
"src/"
], wd);
};
Expand Down