X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=5e94a01e944b5b4471a5f5976f3d278a06c34ac3;hb=refs%2Fheads%2Fv1.3-dev;hp=51911db54e92af8724801ab35c87c347c60d81fd;hpb=ec37364b49c6a7e148e50584d3a83c424f4a8f87;p=websub-hub diff --git a/package.json b/package.json index 51911db..5e94a01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/websub-hub", - "version": "1.3.10", + "version": "1.3.11", "description": "A WebSub Hub server implementation.", "main": "server.js", "scripts": { @@ -33,30 +33,31 @@ ], "dependencies": { "@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.2.12", + "@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": "git+https://git.squeep.com/squeep-logger-json-console#v1.0.2", - "@squeep/web-linking": "^1.0.7", - "axios": "^1.1.3", + "@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.6.2", - "pg-promise": "^10.12.1" + "better-sqlite3": "^9.0.0", + "pg-promise": "^11.5.4" }, "devDependencies": { - "eslint": "^8.26.0", + "eslint": "^8.52.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.16.0", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.21.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.1" + "sinon": "^17.0.0" } }