X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=188f2d6d09df9c2168b7e0da4be1a271f24fb4f2;hb=c37d8040d243375b0344d605444d0614a4d5f5d7;hp=59d50977b59fcccce8d83363a55c38b229e52ccb;hpb=57f38d5d768142c536fafc8860f6fe70869c74f5;p=websub-hub diff --git a/package.json b/package.json index 59d5097..188f2d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.5", + "version": "1.3.6", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -33,9 +33,9 @@ ], "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.0", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.3", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.1", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", "axios": "^0.26.1", "feedparser": "^2.2.10", "htmlparser2": "^7.2.0",