X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=813bc8a4af2684378f173b19bdc4149b7e90c93e;hp=85ad94d9b2335364f8676e3f20e943f183d5305a;hb=df9be924442837d9ba2bf6d80bf2563aee264103;hpb=1e2d8a7bdb0df28d08258ee813ee6db77168d59e diff --git a/package.json b/package.json index 85ad94d..813bc8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.0.0", + "version": "1.2.3", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -30,24 +30,24 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.3", - "@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.1", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.2" + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.7", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.0", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.2", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.7" }, "optionalDependencies": { - "argon2": "^0.28.3", + "argon2": "^0.28.5", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.5.0", + "eslint": "^8.14.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.13.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.1.3", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.2" } }