X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=5e94a01e944b5b4471a5f5976f3d278a06c34ac3;hb=refs%2Fheads%2Fv1.3-dev;hp=8511a5d905307b1e0432db457471218f484d0ff1;hpb=85e50360efa0043afc9d26926cedfa478ff40c64;p=websub-hub diff --git a/package.json b/package.json index 8511a5d..5e94a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.7", + "version": "1.3.11", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -32,30 +32,32 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.7", - "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.3", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.0", - "@squeep/logger-json-console": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.2", - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", - "axios": "^0.27.2", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", + "@squeep/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.3.1", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", + "@squeep/logger-json-console": "^2.0.1", + "@squeep/roman": "^1.0.0", + "@squeep/web-linking": "^1.0.8", "feedparser": "^2.2.10", - "htmlparser2": "^8.0.1", + "got": "^13.0.0", + "htmlparser2": "^9.0.0", "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^7.5.2", - "pg-promise": "^10.11.1" + "better-sqlite3": "^9.0.0", + "pg-promise": "^11.5.4" }, "devDependencies": { - "eslint": "^8.15.0", + "eslint": "^8.52.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.21.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.0.0", + "mocha": "^10.2.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^17.0.0" } }