Comparing version 5.0.4 to 5.0.5
@@ -0,1 +1,6 @@ | ||
### v5.0.5 | ||
- Update lodash & sql-ddl-sync version to address security vulnerabilities ([845](../../pull/845) | ||
- Node 11+ support (stable sort; see https://github.com/nodejs/node/issues/24294 for details) | ||
- Test against node 12 & 13 | ||
### v5.0.4 | ||
@@ -8,3 +13,2 @@ - Update sql-query version to address security vulnerabilities ([841](../../pull/841) | ||
### v5.0.2 | ||
- Fix rare crash when object slips into postgres `escapeValue` ([dresende/node-sql-query#54](https://github.com/dresende/node-sql-query/pull/54)) ([#833](../../pull/833)) | ||
@@ -11,0 +15,0 @@ |
@@ -45,4 +45,4 @@ module.exports = ChainInstance; | ||
}), | ||
sort: promise(function (cb) { | ||
instances.sort(cb); | ||
sort: promise(function (sortFn) { | ||
instances.sort(sortFn); | ||
@@ -49,0 +49,0 @@ return next(); |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "5.0.4", | ||
"version": "5.0.5", | ||
"license": "MIT", | ||
@@ -65,9 +65,9 @@ "homepage": "http://dresende.github.io/node-orm2", | ||
"dependencies": { | ||
"async": "^2.6.2", | ||
"async": "~2.6.3", | ||
"bluebird": "3.5.1", | ||
"enforce": "0.1.7", | ||
"hat": "0.0.3", | ||
"lodash": "^4.17.11", | ||
"lodash": "~4.17.15", | ||
"path-is-absolute": "1.0.1", | ||
"sql-ddl-sync": "0.3.15", | ||
"sql-ddl-sync": "0.3.16", | ||
"sql-query": "0.1.27" | ||
@@ -80,10 +80,10 @@ }, | ||
"mongodb": "1.4.10", | ||
"mysql": "2.15.0", | ||
"pg": "7.4.3", | ||
"mysql": "2.17.1", | ||
"pg": "7.12.1", | ||
"semver": "5.5.0", | ||
"should": "13.2.1", | ||
"sinon": "7.2.3", | ||
"sqlite3": "4.0.1" | ||
"sqlite3": "4.1.0" | ||
}, | ||
"optionalDependencies": {} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
264654
+ Addedsql-ddl-sync@0.3.16(transitive)
- Removedlodash@4.17.11(transitive)
- Removedsql-ddl-sync@0.3.15(transitive)
Updatedasync@~2.6.3
Updatedlodash@~4.17.15
Updatedsql-ddl-sync@0.3.16