X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=de9ed17ebecbb859ad4ce4d0232817d8799b6f1d;hp=813bc8a4af2684378f173b19bdc4149b7e90c93e;hb=293dedaed15c8d6fa0d1ffc04fa90f4f76487934;hpb=93fbeab317901033612318b672aff060682df8a6 diff --git a/package.json b/package.json index 813bc8a..de9ed17 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "pam" ], "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -30,17 +30,17 @@ "coverage-check" ], "dependencies": { - "@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" + "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.8", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.2.1", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.3", + "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.8" }, "optionalDependencies": { "argon2": "^0.28.5", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.14.0", + "eslint": "^8.17.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", "eslint-plugin-sonarjs": "^0.13.0", @@ -48,6 +48,6 @@ "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^13.0.2" + "sinon": "^14.0.0" } }