Merge branch 'v1.3-dev' as v1.3.7
[websub-hub] / package.json
index 60ff77758208e43604783d2dfdad76ec6453ff27..801e7a4a2cb43a64b31fe03994b898ce8fb9d41e 100644 (file)
@@ -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": {