X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=54f3837bc38e4cf299a0e4338df5a2f7085bf115;hb=6277b7cf983c94e9c3cbc2206d184727fe596017;hp=d1b8ce5106a67022f487bc83a3919700be8d2595;hpb=8daa668e5a0485b5f0e2b07203d9fb237d7f761c;p=squeep-indieauth-helper diff --git a/package.json b/package.json index d1b8ce5..54f3837 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.2", - "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", + "version": "1.1.7", + "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { "coverage": "nyc npm test", @@ -20,24 +20,27 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3", - "axios": "^0.26.0", + "@squeep/base64url": "^1.0.5", + "@squeep/web-linking": "^1.0.7", + "axios": "^1.1.2", "iconv": "^3.0.1", + "ip-address": "^8.1.0", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.9.0", + "eslint": "^8.24.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.12.0", - "mocha": "^9.2.0", + "eslint-plugin-promise": "^6.0.1", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.15.0", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^13.0.1" + "sinon": "^14.0.1" } }