X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=338e98dafec5bcafae9d05d5446bda7e7242f7e1;hb=ee1e538201cc2754ec4fe33ddeb10c7af37dfc44;hp=a1b9fc8665783b003b5ee1c82994553af6bda195;hpb=7bef8a2b9f29b116ee8401ad76322717a6e07dd2;p=squeep-indieauth-helper diff --git a/package.json b/package.json index a1b9fc8..338e98d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.1", + "version": "1.1.2", "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -20,7 +20,7 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=12.9" + "node": ">=14" }, "author": "Justin Wind ", "license": "ISC", @@ -31,13 +31,13 @@ "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.14.0", + "eslint": "^8.17.0", "eslint-plugin-node": "^11.1.0", "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": "^13.0.2" + "sinon": "^14.0.0" } }