X-Git-Url: http://git.squeep.com/?p=squeep-authentication-module;a=blobdiff_plain;f=package.json;h=ca01710ba6fc0053949577cadee68ab9ef9ba58d;hp=4a65e1cceb5ff943f517587689cf45b0ebfca2eb;hb=a44a8c411be1831e7b2418212ee0b295206ca27a;hpb=afa866e6bb4d5af652379295c9497c2caf4ecc92 diff --git a/package.json b/package.json index 4a65e1c..ca01710 100644 --- a/package.json +++ b/package.json @@ -31,23 +31,23 @@ ], "dependencies": { "@squeep/api-dingus": "git+https://git.squeep.com/squeep-api-dingus/#v1.2.4", - "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.1", - "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.0.2", + "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.0.2", + "@squeep/indieauth-helper": "git+https://git.squeep.com/squeep-indieauth-helper/#v1.1.0", "@squeep/mystery-box": "git+https://git.squeep.com/squeep-mystery-box/#v1.0.3" }, "optionalDependencies": { - "argon2": "^0.28.3", + "argon2": "^0.28.4", "node-linux-pam": "^0.2.1" }, "devDependencies": { - "eslint": "^8.7.0", + "eslint": "^8.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", + "eslint-plugin-sonarjs": "^0.12.0", "html-minifier-lint": "^2.0.0", - "mocha": "^9.1.4", + "mocha": "^9.2.1", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.1" } }