X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=745f1c6132b1c0742cce14070499f55feb513167;hp=b61183ae0330d6b43ec559c28e9318ab80141106;hb=392502c5cc0cb12cf3c00ecd06c5c69b3e00d7e3;hpb=ec28f878b0d51ba03a0302060eb86aa5c69646b7 diff --git a/package.json b/package.json index b61183a..745f1c6 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "@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.4.0", "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.2.0", - "@squeep/mystery-box": "^1.2.0" + "@squeep/mystery-box": "^2.0.1" }, "optionalDependencies": { "argon2": "^0.30.3", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.34.0", + "eslint": "^8.36.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", @@ -49,6 +49,6 @@ "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.0.1" + "sinon": "^15.0.2" } }