X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=9c6784ce3516c74f3d6754dfc9593ce0d5c6d7f0;hb=29aaaee5ec2834fa363a8b9ea57bdc1362da4edc;hp=09b9b83c46b6d64d121a12ff36ec562d4d78cf62;hpb=e838fb35f13be82cd3416a97a374ace03ac81560;p=squeep-authentication-module diff --git a/package.json b/package.json index 09b9b83..9c6784c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.11", + "version": "1.3.0", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "pam" ], "engines": { - "node": ">=14" + "node": "^14 >=14.18 || >=15.7" }, "author": "Justin Wind ", "license": "ISC", @@ -32,23 +32,23 @@ "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.4.0", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.7", - "@squeep/mystery-box": "^1.2.0" + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.2.0", + "@squeep/mystery-box": "^2.0.1" }, "optionalDependencies": { - "argon2": "^0.30.1", + "argon2": "^0.30.3", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.26.0", + "eslint": "^8.36.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.16.0", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.18.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.1.0", + "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.1" + "sinon": "^15.0.2" } }