X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=f5c033259205248b2752ade184c0911056ff4985;hb=bc174bb01b551854155838932213d58efd12e4f4;hp=6595792ddf29f9793ba6a2e49f44ec6e19991510;hpb=04a72d188670df01668cbd7fe48fb86832ddd2b6;p=websub-hub diff --git a/package.json b/package.json index 6595792..f5c0332 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.4", + "version": "1.3.6", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -32,12 +32,12 @@ "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.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", + "@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.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", "htmlparser2": "^7.2.0", "iconv": "^3.0.1" @@ -47,15 +47,15 @@ "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.7.0", + "eslint": "^8.12.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", + "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.1.4", + "mocha": "^9.2.2", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.1" } }