X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=package.json;h=3e90303ca626baf593990d65b6fa535740dcb2bf;hb=57cb2f2fc75ae447dfcc750bb62dcc8bb487cd15;hp=5a8ec23faff8c6b453b688a9b94d2458ea316183;hpb=cf9590ecbcd4b0a7c01f153cacade619518f84f0;p=squeep-indieauth-helper diff --git a/package.json b/package.json index 5a8ec23..3e90303 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@squeep/indieauth-helper", - "version": "1.1.5", + "version": "1.2.2", "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.", "main": "index.js", "scripts": { @@ -20,26 +20,26 @@ "url": "https://git.squeep.com/squeep-indieauth-helper/" }, "engines": { - "node": ">=14" + "node": ">=14.18 || >=15.7" }, "author": "Justin Wind ", "license": "ISC", "dependencies": { - "@squeep/base64url": "^1.0.3", "@squeep/web-linking": "^1.0.7", - "axios": "^0.27.2", + "got": "^13.0.0", "iconv": "^3.0.1", "ip-address": "^8.1.0", "microformats-parser": "^1.4.1" }, "devDependencies": { - "eslint": "^8.21.0", + "eslint": "^8.42.0", "eslint-plugin-node": "^11.1.0", - "eslint-plugin-security": "^1.5.0", - "eslint-plugin-sonarjs": "^0.15.0", - "mocha": "^10.0.0", + "eslint-plugin-promise": "^6.1.1", + "eslint-plugin-security": "^1.7.1", + "eslint-plugin-sonarjs": "^0.19.0", + "mocha": "^10.2.0", "nyc": "^15.1.0", "pre-commit": "^1.2.2", - "sinon": "^14.0.0" + "sinon": "^15.1.0" } }