Skip to content

Commit

Permalink
Merge pull request #66 from azuqua/chore/versions
Browse files Browse the repository at this point in the history
chore/versions
  • Loading branch information
austinbrown-okta authored Dec 30, 2019
2 parents 424843f + 6d2c813 commit d1fcaf7
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 500 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,9 @@ var driver = cassanKnex.getDriver();

#### <a name="ChangeLog"></a>ChangeLog

- 1.20.3
- Changes to test framework per [61](https://github.com/azuqua/cassanknex/pull/61).
- Upgrades to all dependency versions.
- 1.20.2
- Upgrade lodash per CVE-2019-10744
- 1.20.1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cassanknex",
"version": "1.20.2",
"version": "1.20.3",
"description": "An Apache Cassandra CQL query builder with support for the DataStax NodeJS driver, written in the spirit of Knex.",
"main": "index.js",
"homepage": "https://github.com/azuqua/cassanknex",
Expand All @@ -16,7 +16,7 @@
},
"scripts": {
"test": "nyc mocha --check-leaks tests/*.js",
"test:live": "nyc mocha --check-leaks tests/live/*.js",
"test:live": "mocha --check-leaks --global __coverage__ tests/live/*.js",
"test:ci": "npm run lint && npm run test",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
Expand All @@ -25,7 +25,7 @@
"license": "MIT",
"dependencies": {
"cassandra-driver": "^3.6.0",
"inherits": "^2.0.3",
"inherits": "^2.0.4",
"lodash": "^4.17.15"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d1fcaf7

Please sign in to comment.