X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c3fb61188432da2a15c818354cced5597c32e84b;hb=878ddb11f58cc3e7434d092b9d57f1c3d6cc2c32;hp=bdad308026842b090bea75cb6dd916ae13c7ddad;hpb=87413abe8ddca638d35a10ef53e89647bfaf2cd4;p=squeep-authentication-module diff --git a/package.json b/package.json index bdad308..c3fb611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/authentication-module", - "version": "1.2.1", + "version": "1.2.9", "description": "Wrangles authenticated sessions; intended for use in Squeep Framework Applications.", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "pam" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -30,24 +30,24 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.5", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.1.1", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.1", - "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.6" + "@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" }, "optionalDependencies": { - "argon2": "^0.28.4", + "argon2": "^0.29.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.12.0", + "eslint": "^8.23.1", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.13.0", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.15.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.2.2", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^13.0.1" + "sinon": "^14.0.0" } }