X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=99af66e6a4210e8eec623016ae3f3ebd0d0c1a83;hp=4ae8aac7de172e587b6c9c753bca5168180cfa4b;hb=3c547e314b79a31fb3f15412a47707a22dc3eefd;hpb=4807a77eca2858e8dc23d9ec2247a778814988d7 diff --git a/package.json b/package.json index 4ae8aac..99af66e 100644 --- a/package.json +++ b/package.json @@ -32,19 +32,18 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.2", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.0", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.1", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.1", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.3", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.1.0", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.1", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.1", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.2", "axios": "^0.24.0", "feedparser": "^2.2.10", "htmlparser2": "^7.2.0", "iconv": "^3.0.1" }, "optionalDependencies": { - "argon2": "^0.28.3", - "better-sqlite3": "^7.4.5", - "node-linux-pam": "^0.2.1", + "better-sqlite3": "^7.4.6", "pg-promise": "^10.11.1" }, "devDependencies": { @@ -52,6 +51,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", "eslint-plugin-sonarjs": "^0.11.0", + "html-minifier-lint": "^2.0.0", "mocha": "^9.1.3", "mocha-steps": "^1.3.0", "nyc": "^15.1.0",