X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=801e7a4a2cb43a64b31fe03994b898ce8fb9d41e;hb=34854d0e4a422298fb84245c635e56495b54d6d5;hp=60ff77758208e43604783d2dfdad76ec6453ff27;hpb=8ac5b7115094d9044ee26a1a4e2334b5ff6ef40c;p=websub-hub diff --git a/package.json b/package.json index 60ff777..801e7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.6", + "version": "1.3.7", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -33,7 +33,7 @@ ], "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.2", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.0", "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", @@ -43,7 +43,7 @@ "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^7.5.0", + "better-sqlite3": "^7.5.1", "pg-promise": "^10.11.1" }, "devDependencies": {