X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=8f2e58e37a14bd31915d94263a068921f0b30edb;hp=b7485ab6838d24ca7a245a29fa5a4be6d33c8884;hb=f97144a77f0ee18efa4b5f0290d030baa2757044;hpb=168d7a191c9884a7821aad659377ef4f5a96c538 diff --git a/package.json b/package.json index b7485ab..8f2e58e 100644 --- a/package.json +++ b/package.json @@ -33,11 +33,10 @@ ], "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/authentication-module": "git+https://git.squeep.com/squeep-authentication-module/#v1.2.0", "@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", + "axios": "^0.26.0", "feedparser": "^2.2.10", "htmlparser2": "^7.2.0", "iconv": "^3.0.1" @@ -47,12 +46,12 @@ "pg-promise": "^10.11.1" }, "devDependencies": { - "eslint": "^8.8.0", + "eslint": "^8.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", + "eslint-plugin-sonarjs": "^0.12.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.0", + "mocha": "^9.2.1", "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2",