update dependencies and devDependencies
[squeep-indieauth-helper] / package.json
index 338e98dafec5bcafae9d05d5446bda7e7242f7e1..0027ca765d74d85e38ed96224b4c95881cc4d20e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.1.2",
-  "description": "A minimal convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
+  "version": "1.1.6",
+  "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
   "main": "index.js",
   "scripts": {
     "coverage": "nyc npm test",
   "author": "Justin Wind <jwind-npm@squeep.com>",
   "license": "ISC",
   "dependencies": {
-    "@squeep/web-linking": "git+https://git.squeep.com/squeep-web-linking/#v1.0.5",
-    "axios": "^0.27.2",
+    "@squeep/base64url": "^1.0.5",
+    "@squeep/web-linking": "^1.0.7",
+    "axios": "^1.1.2",
     "iconv": "^3.0.1",
+    "ip-address": "^8.1.0",
     "microformats-parser": "^1.4.1"
   },
   "devDependencies": {
-    "eslint": "^8.17.0",
+    "eslint": "^8.24.0",
     "eslint-plugin-node": "^11.1.0",
+    "eslint-plugin-promise": "^6.0.1",
     "eslint-plugin-security": "^1.5.0",
-    "eslint-plugin-sonarjs": "^0.13.0",
+    "eslint-plugin-sonarjs": "^0.15.0",
     "mocha": "^10.0.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^14.0.0"
+    "sinon": "^14.0.1"
   }
 }