X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c3fb61188432da2a15c818354cced5597c32e84b;hb=878ddb11f58cc3e7434d092b9d57f1c3d6cc2c32;hp=81da31cd7036a029a1f4edb60b6c5dadb0192295;hpb=b819f8f4978ee8ce6d43d4b135127ceeb32f8ab3;p=squeep-authentication-module diff --git a/package.json b/package.json index 81da31c..c3fb611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.7", + "version": "1.2.9", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -30,10 +30,10 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.9", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.3.0", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.5", - "@squeep/mystery-box": "^1.1.1" + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.6", + "@squeep/mystery-box": "^1.2.0" }, "optionalDependencies": { "argon2": "^0.29.1",