X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=package.json;h=b50e8e8ba6624d5de1e942954e968439fc568bfc;hp=0f48926849c6cc314ea0d2ca876d793be363b7f9;hb=f26fc3563484621523dd4d8a8efdc0e020ab6943;hpb=e648aedc1c912cd07da0b1dad7be3910248b25c9 diff --git a/package.json b/package.json index 0f48926..b50e8e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.0", + "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.0", - "axios": "^0.23.0", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.4", + "axios": "^0.26.1", "iconv": "^3.0.1", - "microformats-parser": "^1.4.0" + "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.1.0", + "eslint": "^8.11.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.10.0", - "mocha": "^9.1.3", + "eslint-plugin-sonarjs": "^0.12.0", + "mocha": "^9.2.2", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^11.1.2" + "sinon": "^13.0.1" } }