X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=982d0fe4285b35978e52ce7bca974cba9c87f254;hb=1d9686ba6995243a939f9438045f92e7573e9b85;hp=fb1d8eba1425d6ae88864027929f298befdd5dbb;hpb=67aa8ebdf3cca86e046de8c516fbc7f010f5fff3;p=squeep-indieauth-helper diff --git a/package.json b/package.json index fb1d8eb..982d0fe 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.3.0", + "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,26 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=14" + "node": "^14 >=14.18 || >=15.7" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.6", - "axios": "^0.27.2", + "@squeep/web-linking": "^1.0.8", + "got": "^13.0.0", "iconv": "^3.0.1", - "microformats-parser": "^1.4.1" + "ip-address": "^9.0.5", + "microformats-parser": "^2.0.1" }, "devDependencies": { - "eslint": "^8.18.0", + "eslint": "^8.53.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.13.0", - "mocha": "^10.0.0", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.23.0", + "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^17.0.1" } }