X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=a7e42839c92447d5dd8066578b57c4e87368017b;hb=refs%2Ftags%2Fv1.1.0;hp=6c22216fe4d7622f3c49d357257bc6477f4f136a;hpb=ad47309841643a97b5b5beeacac7f51870eebfc6;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 6c22216..a7e4283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.0.1", + "version": "1.1.0", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -26,18 +26,18 @@ "license": "ISC", "dependencies": { "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.3", - "axios": "^0.25.0", + "axios": "^0.26.0", "iconv": "^3.0.1", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.7.0", + "eslint": "^8.9.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.4.0", - "eslint-plugin-sonarjs": "^0.11.0", - "mocha": "^9.1.4", + "eslint-plugin-sonarjs": "^0.12.0", + "mocha": "^9.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^12.0.1" + "sinon": "^13.0.1" } }