X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=8c52504d0967502bd87d041c54261795e4d88dc4;hb=9ddf23a4e87c2e12bb088b9e88ce36676f944273;hp=53a88e6ffb0d4c0dace87bb6cd473a536d4ee2fb;hpb=0f47cb65da1c1619c998f9c4cd297279d647bf9c;p=squeep-totp diff --git a/package.json b/package.json index 53a88e6..8c52504 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@squeep/totp", - "version": "1.0.0", + "version": "1.1.0", "description": "A minimal TOTP/HOTP helper.", "main": "index.js", "scripts": { "coverage": "nyc npm test", - "eslint": "eslint *.js lib", + "eslint": "eslint index.js lib", "test": "mocha --recursive" }, "keywords": [ @@ -27,14 +27,14 @@ "author": "Justin Wind ", "license": "ISC", "devDependencies": { - "eslint": "^8.49.0", - "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.21.0", - "mocha": "^10.2.0", + "eslint": "^8.57.0", + "eslint-plugin-n": "^16.6.2", + "eslint-plugin-security": "^2.1.1", + "eslint-plugin-sonarjs": "^0.24.0", + "mocha": "^10.3.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.2.0" + "sinon": "^17.0.1" }, "dependencies": { "base32.js": "^0.1.0",