use got instead of axios, some cleanup, problem with async context being lost for...
[websub-hub] / package.json
index c28c64dd947d580082a5c163eadf8d562b01fbdc..a950ea04b4f75881e774cf6c89132666a3d5379f 100644 (file)
@@ -37,8 +37,8 @@
     "@squeep/html-template-helper": "git+https://git.squeep.com/squeep-html-template-helper#v1.4.0",
     "@squeep/logger-json-console": "^2.0.1",
     "@squeep/web-linking": "^1.0.8",
-    "axios": "^1.4.0",
     "feedparser": "^2.2.10",
+    "got": "^13.0.0",
     "htmlparser2": "^9.0.0",
     "iconv": "^3.0.1"
   },
@@ -47,7 +47,7 @@
     "pg-promise": "^11.5.0"
   },
   "devDependencies": {
-    "eslint": "^8.42.0",
+    "eslint": "^8.43.0",
     "eslint-plugin-node": "^11.1.0",
     "eslint-plugin-promise": "^6.1.1",
     "eslint-plugin-security": "^1.7.1",
@@ -57,6 +57,6 @@
     "mocha-steps": "^1.3.0",
     "nyc": "^15.1.0",
     "pre-commit": "^1.2.2",
-    "sinon": "^15.1.0"
+    "sinon": "^15.2.0"
   }
 }