Skip to content

Commit

Permalink
Merge pull request #32 from markwylde/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
markwylde authored Dec 23, 2020
2 parents c1ddfbb + cf47f49 commit 1c41d1a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canhazdb",
"version": "3.2.0",
"version": "3.2.1",
"description": "A shaded and clustered database communicated over http rest.",
"main": "./index.js",
"bin": {
Expand All @@ -10,31 +10,31 @@
"test": "test"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.1",
"chalk": "^4.1.0",
"debarrel": "^1.0.1",
"final-stream": "^2.0.2",
"final-stream": "^2.0.3",
"get-port": "^5.1.1",
"hinton": "^1.0.0",
"lockbase": "^1.0.9",
"minimist": "^1.2.5",
"mongo-sql": "^6.2.0",
"mql-to-jql": "^1.1.8",
"ndjson-fe": "^1.2.6",
"node-ejdb-lite": "^3.1.7",
"node-ejdb-lite": "^3.2.0",
"qs": "^6.9.4",
"reconnecting-websocket": "^4.4.0",
"server-destroy": "^1.0.1",
"sqlite": "^4.0.15",
"sqlite": "^4.0.18",
"sqlite3": "^5.0.0",
"tcpocket": "^4.0.0",
"uuid": "^8.3.1",
"uuid": "^8.3.2",
"write-response": "^1.2.3",
"ws": "^7.4.0"
"ws": "^7.4.1"
},
"devDependencies": {
"basictap": "^1.1.11",
"c8": "^7.3.3"
"c8": "^7.3.5"
},
"scripts": {
"test": "./makeCerts.sh && npm run test:ejdb && npm run test:sqlite",
Expand Down

0 comments on commit 1c41d1a

Please sign in to comment.