X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=5e94a01e944b5b4471a5f5976f3d278a06c34ac3;hb=refs%2Fheads%2Fv1.3-dev;hp=71f825589336292e018c2c8cb9fb20540ee8f030;hpb=a11a8b4c83e3de5b5cf4c7d0687d7b7db932aa6e;p=websub-hub diff --git a/package.json b/package.json index 71f8255..5e94a01 100644 --- a/package.json +++ b/package.json @@ -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.3.0", + "@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#v2.0.0", - "@squeep/web-linking": "^1.0.7", - "axios": "^1.4.0", + "@squeep/logger-json-console": "^2.0.1", + "@squeep/roman": "^1.0.0", + "@squeep/web-linking": "^1.0.8", "feedparser": "^2.2.10", + "got": "^13.0.0", "htmlparser2": "^9.0.0", "iconv": "^3.0.1" }, "optionalDependencies": { - "better-sqlite3": "^8.4.0", - "pg-promise": "^11.5.0" + "better-sqlite3": "^9.0.0", + "pg-promise": "^11.5.4" }, "devDependencies": { - "eslint": "^8.41.0", + "eslint": "^8.52.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.19.0", + "eslint-plugin-sonarjs": "^0.21.0", "html-minifier-lint": "^2.0.0", "mocha": "^10.2.0", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.1.0" + "sinon": "^17.0.0" } }