X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=0c48637d2d599fae8bc2e26d9548bc7b57da73b2;hb=322b4e9de706d50a0eff6596e414f635c62deb54;hp=42dc7af487dd8759e497e4234d4bc1f66c9e23f5;hpb=9c2ca752cf6bb623e1d483952c4207a91ef5da0e;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 42dc7af..0c48637 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.3", - "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", + "version": "1.2.1", + "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { "coverage": "nyc npm test", @@ -25,19 +25,22 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", - "axios": "^0.27.2", + "@squeep/base64url": "^1.0.5", + "@squeep/web-linking": "^1.0.7", + "axios": "^1.2.1", "iconv": "^3.0.1", + "ip-address": "^8.1.0", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.17.0", + "eslint": "^8.30.0", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", - "mocha": "^10.0.0", + "eslint-plugin-sonarjs": "^0.17.0", + "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^15.0.1" } }