X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=c73bb9972d136602180956cdb40a09c99cee754a;hb=732e70f9f59315443a9127ecc5df68f1059cf14d;hp=ef5bb576b7416ef9cbdbeb2f93ac1bbeee51ba4d;hpb=1c4bb7e3bbdc1121ceba373c5be4459521197155;p=squeep-indieauth-helper diff --git a/package.json b/package.json index ef5bb57..c73bb99 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.4", - "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", + "version": "1.2.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", @@ -25,20 +25,22 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/base64url": "^1.0.3", + "@squeep/base64url": "^1.0.5", "@squeep/web-linking": "^1.0.7", - "axios": "^0.27.2", + "axios": "^1.1.3", "iconv": "^3.0.1", + "ip-address": "^8.1.0", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.20.0", + "eslint": "^8.27.0", "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^6.1.1", "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.14.0", - "mocha": "^10.0.0", + "eslint-plugin-sonarjs": "^0.16.0", + "mocha": "^10.1.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^14.0.2" } }