X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=9f93c4d6dbb15ee6a45a857b5972a6c5c6722621;hb=9c604adfcde56e35767e3eba70890308ec2d3110;hp=c3fb61188432da2a15c818354cced5597c32e84b;hpb=878ddb11f58cc3e7434d092b9d57f1c3d6cc2c32;p=squeep-authentication-module diff --git a/package.json b/package.json index c3fb611..9f93c4d 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "@squeep/authentication-module", - "version": "1.2.9", + "version": "1.4.0", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { "coverage": "nyc npm test", "coverage-check": "nyc check-coverage", - "eslint": "eslint *.js lib", + "eslint": "eslint index.js lib", "test": "mocha --recursive" }, "repository": { @@ -20,7 +20,7 @@ "pam" ], "engines": { - "node": ">=14" + "node": "^18" }, "author": "Justin Wind ", "license": "ISC", @@ -30,24 +30,26 @@ "coverage-check" ], "dependencies": { - "@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.6", - "@squeep/mystery-box": "^1.2.0" + "@squeep/api-dingus": "^2.1.0", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.6.0", + "@squeep/indieauth-helper": "^1.4.1", + "@squeep/mystery-box": "^2.0.2", + "@squeep/totp": "^1.1.4" }, "optionalDependencies": { - "argon2": "^0.29.1", + "argon2": "^0.40.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.23.1", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.15.0", - "html-minifier-lint": "^2.0.0", - "mocha": "^10.0.0", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", + "html-validate": "^8.15.0", + "mocha": "^10.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^17.0.1" } }