X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=6595792ddf29f9793ba6a2e49f44ec6e19991510;hp=8297e5fba05f381f1065ef19910bbc8444a14164;hb=8845c9b8d6031256cfaea749845026d5f6166ea6;hpb=728dc0686aa5282e7fc9473c92fbbc617a2b93d7 diff --git a/package.json b/package.json index 8297e5f..6595792 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.2.2", + "version": "1.3.4", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -32,30 +32,30 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.0", - "@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.0", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.0", - "axios": "^0.23.0", + "@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.1.2", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.2", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3", + "axios": "^0.25.0", "feedparser": "^2.2.10", - "htmlparser2": "^7.1.2", + "htmlparser2": "^7.2.0", "iconv": "^3.0.1" }, "optionalDependencies": { - "argon2": "^0.28.2", - "better-sqlite3": "^7.4.3", - "node-linux-pam": "^0.2.1", + "better-sqlite3": "^7.5.0", "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.0.1", + "eslint": "^8.7.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.10.0", - "mocha": "^9.1.3", + "eslint-plugin-sonarjs": "^0.11.0", + "html-minifier-lint": "^2.0.0", + "mocha": "^9.1.4", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^11.1.2" + "sinon": "^12.0.1" } }