X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=d356144845daec4a96c3c5eca4168b1ac3af9ad0;hb=refs%2Ftags%2Fv1.2.0;hp=4a65e1cceb5ff943f517587689cf45b0ebfca2eb;hpb=afa866e6bb4d5af652379295c9497c2caf4ecc92;p=squeep-authentication-module diff --git a/package.json b/package.json index 4a65e1c..d356144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.1.2", + "version": "1.2.0", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -31,23 +31,23 @@ ], "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.1", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.2", + "@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.1.0", "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.3" }, "optionalDependencies": { - "argon2": "^0.28.3", + "argon2": "^0.28.4", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.7.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.1.4", + "mocha": "^9.2.1", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.1" } }