Skip to content

Commit

Permalink
Update dependencies (#53)
Browse files Browse the repository at this point in the history
* Update dependencies

* 6.0.2
  • Loading branch information
markwylde committed May 19, 2021
1 parent df3d26f commit 18bf8a2
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "canhazdb-server",
"version": "6.0.1",
"version": "6.0.2",
"description": "A shaded and clustered database communicated over http rest.",
"main": "./lib/index.js",
"bin": {
Expand All @@ -20,7 +20,7 @@
"lockbase": "^1.0.9",
"minimist": "^1.2.5",
"ndjson-fe": "^1.2.7",
"npm": "^7.12.0",
"npm": "^7.13.0",
"qs": "^6.10.1",
"reconnecting-websocket": "^4.4.0",
"server-destroy": "^1.0.1",
Expand All @@ -31,9 +31,9 @@
"wtfnode": "^0.8.4"
},
"devDependencies": {
"basictap": "^1.1.12",
"basictap": "^1.1.13",
"c8": "^7.7.2",
"canhazdb-driver-ejdb": "^1.1.2"
"canhazdb-driver-ejdb": "^1.1.3"
},
"scripts": {
"test": "./makeCerts.sh && c8 -o /tmp node --unhandled-rejections=strict test"
Expand Down

0 comments on commit 18bf8a2

Please sign in to comment.