X-Git-Url: https://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;fp=package.json;h=8fd94889ec1246d953ed65293f2f06191c348655;hp=a1b37a526406191430a467bc75921d0dfbfab31c;hb=842a3da269de1ab82e9a2a12aae8ed5677f064d8;hpb=2ca511865b0caf3108819cfd6ee775124ea70dff diff --git a/package.json b/package.json index a1b37a5..8fd9488 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "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 >=14.18 || >=15.7" + "node": "^18" }, "author": "Justin Wind ", "license": "ISC", @@ -30,26 +30,26 @@ "coverage-check" ], "dependencies": { - "@squeep/api-dingus": "v2.0.0", + "@squeep/api-dingus": "v2.1.0", "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0", - "@squeep/indieauth-helper": "^1.3.0", - "@squeep/mystery-box": "^2.0.1", + "@squeep/indieauth-helper": "^1.4.1", + "@squeep/mystery-box": "^2.0.2", "@squeep/totp": "git+https://git.squeep.com/squeep-totp#v1.1.0" }, "optionalDependencies": { - "argon2": "^0.31.1", + "argon2": "^0.40.1", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.50.0", - "eslint-plugin-node": "^11.1.0", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", "eslint-plugin-promise": "^6.1.1", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.21.0", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", "html-minifier-lint": "^2.0.0", - "mocha": "^10.2.0", + "mocha": "^10.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^16.0.0" + "sinon": "^17.0.1" } }