X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=367fb0342a85f3fc9cd95b0c5e8113efa9d62854;hb=737fbd003d5c4dfea81b667ef906f1c106a60612;hp=8f2e58e37a14bd31915d94263a068921f0b30edb;hpb=f97144a77f0ee18efa4b5f0290d030baa2757044;p=websub-hub diff --git a/package.json b/package.json index 8f2e58e..367fb03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.4", + "version": "1.3.5", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -34,7 +34,7 @@ "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.2", + "@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", "axios": "^0.26.0", "feedparser": "^2.2.10", @@ -46,7 +46,7 @@ "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.9.0", + "eslint": "^8.10.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.12.0",