X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c00c560dad8dc0e292166557b1c652a4e41e3011;hb=6329c254c95a9097a37018c5c4f8d2d010679e59;hp=53a88e6ffb0d4c0dace87bb6cd473a536d4ee2fb;hpb=0f47cb65da1c1619c998f9c4cd297279d647bf9c;p=squeep-totp diff --git a/package.json b/package.json index 53a88e6..c00c560 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@squeep/totp", - "version": "1.0.0", + "version": "1.1.1", "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",