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

You need to sign in or sign up before continuing.
Commit 6eeff418 by Jan Aagaard Meier

Merge pull request #4341 from josephpage/validator-fixed

Update dependencies 2
2 parents f01f3b38 64b563db
Showing with 7 additions and 3 deletions
......@@ -10,6 +10,10 @@
- [FIXED] BTM would remove any previously added association getters [#4268](https://github.com/sequelize/sequelize/pull/4268)
- [FIXED] Pass through connection mode options to sqlite
[#4288](https://github.com/sequelize/sequelize/issues/4288)
- [INTERNALS] Updated dependencies [#4332](https://github.com/sequelize/sequelize/pull/4332)
+ toposort-class@1.0.1
+ validator@4.0.2
+ wkx@0.1.0
# 3.5.1
- [FIXED] Fix bug with nested includes where a middle include results in a null value which breaks $findSeperate.
......
......@@ -43,10 +43,10 @@
"node-uuid": "~1.4.1",
"semver": "^5.0.1",
"shimmer": "1.0.0",
"toposort-class": "~0.3.0",
"validator": "^3.34.0",
"toposort-class": "^1.0.1",
"validator": "^4.0.4",
"wellknown": "^0.3.1",
"wkx": "0.0.7"
"wkx": "0.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!