Skip to content

Commit

Permalink
Merge pull request #86 from azuqua/ab/OKTA-551288
Browse files Browse the repository at this point in the history
[OKTA-551288] chore: resolve dev dep vulns
  • Loading branch information
austinbrown-okta authored Nov 16, 2022
2 parents 01fc247 + d006235 commit caf047c
Show file tree
Hide file tree
Showing 4 changed files with 950 additions and 850 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ workflows:
- test:
matrix:
parameters:
node_version: ["10", "12", "14"]
node_version: ["12", "14", "16"]
filters:
tags:
only: /^v.*/
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ var driver = cassanKnex.getDriver();

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

- 1.21.1
- Upgrades to dependency versions.
- 1.21.0
- Added support for managed Aws Keyspaces when cassanknex is initialized with `awsKeyspace`
- Added Single Region Replication Strategy for Aws Keyspaces
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cassanknex",
"version": "1.21.0",
"version": "1.21.1",
"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 Down Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"async": "^3.1.0",
"chai": "^4.2.0",
"eslint": "^6.3.0",
"eslint": "^8.27.0",
"mocha": "^6.2.0",
"mocha-junit-reporter": "^1.23.1",
"nyc": "^14.1.1",
"mocha-junit-reporter": "^2.2.0",
"nyc": "^15.1.0",
"uuid": "^3.3.3"
},
"keywords": [
Expand Down
Loading

0 comments on commit caf047c

Please sign in to comment.