X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=1914aad4d6f3ec935f463d95a2391159903e8837;hb=baecec439f2f6165cf4131197bd0ae9fddbd970c;hp=338e98dafec5bcafae9d05d5446bda7e7242f7e1;hpb=ee1e538201cc2754ec4fe33ddeb10c7af37dfc44;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 338e98d..1914aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.2", + "version": "1.1.4", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -25,13 +25,13 @@ "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5", + "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.6", "axios": "^0.27.2", "iconv": "^3.0.1", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.17.0", + "eslint": "^8.18.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-security": "^1.5.0", "eslint-plugin-sonarjs": "^0.13.0",