X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=package.json;h=78fa2634f4325e160dd976084ca18f651f84701e;hp=8f38d851ec3bbf2d2f2de8df2deff73d49d20544;hb=752a52872743585905cb6c97b5e511853dd8b7ec;hpb=afc5da271215282fa723e79a12562d3b86734326 diff --git a/package.json b/package.json index 8f38d85..78fa263 100644 --- a/package.json +++ b/package.json @@ -32,18 +32,18 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.1", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.2", "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.0", "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.1", "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.1", - "axios": "^0.23.0", + "axios": "^0.24.0", "feedparser": "^2.2.10", "htmlparser2": "^7.1.2", "iconv": "^3.0.1" }, "optionalDependencies": { "argon2": "^0.28.2", - "better-sqlite3": "^7.4.3", + "better-sqlite3": "^7.4.4", "node-linux-pam": "^0.2.1", "pg-promise": "^10.11.1" }, @@ -56,6 +56,6 @@ "mocha-steps": "^1.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^11.1.2" + "sinon": "^12.0.1" } }