update dependencies and devDependencies
[squeep-indieauth-helper] / package.json
index a7452635d16e2aa8ebfef969d620b528b9e8dfb3..982d0fe4285b35978e52ce7bca974cba9c87f254 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/indieauth-helper",
-  "version": "1.2.2",
+  "version": "1.3.0",
   "description": "An opinionated convenience-wrapper for the http requests and content parsing needed to talk IndieAuth.",
   "main": "index.js",
   "scripts": {
     "@squeep/web-linking": "^1.0.8",
     "got": "^13.0.0",
     "iconv": "^3.0.1",
-    "ip-address": "^8.1.0",
-    "microformats-parser": "^1.4.1"
+    "ip-address": "^9.0.5",
+    "microformats-parser": "^2.0.1"
   },
   "devDependencies": {
-    "eslint": "^8.42.0",
+    "eslint": "^8.53.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-promise": "^6.1.1",
     "eslint-plugin-security": "^1.7.1",
-    "eslint-plugin-sonarjs": "^0.19.0",
+    "eslint-plugin-sonarjs": "^0.23.0",
     "mocha": "^10.2.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^15.1.0"
+    "sinon": "^17.0.1"
   }
 }