X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=package.json;h=a1b9fc8665783b003b5ee1c82994553af6bda195;hb=7bef8a2b9f29b116ee8401ad76322717a6e07dd2;hp=85c199b5df68288d0e8b6bf2bdf283cbccb80981;hpb=f8f7fc8165426471f3d290f10cda2ea2cdb7f643;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 85c199b..a1b9fc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.1", + "version": "1.1.1", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -25,19 +25,19 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.2", - "axios": "^0.24.0", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", + "axios": "^0.27.2", "iconv": "^3.0.1", - "microformats-parser": "^1.4.0" + "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.5.0", + "eslint": "^8.14.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", - "mocha": "^9.1.3", + "eslint-plugin-security": "^1.5.0", + "eslint-plugin-sonarjs": "^0.13.0", + "mocha": "^10.0.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.2" } }