X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c363a6f3b7d0dabde99a3df8281f9f9c634d1dc7;hb=c19884baf6ee98330ffa45b086d35e5e98885e8e;hp=019eb5c37c18b9b81230f23c28b43ad465dcdf16;hpb=10029033aa5b084adae7972466e791df210fbfc3;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 019eb5c..c363a6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.3.0", + "version": "1.4.0", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -25,21 +25,22 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { + "@squeep/log-helper": "^1.0.0", "@squeep/web-linking": "^1.0.8", "got": "^13.0.0", "iconv": "^3.0.1", - "ip-address": "^8.1.0", - "microformats-parser": "^1.4.1" + "ip-address": "^9.0.5", + "microformats-parser": "^2.0.2" }, "devDependencies": { - "eslint": "^8.42.0", + "eslint": "^8.55.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.7.1", - "eslint-plugin-sonarjs": "^0.19.0", + "eslint-plugin-sonarjs": "^0.23.0", "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^15.1.0" + "sinon": "^17.0.1" } }