不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
Commit 6bb65893 by Sascha Depold

Update dependencies

This commit updates bluebird, sql and validator. The latter one is
reported to be vulnerable:
https://nodesecurity.io/advisories/validator-isurl-denial-of-service
1 parent 22f0f451
Showing with 3 additions and 3 deletions
...@@ -32,17 +32,17 @@ ...@@ -32,17 +32,17 @@
"url": "https://github.com/sequelize/sequelize/issues" "url": "https://github.com/sequelize/sequelize/issues"
}, },
"dependencies": { "dependencies": {
"bluebird": "~2.3.11",
"dottie": "0.2.4", "dottie": "0.2.4",
"generic-pool": "2.1.1", "generic-pool": "2.1.1",
"inflection": "1.5.2", "inflection": "1.5.2",
"lodash": "~2.4.0", "lodash": "~2.4.0",
"moment": "~2.8.0", "moment": "~2.8.0",
"node-uuid": "~1.4.1", "node-uuid": "~1.4.1",
"bluebird": "~2.3.2",
"sql": "~0.40.0",
"pg-hstore": "^2.2.0", "pg-hstore": "^2.2.0",
"sql": "~0.42.0",
"toposort-class": "~0.3.0", "toposort-class": "~0.3.0",
"validator": "~3.22.0" "validator": "~3.22.1"
}, },
"devDependencies": { "devDependencies": {
"chai-as-promised": "^4.1.1", "chai-as-promised": "^4.1.1",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!