X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=188f2d6d09df9c2168b7e0da4be1a271f24fb4f2;hb=e89fb63742e4caaec2809cb43fd8c1d7dcf60a84;hp=b70dbc46a8d4726cdd2755def02a4932dc7aa806;hpb=d872170d957be57d95796f9083f1702cd890c0b6;p=websub-hub diff --git a/package.json b/package.json index b70dbc4..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": { @@ -32,10 +32,10 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", - "@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/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/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",