X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=801e7a4a2cb43a64b31fe03994b898ce8fb9d41e;hb=b3c40a16ae16a19c0c6dea405e05cc571b063ab5;hp=96a5322a991c07583f1898d174fb20719ae72b68;hpb=b804c869f818cc19da914ae7c1a235b9ba90c246;p=websub-hub diff --git a/package.json b/package.json index 96a5322..801e7a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.5", + "version": "1.3.7", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -33,8 +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.1", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.4", + "@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", "axios": "^0.26.1", "feedparser": "^2.2.10", @@ -42,14 +43,14 @@ "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^7.5.0", + "better-sqlite3": "^7.5.1", "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.11.0", + "eslint": "^8.12.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.12.0", + "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", "mocha": "^9.2.2", "mocha-steps": "^1.3.0",